[arch-commits] Commit in libnma/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 03:39:05 UTC 2020
Date: Sunday, March 8, 2020 @ 03:39:04
Author: heftig
Revision: 376962
archrelease: copy trunk to extra-x86_64
Added:
libnma/repos/extra-x86_64/
libnma/repos/extra-x86_64/PKGBUILD
(from rev 376961, libnma/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: libnma/repos/extra-x86_64/PKGBUILD (from rev 376961, libnma/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2020-03-08 03:39:04 UTC (rev 376962)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libnma
+pkgver=1.8.28
+pkgrel=1
+pkgdesc="NetworkManager GUI client library"
+url="https://wiki.gnome.org/Projects/NetworkManager/"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
+makedepends=(gobject-introspection git gtk-doc meson vala)
+provides=(libnma.so)
+_commit=0c40a6aeaabbf2673e48360dc00419793da084b8 # tags/1.8.28^0
+source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgbase
+ git describe --tags | sed 's/-dev/dev/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgbase
+}
+
+build() {
+ arch-meson $pkgbase build
+ ninja -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list