Added monochrome icon

i9ce changed/i9/gnome-shell-extension-arcmenu-27-7.el9
Arkady L. Shane 1 year ago
parent aa2839d840
commit d8a22a3bb7
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

@ -5,12 +5,13 @@
Summary: Gnome shell extension designed to replace the standard menu
Name: gnome-shell-extension-arcmenu
Version: 27
Release: 6%{dist}
Release: 7%{dist}
License: GPLv2
URL: https://gitlab.com/arcmenu/ArcMenu/
Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2
Source1: msvsphere-menu.png
Source2: msvsphere-menu-mono.png
Patch0: 0001-Customize-Arc-Menu.patch
Patch1: 0002-Display-on-all-monitors.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/
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/
%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}/searchProviders
%{_datadir}/pixmaps/msvsphere-menu.png
%{_datadir}/pixmaps/msvsphere-menu-mono.png
%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
- Display on all monitors
- Set a hotkey (Super-X) to open ArcMenu

Loading…
Cancel
Save