gnome-music: revbump against python3.4 and python3.4-gobject

Fix configure against python3.4.
This commit is contained in:
Alessio Sergi 2014-06-19 11:29:19 +02:00
parent ef2128fb05
commit b5e1750bb3

View file

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