1# pkgIndex.tcl for additional tile pixmap themes.
2#
3# We don't provide the package is the image subdirectory isn't present,
4# or we don't have the right version of Tcl/Tk
5#
6# To use this automatically within tile, the tile-using application should
7# use tile::availableThemes and tile::setTheme
8#
9# $Id: pkgIndex.tcl 31689 2011-05-22 09:26:02Z nobu $
10
11if {![file isdirectory [file join $dir kroc]]} { return }
12if {![package vsatisfies [package provide Tcl] 8.4]} { return }
13
14package ifneeded tile::theme::kroc 0.0.1 \
15    [list source [file join $dir kroc.tcl]]
16