commit: 91e8f0388fd22dbb85c58245746a1b9d07072bea
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 4 13:32:10 2019 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jan 4 13:33:47 2019 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=91e8f038
lxqt-base/lxqt-config: remove upstreamed touchpad patch
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Package-Manager: Portage-2.3.54, Repoman-2.3.12
lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 9 +--------
1 file changed, 1 insertion(+), 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() {