gnome-music: update to 3.30.0.

This commit is contained in:
maxice8 2018-09-19 18:00:00 -03:00
parent b223ceb74d
commit fe1ca53f90
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,25 +1,22 @@
# Template file for 'gnome-music'
pkgname=gnome-music
version=3.28.2.1
version=3.30.0
revision=1
build_style=meson
pycompile_module="gnomemusic"
hostmakedepends="glib-devel intltool itstool pkg-config
$(vopt_if gir 'gobject-introspection')"
gobject-introspection"
makedepends="gnome-desktop-devel grilo-devel libmediaart-devel
python-gobject-devel python3-dbus tracker-devel"
python-gobject-devel python3-dbus tracker-devel gnome-online-accounts-devel
libdazzle-devel"
depends="desktop-file-utils python3-dbus python3-gobject python3-requests
tracker tracker-miners"
tracker tracker-miners gst-plugins-good1 grilo-plugins libdazzle"
short_desc="GNOME music playing application"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later"
#changelog="https://raw.githubusercontent.com/GNOME/gnome-music/gnome-3-28/NEWS"
#changelog="https://raw.githubusercontent.com/GNOME/gnome-music/gnome-3-30/NEWS"
homepage="https://wiki.gnome.org/Apps/Music"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*.*}/${pkgname}-${version}.tar.xz"
checksum=bbf4556b77a97d86b586eeb3015482d800c46bcd293adbda0438ca0871bc9b26
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=1d38dd569ed0d27107769ac40b9be4cc75e08cf888d42e1250a0a4eec69a8955
nocross="hard-depends on gobject-introspection"
lib32disabled=yes
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi