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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:34:51 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:34:51
  Author: jgc
Revision: 234814

db-move: moved libmediaart from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libmediaart/repos/testing-i686/
  libmediaart/repos/testing-i686/PKGBUILD
    (from rev 234786, libmediaart/repos/gnome-unstable-i686/PKGBUILD)
  libmediaart/repos/testing-x86_64/
  libmediaart/repos/testing-x86_64/PKGBUILD
    (from rev 234786, libmediaart/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libmediaart/repos/gnome-unstable-i686/
  libmediaart/repos/gnome-unstable-x86_64/

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

Copied: libmediaart/repos/testing-i686/PKGBUILD (from rev 234786, libmediaart/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:34:51 UTC (rev 234814)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libmediaart
+pkgver=1.9.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')
+url="https://github.com/curlybeast/libmediaart"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('94668adb29d4dc3115b0fd105942ebd5ca6f5f9dbb2afa8a191a73a747dd506f')
+
+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/testing-x86_64/PKGBUILD (from rev 234786, libmediaart/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:34:51 UTC (rev 234814)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libmediaart
+pkgver=1.9.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')
+url="https://github.com/curlybeast/libmediaart"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('94668adb29d4dc3115b0fd105942ebd5ca6f5f9dbb2afa8a191a73a747dd506f')
+
+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