Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
tksvg / pkgIndex.tcl
Size: Mime:
#
# Tcl package index file
#
# On Tk 8.7 and higher, do a no-op load, as svg support is buildin.
# As Tk may be loaded as a package, do the test on package require.
# Note, that multiple Tk packages with different versions may be available.
# The right Tk should be loaded before package require tksvg anyway.

package ifneeded tksvg 0.14 \
	"if {\[package vcompare 8.7a0 \[package require Tk\]\] == 1} {
		[list load [file join $dir libtksvg.so] [string totitle tksvg]]
	} else {
		package provide tksvg 0.14
	}"