[arch-commits] Commit in gfbgraph/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Nov 2 18:26:25 UTC 2021
Date: Tuesday, November 2, 2021 @ 18:26:25
Author: arojas
Revision: 426991
archrelease: copy trunk to extra-x86_64
Added:
gfbgraph/repos/extra-x86_64/PKGBUILD
(from rev 426990, gfbgraph/trunk/PKGBUILD)
Deleted:
gfbgraph/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 18:26:17 UTC (rev 426990)
+++ PKGBUILD 2021-11-02 18:26:25 UTC (rev 426991)
@@ -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.4
-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=1a01f9002127c074dcba76c8335850051a362164 # tags/v_0_2_4^0
-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 426990, gfbgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-02 18:26:25 UTC (rev 426991)
@@ -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.5
+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=b5ccfc1195c89850b009966abc70a97abdb50a72
+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