Date: Monday, April 14, 2014 @ 19:46:17 Author: jgc Revision: 210365 upgpkg: gnome-music 3.12.1-1
Modified: gnome-music/trunk/PKGBUILD Deleted: gnome-music/trunk/notification.patch --------------------+ PKGBUILD | 4 ++-- notification.patch | 21 --------------------- 2 files changed, 2 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-14 17:42:54 UTC (rev 210364) +++ PKGBUILD 2014-04-14 17:46:17 UTC (rev 210365) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-music -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Music player and management application" arch=(i686 x86_64) @@ -12,7 +12,7 @@ groups=('gnome-extra') install=gnome-music.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('4c63b04ecb9bc253f16e9f1de88de2792ddd90e469de03722e7f9d5b4dc767aa') +sha256sums=('197a62475a8f13eb9548a8d885c30f01d7f5b04e95dc09933e57f90dd79470fc') build() { cd $pkgname-$pkgver Deleted: notification.patch =================================================================== --- notification.patch 2014-04-14 17:42:54 UTC (rev 210364) +++ notification.patch 2014-04-14 17:46:17 UTC (rev 210365) @@ -1,21 +0,0 @@ -From efb6a7c0db5c40207bf78bde9d0f9b32ac667e9b Mon Sep 17 00:00:00 2001 -From: Jack Gurulian <[email protected]> -Date: Tue, 15 Oct 2013 10:54:47 +0000 -Subject: Correctly use AlbumArtCache.get_media_title in notifications - ---- -diff --git a/gnomemusic/notification.py b/gnomemusic/notification.py -index 2c8485e..5775db1 100644 ---- a/gnomemusic/notification.py -+++ b/gnomemusic/notification.py -@@ -78,7 +78,7 @@ class NotificationManager: - album = item.get_string(Grl.METADATA_KEY_ALBUM)\ - or _("Unknown Album") - -- self._notification.update(item.get_title(), -+ self._notification.update(AlbumArtCache.get_media_title(item), - # TRANSLATORS: by refers to the artist, from to the album - _("by %s, from %s") % ('<b>' + artist + '</b>', - '<i>' + album + '</i>'), --- -cgit v0.9.2
