[packages/lxqt-common] - show all applications in menu, not only these with the lxde- prefix
witekfl
witekfl at pld-linux.org
Wed May 14 08:44:37 CEST 2014
commit 09ec21009378a8cb613f040809ec6565c0107867
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Wed May 14 08:42:52 2014 +0200
- show all applications in menu, not only these with the lxde- prefix
lxqt-common.spec | 4 +++-
startlxqt.patch | 11 +++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/lxqt-common.spec b/lxqt-common.spec
index 91c5cdc..b799991 100644
--- a/lxqt-common.spec
+++ b/lxqt-common.spec
@@ -6,11 +6,12 @@
Summary: lxqt-common
Name: lxqt-common
Version: 0.7.0
-Release: 0.1
+Release: 0.2
License: GPLv2 and LGPL-2.1+
Group: X11/Applications
Source0: http://lxqt.org/downloads/lxqt/0.7.0/%{name}-%{version}.tar.xz
# Source0-md5: f1a64db07d04f686b584cc8952479910
+Patch0: startlxqt.patch
URL: http://www.lxqt.org/
BuildRequires: cmake >= 2.8.3
BuildRequires: xz-devel
@@ -23,6 +24,7 @@ lxqt-common.
%prep
%setup -q -c %{name}-%{version}
+%patch0 -p1
%build
install -d build
diff --git a/startlxqt.patch b/startlxqt.patch
new file mode 100644
index 0000000..430e361
--- /dev/null
+++ b/startlxqt.patch
@@ -0,0 +1,11 @@
+--- lxqt-common-0.7.0/startlxqt.in.orig 2014-05-14 08:38:59.553023365 +0200
++++ lxqt-common-0.7.0/startlxqt.in 2014-05-14 08:39:14.589614229 +0200
+@@ -27,7 +27,7 @@ fi
+ # FIXME: the plugin is not yet ready
+ export QT_PLATFORM_PLUGIN=lxqt
+
+-export XDG_MENU_PREFIX="lxde-"
++###export XDG_MENU_PREFIX="lxde-"
+
+ export XDG_CURRENT_DESKTOP="LXQt"
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lxqt-common.git/commitdiff/09ec21009378a8cb613f040809ec6565c0107867
More information about the pld-cvs-commit
mailing list