[arch-commits] Commit in gfbgraph/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Apr 5 19:01:17 UTC 2017
Date: Wednesday, April 5, 2017 @ 19:01:16
Author: heftig
Revision: 292206
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gfbgraph/repos/gnome-unstable-i686/
gfbgraph/repos/gnome-unstable-i686/PKGBUILD
(from rev 292205, gfbgraph/trunk/PKGBUILD)
gfbgraph/repos/gnome-unstable-x86_64/
gfbgraph/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292205, gfbgraph/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
Copied: gfbgraph/repos/gnome-unstable-i686/PKGBUILD (from rev 292205, gfbgraph/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-04-05 19:01:16 UTC (rev 292206)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gfbgraph
+pkgver=0.2.3+10+gbc03c1f
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
+url="https://wiki.gnome.org/Projects/GFBGraph"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gnome-online-accounts)
+makedepends=(rest json-glib gobject-introspection gtk-doc git)
+_commit=bc03c1f8fa59d80b9a12c0a57c26e7a2f852651e # master
+source=("git+https://git.gnome.org/browse/libgfbgraph#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd libgfbgraph
+ git describe --tags | sed 's/^v_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd libgfbgraph
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd libgfbgraph
+ ./configure --prefix=/usr \
+ --disable-static \
+ --enable-gtk-doc \
+ --enable-introspection
+ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+ make
+}
+
+package() {
+ cd libgfbgraph
+ make DESTDIR="$pkgdir" install \
+ libgfbgraphdocdir=/usr/share/doc/$pkgname
+}
Copied: gfbgraph/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292205, gfbgraph/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-05 19:01:16 UTC (rev 292206)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gfbgraph
+pkgver=0.2.3+10+gbc03c1f
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
+url="https://wiki.gnome.org/Projects/GFBGraph"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gnome-online-accounts)
+makedepends=(rest json-glib gobject-introspection gtk-doc git)
+_commit=bc03c1f8fa59d80b9a12c0a57c26e7a2f852651e # master
+source=("git+https://git.gnome.org/browse/libgfbgraph#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd libgfbgraph
+ git describe --tags | sed 's/^v_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd libgfbgraph
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd libgfbgraph
+ ./configure --prefix=/usr \
+ --disable-static \
+ --enable-gtk-doc \
+ --enable-introspection
+ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+ make
+}
+
+package() {
+ cd libgfbgraph
+ make DESTDIR="$pkgdir" install \
+ libgfbgraphdocdir=/usr/share/doc/$pkgname
+}
More information about the arch-commits
mailing list