2015-03-24 12:20:59 +00:00
|
|
|
# Template file for 'gsound'
|
|
|
|
pkgname=gsound
|
|
|
|
version=1.0.1
|
2015-06-20 12:05:21 +00:00
|
|
|
revision=2
|
2015-03-24 12:20:59 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
build_options="gir"
|
2015-06-20 12:05:21 +00:00
|
|
|
configure_args="$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')
|
2015-03-24 12:20:59 +00:00
|
|
|
--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"
|
2015-08-09 17:08:42 +00:00
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
2015-03-24 12:20:59 +00:00
|
|
|
license="LGPL-2.1"
|
|
|
|
homepage="http://www.gnome.org/"
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
|
|
checksum=ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29
|
|
|
|
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
|
|
|
|
|
|
|
gsound-devel_package() {
|
|
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
vmove usr/share/vala
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
}
|