aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2019-01-04 15:32:10 +0200
committerJimi Huotari <chiitoo@gentoo.org>2019-01-04 15:33:47 +0200
commit91e8f0388fd22dbb85c58245746a1b9d07072bea (patch)
tree988a4a1dfed6a9d9487445a6f0d826b038a59682
parentlxqt-base/lxqt-config: slightly adjust optionally touchpadding patch (diff)
downloadqt-91e8f0388fd22dbb85c58245746a1b9d07072bea.tar.gz
qt-91e8f0388fd22dbb85c58245746a1b9d07072bea.tar.bz2
qt-91e8f0388fd22dbb85c58245746a1b9d07072bea.zip
lxqt-base/lxqt-config: remove upstreamed touchpad patch
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Package-Manager: Portage-2.3.54, Repoman-2.3.12
-rw-r--r--lxqt-base/lxqt-config/lxqt-config-9999.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
index c3c4c117..b2cd24ee 100644
--- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
+++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -48,8 +48,6 @@ DEPEND="${DEPEND}
>=dev-util/lxqt-build-tools-0.5.0
"
-PATCHES="${FILESDIR}/${PN}-0.14.0-make-touchpad-optional.patch"
-
src_configure() {
local mycmakeargs=(
-DPULL_TRANSLATIONS=OFF
@@ -66,11 +64,6 @@ src_install() {
pkg_postinst() {
gnome2_icon_cache_update
-
- if ! use touchpad; then
- ewarn "Please do not report issues to upstream, if they are caused by"
- ewarn "USE=\"-touchpad\", as upstream does not support such a build."
- fi
}
pkg_postrm() {