commit 2638a7e737eb098753d5a2877310c9f0cc0f532d Author: tigro Date: Tue Sep 10 16:42:32 2024 +0300 import sphere-keyboard-config-0.1-1.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01e5381 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sphere-keyboard-config-0.1.tar.gz diff --git a/.sphere-keyboard-config.metadata b/.sphere-keyboard-config.metadata new file mode 100644 index 0000000..b078ced --- /dev/null +++ b/.sphere-keyboard-config.metadata @@ -0,0 +1 @@ +79c74ea8b96fe8167d2d19bed4a1beec7963dcba SOURCES/sphere-keyboard-config-0.1.tar.gz diff --git a/SPECS/sphere-keyboard-config.spec b/SPECS/sphere-keyboard-config.spec new file mode 100644 index 0000000..ec5253f --- /dev/null +++ b/SPECS/sphere-keyboard-config.spec @@ -0,0 +1,47 @@ +Summary: Easy way to change keyboard layouts +Name: sphere-keyboard-config +Version: 0.1 +Release: 1%{?dist} + +License: GPLv2 +URL: http://msvsphere-os.ru +Source0: https://git.inferitos.ru/msvsphere/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz + +Requires: zenity +Requires: gnome-shell +Requires: /usr/bin/gsettings + +BuildArch: noarch + +%description +Easy way to setup popular keyboard layouts to switch keyboard in GNOME Shell. + +%prep +%autosetup -p1 -n %{name} + +%build +echo "Nothing to build" + +%install + +# Create dirs +install -d -m755 %{buildroot}%{_datadir}/applications +install -d -m755 %{buildroot}%{_bindir} +install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/ +install -m755 bin/%{name}.sh %{buildroot}%{_bindir}/%{name} + + +%files +%license LICENSE +%doc README.md +%{_bindir}/%{name} +%{_datadir}/applications/%{name}.desktop + + +%changelog +* Tue Sep 10 2024 Arkady L. Shane - 0.1-1 +- Rebuilt for MSVSphere 9.4 + +* Tue Sep 10 2024 Arkady L. Shane - 0.1-1 +- Initial build +