void-packages/srcpkgs/gnome-music/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
821 B
Bash

# Template file for 'gnome-music'
pkgname=gnome-music
version=3.16.1
revision=2
lib32disabled=yes
build_style=gnu-configure
configure_args="PYTHON=python3.4"
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
makedepends="python3.4-devel python-gobject-devel python3.4-dbus
grilo-devel gnome-desktop-devel libmediaart2-devel"
depends="python3.4-gobject>=3.14 python3.4-dbus desktop-file-utils"
short_desc="GNOME music playing application"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://live.gnome.org/Apps/Music"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=116945d87fbac6aea2aedfa8e6a98bef720675916a0a6e9ae21aa83d450ad2df
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gir"
fi