# HG changeset patch # User Gary Kramlich # Date 1627619773 18000 # Node ID 73878ef1fccf9678c234e41c96f47b07606cad41 # Parent cb640ea0f3156a455c2ff0cc4329e7abfae77c98 Update the gplugin version check and wrap for version 0.32.1 Testing Done: ran `meson subprojects update` and compiled. Reviewed at https://reviews.imfreedom.org/r/855/ diff -r cb640ea0f315 -r 73878ef1fccf meson.build --- a/meson.build Tue Jul 27 02:24:48 2021 -0500 +++ b/meson.build Thu Jul 29 23:36:13 2021 -0500 @@ -570,7 +570,7 @@ ####################################################################### # Check for GPlugin ####################################################################### -gplugin_dep = dependency('gplugin', version : '= 0.32.0', required : false) +gplugin_dep = dependency('gplugin', version : '>=0.32.0,<0.33.0', required : false) if gplugin_dep.found() gplugin_docpath = gplugin_dep.get_pkgconfig_variable('prefix') / 'share/gtk-doc/html' diff -r cb640ea0f315 -r 73878ef1fccf subprojects/gplugin.wrap --- a/subprojects/gplugin.wrap Tue Jul 27 02:24:48 2021 -0500 +++ b/subprojects/gplugin.wrap Thu Jul 29 23:36:13 2021 -0500 @@ -1,4 +1,4 @@ [wrap-hg] directory = gplugin url = https://keep.imfreedom.org/gplugin/gplugin -revision = v0.32.0 +revision = v0.32.1