void-packages/srcpkgs/gnome-sound-recorder/template
jbu 0f54db474a gnome-*: add build option 'gir'
This should allow cross compilation of all gnome-* packages
2015-06-20 13:16:15 +02:00

22 lines
826 B
Bash

# Template file for 'gnome-sound-recorder'
pkgname=gnome-sound-recorder
version=3.16.0
revision=2
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-schemas-compile"
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
makedepends="gtk+3-devel gsettings-desktop-schemas-devel gjs-devel gst-plugins-base1"
depends="desktop-file-utils gjs>=1.40 gsettings-desktop-schemas>=3.14 gst-plugins-base1"
short_desc="GNOME sound recorder application"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=9af4935a8007810f750b40039a77cc762c260cb554339c1fc13e6ee52f6a1c04
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gir"
fi