|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: MSVSphere configuration files
|
|
|
|
|
Name: msvsphere-configs
|
|
|
|
|
Version: 0.2.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: http://msvsphere-os.ru
|
|
|
|
@ -27,6 +27,7 @@ Requires: glib2
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
Requires: gnome-shell-extension-arcmenu
|
|
|
|
|
Requires: gnome-shell-extension-dash-to-panel
|
|
|
|
|
Requires: gnome-shell-extension-dash-to-dock
|
|
|
|
|
Requires: gnome-shell-extension-appindicator
|
|
|
|
|
Requires: gnome-shell-extension-desktop-icons-ng
|
|
|
|
|
Requires: gnome-shell-extension-top-icons
|
|
|
|
@ -48,7 +49,9 @@ This package contains configuration files for GNOME
|
|
|
|
|
install -d %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
|
install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
|
install -d %{buildroot}%{_bindir}
|
|
|
|
|
install -d %{buildroot}%{_sysconfdir}/gnome-flavour-selector
|
|
|
|
|
install -m755 bin/* %{buildroot}%{_bindir}
|
|
|
|
|
install -m644 configs/extensions.json %{buildroot}%{_sysconfdir}/gnome-flavour-selector/
|
|
|
|
|
|
|
|
|
|
%post gnome
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
@ -64,6 +67,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
|
|
|
|
|
|
%files gnome
|
|
|
|
|
%doc README.md
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/gnome-flavour-selector/extensions.json
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/*.gschema.override
|
|
|
|
|
|
|
|
|
|
%files common
|
|
|
|
@ -71,6 +75,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.0-1
|
|
|
|
|
- Added config for gnome-flavour-selector
|
|
|
|
|
- Added R: gnome-shell-extension-dash-to-dock
|
|
|
|
|
|
|
|
|
|
* Thu Aug 29 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.1-2
|
|
|
|
|
- Disable Wayland in gdm only after installation, not upgrade
|
|
|
|
|
|
|
|
|
|