diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 20:37:56 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 21:25:01 +0200 |
| commit | e63913737fb1741975b20ffb82eacb328b31bb66 (patch) | |
| tree | 4ad8ad36bc7d055243484da4a69e4a26533183c7 | |
| parent | 2785de0f2450565c828386adda3a859372fcad2f (diff) | |
| download | kde-e63913737fb1741975b20ffb82eacb328b31bb66.tar.gz kde-e63913737fb1741975b20ffb82eacb328b31bb66.tar.bz2 kde-e63913737fb1741975b20ffb82eacb328b31bb66.zip | |
dev-libs/appstream: Add IUSE doc, add missing and cleanup BDEPEND
Backport from Gentoo ebuild repo; introduced with 0.12.9 version bump.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | dev-libs/appstream/appstream-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild index 3de4ee41a35..11de9316c10 100644 --- a/dev-libs/appstream/appstream-9999.ebuild +++ b/dev-libs/appstream/appstream-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/" LICENSE="LGPL-2.1+ GPL-2+" # check as_api_level SLOT="0/4" -IUSE="apt +introspection qt5 test" +IUSE="apt doc +introspection qt5 test" RESTRICT="!test? ( test )" @@ -39,11 +39,11 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - app-text/docbook-xml-dtd:4.5 dev-libs/appstream-glib + dev-libs/libxslt dev-util/itstool - >=dev-util/meson-0.42.0 >=sys-devel/gettext-0.19.8 + doc? ( app-text/docbook-xml-dtd:4.5 ) test? ( dev-qt/linguist-tools:5 ) " @@ -65,6 +65,7 @@ src_configure() { -Dstemming=true -Dvapi=false -Dapt-support=$(usex apt true false) + -Dinstall-docs=$(usex doc true false) -Dgir=$(usex introspection true false) -Dqt=$(usex qt5 true false) ) |
