|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Summary: MSVSphere configuration files
|
|
|
|
|
Name: msvsphere-configs
|
|
|
|
|
Version: 0.3.5
|
|
|
|
|
Version: 0.3.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
@ -51,9 +51,13 @@ 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/
|
|
|
|
|
install -m755 gnome-keyboard-toogle-configure/gnome-keyboard-toogle-configure.sh %{buildroot}%{_bindir}
|
|
|
|
|
install -p -D -m 0644 gnome-keyboard-toogle-configure/gnome-keyboard-toogle-configure.service %{buildroot}%{_unitdir}/gnome-keyboard-toogle-configure.service
|
|
|
|
|
|
|
|
|
|
%post gnome
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
|
%systemd_post gnome-keyboard-toogle-configure.service
|
|
|
|
|
/usr/bin/systemctl enable gnome-keyboard-toogle-configure.service
|
|
|
|
|
|
|
|
|
|
%postun gnome
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
@ -63,12 +67,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
|
|
|
|
%doc README.md
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/gnome-flavour-selector/extensions.json
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/*.gschema.override
|
|
|
|
|
%{_unitdir}/gnome-keyboard-toogle-configure.service
|
|
|
|
|
%{_bindir}/gnome-keyboard-toogle-configure.sh
|
|
|
|
|
|
|
|
|
|
%files common
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_bindir}/sphere*
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 1 2024 Dmitry Samoylik <Dmitriy.Samoylik@softline.com> - 0.3.6-1
|
|
|
|
|
- Autoconfiguration of layout change at first start
|
|
|
|
|
|
|
|
|
|
* Thu Sep 26 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.5-1
|
|
|
|
|
- Use Alt+Shift again
|
|
|
|
|
|
|
|
|
|