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

Jan Steffens heftig at archlinux.org
Tue May 9 16:36:38 UTC 2017


    Date: Tuesday, May 9, 2017 @ 16:36:38
  Author: heftig
Revision: 295499

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

Added:
  gnome-music/repos/extra-i686/PKGBUILD
    (from rev 295498, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-x86_64/PKGBUILD
    (from rev 295498, gnome-music/trunk/PKGBUILD)
Deleted:
  gnome-music/repos/extra-i686/PKGBUILD
  gnome-music/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  102 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   44 --------------------
 extra-x86_64/PKGBUILD |   44 --------------------
 3 files changed, 102 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-05-09 16:36:13 UTC (rev 295498)
+++ extra-i686/PKGBUILD	2017-05-09 16:36:38 UTC (rev 295499)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-pkgver=3.24.1.1
-pkgrel=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib
-         gnome-themes-standard gtk3 gvfs python-gobject python-cairo
-         gst-plugins-base python-requests)
-makedepends=(intltool itstool gobject-introspection gnome-common git)
-optdepends=('gst-plugins-good: Extra media codecs'
-            'gst-plugins-ugly: Extra media codecs'
-            'gst-plugins-bad: Extra media codecs'
-            'gst-libav: Extra media codecs')
-groups=(gnome-extra)
-_commit=c632ad5e607fc99395f623d6b218a0716e12b8c0  # tags/3.24.1.1^0
-source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 295498, gnome-music/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-05-09 16:36:38 UTC (rev 295499)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.24.2
+pkgrel=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib
+         gnome-themes-standard gtk3 gvfs python-gobject python-cairo
+         gst-plugins-base python-requests)
+makedepends=(intltool itstool gobject-introspection gnome-common git)
+optdepends=('gst-plugins-good: Extra media codecs'
+            'gst-plugins-ugly: Extra media codecs'
+            'gst-plugins-bad: Extra media codecs'
+            'gst-libav: Extra media codecs')
+groups=(gnome-extra)
+_commit=deb2ee1770c2872f75b4327501eb5d1c92c996e8  # tags/3.24.2^0
+source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit"
+        "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-05-09 16:36:13 UTC (rev 295498)
+++ extra-x86_64/PKGBUILD	2017-05-09 16:36:38 UTC (rev 295499)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-music
-pkgver=3.24.1.1
-pkgrel=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib
-         gnome-themes-standard gtk3 gvfs python-gobject python-cairo
-         gst-plugins-base python-requests)
-makedepends=(intltool itstool gobject-introspection gnome-common git)
-optdepends=('gst-plugins-good: Extra media codecs'
-            'gst-plugins-ugly: Extra media codecs'
-            'gst-plugins-bad: Extra media codecs'
-            'gst-libav: Extra media codecs')
-groups=(gnome-extra)
-_commit=c632ad5e607fc99395f623d6b218a0716e12b8c0  # tags/3.24.1.1^0
-source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 295498, gnome-music/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-05-09 16:36:38 UTC (rev 295499)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.24.2
+pkgrel=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib
+         gnome-themes-standard gtk3 gvfs python-gobject python-cairo
+         gst-plugins-base python-requests)
+makedepends=(intltool itstool gobject-introspection gnome-common git)
+optdepends=('gst-plugins-good: Extra media codecs'
+            'gst-plugins-ugly: Extra media codecs'
+            'gst-plugins-bad: Extra media codecs'
+            'gst-libav: Extra media codecs')
+groups=(gnome-extra)
+_commit=deb2ee1770c2872f75b4327501eb5d1c92c996e8  # tags/3.24.2^0
+source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit"
+        "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list