forked from rpms/msvsphere-configs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.8 KiB
73 lines
1.8 KiB
Summary: MSVSphere configuration files
|
|
Name: msvsphere-configs
|
|
Version: 0.1.2
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv3+
|
|
URL: http://msvsphere.ru
|
|
Source0: https://github.com/reverbrain/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
|
|
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Various system configurations for MSVSphere
|
|
|
|
%package common
|
|
Summary: Configuration files for MSVSphere
|
|
Requires: fontconfig-font-replacements
|
|
Requires: fontconfig-enhanced-defaults
|
|
Requires: google-roboto-condensed-fonts
|
|
|
|
%description common
|
|
This package contains common configuration files
|
|
|
|
%package gnome
|
|
Summary: Configuration files for GNOME desktop
|
|
Requires: glib2
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
Requires: gnome-shell-extension-arcmenu
|
|
Requires: gnome-shell-extension-dash-to-panel
|
|
Requires: gnome-shell-extension-appindicator
|
|
Requires: gnome-shell-extension-desktop-icons
|
|
Requires: gnome-shell-extension-top-icons
|
|
Requires: gnome-shell-extension-drive-menu
|
|
Requires: kora-icon-theme
|
|
|
|
%description gnome
|
|
This package contains configuration files for GNOME
|
|
|
|
%prep
|
|
%autosetup -n %{name}
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
%post gnome
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
%postun gnome
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
|
|
%files gnome
|
|
%doc README.md
|
|
%{_datadir}/glib-2.0/schemas/*.gschema.override
|
|
|
|
%files common
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Wed Jun 28 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.1.2-1
|
|
- update to 0.1.2
|
|
- added no-overview@fthx extension
|
|
|
|
* Tue Jun 27 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.1.1-1
|
|
- update to 0.1.1
|
|
- drop org.gnome.Terminal.gschema.override
|
|
|
|
* Tue Jun 20 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.1-1
|
|
- initial build for MSVSphere 9.2
|