[gimp] Fix 'gimp-script-fu-interpreter' version It supposed to use api version instead of app version. And
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Fix 'gimp-script-fu-interpreter' version It supposed to use api version instead of app version. And
- Date: Mon, 5 Sep 2022 11:53:11 +0000 (UTC)
commit 76728fee011416ef3d957aede714ae2d94880ada
Author: Hanabishi <40605-Hanabishi users noreply gitlab gnome org>
Date: Mon Sep 5 05:33:32 2022 +0500
Fix 'gimp-script-fu-interpreter' version
It supposed to use api version instead of app version. And seems like the symlink is excessive, it can't
be run by user anyway.
plug-ins/script-fu/interpreter/meson.build | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/plug-ins/script-fu/interpreter/meson.build b/plug-ins/script-fu/interpreter/meson.build
index dd2f85ff15..773b883696 100644
--- a/plug-ins/script-fu/interpreter/meson.build
+++ b/plug-ins/script-fu/interpreter/meson.build
@@ -1,7 +1,7 @@
scriptfuInclude = include_directories('..')
-executable_name = 'gimp-script-fu-interpreter' + exec_ver
+executable_name = 'gimp-script-fu-interpreter-' + gimp_api_version
plugin_sources = [
'script-fu-interpreter.c',
@@ -40,10 +40,3 @@ script_fu_interpreter = executable(executable_name,
link_with : libscriptfu,
install: true,
)
-
-if enable_default_bin and meson.version().version_compare('>=0.61.0')
- install_symlink(fs.name(script_fu_interpreter.full_path()).replace(exec_ver, ''),
- pointing_to: fs.name(script_fu_interpreter.full_path()),
- install_dir: get_option('bindir')
- )
-endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]