Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/
Date: Wed, 22 Sep 2021 19:15:05
Message-Id: 1632337765.ed775a78cc7cc12f7b37e22a67761a1327426a5a.asturm@gentoo
1 commit: ed775a78cc7cc12f7b37e22a67761a1327426a5a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:38:22 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:09:25 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ed775a78
7
8 lxqt-base/lxqt-config: Sync with Gentoo ebuild repo
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 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 ca34a34d..67cc7ced 100644
18 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
19 +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild
20 @@ -22,9 +22,9 @@ IUSE="+monitor +touchpad"
21
22 BDEPEND="
23 dev-qt/linguist-tools:5
24 - >=dev-util/lxqt-build-tools-0.6.0
25 + >=dev-util/lxqt-build-tools-0.9.0
26 "
27 -RDEPEND="
28 +DEPEND="
29 >=dev-libs/libqtxdg-3.3.1
30 dev-qt/qtcore:5
31 dev-qt/qtdbus:5
32 @@ -48,12 +48,12 @@ RDEPEND="
33 x11-libs/libXi
34 )
35 "
36 -DEPEND="${DEPEND}"
37 +RDEPEND="${DEPEND}"
38
39 src_configure() {
40 local mycmakeargs=(
41 - -DWITH_MONITOR="$(usex monitor)"
42 - -DWITH_TOUCHPAD="$(usex touchpad)"
43 + -DWITH_MONITOR=$(usex monitor)
44 + -DWITH_TOUCHPAD=$(usex touchpad)
45 )
46 cmake_src_configure
47 }