[arch-commits] Commit in libgdata/repos (6 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 18 19:23:59 UTC 2012
Date: Thursday, October 18, 2012 @ 15:23:59
Author: jgc
Revision: 169183
db-move: moved libgdata from [gnome-unstable] to [testing] (i686, x86_64)
Added:
libgdata/repos/testing-i686/
libgdata/repos/testing-i686/PKGBUILD
(from rev 169138, libgdata/repos/gnome-unstable-i686/PKGBUILD)
libgdata/repos/testing-x86_64/
libgdata/repos/testing-x86_64/PKGBUILD
(from rev 169138, libgdata/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
libgdata/repos/gnome-unstable-i686/
libgdata/repos/gnome-unstable-x86_64/
-------------------------+
testing-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: libgdata/repos/testing-i686/PKGBUILD (from rev 169138, libgdata/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-18 19:23:59 UTC (rev 169183)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.13.2
+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' '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=('3dc4e3529b4bf13d4ae4ef7cc4d74c3b5c90bd96e7d9fa83db2066a2b9a36330')
+
+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 169138, libgdata/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:23:59 UTC (rev 169183)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.13.2
+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' '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=('3dc4e3529b4bf13d4ae4ef7cc4d74c3b5c90bd96e7d9fa83db2066a2b9a36330')
+
+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