r44353 - in /packages/kwwidgets/trunk/debian: changelog patches/series patches/tcltk_relative.patch

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Tue Jan 10 14:59:43 UTC 2012


Author: malat-guest
Date: Tue Jan 10 14:59:42 2012
New Revision: 44353

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44353
Log:
Add new patch for kwwidgets toward getting volview shared forward exe to work

Added:
    packages/kwwidgets/trunk/debian/patches/tcltk_relative.patch
Modified:
    packages/kwwidgets/trunk/debian/changelog
    packages/kwwidgets/trunk/debian/patches/series

Modified: packages/kwwidgets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/debian/changelog?rev=44353&op=diff
==============================================================================
--- packages/kwwidgets/trunk/debian/changelog (original)
+++ packages/kwwidgets/trunk/debian/changelog Tue Jan 10 14:59:42 2012
@@ -1,3 +1,9 @@
+kwwidgets (1.0.0~cvs20100930-7) UNRELEASED; urgency=low
+
+  * Improve finding of init.tcl/tk.tcl, required for VolView to work
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Tue, 10 Jan 2012 15:57:05 +0100
+
 kwwidgets (1.0.0~cvs20100930-6) unstable; urgency=low
 
   * Patch CMake export configuration file. Closes: #640522

Modified: packages/kwwidgets/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/debian/patches/series?rev=44353&op=diff
==============================================================================
--- packages/kwwidgets/trunk/debian/patches/series (original)
+++ packages/kwwidgets/trunk/debian/patches/series Tue Jan 10 14:59:42 2012
@@ -1,3 +1,4 @@
 50_all_patches.diff
 fixtest.patch
 vtk58pythonwrapping.patch
+tcltk_relative.patch

Added: packages/kwwidgets/trunk/debian/patches/tcltk_relative.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/debian/patches/tcltk_relative.patch?rev=44353&op=file
==============================================================================
--- packages/kwwidgets/trunk/debian/patches/tcltk_relative.patch (added)
+++ packages/kwwidgets/trunk/debian/patches/tcltk_relative.patch Tue Jan 10 14:59:42 2012
@@ -1,0 +1,23 @@
+Description: Allow finding of init.tcl and tk.tcl
+ This patch is required for VolView with shared forwared executable to work
+ Otherwise user has to explicitely set :
+ $ export TK_LIBRARY=/usr/share/tcltk/tk8.5/
+ $ export TCL_LIBRARY=/usr/share/tcltk/tk8.5/
+ This patch makes this transparent
+Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Forwarded: not-needed
+
+Index: kwwidgets-1.0.0~cvs20100930/vtkKWApplication.cxx
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/vtkKWApplication.cxx	2012-01-10 14:18:49.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/vtkKWApplication.cxx	2012-01-10 14:51:25.000000000 +0000
+@@ -712,6 +712,9 @@
+ 
+   const char* relative_dirs[] =
+     {
++      "../usr/share/tcltk/",
++      "../../usr/share/tcltk/",
++      "../../../usr/share/tcltk/",
+       "lib",
+       "../lib",
+       "../../lib",




More information about the debian-science-commits mailing list