diff --git a/SOURCES/0001-dash-to-panel-Removing-items-from-apps-menu.patch b/SOURCES/0001-dash-to-panel-Removing-items-from-apps-menu.patch new file mode 100644 index 0000000..d246ac7 --- /dev/null +++ b/SOURCES/0001-dash-to-panel-Removing-items-from-apps-menu.patch @@ -0,0 +1,48 @@ +From 0b1c0f682519cc0bd899b121a340728e8631e39c Mon Sep 17 00:00:00 2001 +From: Alexey Lyubimov +Date: Thu, 22 Feb 2024 11:09:13 +0300 +Subject: [PATCH 1/2] dash to panel Removing items from apps menu + +--- + extensions/dash-to-panel/appIcons.js | 25 ------------------------- + 1 file changed, 25 deletions(-) + +diff --git a/extensions/dash-to-panel/appIcons.js b/extensions/dash-to-panel/appIcons.js +index 5cfb135..9029866 100644 +--- a/extensions/dash-to-panel/appIcons.js ++++ b/extensions/dash-to-panel/appIcons.js +@@ -1889,31 +1889,6 @@ var MyShowAppsIconMenu = Utils.defineClass({ + this._appendSeparator(); + } + +- _appendItem(this, { +- title: 'Terminal', +- cmd: ['gnome-terminal'] +- }); +- +- _appendItem(this, { +- title: 'System monitor', +- cmd: ['gnome-system-monitor'] +- }); +- +- _appendItem(this, { +- title: 'Files', +- cmd: ['nautilus'] +- }); +- +- _appendItem(this, { +- title: 'Extensions', +- cmd: ['gnome-shell-extension-prefs'] +- }); +- +- _appendItem(this, { +- title: 'Settings', +- cmd: ['gnome-control-center', 'wifi'] +- }); +- + _appendList( + this, + Me.settings.get_strv('panel-context-menu-commands'), +-- +2.39.3 + diff --git a/SOURCES/0001-dash-to-panel-Update-Russian-translation.patch b/SOURCES/0001-dash-to-panel-Update-Russian-translation.patch new file mode 100644 index 0000000..fe51e4c --- /dev/null +++ b/SOURCES/0001-dash-to-panel-Update-Russian-translation.patch @@ -0,0 +1,136 @@ +From 4654b7e82b00ed5f43a44536e105cec649c1a142 Mon Sep 17 00:00:00 2001 +From: Alexey Lyubimov +Date: Tue, 27 Feb 2024 16:18:19 +0300 +Subject: [PATCH 2/2] dash to panel Update Russian translation + +--- + po/ru.po | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 78 insertions(+), 3 deletions(-) + +diff --git a/po/ru.po b/po/ru.po +index 95e278a..9da1657 100644 +--- a/po/ru.po ++++ b/po/ru.po +@@ -1232,7 +1232,7 @@ msgstr "" + + #: Settings.ui.h:112 + msgid "Show popup when changing workspace" +-msgstr "" ++msgstr "Показывать всплывающее окно при смене рабочего пространства" + + #: Settings.ui.h:113 + msgid "This affects workspace popup when scrolling on the panel only." +@@ -1337,7 +1337,7 @@ msgstr "Отступ от значка (в пикселях)" + + #: Settings.ui.h:137 + msgid "Override escape key and return to desktop" +-msgstr "" ++msgstr "Переопределить клавишу Escape и вернуться на рабочий стол" + + #: Settings.ui.h:138 + msgid "Animate Show Applications." +@@ -1406,10 +1406,16 @@ msgid "Panel screen position" + msgstr "Расположение панели на экране" + + #: Settings.ui.h:155 ++#: prefs.js:278 + msgid "Left" + msgstr "Слева" + ++#: prefs.js:279 ++msgid "Center" ++msgstr "Центр" ++ + #: Settings.ui.h:156 ++#: prefs.js:280 + msgid "Right" + msgstr "Справа" + +@@ -1687,7 +1693,7 @@ msgstr "Сохранить панель GNOME при показе приложе + + #: Settings.ui.h:226 + msgid "Force Activities hot corner on primary monitor" +-msgstr "" ++msgstr "Активировать \"Горячий угол\" на основном мониторе" + + #: Settings.ui.h:227 + msgid "Activate panel menu buttons (e.g. date menu) on click only" +@@ -1776,6 +1782,75 @@ msgstr "" + msgid "About" + msgstr "О приложении" + ++#: Settings.ui.h:445 ++#: Settings.ui.h:6994 ++msgid "Toggle single / Cycle multiple" ++msgstr "Переключить одно / По кругу несколько" ++ ++#: Settings.ui.h:5191 ++msgid "Panel thickness\n" ++"(default is 48)" ++msgstr "Толщина панели\n" ++"(по умолчанию 48)" ++ ++#: Settings.ui.h:5204 ++msgid "Panel length (%)\n" ++"(default is 100)" ++msgstr "Длина панели (%)\n" ++"(по умолчанию 100)" ++ ++#: Settings.ui.h:6304 ++msgid "Animate hovering app icons" ++msgstr "Анимация значков приложений при наведении" ++ ++#: extensions/dash-to-panel/prefs.js:2055 ++msgid "App icon animation options" ++msgstr "Варианты анимации значков приложений" ++ ++#: Settings.ui.h:33 ++msgid "Animation type" ++msgstr "Тип анимации" ++ ++#: Settings.ui.h:48 ++msgid "Simple" ++msgstr "Простой" ++ ++#: Settings.ui.h:49 ++msgid "Ripple" ++msgstr "Пульсация" ++ ++#: Settings.ui.h:50 ++msgid "Plank" ++msgstr "Планка" ++ ++#: Settings.ui.h:84 ++msgid "Duration" ++msgstr "Продолжительность" ++ ++#: Settings.ui.h:115 ++msgid "Rotation" ++msgstr "Вращение" ++ ++#: Settings.ui.h:145 ++msgid "Travel" ++msgstr "Передвижение" ++ ++#: Settings.ui.h:175 ++msgid "Zoom" ++msgstr "Увеличение" ++ ++#: Settings.ui.h:205 ++msgid "Convexity" ++msgstr "Выпуклость" ++ ++#: Settings.ui.h:235 ++msgid "Extent" ++msgstr "Экстент" ++ ++#: Settings.ui:5249 ++msgid "Anchor" ++msgstr "Якорь" ++ + #~ msgid "CPU" + #~ msgstr "ЦП" + +-- +2.39.3 + diff --git a/SPECS/gnome-shell-extensions.spec b/SPECS/gnome-shell-extensions.spec index c2d0915..fa538e1 100644 --- a/SPECS/gnome-shell-extensions.spec +++ b/SPECS/gnome-shell-extensions.spec @@ -6,7 +6,7 @@ Name: gnome-shell-extensions Version: 3.32.1 -Release: 35%{?dist} +Release: 35%{?dist}.inferit Summary: Modify and extend GNOME Shell functionality and behavior Group: User Interface/Desktops @@ -56,6 +56,8 @@ Patch0027: 0001-fileItem-Support-.desktop-files-of-type-Link.patch Patch0028: 0001-classification-banner-Handle-fullscreen-monitors.patch Patch0029: 0001-gesture-inhibitor-Allow-inhibiting-workspace-switch-.patch Patch0030: 0001-desktop-icons-Don-t-use-blocking-IO.patch +Patch0031: 0001-dash-to-panel-Removing-items-from-apps-menu.patch +Patch0032: 0001-dash-to-panel-Update-Russian-translation.patch %description GNOME Shell Extensions is a collection of extensions providing additional and @@ -569,6 +571,11 @@ cp $RPM_SOURCE_DIR/gnome-classic.desktop $RPM_BUILD_ROOT%{_datadir}/xsessions %changelog +* Wed Feb 21 2024 Alexey Lyubimov - 3.32.1-35.inferit +- dash to panel Update Russian translation +- dash to panel Removing items from apps menu +- Rebuilt for MSVSphere 8.9 + * Wed Aug 16 2023 Florian Müllner - 3.32.1-35 - Rebuild for custom context menu Resolves: #2232333