From 304879e10e1f44a802de0cf501b592c141668dc4 Mon Sep 17 00:00:00 2001
From: Aurelien Larcher <aurelien.larcher@gmail.com>
Date: Thu, 21 May 2020 23:42:50 +0200
Subject: [PATCH] tklib: fix conflict with dia

---
 components/tcl/tklib/tklib.p5m |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/components/tcl/tklib/tklib.p5m b/components/tcl/tklib/tklib.p5m
index c0b5512..1c4c4bd 100644
--- a/components/tcl/tklib/tklib.p5m
+++ b/components/tcl/tklib/tklib.p5m
@@ -24,9 +24,11 @@
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
 file path=usr/bin/$(MACH64)/bitmap-editor
-file path=usr/bin/$(MACH64)/dia
+# Rename diagram utility the same way as Debian to avoid clashing with Dia
+file usr/bin/$(MACH64)/dia path=usr/bin/$(MACH64)/diagram-viewer
 file path=usr/bin/bitmap-editor
-file path=usr/bin/dia
+# Rename diagram utility the same way as Debian to avoid clashing with Dia
+file usr/bin/dia path=usr/bin/diagram-viewer
 file path=usr/lib/$(MACH64)/tklib$(COMPONENT_VERSION)/autoscroll/autoscroll.tcl
 file path=usr/lib/$(MACH64)/tklib$(COMPONENT_VERSION)/autoscroll/pkgIndex.tcl
 file path=usr/lib/$(MACH64)/tklib$(COMPONENT_VERSION)/canvas/canvas_drag.tcl

--
Gitblit v1.9.3