Date: Friday, April 7, 2023 @ 13:47:42
  Author: felixonmars
Revision: 473152

archrelease: copy trunk to staging-x86_64

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

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

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 473151, 
libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2023-04-07 13:47:42 UTC (rev 473152)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.26
+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=(glib2 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=('8bc05c4f4a9b0412a8a70b5ddd3b80e5f4fa2d38455a5ebe638599668a287393')
+
+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"
+}

Reply via email to