aboutsummaryrefslogtreecommitdiffstats
path: root/community/libxfce4ui/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-29 11:57:50 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-04 10:50:32 +0200
commit03314b30f5acb3931dc82bf4d905d289f207b788 (patch)
treecfd82e358a7b982a61209e34064c71bab763154c /community/libxfce4ui/APKBUILD
parentb3c066abf1954645909a0ae92cc0db98704ce585 (diff)
downloadaports-03314b30f5acb3931dc82bf4d905d289f207b788.tar.bz2
aports-03314b30f5acb3931dc82bf4d905d289f207b788.tar.xz
community/libxfce4ui: enable introspection
Diffstat (limited to 'community/libxfce4ui/APKBUILD')
-rw-r--r--community/libxfce4ui/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/libxfce4ui/APKBUILD b/community/libxfce4ui/APKBUILD
index 4d90fb0b1c..699fd0aa85 100644
--- a/community/libxfce4ui/APKBUILD
+++ b/community/libxfce4ui/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxfce4ui
pkgver=4.13.4
-pkgrel=1
+pkgrel=2
pkgdesc="Widgets library for the Xfce desktop environment"
url="https://xfce.org/"
arch="all"
@@ -10,7 +10,7 @@ license="GPL-2.0-only"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-gtk3"
depends_dev="startup-notification-dev"
makedepends="$depends_dev gtk+2.0-dev gtk+3.0-dev libxfce4util-dev xfconf-dev
- glade-dev gtk-doc"
+ glade-dev gtk-doc gobject-introspection-dev"
source="https://archive.xfce.org/src/xfce/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
build() {
@@ -25,6 +25,7 @@ build() {
--enable-gladeui \
--with-vendor-info="${DISTRO_NAME:-Alpine Linux}" \
--disable-static \
+ --enable-introspection \
--enable-gtk-doc
make
}