diff --git a/SOURCES/0001-Customize-Arc-Menu.patch b/SOURCES/0001-Customize-Arc-Menu.patch new file mode 100644 index 0000000..d49547a --- /dev/null +++ b/SOURCES/0001-Customize-Arc-Menu.patch @@ -0,0 +1,64 @@ +From 986451b8b453d3a0859e21f8d60325275fd62376 Mon Sep 17 00:00:00 2001 +From: tigro +Date: Wed, 9 Aug 2023 18:03:33 +0300 +Subject: [PATCH] Customize Arc Menu + +--- + .../org.gnome.shell.extensions.arcmenu.gschema.xml | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml +index 9638cb6..72f2c3a 100644 +--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml ++++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml +@@ -124,7 +124,7 @@ + Menu position alignment 0 = Left, 50 = Center, 100 = Right + + +- 'Default' ++ 'Windows' + menu layout + Menu Layout + +@@ -614,7 +614,7 @@ + Text of the menu button. + + +- 'Arc_Menu_Icon' ++ 'Custom_Icon' + Icon of the menu button. + Icon of the menu button. + +@@ -629,12 +629,12 @@ + Icon of the menu button. + + +- '' ++ '/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png' + File path of the custom icon for the menu button. + File path of the custom icon for the menu button. + + +- 20 ++ 44 + Size of the icon in percentage. + Size of the icon in percentage. + +@@ -649,12 +649,12 @@ + Menu button position offset for main panel + + +- false ++ true + Override border radius styling of the menu button + Override border radius of the menu button. + + +- 0 ++ 10 + The border radius size of the menu button + The border radius size of the menu button. + +-- +2.41.0 + diff --git a/SOURCES/ArcMenu-v27-scheme.patch b/SOURCES/ArcMenu-v27-scheme.patch deleted file mode 100644 index 0425f50..0000000 --- a/SOURCES/ArcMenu-v27-scheme.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -urN ArcMenu-v27.orig/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml ArcMenu-v27/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml ---- ArcMenu-v27.orig/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml 2023-06-25 20:05:42.566386765 +0300 -+++ ArcMenu-v27/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml 2023-06-25 20:11:38.738217405 +0300 -@@ -124,7 +124,7 @@ - Menu position alignment 0 = Left, 50 = Center, 100 = Right - - -- 'Default' -+ 'Windows' - menu layout - Menu Layout - -@@ -634,7 +634,7 @@ - File path of the custom icon for the menu button. - - -- 20 -+ 26 - Size of the icon in percentage. - Size of the icon in percentage. - diff --git a/SPECS/gnome-shell-extension-arcmenu.spec b/SPECS/gnome-shell-extension-arcmenu.spec index 8fb1af3..98b7c96 100644 --- a/SPECS/gnome-shell-extension-arcmenu.spec +++ b/SPECS/gnome-shell-extension-arcmenu.spec @@ -5,12 +5,12 @@ Summary: Gnome shell extension designed to replace the standard menu Name: gnome-shell-extension-arcmenu Version: 27 -Release: 1%{dist} +Release: 2%{dist} License: GPLv2 URL: https://gitlab.com/arcmenu/ArcMenu/ Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2 -Patch0: ArcMenu-v27-scheme.patch +Patch0: 0001-Customize-Arc-Menu.patch BuildArch: noarch @@ -60,5 +60,8 @@ find %{buildroot} -type f -exec chmod 644 {} \; %{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders %changelog +* Wed Aug 9 2023 Arkady L. Shane - 27-2 +- Change Menu icon + * Sun Jun 25 2023 Arkady L. Shane - 27-1 - initial build for MSVSphere 9.2