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

Jan Steffens heftig at nymeria.archlinux.org
Fri May 23 23:48:18 UTC 2014


    Date: Saturday, May 24, 2014 @ 01:48:18
  Author: heftig
Revision: 213491

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

Added:
  gnome-music/repos/extra-i686/PKGBUILD
    (from rev 213489, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-i686/gnome-music.install
    (from rev 213489, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/extra-x86_64/PKGBUILD
    (from rev 213490, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-x86_64/gnome-music.install
    (from rev 213490, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/extra-i686/PKGBUILD
  gnome-music/repos/extra-i686/gnome-music.install
  gnome-music/repos/extra-x86_64/PKGBUILD
  gnome-music/repos/extra-x86_64/gnome-music.install

----------------------------------+
 /PKGBUILD                        |   52 +++++++++++++++++++++++++++++++++++++
 /gnome-music.install             |   24 +++++++++++++++++
 extra-i686/PKGBUILD              |   26 ------------------
 extra-i686/gnome-music.install   |   12 --------
 extra-x86_64/PKGBUILD            |   26 ------------------
 extra-x86_64/gnome-music.install |   12 --------
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-05-23 23:48:07 UTC (rev 213490)
+++ extra-i686/PKGBUILD	2014-05-23 23:48:18 UTC (rev 213491)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 213489, gnome-music/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-05-23 23:48:18 UTC (rev 213491)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.12.2.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=('9f0c99283853f054e3c5b4ad15df1e8fe3ac07bc046ac0f019ef0600ca969fef')
+
+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-05-23 23:48:07 UTC (rev 213490)
+++ extra-i686/gnome-music.install	2014-05-23 23:48:18 UTC (rev 213491)
@@ -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 213489, gnome-music/trunk/gnome-music.install)
===================================================================
--- extra-i686/gnome-music.install	                        (rev 0)
+++ extra-i686/gnome-music.install	2014-05-23 23:48:18 UTC (rev 213491)
@@ -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/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-05-23 23:48:07 UTC (rev 213490)
+++ extra-x86_64/PKGBUILD	2014-05-23 23:48:18 UTC (rev 213491)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 213490, gnome-music/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-05-23 23:48:18 UTC (rev 213491)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.12.2.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=('9f0c99283853f054e3c5b4ad15df1e8fe3ac07bc046ac0f019ef0600ca969fef')
+
+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-05-23 23:48:07 UTC (rev 213490)
+++ extra-x86_64/gnome-music.install	2014-05-23 23:48:18 UTC (rev 213491)
@@ -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 213490, gnome-music/trunk/gnome-music.install)
===================================================================
--- extra-x86_64/gnome-music.install	                        (rev 0)
+++ extra-x86_64/gnome-music.install	2014-05-23 23:48:18 UTC (rev 213491)
@@ -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
+}




More information about the arch-commits mailing list