pidgin/pidgin

Update gplugin to 0.38

23 months ago, Gary Kramlich
4f7076b8234a
Parents 60d97d8acaf0
Children 0186ae21071f
Update gplugin to 0.38

Testing Done:
Compiled and ran the unit tests.

I did have to `meson --wipe` because `gplugin.h` wasn't being rebuilt properly even after a `meson subprojects update`.

Reviewed at https://reviews.imfreedom.org/r/1468/
--- a/meson.build Mon May 23 20:29:05 2022 -0500
+++ b/meson.build Mon May 23 22:00:29 2022 -0500
@@ -565,13 +565,14 @@
#######################################################################
# Check for GPlugin
#######################################################################
+gplugin_version = ['>=0.38.0', '<0.39.0']
gplugin_dep = dependency('gplugin',
- version : ['>=0.37.0', '<0.38.0'],
+ version : gplugin_version,
fallback : ['gplugin', 'gplugin_dep'])
if get_option('gtkui')
gplugin_gtk_dep = dependency('gplugin-gtk3',
- version : ['>=0.37.0', '<0.38.0'],
+ version : gplugin_version,
fallback : ['gplugin-gtk', 'gplugin_gtk3_dep'])
endif
--- a/subprojects/gplugin.wrap Mon May 23 20:29:05 2022 -0500
+++ b/subprojects/gplugin.wrap Mon May 23 22:00:29 2022 -0500
@@ -1,4 +1,4 @@
[wrap-hg]
directory = gplugin
url = https://keep.imfreedom.org/gplugin/gplugin
-revision = v0.37.0
+revision = v0.38.0