[arch-commits] Commit in libaccounts-glib/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 04:57:33 UTC 2020
Date: Tuesday, November 10, 2020 @ 04:57:33
Author: felixonmars
Revision: 400021
archrelease: copy trunk to staging-x86_64
Added:
libaccounts-glib/repos/staging-x86_64/
libaccounts-glib/repos/staging-x86_64/PKGBUILD
(from rev 400020, libaccounts-glib/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 400020, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-11-10 04:57:33 UTC (rev 400021)
@@ -0,0 +1,36 @@
+# 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=2
+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=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver")
+sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
+
+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