|
|
@ -5,12 +5,13 @@
|
|
|
|
Summary: Gnome shell extension designed to replace the standard menu
|
|
|
|
Summary: Gnome shell extension designed to replace the standard menu
|
|
|
|
Name: gnome-shell-extension-arcmenu
|
|
|
|
Name: gnome-shell-extension-arcmenu
|
|
|
|
Version: 27
|
|
|
|
Version: 27
|
|
|
|
Release: 6%{dist}
|
|
|
|
Release: 7%{dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://gitlab.com/arcmenu/ArcMenu/
|
|
|
|
URL: https://gitlab.com/arcmenu/ArcMenu/
|
|
|
|
Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2
|
|
|
|
Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2
|
|
|
|
Source1: msvsphere-menu.png
|
|
|
|
Source1: msvsphere-menu.png
|
|
|
|
|
|
|
|
Source2: msvsphere-menu-mono.png
|
|
|
|
Patch0: 0001-Customize-Arc-Menu.patch
|
|
|
|
Patch0: 0001-Customize-Arc-Menu.patch
|
|
|
|
Patch1: 0002-Display-on-all-monitors.patch
|
|
|
|
Patch1: 0002-Display-on-all-monitors.patch
|
|
|
|
Patch2: 0003-set-a-hotkey-Super-X-to-open-ArcMenu.patch
|
|
|
|
Patch2: 0003-set-a-hotkey-Super-X-to-open-ArcMenu.patch
|
|
|
@ -53,6 +54,7 @@ find %{buildroot} -type f -exec chmod 644 {} \;
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
|
|
|
|
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang %{realnamel} --with-gnome
|
|
|
|
%find_lang %{realnamel} --with-gnome
|
|
|
|
|
|
|
|
|
|
|
@ -65,8 +67,12 @@ install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/schemas
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/schemas
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders
|
|
|
|
%{_datadir}/pixmaps/msvsphere-menu.png
|
|
|
|
%{_datadir}/pixmaps/msvsphere-menu.png
|
|
|
|
|
|
|
|
%{_datadir}/pixmaps/msvsphere-menu-mono.png
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Sep 6 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-7
|
|
|
|
|
|
|
|
- Added monochrome icon
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 4 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-6
|
|
|
|
* Mon Sep 4 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-6
|
|
|
|
- Display on all monitors
|
|
|
|
- Display on all monitors
|
|
|
|
- Set a hotkey (Super-X) to open ArcMenu
|
|
|
|
- Set a hotkey (Super-X) to open ArcMenu
|
|
|
|