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

Jan Steffens heftig at gemini.archlinux.org
Wed Jan 19 19:36:58 UTC 2022


    Date: Wednesday, January 19, 2022 @ 19:36:58
  Author: heftig
Revision: 434744

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 19:36:49 UTC (rev 434743)
+++ PKGBUILD	2022-01-19 19:36:58 UTC (rev 434744)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=libnma
-pkgver=1.8.32
-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=276a01012a899c9716a8694a3badaf710a836c98  # tags/1.8.32^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
-  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 434743, libnma/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-19 19:36:58 UTC (rev 434744)
@@ -0,0 +1,37 @@
+# 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"
+}



More information about the arch-commits mailing list