pidgin/pidgin

Update to gplugin 0.36.0

2021-10-14, Gary Kramlich
db1b68e96dbf
Parents 5f8b886eafce
Children 06289a48546f
Update to gplugin 0.36.0

Testing Done:
Ran `ninja test` after running `meson subprojects update` from the source root.

Reviewed at https://reviews.imfreedom.org/r/1053/
--- a/meson.build Thu Oct 14 20:33:29 2021 -0500
+++ b/meson.build Thu Oct 14 23:48:51 2021 -0500
@@ -555,12 +555,12 @@
# Check for GPlugin
#######################################################################
gplugin_dep = dependency('gplugin',
- version : ['>=0.35.0', '<0.36.0'],
+ version : ['>=0.36.0', '<0.37.0'],
fallback : ['gplugin', 'gplugin_dep'])
if get_option('gtkui')
gplugin_gtk_dep = dependency('gplugin-gtk3',
- version : ['>=0.35.0', '<0.36.0'],
+ version : ['>=0.36.0', '<0.37.0'],
fallback : ['gplugin-gtk', 'gplugin_gtk3_dep'])
endif
--- a/subprojects/gplugin.wrap Thu Oct 14 20:33:29 2021 -0500
+++ b/subprojects/gplugin.wrap Thu Oct 14 23:48:51 2021 -0500
@@ -1,4 +1,4 @@
[wrap-hg]
directory = gplugin
url = https://keep.imfreedom.org/gplugin/gplugin
-revision = v0.35.0
+revision = v0.36.0