[arch-commits] Commit in libgdata/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:09 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:08
  Author: heftig
Revision: 155187

db-move: moved libgdata from [gnome-unstable] to [testing] (i686)

Added:
  libgdata/repos/testing-i686/
  libgdata/repos/testing-i686/PKGBUILD
    (from rev 155005, libgdata/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  libgdata/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: libgdata/repos/testing-i686/PKGBUILD (from rev 155005, libgdata/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:35:08 UTC (rev 155187)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('819a077fab77cca9408409bf86da5b028699972c2c9bbf96e41755f801acea6b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list