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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 10:08:36 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:08:36
  Author: foutrelis
Revision: 400472

archrelease: copy trunk to staging-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:08:32 UTC (rev 400471)
+++ PKGBUILD	2020-11-12 10:08:36 UTC (rev 400472)
@@ -1,36 +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=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
-}

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 400471, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:08:36 UTC (rev 400472)
@@ -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=3
+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