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

2017-03-05 Thread Jan Steffens
Date: Monday, March 6, 2017 @ 05:39:20
  Author: heftig
Revision: 290033

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgdata/repos/extra-i686/0001-tests-Fix-setting-properties-on-i686.patch
(from rev 290032, 
libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch)
  libgdata/repos/extra-i686/PKGBUILD
(from rev 290032, libgdata/trunk/PKGBUILD)
  libgdata/repos/extra-x86_64/0001-tests-Fix-setting-properties-on-i686.patch
(from rev 290032, 
libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch)
  libgdata/repos/extra-x86_64/PKGBUILD
(from rev 290032, libgdata/trunk/PKGBUILD)
Deleted:
  libgdata/repos/extra-i686/PKGBUILD
  libgdata/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   92 ++
 extra-i686/0001-tests-Fix-setting-properties-on-i686.patch   |   27 ++
 extra-i686/PKGBUILD  |   38 
 extra-x86_64/0001-tests-Fix-setting-properties-on-i686.patch |   27 ++
 extra-x86_64/PKGBUILD|   38 
 5 files changed, 146 insertions(+), 76 deletions(-)

Copied: 
libgdata/repos/extra-i686/0001-tests-Fix-setting-properties-on-i686.patch (from 
rev 290032, libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch)
===
--- extra-i686/0001-tests-Fix-setting-properties-on-i686.patch  
(rev 0)
+++ extra-i686/0001-tests-Fix-setting-properties-on-i686.patch  2017-03-06 
05:39:20 UTC (rev 290033)
@@ -0,0 +1,27 @@
+From cd0d7333e67558e3578255a39f938cfa33d6ffe3 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 6 Mar 2017 06:28:32 +0100
+Subject: [PATCH] tests: Fix setting properties on i686
+
+Without the cast, an integer literal will have to wrong size for a
+64-bit integer parameter.
+---
+ gdata/tests/general.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gdata/tests/general.c b/gdata/tests/general.c
+index 6b41f25528e62f9f..75232de3c77fd509 100644
+--- a/gdata/tests/general.c
 b/gdata/tests/general.c
+@@ -1309,7 +1309,7 @@ test_query_properties (void)
+   g_assert_##cmptype (gdata_query_get_##name_underscores (query), 
==, new_val); \
+  \
+   notification_received = FALSE; \
+-  g_object_set (query, name_hyphens, new_val2, NULL); \
++  g_object_set (query, name_hyphens, (val_type) new_val2, NULL); \
+   g_assert (notification_received == TRUE); \
+  \
+   g_assert_##cmptype (gdata_query_get_##name_underscores (query), 
==, new_val2); \
+-- 
+2.12.0
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-06 05:38:42 UTC (rev 290032)
+++ extra-i686/PKGBUILD 2017-03-06 05:39:20 UTC (rev 290033)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libgdata
-pkgver=0.17.6
-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' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
-url="http://www.gnome.org;
-_commit=17aeee7598a896603d7037066c7ac90b1ef87cd9
-source=("git://git.gnome.org/libgdata#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgdata/repos/extra-i686/PKGBUILD (from rev 290032, 
libgdata/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-06 05:39:20 UTC (rev 290033)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.17.7
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+url="https://wiki.gnome.org/Projects/libgdata;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
+_commit=209aa98488bbc08e54b41faad8b65426ac62ae32  # tags/0.17.7^0
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;
+0001-tests-Fix-setting-properties-on-i686.patch)
+sha256sums=('SKIP'
+'7618eb05c30130132a66b719d6d0427a37a9cb266dcde4e03237b591008880bf')
+
+pkgver() {
+  cd 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:16
  Author: jgc
Revision: 223072

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

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

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

Copied: libgdata/repos/testing-i686/PKGBUILD (from rev 223030, 
libgdata/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:16 UTC (rev 223072)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.16.0
+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' 'vala' 'uhttpmock' 'python2')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479')
+
+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 223030, 
libgdata/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:16 UTC (rev 223072)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.16.0
+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' 'vala' 'uhttpmock' 'python2')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:11:14
  Author: heftig
Revision: 183428

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

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

---+
 /PKGBUILD |   52 
 extra-i686/PKGBUILD   |   26 
 extra-x86_64/PKGBUILD |   26 
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:11:12 UTC (rev 183427)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:14 UTC (rev 183428)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@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/extra-i686/PKGBUILD (from rev 183326, 
libgdata/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:14 UTC (rev 183428)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:11:12 UTC (rev 183427)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:11:14 UTC (rev 183428)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@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/extra-x86_64/PKGBUILD (from rev 183326, 
libgdata/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:11:14 UTC (rev 183428)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@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
+}



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

2013-04-10 Thread Jan Steffens
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 j...@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 j...@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
+}



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

2012-10-30 Thread Jan Steffens
Date: Tuesday, October 30, 2012 @ 18:46:31
  Author: heftig
Revision: 169948

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

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

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-30 22:46:28 UTC (rev 169947)
+++ extra-i686/PKGBUILD 2012-10-30 22:46:31 UTC (rev 169948)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libgdata
-pkgver=0.12.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=('e5acd1ca88433306e740fc4cb3836f9710358d0acd48d4ddee1876dd77d2aca3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgdata/repos/extra-i686/PKGBUILD (from rev 169922, 
libgdata/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-30 22:46:31 UTC (rev 169948)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-30 22:46:28 UTC (rev 169947)
+++ extra-x86_64/PKGBUILD   2012-10-30 22:46:31 UTC (rev 169948)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libgdata
-pkgver=0.12.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=('e5acd1ca88433306e740fc4cb3836f9710358d0acd48d4ddee1876dd77d2aca3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgdata/repos/extra-x86_64/PKGBUILD (from rev 169922, 
libgdata/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-30 22:46:31 UTC (rev 169948)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@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
+}



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

2012-10-18 Thread Jan de Groot
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 j...@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 j...@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
+}