commit
2638a7e737
@ -0,0 +1 @@
|
|||||||
|
SOURCES/sphere-keyboard-config-0.1.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
79c74ea8b96fe8167d2d19bed4a1beec7963dcba SOURCES/sphere-keyboard-config-0.1.tar.gz
|
@ -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 <tigro@msvsphere-os.ru> - 0.1-1
|
||||||
|
- Rebuilt for MSVSphere 9.4
|
||||||
|
|
||||||
|
* Tue Sep 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1-1
|
||||||
|
- Initial build
|
||||||
|
|
Loading…
Reference in new issue