pidgin/pidgin

Only allow gplugin version 0.32.0.

2021-07-18, Gary Kramlich
aaa0ec5b5e3b
Parents 671f2442e50e
Children 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/
--- 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