mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
xfconf: update to 4.14.4, enable introspection and vala.
Introspection is necessary for catfish.
This commit is contained in:
parent
652f971448
commit
6b5b4d0abb
1 changed files with 13 additions and 5 deletions
|
@ -1,19 +1,23 @@
|
|||
# Template file for 'xfconf'
|
||||
pkgname=xfconf
|
||||
version=4.14.3
|
||||
version=4.14.4
|
||||
revision=1
|
||||
build_helper=gir
|
||||
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')"
|
||||
hostmakedepends="pkg-config intltool glib-devel vala-devel"
|
||||
makedepends="libxfce4util-devel vala-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"
|
||||
checksum=cc37622eece51ed8905dfaad6f77b3c24662f41881545eb0142110f347ba5f73
|
||||
# XXX: perl bindings will be removed in >=4.15
|
||||
build_options="perl gir"
|
||||
build_options_default="gir"
|
||||
|
||||
xfconf-devel_package() {
|
||||
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
|
@ -23,5 +27,9 @@ xfconf-devel_package() {
|
|||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/vala
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue