summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2020-08-12 01:55:49 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 17:45:24 +0200
commitd9ff8710a0d3349de1a1beeee41d7e7502acfbe9 (patch)
tree57ad17deb168ff094970be7d0715ff699b20801b /lxqt-base/lxqt-config/files
parentmedia-gfx/lximage-qt: add missing xdg_desktop_database_update (diff)
downloadgentoo-d9ff8710a0d3349de1a1beeee41d7e7502acfbe9.tar.gz
gentoo-d9ff8710a0d3349de1a1beeee41d7e7502acfbe9.tar.bz2
gentoo-d9ff8710a0d3349de1a1beeee41d7e7502acfbe9.zip
lxqt-base: remove 0.14.* and other old versions/files/local USE-flags
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17095 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-config/files')
-rw-r--r--lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch b/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
deleted file mode 100644
index 31b22cd6eaa5..000000000000
--- a/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen <yan12125@gmail.com>
-Date: Sun, 15 Dec 2019 09:32:55 +0800
-Subject: [PATCH] Fix building with Qt 5.14
-
----
- lxqt-config-input/touchpaddevice.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-input/touchpaddevice.cpp b/lxqt-config-input/touchpaddevice.cpp
-index 31adbe5f..41690c2c 100644
---- a/lxqt-config-input/touchpaddevice.cpp
-+++ b/lxqt-config-input/touchpaddevice.cpp
-@@ -21,6 +21,7 @@
- #include <cmath>
- #include <QDebug>
- #include <QX11Info>
-+#include <QUrl>
- #include <libudev.h>
- #include <LXQt/Settings>
- #include <X11/Xatom.h>