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

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 30 08:45:46 UTC 2013


    Date: Monday, September 30, 2013 @ 10:45:46
  Author: jgc
Revision: 195302

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-music/repos/gnome-unstable-i686/PKGBUILD
    (from rev 195301, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/gnome-unstable-i686/gnome-music.install
    (from rev 195301, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 195301, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/gnome-unstable-x86_64/gnome-music.install
    (from rev 195301, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/gnome-unstable-i686/PKGBUILD
  gnome-music/repos/gnome-unstable-i686/gnome-music.install
  gnome-music/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-music/repos/gnome-unstable-x86_64/gnome-music.install

-------------------------------------------+
 /PKGBUILD                                 |   54 ++++++++++++++++++++++++++++
 /gnome-music.install                      |   26 +++++++++++++
 gnome-unstable-i686/PKGBUILD              |   27 --------------
 gnome-unstable-i686/gnome-music.install   |   13 ------
 gnome-unstable-x86_64/PKGBUILD            |   27 --------------
 gnome-unstable-x86_64/gnome-music.install |   13 ------
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2013-09-30 08:45:39 UTC (rev 195301)
+++ gnome-unstable-i686/PKGBUILD	2013-09-30 08:45:46 UTC (rev 195302)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-pkgver=3.10.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)
-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')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/gnome-unstable-i686/PKGBUILD (from rev 195301, gnome-music/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-30 08:45:46 UTC (rev 195302)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.10.0
+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)
+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')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-i686/gnome-music.install
===================================================================
--- gnome-unstable-i686/gnome-music.install	2013-09-30 08:45:39 UTC (rev 195301)
+++ gnome-unstable-i686/gnome-music.install	2013-09-30 08:45:46 UTC (rev 195302)
@@ -1,13 +0,0 @@
-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
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-music/repos/gnome-unstable-i686/gnome-music.install (from rev 195301, gnome-music/trunk/gnome-music.install)
===================================================================
--- gnome-unstable-i686/gnome-music.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-music.install	2013-09-30 08:45:46 UTC (rev 195302)
@@ -0,0 +1,13 @@
+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
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2013-09-30 08:45:39 UTC (rev 195301)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-30 08:45:46 UTC (rev 195302)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-pkgver=3.10.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)
-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')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/gnome-unstable-x86_64/PKGBUILD (from rev 195301, gnome-music/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-30 08:45:46 UTC (rev 195302)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.10.0
+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)
+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')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/gnome-music.install
===================================================================
--- gnome-unstable-x86_64/gnome-music.install	2013-09-30 08:45:39 UTC (rev 195301)
+++ gnome-unstable-x86_64/gnome-music.install	2013-09-30 08:45:46 UTC (rev 195302)
@@ -1,13 +0,0 @@
-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
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-music/repos/gnome-unstable-x86_64/gnome-music.install (from rev 195301, gnome-music/trunk/gnome-music.install)
===================================================================
--- gnome-unstable-x86_64/gnome-music.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-music.install	2013-09-30 08:45:46 UTC (rev 195302)
@@ -0,0 +1,13 @@
+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
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list