# Maintainer: Jan de Groot pkgname=gnome-music pkgver=3.12.1 pkgrel=1 pkgdesc="Music player and management application" arch=(i686 x86_64) license=('GPL') url="https://wiki.gnome.org/Apps/Music" depends=(grilo grilo-plugins tracker python gobject-introspection libdmapsharing python-dbus dbus-glib gnome-icon-theme gnome-themes-standard gtk3 gvfs python-gobject) makedepends=(intltool itstool) groups=('gnome-extra') install=gnome-music.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('197a62475a8f13eb9548a8d885c30f01d7f5b04e95dc09933e57f90dd79470fc') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --disable-schemas-compile make } package() { cd $pkgname-$pkgver make -j1 DESTDIR="${pkgdir}" install }