Accepting request 1183641 from X11:LXQt

- Настройка Fancy Application Menu
- Added:
  * 002-panel-conf-branding.patch

- Fix plugin loader (#2052) #2053

OBS-URL: https://build.opensuse.org/request/show/1183641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-06-28 13:47:04 +00:00 committed by Git OBS Bridge
commit 867cd0245e
3 changed files with 24 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 21 18:09:05 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
- Настройка Fancy Application Menu
- Added:
* 002-panel-conf-branding.patch
-------------------------------------------------------------------
Sat May 11 10:46:45 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>

View File

@ -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++