Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/
Date: Fri, 04 Jan 2019 13:34:03
Message-Id: 1546608827.91e8f0388fd22dbb85c58245746a1b9d07072bea.chiitoo@gentoo
1 commit: 91e8f0388fd22dbb85c58245746a1b9d07072bea
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 13:32:10 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 13:33:47 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=91e8f038
7
8 lxqt-base/lxqt-config: remove upstreamed touchpad patch
9
10 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
11 Package-Manager: Portage-2.3.54, Repoman-2.3.12
12
13 lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 9 +--------
14 1 file changed, 1 insertion(+), 8 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
17 index c3c4c117..b2cd24ee 100644
18 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
19 +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -48,8 +48,6 @@ DEPEND="${DEPEND}
27 >=dev-util/lxqt-build-tools-0.5.0
28 "
29
30 -PATCHES="${FILESDIR}/${PN}-0.14.0-make-touchpad-optional.patch"
31 -
32 src_configure() {
33 local mycmakeargs=(
34 -DPULL_TRANSLATIONS=OFF
35 @@ -66,11 +64,6 @@ src_install() {
36
37 pkg_postinst() {
38 gnome2_icon_cache_update
39 -
40 - if ! use touchpad; then
41 - ewarn "Please do not report issues to upstream, if they are caused by"
42 - ewarn "USE=\"-touchpad\", as upstream does not support such a build."
43 - fi
44 }
45
46 pkg_postrm() {