diff options
-rw-r--r-- | community/libwnck3/APKBUILD | 6 |
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 } |