pidgin/pidgin

Add a wrap file for gupnp-igd-1.0

19 months ago, Gary Kramlich
46b0eb776163
Parents b44cb2532f9b
Children ab84e1ca8935
Add a wrap file for gupnp-igd-1.0

Testing Done:
Ran meson config a bunch of times to make sure stuff was right.

Reviewed at https://reviews.imfreedom.org/r/1797/
--- a/meson.build Mon Sep 19 04:39:05 2022 -0500
+++ b/meson.build Mon Sep 19 23:50:26 2022 -0500
@@ -294,7 +294,9 @@
#######################################################################
gupnp = dependency('gupnp-1.2', version : '>= 1.2.0')
-gupnp_igd = dependency('gupnp-igd-1.0', version : '>= 1.0.0')
+gupnp_igd = dependency('gupnp-igd-1.0',
+ version : '>= 1.2.0',
+ allow_fallback : get_option('build-dependencies'))
#######################################################################
# Check for libsoup (required)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/subprojects/gupnp-igd-1.0.wrap Mon Sep 19 23:50:26 2022 -0500
@@ -0,0 +1,10 @@
+[wrap-file]
+directory = gupnp-igd-1.2.0
+source_url = https://download.gnome.org/sources/gupnp-igd/1.2/gupnp-igd-1.2.0.tar.xz
+source_filename = gupnp-igd-1.2.0.tar.xz
+source_hash = 4b5120098aa13edd27818ba9ee4d7fe961bf540bf50d056ff703c61545e02be1
+
+[provide]
+dependency_names = gupnp-igd-1.0
+gupnp-igd-1.0 = gupnp_igd
+