gsound: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-21 12:17:05 +01:00 committed by maxice8
parent 6adf9786e3
commit afe8333bda
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 3 deletions

View File

@ -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 <gottox@voidlinux.eu>"
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"