[arch-commits] Commit in gfbgraph/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 11 23:23:18 UTC 2019


    Date: Wednesday, September 11, 2019 @ 23:23:18
  Author: heftig
Revision: 362259

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-11 23:23:04 UTC (rev 362258)
+++ PKGBUILD	2019-09-11 23:23:18 UTC (rev 362259)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gfbgraph
-pkgver=0.2.3+10+gbc03c1f
-pkgrel=2
-pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
-url="https://wiki.gnome.org/Projects/GFBGraph"
-arch=(x86_64)
-license=(LGPL)
-depends=(gnome-online-accounts)
-makedepends=(rest json-glib gobject-introspection gtk-doc git)
-_commit=bc03c1f8fa59d80b9a12c0a57c26e7a2f852651e  # master
-source=("git+https://gitlab.gnome.org/GNOME/libgfbgraph.git#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/extra-x86_64/PKGBUILD (from rev 362258, gfbgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-11 23:23:18 UTC (rev 362259)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gfbgraph
+pkgver=0.2.3+23+g5925221
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
+url="https://wiki.gnome.org/Projects/GFBGraph"
+arch=(x86_64)
+license=(LGPL)
+depends=(gnome-online-accounts)
+makedepends=(rest json-glib gobject-introspection gtk-doc git)
+_commit=5925221e3f46b269b34f49762c4e90ad52827699  # master
+source=("git+https://gitlab.gnome.org/GNOME/libgfbgraph.git#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