Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
Date: Wed, 22 Sep 2021 19:15:12
Message-Id: 1632338091.40e613e0db84c619958f9d4881d85d4fde952b6e.asturm@gentoo
1 commit: 40e613e0db84c619958f9d4881d85d4fde952b6e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:53:27 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:14:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=40e613e0
7
8 dev-libs/libqtxdg: 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 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 12 +++++++++---
14 1 file changed, 9 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
17 index 492cb837..b507de05 100644
18 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
19 +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
20 @@ -3,9 +3,9 @@
21
22 EAPI=7
23
24 -inherit cmake virtualx
25 +inherit cmake optfeature virtualx
26
27 -DESCRIPTION="A Qt implementation of XDG standards"
28 +DESCRIPTION="Qt implementation of XDG standards"
29 HOMEPAGE="https://lxqt.github.io/"
30
31 if [[ ${PV} == *9999 ]]; then
32 @@ -20,8 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
33 SLOT="0"
34 IUSE="test"
35
36 +RESTRICT="!test? ( test )"
37 +
38 BDEPEND="
39 - >=dev-util/lxqt-build-tools-0.6.0
40 + >=dev-util/lxqt-build-tools-0.9.0
41 virtual/pkgconfig
42 "
43 RDEPEND="
44 @@ -48,3 +50,7 @@ src_test() {
45 # Tests don't work with C
46 LC_ALL=en_US.utf8 virtx cmake_src_test
47 }
48 +
49 +pkg_postinst() {
50 + ! has_version lxqt-base/lxqt-meta && optfeature "features that require a terminal emulator" x11-terms/xterm
51 +}