[arch-commits] Commit in gnome-music/repos (12 files)
Jan de Groot
jgc at nymeria.archlinux.org
Sun Feb 23 13:28:53 UTC 2014
Date: Sunday, February 23, 2014 @ 14:28:53
Author: jgc
Revision: 206274
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gnome-music/repos/extra-i686/PKGBUILD
(from rev 206273, gnome-music/trunk/PKGBUILD)
gnome-music/repos/extra-i686/gnome-music.install
(from rev 206273, gnome-music/trunk/gnome-music.install)
gnome-music/repos/extra-i686/notification.patch
(from rev 206273, gnome-music/trunk/notification.patch)
gnome-music/repos/extra-x86_64/PKGBUILD
(from rev 206273, gnome-music/trunk/PKGBUILD)
gnome-music/repos/extra-x86_64/gnome-music.install
(from rev 206273, gnome-music/trunk/gnome-music.install)
gnome-music/repos/extra-x86_64/notification.patch
(from rev 206273, gnome-music/trunk/notification.patch)
Deleted:
gnome-music/repos/extra-i686/PKGBUILD
gnome-music/repos/extra-i686/gnome-music.install
gnome-music/repos/extra-i686/notification.patch
gnome-music/repos/extra-x86_64/PKGBUILD
gnome-music/repos/extra-x86_64/gnome-music.install
gnome-music/repos/extra-x86_64/notification.patch
----------------------------------+
/PKGBUILD | 52 +++++++++++++++++++++++++++++++++++++
/gnome-music.install | 24 +++++++++++++++++
/notification.patch | 42 +++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 33 -----------------------
extra-i686/gnome-music.install | 12 --------
extra-i686/notification.patch | 21 --------------
extra-x86_64/PKGBUILD | 33 -----------------------
extra-x86_64/gnome-music.install | 12 --------
extra-x86_64/notification.patch | 21 --------------
9 files changed, 118 insertions(+), 132 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-02-23 13:28:40 UTC (rev 206273)
+++ extra-i686/PKGBUILD 2014-02-23 13:28:53 UTC (rev 206274)
@@ -1,33 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-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 gnome-icon-theme gnome-themes-standard gtk3 gvfs tracker python-gobject)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-music.install
-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
- ./configure --prefix=/usr --disable-schemas-compile
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 DESTDIR="${pkgdir}" install
-}
Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 206273, gnome-music/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-23 13:28:53 UTC (rev 206274)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.10.3
+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 tracker python-gobject)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c07e8dcde2cc67bcd0b9d6b8dfb6b16c73c65700d7bd80087068da6e037faf68')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make -j1 DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/gnome-music.install
===================================================================
--- extra-i686/gnome-music.install 2014-02-23 13:28:40 UTC (rev 206273)
+++ extra-i686/gnome-music.install 2014-02-23 13:28:53 UTC (rev 206274)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gnome-music/repos/extra-i686/gnome-music.install (from rev 206273, gnome-music/trunk/gnome-music.install)
===================================================================
--- extra-i686/gnome-music.install (rev 0)
+++ extra-i686/gnome-music.install 2014-02-23 13:28:53 UTC (rev 206274)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-i686/notification.patch
===================================================================
--- extra-i686/notification.patch 2014-02-23 13:28:40 UTC (rev 206273)
+++ extra-i686/notification.patch 2014-02-23 13:28:53 UTC (rev 206274)
@@ -1,21 +0,0 @@
-From efb6a7c0db5c40207bf78bde9d0f9b32ac667e9b Mon Sep 17 00:00:00 2001
-From: Jack Gurulian <jack.gurulian at gmail.com>
-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
Copied: gnome-music/repos/extra-i686/notification.patch (from rev 206273, gnome-music/trunk/notification.patch)
===================================================================
--- extra-i686/notification.patch (rev 0)
+++ extra-i686/notification.patch 2014-02-23 13:28:53 UTC (rev 206274)
@@ -0,0 +1,21 @@
+From efb6a7c0db5c40207bf78bde9d0f9b32ac667e9b Mon Sep 17 00:00:00 2001
+From: Jack Gurulian <jack.gurulian at gmail.com>
+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
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-02-23 13:28:40 UTC (rev 206273)
+++ extra-x86_64/PKGBUILD 2014-02-23 13:28:53 UTC (rev 206274)
@@ -1,33 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-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 gnome-icon-theme gnome-themes-standard gtk3 gvfs tracker python-gobject)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-music.install
-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
- ./configure --prefix=/usr --disable-schemas-compile
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 DESTDIR="${pkgdir}" install
-}
Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 206273, gnome-music/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-02-23 13:28:53 UTC (rev 206274)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.10.3
+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 tracker python-gobject)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c07e8dcde2cc67bcd0b9d6b8dfb6b16c73c65700d7bd80087068da6e037faf68')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make -j1 DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/gnome-music.install
===================================================================
--- extra-x86_64/gnome-music.install 2014-02-23 13:28:40 UTC (rev 206273)
+++ extra-x86_64/gnome-music.install 2014-02-23 13:28:53 UTC (rev 206274)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gnome-music/repos/extra-x86_64/gnome-music.install (from rev 206273, gnome-music/trunk/gnome-music.install)
===================================================================
--- extra-x86_64/gnome-music.install (rev 0)
+++ extra-x86_64/gnome-music.install 2014-02-23 13:28:53 UTC (rev 206274)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/notification.patch
===================================================================
--- extra-x86_64/notification.patch 2014-02-23 13:28:40 UTC (rev 206273)
+++ extra-x86_64/notification.patch 2014-02-23 13:28:53 UTC (rev 206274)
@@ -1,21 +0,0 @@
-From efb6a7c0db5c40207bf78bde9d0f9b32ac667e9b Mon Sep 17 00:00:00 2001
-From: Jack Gurulian <jack.gurulian at gmail.com>
-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
Copied: gnome-music/repos/extra-x86_64/notification.patch (from rev 206273, gnome-music/trunk/notification.patch)
===================================================================
--- extra-x86_64/notification.patch (rev 0)
+++ extra-x86_64/notification.patch 2014-02-23 13:28:53 UTC (rev 206274)
@@ -0,0 +1,21 @@
+From efb6a7c0db5c40207bf78bde9d0f9b32ac667e9b Mon Sep 17 00:00:00 2001
+From: Jack Gurulian <jack.gurulian at gmail.com>
+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
More information about the arch-commits
mailing list