From 1c00372f914d82e72b830ac96d9fb26a3852fe31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 14 Nov 2017 14:50:04 +0100 Subject: [PATCH] lxqt-common: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is no more used [1] [1] http://lxqt.org/release/2017/10/21/lxqt-0120/ Signed-off-by: Andreas Müller --- ...artlxqt-enable-starting-from-console.patch | 35 ------------------- .../0002-slightly-change-theme-defaults.patch | 32 ----------------- recipes-lxqt/lxqt-common/lxqt-common_git.bb | 24 ------------- 3 files changed, 91 deletions(-) delete mode 100644 recipes-lxqt/lxqt-common/files/0001-startlxqt-enable-starting-from-console.patch delete mode 100644 recipes-lxqt/lxqt-common/files/0002-slightly-change-theme-defaults.patch delete mode 100644 recipes-lxqt/lxqt-common/lxqt-common_git.bb diff --git a/recipes-lxqt/lxqt-common/files/0001-startlxqt-enable-starting-from-console.patch b/recipes-lxqt/lxqt-common/files/0001-startlxqt-enable-starting-from-console.patch deleted file mode 100644 index 07acbb23..00000000 --- a/recipes-lxqt/lxqt-common/files/0001-startlxqt-enable-starting-from-console.patch +++ /dev/null @@ -1,35 +0,0 @@ -From e83caa529f812a4b10dea34b1c854d02fed83d8c Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Wed, 6 May 2015 16:38:17 +0200 -Subject: [PATCH] startlxqt: enable starting from console -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Andreas Müller ---- - startlxqt.in | 11 +++++++++-- - 1 file changed, 9 insertions(+), 2 deletions(-) - -diff --git a/startlxqt.in b/startlxqt.in -index 2dc30bf..bb98fce 100755 ---- a/startlxqt.in -+++ b/startlxqt.in -@@ -42,5 +42,12 @@ export XDG_MENU_PREFIX="lxqt-" - - export XDG_CURRENT_DESKTOP="LXQt" - --# Start the LXQt session --exec lxqt-session -+# xserver needs start? -+if test "x$DISPLAY" = "x"; then -+ echo "Starting X server..." -+ prog=`which lxqt-session` -+ exec xinit $prog -+else -+ # Start the LXQt session -+ exec lxqt-session -+fi --- -1.9.3 - diff --git a/recipes-lxqt/lxqt-common/files/0002-slightly-change-theme-defaults.patch b/recipes-lxqt/lxqt-common/files/0002-slightly-change-theme-defaults.patch deleted file mode 100644 index dbd9fef0..00000000 --- a/recipes-lxqt/lxqt-common/files/0002-slightly-change-theme-defaults.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 12976fcbcc5b68e7e9e7c6deba3983a7355f8f2f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Sat, 25 Jul 2015 22:29:29 +0200 -Subject: [PATCH] slightly change theme defaults -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Upstream-Status: Inappropriate [configuration] - -Signed-off-by: Andreas Müller ---- - config/lxqt.conf | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/config/lxqt.conf b/config/lxqt.conf -index 1d48e56..5018618 100644 ---- a/config/lxqt.conf -+++ b/config/lxqt.conf -@@ -7,5 +7,8 @@ tool_button_style=ToolButtonTextBesideIcon - [Qt] - font="Sans,11,-1,5,50,0,0,0,0,0" - doubleClickInterval=400 --style=Fusion -+style=Oxygen - wheelScrollLines=3 -+ -+[Mouse] -+cursor_theme=Oxygen_Zion --- -1.9.3 - diff --git a/recipes-lxqt/lxqt-common/lxqt-common_git.bb b/recipes-lxqt/lxqt-common/lxqt-common_git.bb deleted file mode 100644 index 5e10451b..00000000 --- a/recipes-lxqt/lxqt-common/lxqt-common_git.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Common files for LXQt" -LICENSE = "CC-BY-SA-3.0" -LIC_FILES_CHKSUM = "file://README.md;beginline=9;endline=9;md5=1468be559d088410c64a6db10364f77c" - -inherit lxqt gtk-icon-cache - -DEPENDS += "liblxqt" - -SRC_URI += " \ - file://0001-startlxqt-enable-starting-from-console.patch \ - file://0002-slightly-change-theme-defaults.patch \ -" -SRCREV = "e6e6a97d01482497d4fd45c68e1eee0aaed458a4" -PV = "0.11.2" - -FILES_${PN} += " \ - ${datadir}/kdm \ - ${datadir}/xsessions \ - ${datadir}/desktop-directories \ - ${datadir}/lxqt \ -" - -RDEPENDS_${PN} += "xinit" -RRECOMMENDS_${PN} += "oxygen qtsvg-plugins"