void-packages/srcpkgs/xfconf/template
2020-05-10 16:21:34 +02:00

28 lines
977 B
Bash

# Template file for 'xfconf'
pkgname=xfconf
version=4.14.3
revision=1
build_style=gnu-configure
configure_args="--enable-gsettings-backend
$(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
hostmakedepends="pkg-config intltool glib-devel"
makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
short_desc="Xfce hierarchical (tree-like) configuration system"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, LGPL-2.0-only"
homepage="https://xfce.org/"
distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
build_options="perl"
xfconf-devel_package() {
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
}
}