[arch-commits] Commit in libaccounts-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Mar 15 23:21:09 UTC 2022


    Date: Tuesday, March 15, 2022 @ 23:21:08
  Author: arojas
Revision: 439728

archrelease: copy trunk to extra-x86_64

Added:
  libaccounts-glib/repos/extra-x86_64/PKGBUILD
    (from rev 439727, libaccounts-glib/trunk/PKGBUILD)
Deleted:
  libaccounts-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-15 23:20:59 UTC (rev 439727)
+++ PKGBUILD	2022-03-15 23:21:08 UTC (rev 439728)
@@ -1,29 +0,0 @@
-# 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=6
-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"
-}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 439727, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-15 23:21:08 UTC (rev 439728)
@@ -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=7
+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=('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