gplugin/gplugin

91d639a0209b
Fix up some stuff that missed in the perl->perl5 transition

Testing Done:
Compiled and updated po's.

Reviewed at https://reviews.imfreedom.org/r/103/
--- a/HACKING.OSX Sat Aug 29 03:48:20 2020 -0500
+++ b/HACKING.OSX Sat Sep 05 17:00:21 2020 -0500
@@ -5,7 +5,7 @@
request.
Currently there is no known way to build the Perl loader on MacOS. So you
-**MUST** run meson with `-Dperl=false`.
+**MUST** run meson with `-Dperl5=false`.
## Lua
--- a/packaging/debian/control Sat Aug 29 03:48:20 2020 -0500
+++ b/packaging/debian/control Sat Sep 05 17:00:21 2020 -0500
@@ -51,7 +51,7 @@
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends},
libgplugin-lua,
- libgplugin-perl,
+ libgplugin-perl5,
libgplugin-python
Description: metapackage for all gplugin loaders
GPlugin is a GObject based library that implements a reusable plugin system
--- a/perl5/tests/meson.build Sat Aug 29 03:48:20 2020 -0500
+++ b/perl5/tests/meson.build Sat Sep 05 17:00:21 2020 -0500
@@ -9,4 +9,4 @@
dependencies : [GLIB, GOBJECT, gplugin_dep, perl_dep])
test('Perl5 Loader', e)
-endif # perl
+endif # perl5
--- a/po/POTFILES Sat Aug 29 03:48:20 2020 -0500
+++ b/po/POTFILES Sat Sep 05 17:00:21 2020 -0500
@@ -5,6 +5,7 @@
gplugin-gtk/gplugin-gtk-plugin-info.c
gplugin-gtk/gplugin-gtk-store.c
gplugin-gtk/gplugin-gtk-view.c
+gplugin-query/gplugin-query.c
gplugin/gplugin-core.c
gplugin/gplugin-file-tree.c
gplugin/gplugin-loader.c
@@ -15,15 +16,14 @@
gplugin/gplugin-plugin-info.c
gplugin/gplugin-plugin.c
gplugin/gplugin-private.c
-gplugin/gplugin-query.c
gplugin/gplugin-version.c
lua/gplugin-lua-core.c
lua/gplugin-lua-loader.c
lua/gplugin-lua-plugin.c
lua/gplugin-lua-test-lgi.c
-perl/gplugin-perl-core.c
-perl/gplugin-perl-loader.c
-perl/gplugin-perl-plugin.c
+perl5/gplugin-perl5-core.c
+perl5/gplugin-perl5-loader.c
+perl5/gplugin-perl5-plugin.c
python/gplugin-python3-core.c
python/gplugin-python3-loader.c
python/gplugin-python3-plugin.c