* update to 0.3.0

- Added config for gnome-flavour-selector
  - Added R: gnome-shell-extension-dash-to-dock
pull/1/head changed/i9/msvsphere-configs-0.3.0-1.el9
Arkady L. Shane 2 months ago
parent d23ba955ef
commit 9aa099d0e7
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

2
.gitignore vendored

@ -1 +1 @@
SOURCES/msvsphere-configs-0.2.1.tar.gz
SOURCES/msvsphere-configs-0.3.0.tar.gz

@ -1 +1 @@
7e1cb3a94b09695fbaed27ae6d3227dd4b7a4f09 SOURCES/msvsphere-configs-0.2.1.tar.gz
090e963cb7293b2e4edb55d555cb87a3c216ed20 SOURCES/msvsphere-configs-0.3.0.tar.gz

@ -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

Loading…
Cancel
Save