[arch-commits] Commit in libaccounts-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jun 7 16:46:09 UTC 2021
Date: Monday, June 7, 2021 @ 16:46:09
Author: arojas
Revision: 417296
archrelease: copy trunk to extra-x86_64
Added:
libaccounts-glib/repos/extra-x86_64/PKGBUILD
(from rev 417295, libaccounts-glib/trunk/PKGBUILD)
Deleted:
libaccounts-glib/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 +++++++++++++++++++++++++++----------------------------------
1 file changed, 30 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-07 16:45:58 UTC (rev 417295)
+++ PKGBUILD 2021-06-07 16:46:09 UTC (rev 417296)
@@ -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=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
-}
Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 417295, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-07 16:46:09 UTC (rev 417296)
@@ -0,0 +1,30 @@
+# 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=4
+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 \
+ -Dtests=false \
+ -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