|
|
|
@ -5,11 +5,12 @@
|
|
|
|
|
Summary: Gnome shell extension designed to replace the standard menu
|
|
|
|
|
Name: gnome-shell-extension-arcmenu
|
|
|
|
|
Version: 27
|
|
|
|
|
Release: 2%{dist}
|
|
|
|
|
Release: 3%{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
|
|
|
|
|
Patch0: 0001-Customize-Arc-Menu.patch
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -48,6 +49,9 @@ rm -rf %{buildroot}%{_datadir}/gnome-shell/extensions/arcmenu@arcmenu.com/media/
|
|
|
|
|
# fix mod
|
|
|
|
|
find %{buildroot} -type f -exec chmod 644 {} \;
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
|
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
|
|
|
|
|
|
%find_lang %{realnamel} --with-gnome
|
|
|
|
|
|
|
|
|
|
%files -f %{realnamel}.lang
|
|
|
|
@ -58,8 +62,12 @@ find %{buildroot} -type f -exec chmod 644 {} \;
|
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/menulayouts
|
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/schemas
|
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders
|
|
|
|
|
%{_datadir}/pixmaps/msvsphere-menu.png
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 21 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-3
|
|
|
|
|
- Added menu icon
|
|
|
|
|
|
|
|
|
|
* Wed Aug 9 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-2
|
|
|
|
|
- Change Menu icon
|
|
|
|
|
|
|
|
|
|