File: iwidgets4_case.patch

package info (click to toggle)
plplot 5.14.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 30,424 kB
  • sloc: ansic: 79,613; xml: 28,583; cpp: 20,037; ada: 19,456; tcl: 12,081; f90: 11,423; ml: 7,276; java: 6,863; python: 6,792; sh: 3,185; perl: 828; lisp: 75; makefile: 48; sed: 33; fortran: 5
file content (17 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -Naur iwidgets4.0.1_orig/iwidgets.tcl.in iwidgets4.0.1/iwidgets.tcl.in
--- iwidgets4.0.1_orig/iwidgets.tcl.in	2001-08-07 12:56:47.000000000 -0700
+++ iwidgets4.0.1/iwidgets.tcl.in	2013-11-07 18:57:47.610530341 -0800
@@ -28,4 +28,5 @@
 lappend auto_path $iwidgets::library \
 		  [file join $iwidgets::library generic] \
 		  [file join $iwidgets::library scripts]
+package provide iwidgets $iwidgets::version
 package provide Iwidgets $iwidgets::version
diff -Naur iwidgets4.0.1_orig/pkgIndex.tcl.in iwidgets4.0.1/pkgIndex.tcl.in
--- iwidgets4.0.1_orig/pkgIndex.tcl.in	1999-09-13 17:01:24.000000000 -0700
+++ iwidgets4.0.1/pkgIndex.tcl.in	2013-11-07 18:59:00.941136073 -0800
@@ -1,3 +1,4 @@
 # Tcl package index file, version 1.0
 
+package ifneeded iwidgets @VERSION@ [list source [file join $dir iwidgets.tcl]]
 package ifneeded Iwidgets @VERSION@ [list source [file join $dir iwidgets.tcl]]