Accepting request 1175619 from home:AndnoVember:branches:X11:LXQt

- Настройка 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
This commit is contained in:
Shawn Dunn 2024-06-11 14:19:37 +00:00 committed by Git OBS Bridge
parent 0de4ee3150
commit 0ea38e344b
3 changed files with 21 additions and 0 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,8 @@
-------------------------------------------------------------------
Tue May 21 18:09:05 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
- Настройка Fancy Application Menu
-------------------------------------------------------------------
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++