diff --git a/srcpkgs/gsound/template b/srcpkgs/gsound/template index 20a19c14b52..9b3d28d7442 100644 --- a/srcpkgs/gsound/template +++ b/srcpkgs/gsound/template @@ -1,22 +1,22 @@ # Template file for 'gsound' pkgname=gsound version=1.0.2 -revision=2 +revision=3 build_style=gnu-configure -configure_args="$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala') - --disable-schemas-compile --enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo" -hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir 'gobject-introspection vala-devel')" +configure_args="$(vopt_enable gir introspection) $(vopt_enable vala)" +hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir 'gobject-introspection') + $(vopt_if vala 'vala-devel')" makedepends="libcanberra-devel" short_desc="Small library for playing system sounds" maintainer="Enno Boland " license="LGPL-2.1-or-later" -homepage="http://www.gnome.org/" -distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" +homepage="https://wiki.gnome.org/Projects/GSound" +distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53 -build_options="gir" +build_options="gir vala" if [ -z "$CROSS_BUILD" ]; then - build_options_default="gir" + build_options_default="gir vala" fi gsound-devel_package() { @@ -29,6 +29,8 @@ gsound-devel_package() { vmove usr/share/gtk-doc if [ "$build_option_gir" ]; then vmove usr/share/gir-1.0 + fi + if [ "$build_option_vala" ]; then vmove usr/share/vala fi }