gplugin/gplugin

Rename the perl loader to perl5
develop
2020-08-26, Gary Kramlich
e38f74f1b4d8
Rename the perl loader to perl5

Rename the perl plugin to perl5

Testing Done:
Built, tested, verified the docs, and build the debian and fedora packages.

Reviewed at https://reviews.imfreedom.org/r/93/
if get_option('vapi')
if not get_option('introspection')
error('Vala generation requires GObject Introspection.')
endif
add_languages('vala')
gplugin_vapi = gnome.generate_vapi('gplugin',
sources : gplugin_gir[0],
install : true,
gir_dirs : meson.current_build_dir() / '..' / 'gplugin',
)
if get_option('gtk3')
gplugin_gtk_vapi = gnome.generate_vapi('gplugin-gtk',
sources : gplugin_gtk_gir[0],
packages : [ 'gtk+-3.0' ],
install : true,
gir_dirs : meson.current_build_dir() / '..' / 'gplugin',
)
endif
subdir('tests')
endif # vala