[arch-commits] Commit in libgdata/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Sep 22 08:42:16 UTC 2016
Date: Thursday, September 22, 2016 @ 08:42:16
Author: jgc
Revision: 276823
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
libgdata/repos/gnome-unstable-i686/
libgdata/repos/gnome-unstable-i686/PKGBUILD
(from rev 276822, libgdata/trunk/PKGBUILD)
libgdata/repos/gnome-unstable-x86_64/
libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276822, libgdata/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 276822, libgdata/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2016-09-22 08:42:16 UTC (rev 276823)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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/gnome-unstable-x86_64/PKGBUILD (from rev 276822, libgdata/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2016-09-22 08:42:16 UTC (rev 276823)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list