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

Jan Steffens heftig at gemini.archlinux.org
Fri Mar 25 13:54:58 UTC 2022


    Date: Friday, March 25, 2022 @ 13:54:58
  Author: heftig
Revision: 440670

archrelease: copy trunk to extra-x86_64

Added:
  libnma/repos/extra-x86_64/PKGBUILD
    (from rev 440669, libnma/trunk/PKGBUILD)
Deleted:
  libnma/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-25 13:54:42 UTC (rev 440669)
+++ PKGBUILD	2022-03-25 13:54:58 UTC (rev 440670)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=libnma
-pkgver=1.8.34
-pkgrel=1
-pkgdesc="NetworkManager GUI client library"
-url="https://gitlab.gnome.org/GNOME/libnma"
-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=98d55a765d6aff0243d26d1ef5e655ebb6f78fa8  # tags/1.8.34^0
-source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libnma
-  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd libnma
-}
-
-build() {
-  arch-meson libnma build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libnma/repos/extra-x86_64/PKGBUILD (from rev 440669, libnma/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-25 13:54:58 UTC (rev 440670)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=libnma
+pkgver=1.8.36
+pkgrel=1
+pkgdesc="NetworkManager GUI client library"
+url="https://gitlab.gnome.org/GNOME/libnma"
+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)
+options=(debug)
+_commit=d3080c86c6cfb71d16514af4d967d36dba976206  # tags/1.8.36^0
+source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libnma
+  git describe --tags | sed 's/-dev/dev/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libnma
+}
+
+build() {
+  arch-meson libnma build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list