diff options
Diffstat (limited to 'extra/gnome-music/PKGBUILD')
-rw-r--r-- | extra/gnome-music/PKGBUILD | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/extra/gnome-music/PKGBUILD b/extra/gnome-music/PKGBUILD index 409f8ebb0..5c28a347a 100644 --- a/extra/gnome-music/PKGBUILD +++ b/extra/gnome-music/PKGBUILD @@ -1,19 +1,25 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-music -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=2 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) +depends=(grilo grilo-plugins tracker python gobject-introspection libdmapsharing python-dbus dbus-glib gnome-icon-theme gnome-themes-standard gtk3 gvfs tracker python-gobject) makedepends=(intltool) -options=('!libtool') groups=('gnome-extra') install=gnome-music.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('16ecbb93f4e69a7e85b86fc73413744073d69edaa09e71e135afe2c8de5b1d69') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz + notification.patch) +sha256sums=('3b75643e8a6e4d9b44b2572f0ddecfa0ec32affd9172c43a4bec909d15ac9d7c' + '629ff5a277aecd97d3e1040d3eee70b8f011f3cf65c7fa8ec03fc22b829059fd') + +prepare() { + cd $pkgname-$pkgver + patch -Np1 -i ../notification.patch +} build() { cd $pkgname-$pkgver |