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

Antonio Rojas arojas at archlinux.org
Mon Sep 17 22:07:07 UTC 2018


    Date: Monday, September 17, 2018 @ 22:07:07
  Author: arojas
Revision: 334807

archrelease: copy trunk to staging-x86_64

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

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: libsignon-glib/repos/staging-x86_64/PKGBUILD (from rev 334806, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-09-17 22:07:07 UTC (rev 334807)
@@ -0,0 +1,34 @@
+# 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=2.0
+pkgrel=1
+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 meson git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja -j1
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list