mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'xfconf'
|
||||||
pkgname=xfconf
|
pkgname=xfconf
|
||||||
version=4.14.3
|
version=4.14.4
|
||||||
revision=1
|
revision=1
|
||||||
|
build_helper=gir
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gsettings-backend
|
configure_args="--enable-gsettings-backend
|
||||||
$(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
|
$(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
|
||||||
hostmakedepends="pkg-config intltool glib-devel"
|
hostmakedepends="pkg-config intltool glib-devel vala-devel"
|
||||||
makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
|
makedepends="libxfce4util-devel vala-devel
|
||||||
|
$(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
|
||||||
short_desc="Xfce hierarchical (tree-like) configuration system"
|
short_desc="Xfce hierarchical (tree-like) configuration system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only, LGPL-2.0-only"
|
license="GPL-2.0-only, LGPL-2.0-only"
|
||||||
homepage="https://xfce.org/"
|
homepage="https://xfce.org/"
|
||||||
distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
|
distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
|
||||||
checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
|
checksum=cc37622eece51ed8905dfaad6f77b3c24662f41881545eb0142110f347ba5f73
|
||||||
build_options="perl"
|
# XXX: perl bindings will be removed in >=4.15
|
||||||
|
build_options="perl gir"
|
||||||
|
build_options_default="gir"
|
||||||
|
|
||||||
xfconf-devel_package() {
|
xfconf-devel_package() {
|
||||||
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
|
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -23,5 +27,9 @@ xfconf-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/gtk-doc
|
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