From 40e613e0db84c619958f9d4881d85d4fde952b6e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 22 Sep 2021 20:53:27 +0200 Subject: dev-libs/libqtxdg: Sync with Gentoo ebuild repo Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- dev-libs/libqtxdg/libqtxdg-9999.ebuild | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index 492cb837..b507de05 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -3,9 +3,9 @@ EAPI=7 -inherit cmake virtualx +inherit cmake optfeature virtualx -DESCRIPTION="A Qt implementation of XDG standards" +DESCRIPTION="Qt implementation of XDG standards" HOMEPAGE="https://lxqt.github.io/" if [[ ${PV} == *9999 ]]; then @@ -20,8 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" + BDEPEND=" - >=dev-util/lxqt-build-tools-0.6.0 + >=dev-util/lxqt-build-tools-0.9.0 virtual/pkgconfig " RDEPEND=" @@ -48,3 +50,7 @@ src_test() { # Tests don't work with C LC_ALL=en_US.utf8 virtx cmake_src_test } + +pkg_postinst() { + ! has_version lxqt-base/lxqt-meta && optfeature "features that require a terminal emulator" x11-terms/xterm +} -- cgit v1.2.3-65-gdbad