[arch-commits] Commit in gnome-music/repos (10 files)

Jan de Groot jgc at nymeria.archlinux.org
Mon Apr 14 17:46:23 UTC 2014


    Date: Monday, April 14, 2014 @ 19:46:23
  Author: jgc
Revision: 210366

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-music/repos/testing-i686/PKGBUILD
    (from rev 210365, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/testing-i686/gnome-music.install
    (from rev 210365, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/testing-x86_64/PKGBUILD
    (from rev 210365, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/testing-x86_64/gnome-music.install
    (from rev 210365, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/testing-i686/PKGBUILD
  gnome-music/repos/testing-i686/gnome-music.install
  gnome-music/repos/testing-i686/notification.patch
  gnome-music/repos/testing-x86_64/PKGBUILD
  gnome-music/repos/testing-x86_64/gnome-music.install
  gnome-music/repos/testing-x86_64/notification.patch

------------------------------------+
 /PKGBUILD                          |   52 +++++++++++++++++++++++++++++++++++
 /gnome-music.install               |   24 ++++++++++++++++
 testing-i686/PKGBUILD              |   26 -----------------
 testing-i686/gnome-music.install   |   12 --------
 testing-i686/notification.patch    |   21 --------------
 testing-x86_64/PKGBUILD            |   26 -----------------
 testing-x86_64/gnome-music.install |   12 --------
 testing-x86_64/notification.patch  |   21 --------------
 8 files changed, 76 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-04-14 17:46:17 UTC (rev 210365)
+++ testing-i686/PKGBUILD	2014-04-14 17:46:23 UTC (rev 210366)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-pkgver=3.12.0
-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=('4c63b04ecb9bc253f16e9f1de88de2792ddd90e469de03722e7f9d5b4dc767aa')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/testing-i686/PKGBUILD (from rev 210365, gnome-music/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-14 17:46:23 UTC (rev 210366)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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
+}

Deleted: testing-i686/gnome-music.install
===================================================================
--- testing-i686/gnome-music.install	2014-04-14 17:46:17 UTC (rev 210365)
+++ testing-i686/gnome-music.install	2014-04-14 17:46:23 UTC (rev 210366)
@@ -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/testing-i686/gnome-music.install (from rev 210365, gnome-music/trunk/gnome-music.install)
===================================================================
--- testing-i686/gnome-music.install	                        (rev 0)
+++ testing-i686/gnome-music.install	2014-04-14 17:46:23 UTC (rev 210366)
@@ -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: testing-i686/notification.patch
===================================================================
--- testing-i686/notification.patch	2014-04-14 17:46:17 UTC (rev 210365)
+++ testing-i686/notification.patch	2014-04-14 17:46:23 UTC (rev 210366)
@@ -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

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-04-14 17:46:17 UTC (rev 210365)
+++ testing-x86_64/PKGBUILD	2014-04-14 17:46:23 UTC (rev 210366)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-pkgver=3.12.0
-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=('4c63b04ecb9bc253f16e9f1de88de2792ddd90e469de03722e7f9d5b4dc767aa')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/testing-x86_64/PKGBUILD (from rev 210365, gnome-music/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-14 17:46:23 UTC (rev 210366)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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
+}

Deleted: testing-x86_64/gnome-music.install
===================================================================
--- testing-x86_64/gnome-music.install	2014-04-14 17:46:17 UTC (rev 210365)
+++ testing-x86_64/gnome-music.install	2014-04-14 17:46:23 UTC (rev 210366)
@@ -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/testing-x86_64/gnome-music.install (from rev 210365, gnome-music/trunk/gnome-music.install)
===================================================================
--- testing-x86_64/gnome-music.install	                        (rev 0)
+++ testing-x86_64/gnome-music.install	2014-04-14 17:46:23 UTC (rev 210366)
@@ -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: testing-x86_64/notification.patch
===================================================================
--- testing-x86_64/notification.patch	2014-04-14 17:46:17 UTC (rev 210365)
+++ testing-x86_64/notification.patch	2014-04-14 17:46:23 UTC (rev 210366)
@@ -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




More information about the arch-commits mailing list