diff --git a/srcpkgs/gsound/template b/srcpkgs/gsound/template index a86a742638..20a19c14b5 100644 --- a/srcpkgs/gsound/template +++ b/srcpkgs/gsound/template @@ -1,19 +1,19 @@ # Template file for 'gsound' pkgname=gsound version=1.0.2 -revision=1 +revision=2 build_style=gnu-configure -build_options="gir" 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')" makedepends="libcanberra-devel" short_desc="Small library for playing system sounds" maintainer="Enno Boland " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="http://www.gnome.org/" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53 +build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir"