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

Jan Steffens heftig at gemini.archlinux.org
Sat Jun 4 00:15:03 UTC 2022


    Date: Saturday, June 4, 2022 @ 00:15:03
  Author: heftig
Revision: 447538

archrelease: copy trunk to extra-x86_64

Added:
  gupnp-av/repos/extra-x86_64/PKGBUILD
    (from rev 447537, gupnp-av/trunk/PKGBUILD)
Deleted:
  gupnp-av/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-04 00:14:45 UTC (rev 447537)
+++ PKGBUILD	2022-06-04 00:15:03 UTC (rev 447538)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
-# Contributor: Denis Zawada <deno at rootnode.net>
-
-pkgname=gupnp-av
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-url="https://wiki.gnome.org/Projects/GUPnP"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-_commit=c0a8a77e1182fb428ab13021c9ebe278eb2750d1  # tags/gupnp-av-0.14.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gupnp-av-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  depends+=(libg{lib,object}-2.0.so)
-  provides+=(libgupnp-av-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 447537, gupnp-av/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-04 00:15:03 UTC (rev 447538)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+# Contributor: Denis Zawada <deno at rootnode.net>
+
+pkgname=gupnp-av
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+url="https://wiki.gnome.org/Projects/GUPnP"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+options=(debug)
+_commit=86f148ebb920a8113190fd3e6cae636c9fdd3ca7  # tags/gupnp-av-0.14.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gupnp-av
+  git describe --tags | sed 's/^gupnp-av-//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gupnp-av
+}
+
+build() {
+  arch-meson gupnp-av build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object}-2.0.so)
+  provides+=(libgupnp-av-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list