# Maintainer: Natanael Copa pkgname=libxfce4util pkgver=4.13.5 pkgrel=0 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 vala" source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 vala.patch" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-introspection \ --enable-gtk-doc \ --enable-vala make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="a7b5f540adbbb81d6382072f3fac4d919bb3be691f647cd70a5b8ef026e64d68ff5a7e340bb75df999145702b7dfc1a6e493e6f635e3d64ab78bf8831082e565 libxfce4util-4.13.5.tar.bz2 79a28105e997ce51beed8f84a8c39d2bb199dc346408958d3776ea14d3df00c3343e0d3d66051ef5ff15821daaef5409829d948feed437d8f0ffc4630870dfdb vala.patch"