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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 18:13:09 UTC 2021


    Date: Wednesday, December 1, 2021 @ 18:13:09
  Author: felixonmars
Revision: 430097

archrelease: copy trunk to staging-x86_64

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

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

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 430096, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-12-01 18:13:09 UTC (rev 430097)
@@ -0,0 +1,29 @@
+# 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.25
+pkgrel=5
+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)
+makedepends=(python-gobject gobject-introspection vala meson check)
+source=(https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_$pkgver/libaccounts-glib-VERSION_$pkgver.tar.gz)
+sha256sums=('47d4b2a5cf4f17f52550aa65b34030fbd1a242e1a233f248a5871620e0ff4c11')
+
+build() {
+  meson $pkgname-VERSION_$pkgver build \
+    -Dprefix=/usr
+  meson compile -C build
+}
+
+check() {
+  meson test -C build || true
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list