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

Jan de Groot jgc at archlinux.org
Wed Mar 30 18:52:13 UTC 2016


    Date: Wednesday, March 30, 2016 @ 20:52:12
  Author: jgc
Revision: 263377

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

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

-------------------------------------------+
 gnome-unstable-i686/PKGBUILD              |   32 ++++++++++++++++++++++++++++
 gnome-unstable-i686/gnome-music.install   |   12 ++++++++++
 gnome-unstable-x86_64/PKGBUILD            |   32 ++++++++++++++++++++++++++++
 gnome-unstable-x86_64/gnome-music.install |   12 ++++++++++
 4 files changed, 88 insertions(+)

Copied: gnome-music/repos/gnome-unstable-i686/PKGBUILD (from rev 263376, gnome-music/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-03-30 18:52:12 UTC (rev 263377)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.20.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 libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base python-requests)
+makedepends=(intltool itstool gobject-introspection)
+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')
+install=gnome-music.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f68359104d9d001dc9d7942d4082a2cfffa42f90834b29a87781a521473f6e63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Copied: gnome-music/repos/gnome-unstable-i686/gnome-music.install (from rev 263376, gnome-music/trunk/gnome-music.install)
===================================================================
--- gnome-unstable-i686/gnome-music.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-music.install	2016-03-30 18:52:12 UTC (rev 263377)
@@ -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
+}

Copied: gnome-music/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263376, gnome-music/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-30 18:52:12 UTC (rev 263377)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-music
+pkgver=3.20.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 libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base python-requests)
+makedepends=(intltool itstool gobject-introspection)
+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')
+install=gnome-music.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f68359104d9d001dc9d7942d4082a2cfffa42f90834b29a87781a521473f6e63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Copied: gnome-music/repos/gnome-unstable-x86_64/gnome-music.install (from rev 263376, gnome-music/trunk/gnome-music.install)
===================================================================
--- gnome-unstable-x86_64/gnome-music.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-music.install	2016-03-30 18:52:12 UTC (rev 263377)
@@ -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