|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: MSVSphere configuration files
|
|
|
|
|
Name: msvsphere-configs
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: http://msvsphere-os.ru
|
|
|
|
@ -35,7 +35,6 @@ Requires: gnome-shell-extension-drive-menu
|
|
|
|
|
Requires: gnome-shell-extension-notification-banner-reloaded
|
|
|
|
|
Requires: gnome-shell-extension-no-overview
|
|
|
|
|
Requires: kora-icon-theme
|
|
|
|
|
Requires(post): gdm
|
|
|
|
|
|
|
|
|
|
%description gnome
|
|
|
|
|
This package contains configuration files for GNOME
|
|
|
|
@ -56,11 +55,6 @@ install -m644 configs/extensions.json %{buildroot}%{_sysconfdir}/gnome-flavour-s
|
|
|
|
|
%post gnome
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
|
|
|
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
|
# fixme (disable xorg by default)
|
|
|
|
|
sed -i 's@#WaylandEnable=false@WaylandEnable=false@' /etc/gdm/custom.conf
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun gnome
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
|
|
|
|
|
@ -75,6 +69,9 @@ 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-2
|
|
|
|
|
- Use Wayland by default
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|