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

2017-04-05 Thread Jan Steffens
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/PKGBUILD2017-04-05 19:01:16 UTC (rev 292206)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+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 
+
+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
+}


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:43:46
  Author: jgc
Revision: 261022

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

Added:
  gfbgraph/repos/extra-i686/PKGBUILD
(from rev 261021, gfbgraph/trunk/PKGBUILD)
  gfbgraph/repos/extra-x86_64/PKGBUILD
(from rev 261021, gfbgraph/trunk/PKGBUILD)
Deleted:
  gfbgraph/repos/extra-i686/PKGBUILD
  gfbgraph/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 10:43:38 UTC (rev 261021)
+++ extra-i686/PKGBUILD 2016-03-06 10:43:46 UTC (rev 261022)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-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/extra-i686/PKGBUILD (from rev 261021, 
gfbgraph/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 10:43:46 UTC (rev 261022)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gfbgraph
+pkgver=0.2.3
+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="https://wiki.gnome.org/Projects/GFBGraph;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-06 10:43:38 UTC (rev 261021)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:43:46 UTC (rev 261022)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-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/extra-x86_64/PKGBUILD (from rev 261021, 
gfbgraph/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:43:46 UTC (rev 261022)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gfbgraph
+pkgver=0.2.3
+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')

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

2014-03-26 Thread Jan de Groot
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/PKGBUILD2014-03-26 22:23:18 UTC (rev 208785)
@@ -0,0 +1,33 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@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 j...@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
+}