community/libxfce4util: enable vala

This commit is contained in:
Natanael Copa 2018-10-02 14:38:28 +00:00
parent 406fd782d7
commit ce84a96e37

View File

@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxfce4util
pkgver=4.13.2
pkgrel=1
pkgrel=2
pkgdesc="Basic utility non-GUI functions for Xfce"
url="https://xfce.org/"
arch="all"
license="GPL-2.0-only"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
makedepends="glib-dev gtk-doc intltool gobject-introspection-dev"
makedepends="glib-dev gtk-doc intltool gobject-introspection-dev vala"
source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
build() {
@ -21,7 +21,8 @@ build() {
--localstatedir=/var \
--disable-static \
--enable-introspection \
--enable-gtk-doc
--enable-gtk-doc \
--enable-vala
make
}