void-packages/srcpkgs/gnome-music/template
Alessio Sergi b5e1750bb3 gnome-music: revbump against python3.4 and python3.4-gobject
Fix configure against python3.4.
2014-06-19 11:29:19 +02:00

20 lines
727 B
Text

# Template file for 'gnome-music'
pkgname=gnome-music
version=3.12.2.1
revision=2
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="pkg-config intltool itstool gobject-introspection"
makedepends="python3.4-devel python-gobject-devel>=3.12 dbus-python3>=1.2.0
grilo-devel gnome-desktop-devel>=3.12"
depends="python3.4-gobject dbus-python3 desktop-file-utils"
short_desc="GNOME music playing application"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Apps/Music"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.12/$pkgname-$version.tar.xz"
checksum=9f0c99283853f054e3c5b4ad15df1e8fe3ac07bc046ac0f019ef0600ca969fef
do_configure() {
env PYTHON=python3.4 ./configure ${configure_args}
}