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

Jan de Groot jgc at archlinux.org
Mon Sep 8 10:27:23 UTC 2014


    Date: Monday, September 8, 2014 @ 12:27:23
  Author: jgc
Revision: 221133

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

Added:
  libmediaart/repos/gnome-unstable-i686/
  libmediaart/repos/gnome-unstable-i686/PKGBUILD
    (from rev 221132, libmediaart/trunk/PKGBUILD)
  libmediaart/repos/gnome-unstable-x86_64/
  libmediaart/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 221132, libmediaart/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libmediaart/repos/gnome-unstable-i686/PKGBUILD (from rev 221132, libmediaart/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-08 10:27:23 UTC (rev 221133)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libmediaart
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Library tasked with managing, extracting and handling media art caches"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala' 'gobject-introspection' 'python2')
+url="https://github.com/curlybeast/libmediaart"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb70add2054ef26fc5bcdf2e96b0b25bd5a89c5601aac7f0e40df92a10d404ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libmediaart/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221132, libmediaart/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-08 10:27:23 UTC (rev 221133)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libmediaart
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Library tasked with managing, extracting and handling media art caches"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala' 'gobject-introspection' 'python2')
+url="https://github.com/curlybeast/libmediaart"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb70add2054ef26fc5bcdf2e96b0b25bd5a89c5601aac7f0e40df92a10d404ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list