gplugin/gplugin

069c014ed85f
Parents fb61d7111522
Children 77a1778c7a1b
Make the names inside the .pc files match the pc filename

As far as I can tell this is purely cosmetic, but it should probably match nonetheless.

Testing Done:
ran `PKG_CONFIG_PATH=$(pwd)/meson-private pkg-config --modversion` from the build directory with and without the patch and made sure there was no difference.

Reviewed at https://reviews.imfreedom.org/r/935/
--- a/gplugin-gtk/meson.build Fri Sep 24 01:14:44 2021 -0500
+++ b/gplugin-gtk/meson.build Fri Sep 24 01:23:26 2021 -0500
@@ -100,7 +100,7 @@
pkgconfig.generate(
gplugin_gtk,
- name : 'libgplugin-gtk',
+ name : 'gplugin-gtk',
description : 'Gtk widgets for GPlugin',
filebase : 'gplugin-gtk',
subdirs : 'gplugin-1.0',
--- a/gplugin/meson.build Fri Sep 24 01:14:44 2021 -0500
+++ b/gplugin/meson.build Fri Sep 24 01:23:26 2021 -0500
@@ -175,7 +175,7 @@
pkgconfig.generate(
gplugin,
- name : 'libgplugin',
+ name : 'gplugin',
description : 'A fully featured GModule based plugin library',
filebase : 'gplugin',
subdirs : 'gplugin-1.0',