Added scripts to configure wayland and flatpak

i9ce changed/i9/msvsphere-configs-0.1.8-1.el9
Arkady L. Shane 1 year ago
parent 32806466e8
commit c37de37fe8
Signed by untrusted user: tigro
GPG Key ID: 9C7900103E1C4F8B

2
.gitignore vendored

@ -1 +1 @@
SOURCES/msvsphere-configs-0.1.7.tar.xz SOURCES/msvsphere-configs-0.1.8.tar.xz

@ -1 +1 @@
35e0df8816a88518a8a15cd556e55edaf803fdaa SOURCES/msvsphere-configs-0.1.7.tar.xz 0bf86ce5759afaa4aca2d82590e0fd7f340db0ca SOURCES/msvsphere-configs-0.1.8.tar.xz

@ -1,7 +1,7 @@
Summary: MSVSphere configuration files Summary: MSVSphere configuration files
Name: msvsphere-configs Name: msvsphere-configs
Version: 0.1.7 Version: 0.1.8
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
URL: http://msvsphere.ru URL: http://msvsphere.ru
@ -45,6 +45,8 @@ This package contains configuration files for GNOME
%install %install
install -d %{buildroot}%{_datadir}/glib-2.0/schemas install -d %{buildroot}%{_datadir}/glib-2.0/schemas
install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas
install -d %{buildroot}%{_bindir}
install -m755 bin/* %{buildroot}%{_bindir}
%post gnome %post gnome
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1 glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
@ -61,9 +63,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
%{_datadir}/glib-2.0/schemas/*.gschema.override %{_datadir}/glib-2.0/schemas/*.gschema.override
%files common %files common
%{_bindir}/*
%doc README.md %doc README.md
%changelog %changelog
* Thu Sep 7 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.1.8-1
- Added scripts to configure wayland and flatpak
* Mon Sep 4 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.1.7-2 * Mon Sep 4 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.1.7-2
- Fix typo in schema - Fix typo in schema

Loading…
Cancel
Save