aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-panel
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-09-19 14:49:18 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-19 14:50:03 +0200
commitaef40cf7b0ae3ab052986b749bd233ef2fec8eee (patch)
tree1192903f7e70c7f36cfa3703074a4782fbf86cc9 /community/xfce4-panel
parent23a1b443335b559ad15d2348c53dd128ad7ce3a5 (diff)
downloadaports-aef40cf7b0ae3ab052986b749bd233ef2fec8eee.tar.bz2
aports-aef40cf7b0ae3ab052986b749bd233ef2fec8eee.tar.xz
community/xfce4-panel: enable introspection
Diffstat (limited to 'community/xfce4-panel')
-rw-r--r--community/xfce4-panel/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/xfce4-panel/APKBUILD b/community/xfce4-panel/APKBUILD
index 71ee8b28ff..0847d75976 100644
--- a/community/xfce4-panel/APKBUILD
+++ b/community/xfce4-panel/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-panel
pkgver=4.13.3
-pkgrel=0
+pkgrel=1
pkgdesc="Panel for the Xfce desktop environment"
url="https://xfce.org/"
arch="all"
@@ -9,7 +9,8 @@ license="GPL-2.0+, LGPL-2.1+"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends="hicolor-icon-theme"
depends_dev="libxfce4util-dev gtk+2.0-dev gtk+3.0-dev xfconf-dev"
-makedepends="$depends_dev libxfce4ui-dev exo-dev garcon-dev libwnck3-dev"
+makedepends="$depends_dev libxfce4ui-dev exo-dev garcon-dev libwnck3-dev
+ gobject-introspection-dev"
source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir"/$pkgname-$pkgver
@@ -24,6 +25,7 @@ build() {
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
+ --enable-introspection \
--enable-gtk3
make
}