qulogic/gplugin

remove the old gplugin-version.sh.in file that isn't used anymore
feature/packaging-housekeeping
2020-02-03, Gary Kramlich
79ce0c50559e
Parents 181d128c2f6d
Children cc89e2f67a59
remove the old gplugin-version.sh.in file that isn't used anymore
--- a/ChangeLog Mon Feb 03 02:04:51 2020 -0600
+++ b/ChangeLog Mon Feb 03 03:01:50 2020 -0600
@@ -2,6 +2,7 @@
* Changed the website to the repository on keep.imfreedom.org.
* Removed an unnecessary meson version check.
* Bumped the required meson version to 0.50.0
+ * Removed gplugin-version.sh.in as it was used in the cmake build system.
0.29.0: 2019/11/07
* Synchronize GPluginGtkStore with the plugin manager, make the enabled
--- a/gplugin-version.sh.in Mon Feb 03 02:04:51 2020 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-export GPLUGIN_VERSION=@GPLUGIN_MAJOR_VERSION@.@GPLUGIN_MINOR_VERSION@.@GPLUGIN_MICRO_VERSION@
--- a/meson.build Mon Feb 03 02:04:51 2020 -0600
+++ b/meson.build Mon Feb 03 03:01:50 2020 -0600
@@ -72,11 +72,6 @@
endif
endif
-configure_file(
- input : 'gplugin-version.sh.in',
- output : 'gplugin-version.sh',
- configuration : version_conf)
-
toplevel_inc = include_directories('.')