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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:13:48 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:13:48
  Author: heftig
Revision: 182546

db-move: moved libgdata from [staging] to [testing] (i686, x86_64)

Added:
  libgdata/repos/testing-i686/
  libgdata/repos/testing-i686/PKGBUILD
    (from rev 182430, libgdata/repos/staging-i686/PKGBUILD)
  libgdata/repos/testing-x86_64/
  libgdata/repos/testing-x86_64/PKGBUILD
    (from rev 182430, libgdata/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgdata/repos/staging-i686/
  libgdata/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libgdata/repos/testing-i686/PKGBUILD (from rev 182430, libgdata/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:13:48 UTC (rev 182546)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.13.3
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+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=('4bf52706b2ab404f8b128e000509acd9937facf26916d3e907a3db8653f73637')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgdata/repos/testing-x86_64/PKGBUILD (from rev 182430, libgdata/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:13:48 UTC (rev 182546)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.13.3
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+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=('4bf52706b2ab404f8b128e000509acd9937facf26916d3e907a3db8653f73637')
+
+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