Date: Wednesday, April 12, 2023 @ 22:28:06
Author: heftig
Revision: 473998
archrelease: copy trunk to extra-x86_64
Added:
gupnp-igd/repos/extra-x86_64/PKGBUILD
(from rev 473996, gupnp-igd/trunk/PKGBUILD)
Deleted:
gupnp-igd/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 22:28:05 UTC (rev 473997)
+++ PKGBUILD 2023-04-12 22:28:06 UTC (rev 473998)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=gupnp-igd
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A library to handle UPnP IGD port mapping"
-url="https://wiki.gnome.org/Projects/GUPnP"
-arch=(x86_64)
-license=(LGPL)
-depends=(gupnp)
-makedepends=(gobject-introspection git gtk-doc meson)
-options=(debug)
-_commit=a0aafc79ac8e258f849cdb2924cb11ec9162d0c5 # tags/1.2.0-correct^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp-igd.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-correct//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- # GUPnP 1.6
- git cherry-pick -n 649b7100339c57531a8e31f69220f8e17f0860e0 \
- 79a1e4cf8c256132978a1d8ab718c8ad132386de
-}
-
-build() {
- arch-meson $pkgname build -D gtk_doc=true
- meson compile -C build
-}
-
-check() {
- # No multicast in our containers?
- meson test -C build --print-errorlogs || :
-}
-
-package() {
- depends+=(libg{lib,object,io}-2.0.so libg{ssdp,upnp}-1.6.so)
- provides+=(libgupnp-igd-1.0.so)
-
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gupnp-igd/repos/extra-x86_64/PKGBUILD (from rev 473996,
gupnp-igd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-12 22:28:06 UTC (rev 473998)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+
+pkgname=gupnp-igd
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A library to handle UPnP IGD port mapping"
+url="https://wiki.gnome.org/Projects/GUPnP"
+arch=(x86_64)
+license=(LGPL)
+depends=(gupnp)
+makedepends=(
+ git
+ gobject-introspection
+ gtk-doc
+ meson
+)
+_commit=e60764858374d776869605d39e5e4d1033e9ad4a # tags/1.6.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-igd.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D gtk_doc=true
+ meson compile -C build
+}
+
+check() {
+ # No multicast in our containers?
+ meson test -C build --print-errorlogs || :
+}
+
+package() {
+ depends+=(libg{lib,object,io}-2.0.so libg{ssdp,upnp}-1.6.so)
+ provides+=(libgupnp-igd-1.6.so)
+
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: