From 0ea38e344beea97c7713da655f0c0e95a5f5c4979c028c97fb52c4b28f9b3b52 Mon Sep 17 00:00:00 2001 From: Shawn Dunn Date: Tue, 11 Jun 2024 14:19:37 +0000 Subject: [PATCH] Accepting request 1175619 from home:AndnoVember:branches:X11:LXQt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Настройка Fancy Application Menu OBS-URL: https://build.opensuse.org/request/show/1175619 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=58 --- 002-panel-conf-branding.patch | 15 +++++++++++++++ lxqt-panel.changes | 5 +++++ lxqt-panel.spec | 1 + 3 files changed, 21 insertions(+) create mode 100644 002-panel-conf-branding.patch diff --git a/002-panel-conf-branding.patch b/002-panel-conf-branding.patch new file mode 100644 index 0000000..bf16b5a --- /dev/null +++ b/002-panel-conf-branding.patch @@ -0,0 +1,15 @@ +--- lxqt-panel-2.0.1/panel/resources/panel.conf 2024-05-08 19:37:39.000000000 +0300 ++++ lxqt-panel-2.0.1.new/panel/resources/panel.conf 2024-05-21 20:28:13.029086928 +0300 +@@ -8,6 +8,12 @@ + [fancymenu] + type=fancymenu + alignment=Left ++buttonsAtTop=false ++categoriesAtRight=false ++icon=/usr/share/lxqt/graphics/opensuse-green.svg ++ownIcon=true ++showText=true ++text=" openSUSE" + filterClear=true + autoSel=true + autoSelDelay=150 diff --git a/lxqt-panel.changes b/lxqt-panel.changes index c3676dd..5657223 100644 --- a/lxqt-panel.changes +++ b/lxqt-panel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 21 18:09:05 UTC 2024 - Андрей Алыпов + +- Настройка Fancy Application Menu + ------------------------------------------------------------------- Sat May 11 10:46:45 UTC 2024 - Андрей Алыпов diff --git a/lxqt-panel.spec b/lxqt-panel.spec index 73118c7..fd70a26 100644 --- a/lxqt-panel.spec +++ b/lxqt-panel.spec @@ -27,6 +27,7 @@ Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring Patch1: 001-fix-plugin-loader.patch +Patch2: 002-panel-conf-branding.patch BuildRequires: cmake >= 3.27.0 BuildRequires: fdupes BuildRequires: gcc-c++