aboutsummaryrefslogtreecommitdiffstats
path: root/community/libwnck3
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 21:45:09 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 21:45:09 +0100
commit04cbf53e59e2324e980d11aef87e885d8b595cda (patch)
tree9ba8febb7f8b8f35c4f2b1a245746ec858c6ad72 /community/libwnck3
parent9229ca35930a01466ac85200fb14ea0079fc6133 (diff)
downloadaports-04cbf53e59e2324e980d11aef87e885d8b595cda.tar.bz2
aports-04cbf53e59e2324e980d11aef87e885d8b595cda.tar.xz
community/libwnck3: disable gtk-doc generation
Diffstat (limited to 'community/libwnck3')
-rw-r--r--community/libwnck3/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libwnck3/APKBUILD b/community/libwnck3/APKBUILD
index 0c929e50e1..74254beb6e 100644
--- a/community/libwnck3/APKBUILD
+++ b/community/libwnck3/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libwnck3
pkgver=3.32.0
-pkgrel=0
+pkgrel=1
pkgdesc="Window Navigator Construction Kit"
url="https://gitlab.gnome.org/GNOME/libwnck"
arch="all"
@@ -12,7 +12,7 @@ license="LGPL-2.0-or-later"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
replaces="libwnck"
makedepends="glib-dev gtk+3.0-dev libx11-dev pango-dev cairo-dev meson
- startup-notification-dev libxres-dev gobject-introspection-dev gtk-doc"
+ startup-notification-dev libxres-dev gobject-introspection-dev"
options="!check" # no tests
source="https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz"
@@ -25,7 +25,7 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=release \
- -Dgtk_doc=true \
+ -Dgtk_doc=false \
. output
ninja -C output test
}