summaryrefslogtreecommitdiff
path: root/extra/gnome-music
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-15 01:03:16 -0700
committerroot <root@rshg054.dnsready.net>2013-10-15 01:03:16 -0700
commit5d8af7c82b707f4cbda87bb0538fef84daf3791b (patch)
tree9db9400005dcee2e2ca264794e32c22efc39a3ac /extra/gnome-music
parentd053938d834e74b0c881c12a5cb240ad4bab0d9b (diff)
Tue Oct 15 01:02:49 PDT 2013
Diffstat (limited to 'extra/gnome-music')
-rw-r--r--extra/gnome-music/PKGBUILD8
-rw-r--r--extra/gnome-music/gnome-music.install1
2 files changed, 4 insertions, 5 deletions
diff --git a/extra/gnome-music/PKGBUILD b/extra/gnome-music/PKGBUILD
index 409f8ebb0..bc54efe94 100644
--- a/extra/gnome-music/PKGBUILD
+++ b/extra/gnome-music/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-music
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.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)
+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')
+sha256sums=('3b75643e8a6e4d9b44b2572f0ddecfa0ec32affd9172c43a4bec909d15ac9d7c')
build() {
cd $pkgname-$pkgver
diff --git a/extra/gnome-music/gnome-music.install b/extra/gnome-music/gnome-music.install
index 2b172e29c..c0ed9a0d7 100644
--- a/extra/gnome-music/gnome-music.install
+++ b/extra/gnome-music/gnome-music.install
@@ -1,6 +1,5 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}