Compare commits

...

3 Commits
i9ce ... i8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/ArcMenu-v27.tar.bz2 SOURCES/Arc-Menu-v42-Stable.tar.bz2

@ -0,0 +1 @@
100a87071441f4c0643cbc39f695e008f1998d25 SOURCES/Arc-Menu-v42-Stable.tar.bz2

@ -1 +0,0 @@
a9c7c62ff83550cc5036a2b0ea2a754d05d3e2ea SOURCES/ArcMenu-v27.tar.bz2

@ -1,37 +1,34 @@
From 54def8303329e0321e8b91b07585c4b204dc7580 Mon Sep 17 00:00:00 2001 From a0142331f61d9714839bc1338ca6f63ab5c96e0c Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com> From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Wed, 9 Aug 2023 18:03:33 +0300 Date: Fri, 16 Feb 2024 12:22:35 +0300
Subject: [PATCH 1/3] Customize Arc Menu Subject: [PATCH] Customize-Arc-Menu
--- ---
.../org.gnome.shell.extensions.arcmenu.gschema.xml | 12 ++++++------ schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 8 ++++----
1 file changed, 6 insertions(+), 6 deletions(-) 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
index 9638cb6..450b222 100644 index 5e65176..c775625 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml --- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml +++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
@@ -124,7 +124,7 @@ @@ -80,7 +80,7 @@
<description>Menu position alignment 0 = Left, 50 = Center, 100 = Right</description> <description>Menu position alignment 0 = Left, 50 = Center, 100 = Right</description>
</key> </key>
<key name="menu-layout" enum="org.gnome.shell.extensions.arcmenu.menulayout"> <key name="menu-layout" enum="org.gnome.shell.extensions.arc-menu.menulayout">
- <default>'Default'</default> - <default>'Default'</default>
+ <default>'Windows'</default> + <default>'Windows'</default>
<summary>menu layout</summary> <summary>menu layout</summary>
<description>Menu Layout</description> <description>Menu Layout</description>
</key> </key>
@@ -614,7 +614,7 @@ @@ -340,17 +340,17 @@
<description>Text of the menu button.</description> <description>Text of the menu button.</description>
</key> </key>
<key name="menu-button-icon" enum="org.gnome.shell.extensions.arcmenu.menu-button-icon"> <key name="menu-button-icon" enum="org.gnome.shell.extensions.arc-menu.menu-button-icon">
- <default>'Arc_Menu_Icon'</default> - <default>'Arc_Menu_Icon'</default>
+ <default>'Custom_Icon'</default> + <default>'Custom_Icon'</default>
<summary>Icon of the menu button.</summary> <summary>Icon of the menu button.</summary>
<description>Icon of the menu button.</description> <description>Icon of the menu button.</description>
</key> </key>
@@ -629,12 +629,12 @@
<description>Icon of the menu button.</description>
</key>
<key type="s" name="custom-menu-button-icon"> <key type="s" name="custom-menu-button-icon">
- <default>''</default> - <default>''</default>
+ <default>'/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png'</default> + <default>'/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png'</default>
@ -44,21 +41,6 @@ index 9638cb6..450b222 100644
<summary>Size of the icon in percentage.</summary> <summary>Size of the icon in percentage.</summary>
<description>Size of the icon in percentage.</description> <description>Size of the icon in percentage.</description>
</key> </key>
@@ -649,12 +649,12 @@
<description>Menu button position offset for main panel</description>
</key>
<key type="b" name="menu-button-override-border-radius">
- <default>false</default>
+ <default>true</default>
<summary>Override border radius styling of the menu button</summary>
<description>Override border radius of the menu button.</description>
</key>
<key type="i" name="menu-button-border-radius">
- <default>0</default>
+ <default>10</default>
<summary>The border radius size of the menu button</summary>
<description>The border radius size of the menu button.</description>
</key>
-- --
2.41.0 2.39.3

@ -1,18 +1,18 @@
From b43a4e3bba422a38e55716133d7da8f2bbad3b45 Mon Sep 17 00:00:00 2001 From 176d6fc79ef8ceae5092a16e2947a211838c7502 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com> From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Mon, 4 Sep 2023 19:25:29 +0300 Date: Fri, 16 Feb 2024 12:25:11 +0300
Subject: [PATCH 2/3] Display on all monitors Subject: [PATCH] Display-on-all-monitors
--- ---
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +- schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
index 450b222..92b66ce 100644 index c775625..01aa50f 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml --- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml +++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
@@ -509,7 +509,7 @@ @@ -260,7 +260,7 @@
<description>See Constants.js PowerOptions</description> <description>Show power button.</description>
</key> </key>
<key type="b" name="multi-monitor"> <key type="b" name="multi-monitor">
- <default>false</default> - <default>false</default>
@ -21,5 +21,5 @@ index 450b222..92b66ce 100644
<description>Display the menu on all monitors when using Dash to Panel.</description> <description>Display the menu on all monitors when using Dash to Panel.</description>
</key> </key>
-- --
2.41.0 2.39.3

@ -0,0 +1,25 @@
From 36e655c2bb60b3cbbc55d9dbf8f6a84b38705042 Mon Sep 17 00:00:00 2001
From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Fri, 16 Feb 2024 12:27:56 +0300
Subject: [PATCH] set-a-hotkey-Super-X-to-open-ArcMenu
---
schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
index 01aa50f..8dbe89f 100644
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
@@ -285,7 +285,7 @@
<description>Custom hot corner terminal command.</description>
</key>
<key name="menu-hotkey" enum="org.gnome.shell.extensions.arc-menu.menu-hotkey">
- <default>'Undefined'</default>
+ <default>'Custom'</default>
<summary>The menu hotkey to open the Arc Menu.</summary>
<description>The menu hotkey to open the Arc Menu.</description>
</key>
--
2.39.3

@ -1,25 +0,0 @@
From 717f755e03fd2e51edee587d8ff2e8e9df466131 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Mon, 4 Sep 2023 19:26:29 +0300
Subject: [PATCH 3/3] set a hotkey (Super-X) to open ArcMenu
---
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
index 92b66ce..ace9cc9 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
@@ -534,7 +534,7 @@
<description>Custom hot corner terminal command.</description>
</key>
<key name="menu-hotkey" enum="org.gnome.shell.extensions.arcmenu.menu-hotkey">
- <default>'Undefined'</default>
+ <default>'Custom'</default>
<summary>Set a hotkey to open ArcMenu</summary>
<description>Set a hotkey to open ArcMenu.</description>
</key>
--
2.41.0

@ -1,151 +1,33 @@
From 7140b1a3bfe857a4ec6b810d7f82d535b0a034f5 Mon Sep 17 00:00:00 2001 From c4d65629fdf950332b5211364924212347f5a8d5 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com> From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Thu, 7 Sep 2023 15:02:38 +0300 Date: Fri, 16 Feb 2024 20:24:41 +0300
Subject: [PATCH] Added MSVSphere symbolic icon Subject: [PATCH] Added-MSVSphere-symbolic-icon
--- ---
constants.js | 1 + constants.js | 3 +-
.../distro_icons/msvsphere-logo-symbolic.svg | 112 ++++++++++++++++++ media/icons/msvsphere-logo-symbolic.svg | 112 ++++++++++++++++++++++++
.../16x16/actions/msvsphere-logo-symbolic.svg | 112 ++++++++++++++++++ 2 files changed, 114 insertions(+), 1 deletion(-)
3 files changed, 225 insertions(+) create mode 100644 media/icons/msvsphere-logo-symbolic.svg
create mode 100644 media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg
create mode 100644 media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg
diff --git a/constants.js b/constants.js diff --git a/constants.js b/constants.js
index 082cb4b..43cd926 100644 index 7775891..f0190f4 100644
--- a/constants.js --- a/constants.js
+++ b/constants.js +++ b/constants.js
@@ -348,6 +348,7 @@ var DistroIcons = [ @@ -172,7 +172,8 @@ var MENU_ICONS = [
{ PATH: '/media/icons/menu_button_icons/distro_icons/voyager-logo-symbolic.svg'}, { name: _("Lins"), path: '/media/icons/lins-symbolic.svg'},
{ PATH: '/media/icons/menu_button_icons/distro_icons/zorin-logo-symbolic.svg'}, { name: _("Diamond Square"), path: '/media/icons/diamond-square-symbolic.svg'},
{ PATH: '/media/icons/menu_button_icons/distro_icons/endeavour-logo-symbolic.svg'}, { name: _("Octo Maze"), path: '/media/icons/octo-maze-symbolic.svg'},
+ { PATH: '/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg'}, - { name: _("Search"), path: '/media/icons/search-symbolic.svg'}
+ { name: _("Search"), path: '/media/icons/search-symbolic.svg'},
+ { name: _("MSVSphere logo symbolic"), path: '/media/icons/msvsphere-logo-symbolic.svg'}
] ]
var MenuLayout = { var MENU_STYLE_CHOOSER = {
diff --git a/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg b/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg diff --git a/media/icons/msvsphere-logo-symbolic.svg b/media/icons/msvsphere-logo-symbolic.svg
new file mode 100644 new file mode 100644
index 0000000..7b3cafc index 0000000..7b3cafc
--- /dev/null --- /dev/null
+++ b/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg +++ b/media/icons/msvsphere-logo-symbolic.svg
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<svg
+ version="1.1"
+ id="Layer_1"
+ x="0px"
+ y="0px"
+ viewBox="0 0 256 256"
+ style="enable-background:new 0 0 256 256;"
+ xml:space="preserve"
+ sodipodi:docname="StartButton-256x256-1.svg"
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"><defs
+ id="defs18" /><sodipodi:namedview
+ id="namedview18"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:showpageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#d1d1d1"
+ inkscape:zoom="2.9023438"
+ inkscape:cx="127.82773"
+ inkscape:cy="128"
+ inkscape:window-width="1920"
+ inkscape:window-height="946"
+ inkscape:window-x="0"
+ inkscape:window-y="152"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="Layer_1"
+ inkscape:export-bgcolor="#ee77ee77" />&#10;<style
+ type="text/css"
+ id="style1">&#10; .st0{fill:url(#SVGID_1_);}&#10; .st1{fill:url(#SVGID_2_);}&#10; .st2{fill:#FFFFFF;}&#10;</style>&#10;<g
+ id="g8"
+ transform="matrix(1.5238622,0,0,1.5895686,-40.632997,-76.673073)"
+ style="fill:#cccccc;fill-opacity:1">&#10; <linearGradient
+ id="SVGID_1_"
+ gradientUnits="userSpaceOnUse"
+ x1="23.847"
+ y1="161.57539"
+ x2="113.1794"
+ y2="72.242996">&#10; <stop
+ offset="0"
+ style="stop-color:#72BE44"
+ id="stop1" />&#10; <stop
+ offset="0.1088"
+ style="stop-color:#74AD69"
+ id="stop2" />&#10; <stop
+ offset="0.2603"
+ style="stop-color:#779997"
+ id="stop3" />&#10; <stop
+ offset="0.4126"
+ style="stop-color:#7A88BC"
+ id="stop4" />&#10; <stop
+ offset="0.5636"
+ style="stop-color:#7C7BD9"
+ id="stop5" />&#10; <stop
+ offset="0.7128"
+ style="stop-color:#7D71EE"
+ id="stop6" />&#10; <stop
+ offset="0.8593"
+ style="stop-color:#7E6CFB"
+ id="stop7" />&#10; <stop
+ offset="1"
+ style="stop-color:#7E6AFF"
+ id="stop8" />&#10; </linearGradient>&#10; <path
+ class="st0"
+ d="M 74.6,176.4 H 43.1 c -5.8,0 -10.6,-4.8 -10.6,-10.6 V 86.3 c 0,-3.7 3,-6.6 6.6,-6.6 h 77.1 c 5.8,0 10.6,4.8 10.6,10.6 v 33.9 c 0,2.5 -1,4.8 -2.7,6.6 l -42.9,42.9 c -1.8,1.7 -4.1,2.7 -6.6,2.7 z M 39.9,87.1 v 78.7 c 0,1.7 1.4,3.1 3.1,3.1 h 31.5 c 0.5,0 0.9,-0.2 1.3,-0.5 l 42.9,-42.9 c 0.3,-0.3 0.5,-0.8 0.5,-1.3 V 90.3 c 0,-1.7 -1.4,-3.1 -3.1,-3.1 H 39.9 Z"
+ id="path8"
+ style="fill:#cccccc;fill-opacity:1" />&#10;</g>&#10;<g
+ id="g16"
+ transform="matrix(1.4347751,0,0,1.5893993,-74.387761,-76.478507)"
+ style="fill:#cccccc;fill-opacity:1">&#10; <linearGradient
+ id="SVGID_2_"
+ gradientUnits="userSpaceOnUse"
+ x1="142.8195"
+ y1="183.8201"
+ x2="232.158"
+ y2="94.481499">&#10; <stop
+ offset="0"
+ style="stop-color:#72BE44"
+ id="stop9" />&#10; <stop
+ offset="0.1088"
+ style="stop-color:#74AD69"
+ id="stop10" />&#10; <stop
+ offset="0.2603"
+ style="stop-color:#779997"
+ id="stop11" />&#10; <stop
+ offset="0.4126"
+ style="stop-color:#7A88BC"
+ id="stop12" />&#10; <stop
+ offset="0.5636"
+ style="stop-color:#7C7BD9"
+ id="stop13" />&#10; <stop
+ offset="0.7128"
+ style="stop-color:#7D71EE"
+ id="stop14" />&#10; <stop
+ offset="0.8593"
+ style="stop-color:#7E6CFB"
+ id="stop15" />&#10; <stop
+ offset="1"
+ style="stop-color:#7E6AFF"
+ id="stop16" />&#10; </linearGradient>&#10; <path
+ class="st1"
+ d="m 181.4,79.7 c -2.5,0 -4.8,1 -6.6,2.7 l -42.9,42.9 c -1.7,1.7 -2.7,4.1 -2.7,6.6 v 33.9 c 0,5.9 4.7,10.6 10.6,10.6 h 77.1 c 3.7,0 6.6,-3 6.6,-6.6 V 90.3 c 0,-5.9 -4.7,-10.6 -10.6,-10.6 z"
+ id="path16"
+ style="fill:#cccccc;fill-opacity:1" />&#10;</g>&#10;&#10;</svg>
diff --git a/media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg b/media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg
new file mode 100644
index 0000000..7b3cafc
--- /dev/null
+++ b/media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg
@@ -0,0 +1,112 @@ @@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
@ -260,5 +142,5 @@ index 0000000..7b3cafc
+ id="path16" + id="path16"
+ style="fill:#cccccc;fill-opacity:1" />&#10;</g>&#10;&#10;</svg> + style="fill:#cccccc;fill-opacity:1" />&#10;</g>&#10;&#10;</svg>
-- --
2.41.0 2.39.3

@ -1,25 +0,0 @@
From 5e5077142a0cfd7a18621275010c0682b02e20cf Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Fri, 27 Oct 2023 11:55:33 +0300
Subject: [PATCH 5/5] Read system name from MSVSPHERE_PRETTY_NAME
---
prefs.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prefs.js b/prefs.js
index 916491b..07de5ea 100644
--- a/prefs.js
+++ b/prefs.js
@@ -6364,7 +6364,7 @@ var AboutPage = GObject.registerClass(
});
let osInfoText;
let name = GLib.get_os_info("NAME");
- let prettyName = GLib.get_os_info("PRETTY_NAME");
+ let prettyName = GLib.get_os_info("MSVSPHERE_PRETTY_NAME");
if(prettyName)
osInfoText = prettyName;
else
--
2.41.0

@ -0,0 +1,25 @@
From fbc9d4a9aeecc4e6dcbdb5104f16c3e7952e9ef5 Mon Sep 17 00:00:00 2001
From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Mon, 19 Feb 2024 13:14:22 +0300
Subject: [PATCH] Grow Left panel size
---
schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
index f2c2355..cc10e72 100644
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
@@ -205,7 +205,7 @@
<description>Menu Height.</description>
</key>
<key type="i" name="menu-width">
- <default>290</default>
+ <default>390</default>
<summary>Menu width</summary>
<description>Menu width.</description>
</key>
--
2.43.2

@ -0,0 +1,25 @@
From add851b6c98cf40abf959a87995a9e7d435ede6a Mon Sep 17 00:00:00 2001
From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Mon, 19 Feb 2024 13:08:55 +0300
Subject: [PATCH] Configuring Mint menu layout
---
schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
index 8dbe89f..f2c2355 100644
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
@@ -80,7 +80,7 @@
<description>Menu position alignment 0 = Left, 50 = Center, 100 = Right</description>
</key>
<key name="menu-layout" enum="org.gnome.shell.extensions.arc-menu.menulayout">
- <default>'Windows'</default>
+ <default>'Mint'</default>
<summary>menu layout</summary>
<description>Menu Layout</description>
</key>
--
2.43.2

@ -1,20 +1,21 @@
%global realname ArcMenu %global realname Arc-Menu
%global uuid arcmenu@arcmenu.com %global uuid arc-menu@linxgem33.com
%global realnamel arcmenu %global realnamel arc-menu
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-arc-menu
Version: 27 Version: 42
Release: 9%{dist} Release: 1%{dist}
License: GPLv2 License: GPLv2
URL: https://gitlab.com/arcmenu/ArcMenu/ URL: https://gitlab.com/LinxGem33/Arc-Menu
Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2 Source0: https://gitlab.com/LinxGem33/Arc-Menu/-/archive/v%{version}-Stable/Arc-Menu-v%{version}-Stable.tar.bz2
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-Arc-Menu.patch
Patch4: 0004-Added-MSVSphere-symbolic-icon.patch Patch4: 0004-Added-MSVSphere-symbolic-icon.patch
Patch5: 0005-Read-system-name-from-MSVSPHERE_PRETTY_NAME.patch Patch6: 0006-Grow-Left-panel-size.patch
Patch7: 0007-Configuring-Mint-menu-layout.patch
BuildArch: noarch BuildArch: noarch
@ -36,7 +37,7 @@ system settings and other features which can be accessed from the settings
menu. menu.
%prep %prep
%autosetup -n %{realname}-v%{version} -p1 %autosetup -n %{realname}-v%{version}-Stable -p1
%build %build
%make_build %make_build
@ -63,9 +64,19 @@ mkdir -p %{buildroot}%{_datadir}/pixmaps/
%{_datadir}/gnome-shell/extensions/%{uuid}/media %{_datadir}/gnome-shell/extensions/%{uuid}/media
%{_datadir}/gnome-shell/extensions/%{uuid}/menulayouts %{_datadir}/gnome-shell/extensions/%{uuid}/menulayouts
%{_datadir}/gnome-shell/extensions/%{uuid}/schemas %{_datadir}/gnome-shell/extensions/%{uuid}/schemas
%{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders %{_datadir}/gnome-shell/extensions/%{uuid}/AUTHORS
%{_datadir}/gnome-shell/extensions/%{uuid}/stylesheet.css
%changelog %changelog
* Thu Feb 08 2024 Alexey Lyubimov <a.lyubimov@msvsphere-os.ru> - 42-1
- initial build for MSVSphere 8.9
* Fri Oct 27 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 27-11
- Grow Left panel size to 390
* Fri Oct 27 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 27-10
- Grow Left panel size
* Fri Oct 27 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 27-9 * Fri Oct 27 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 27-9
- Read system name from MSVSPHERE_PRETTY_NAME - Read system name from MSVSPHERE_PRETTY_NAME
Loading…
Cancel
Save