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

Jan Steffens heftig at gemini.archlinux.org
Thu Jan 13 22:37:54 UTC 2022


    Date: Thursday, January 13, 2022 @ 22:37:54
  Author: heftig
Revision: 434431

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-13 22:37:45 UTC (rev 434430)
+++ PKGBUILD	2022-01-13 22:37:54 UTC (rev 434431)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gupnp
-pkgver=1.4.2
-pkgrel=1
-epoch=1
-pkgdesc="An object-oriented UPNP framework"
-url="https://wiki.gnome.org/Projects/GUPnP"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gssdp util-linux libxml2)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-optdepends=('python: gupnp-binding-tool')
-_commit=f700b70b3d4a81153403164d9a0e05d8f6a22afa  # tags/gupnp-1.4.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gupnp
-  git describe --tags | sed 's/^gupnp-//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gupnp
-  
-  # Unbreak man page build
-  git revert -n 8795626a07963a91400773cfe04d4f2f1c37ff14
-}
-
-build() {
-  arch-meson gupnp build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
-            libuuid.so)
-  provides+=(libgupnp-1.2.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 434430, gupnp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-13 22:37:54 UTC (rev 434431)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gupnp
+pkgver=1.4.3
+pkgrel=1
+epoch=1
+pkgdesc="An object-oriented UPNP framework"
+url="https://wiki.gnome.org/Projects/GUPnP"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gssdp util-linux libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+optdepends=('python: gupnp-binding-tool')
+_commit=1e752b11dc51673c71c70bbf6deb34c96e3abd19  # tags/gupnp-1.4.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gupnp
+  git describe --tags | sed 's/^gupnp-//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gupnp
+  
+  # Unbreak man page build
+  git revert -n 8795626a07963a91400773cfe04d4f2f1c37ff14
+}
+
+build() {
+  arch-meson gupnp build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
+            libuuid.so)
+  provides+=(libgupnp-1.2.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list