[arch-commits] Commit in libaccounts-glib/repos (2 files)

Antonio Rojas arojas at archlinux.org
Fri Nov 2 15:37:42 UTC 2018


    Date: Friday, November 2, 2018 @ 15:37:42
  Author: arojas
Revision: 337733

archrelease: copy trunk to staging-x86_64

Added:
  libaccounts-glib/repos/staging-x86_64/
  libaccounts-glib/repos/staging-x86_64/PKGBUILD
    (from rev 337732, libaccounts-glib/trunk/PKGBUILD)

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

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 337732, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-02 15:37:42 UTC (rev 337733)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.24
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib"
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+checkdepends=(check)
+makedepends=(python-gobject gobject-introspection vala meson)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list