From: Witold Filipczyk Date: Wed, 14 May 2014 06:42:52 +0000 (+0200) Subject: - show all applications in menu, not only these with the lxde- prefix X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=09ec21009378a8cb613f040809ec6565c0107867;p=packages%2Flxqt-common.git - show all applications in menu, not only these with the lxde- prefix --- 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" +