Only allow gplugin version 0.32.0.

Sun, 18 Jul 2021 02:20:49 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 18 Jul 2021 02:20:49 -0500
changeset 40988
aaa0ec5b5e3b
parent 40987
671f2442e50e
child 40989
f77cf4694364

Only allow gplugin version 0.32.0.

This will make it easier for everyone to update subprojects and the like by running `meson subprojects update` from the source directory. We'll need to add this to the documentation I'm just not sure exactly where right now.

Testing Done:
Ran `meson subprojects update` from the source directory with `subprojects/gplugin` on the default branch and the v0.31.0 tag. Verified that meson will update to whatever revision is specified and if the revision doesn't exist it will pull from the remote.

Reviewed at https://reviews.imfreedom.org/r/812/

meson.build file | annotate | diff | comparison | revisions
subprojects/gplugin.wrap file | annotate | diff | comparison | revisions
--- a/meson.build	Sun Jul 18 02:20:04 2021 -0500
+++ b/meson.build	Sun Jul 18 02:20:49 2021 -0500
@@ -570,7 +570,7 @@
 #######################################################################
 # Check for GPlugin
 #######################################################################
-gplugin_dep = dependency('gplugin', version : '>= 0.29.1', required : false)
+gplugin_dep = dependency('gplugin', version : '= 0.32.0', required : false)
 if gplugin_dep.found()
 	gplugin_docpath = gplugin_dep.get_pkgconfig_variable('prefix') / 'share/gtk-doc/html'
 
--- a/subprojects/gplugin.wrap	Sun Jul 18 02:20:04 2021 -0500
+++ b/subprojects/gplugin.wrap	Sun Jul 18 02:20:49 2021 -0500
@@ -1,4 +1,4 @@
 [wrap-hg]
 directory = gplugin
 url = https://keep.imfreedom.org/gplugin/gplugin
-revision = default
+revision = v0.32.0

mercurial