summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-29 23:27:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-29 23:28:23 +0200
commitbb1817769c3b8856afbe5301eb75338f352e8097 (patch)
tree6e0c22118e9f639a59e0819ba3993affe6b2cb76 /sys-apps/xdg-desktop-portal
parentprofiles: lift x11-wm/mutter[screencast] p.use.mask on v3.36 (diff)
downloadgentoo-bb1817769c3b8856afbe5301eb75338f352e8097.tar.gz
gentoo-bb1817769c3b8856afbe5301eb75338f352e8097.tar.bz2
gentoo-bb1817769c3b8856afbe5301eb75338f352e8097.zip
sys-apps/xdg-desktop-portal: Drop IUSE=doc for unpackaged flatpak
Closes: https://bugs.gentoo.org/734608 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/xdg-desktop-portal')
-rw-r--r--sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild
index 52d75439b60d..c78e23840679 100644
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild
@@ -12,16 +12,12 @@ SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc geolocation screencast"
+IUSE="geolocation screencast"
BDEPEND="
dev-util/gdbus-codegen
sys-devel/gettext
virtual/pkgconfig
- doc? (
- app-text/docbook-xml-dtd:4.3
- app-text/xmlto
- )
"
DEPEND="
dev-libs/glib:2
@@ -38,9 +34,9 @@ RDEPEND="${DEPEND}
src_configure() {
local myeconfargs=(
--with-systemduserunitdir="$(systemd_get_userunitdir)"
- $(use_enable doc docbook-docs)
$(use_enable geolocation geoclue)
$(use_enable screencast pipewire)
+ --disable-docbook-docs # flatpak not packaged
--disable-libportal # not packaged
)
econf "${myeconfargs[@]}"