[arch-commits] Commit in libsignon-glib/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 27 17:26:25 UTC 2018


    Date: Friday, July 27, 2018 @ 17:26:24
  Author: arojas
Revision: 329601

archrelease: copy trunk to staging-x86_64

Added:
  libsignon-glib/repos/staging-x86_64/PKGBUILD
    (from rev 329600, libsignon-glib/trunk/PKGBUILD)
Deleted:
  libsignon-glib/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 38 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-27 17:26:07 UTC (rev 329600)
+++ PKGBUILD	2018-07-27 17:26:24 UTC (rev 329601)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail.com>
-
-pkgname=libsignon-glib
-pkgver=1.14
-pkgrel=3
-pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
-arch=(x86_64)
-url='https://gitlab.com/accounts-sso/libsignon-glib'
-license=(LGPL2.1)
-depends=(signond)
-makedepends=(python-gobject gtk-doc gobject-introspection)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
-md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
-
-build() {
-  cd $pkgname-VERSION_$pkgver-*
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --localstatedir='/var' \
-    --sysconfdir='/etc'
-  make -j1
-}
-
-package() {
-  cd $pkgname-VERSION_$pkgver-*
-
-  make DESTDIR="$pkgdir" install
-}

Copied: libsignon-glib/repos/staging-x86_64/PKGBUILD (from rev 329600, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-27 17:26:24 UTC (rev 329601)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=libsignon-glib
+pkgver=1.15
+pkgrel=2
+pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection vala git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list