[arch-commits] Commit in gfbgraph/repos (4 files)

Jan de Groot jgc at nymeria.archlinux.org
Wed Mar 26 22:23:18 UTC 2014


    Date: Wednesday, March 26, 2014 @ 23:23:18
  Author: jgc
Revision: 208785

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 208784, gfbgraph/trunk/PKGBUILD)
  gfbgraph/repos/gnome-unstable-x86_64/
  gfbgraph/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 208784, gfbgraph/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: gfbgraph/repos/gnome-unstable-i686/PKGBUILD (from rev 208784, gfbgraph/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-03-26 22:23:18 UTC (rev 208785)
@@ -0,0 +1,33 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gfbgraph
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('rest' 'json-glib' 'gobject-introspection' 'gtk-doc')
+depends=('gnome-online-accounts')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-silent-rules \
+    --disable-static \
+    --enable-gtk-doc \
+    --enable-introspection
+
+  # Omit unused direct shared library dependencies.
+  sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir"/usr/share
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
+}

Copied: gfbgraph/repos/gnome-unstable-x86_64/PKGBUILD (from rev 208784, gfbgraph/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-03-26 22:23:18 UTC (rev 208785)
@@ -0,0 +1,33 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gfbgraph
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('rest' 'json-glib' 'gobject-introspection' 'gtk-doc')
+depends=('gnome-online-accounts')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-silent-rules \
+    --disable-static \
+    --enable-gtk-doc \
+    --enable-introspection
+
+  # Omit unused direct shared library dependencies.
+  sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir"/usr/share
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
+}




More information about the arch-commits mailing list