Aurelien Larcher
2020-05-22 304879e10e1f44a802de0cf501b592c141668dc4
tklib: fix conflict with dia
2 files modified
7 ■■■■ changed files
components/tcl/tklib/Makefile 1 ●●●● patch | view | raw | blame | history
components/tcl/tklib/tklib.p5m 6 ●●●●● patch | view | raw | blame | history
components/tcl/tklib/Makefile
@@ -16,6 +16,7 @@
COMPONENT_NAME=        tklib
COMPONENT_VERSION=    0.6
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    https://core.tcl.tk/tklib/home
COMPONENT_SUMMARY=    Collection of widgets and other packages for Tk
COMPONENT_FMRI=         tcl/tklib
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