10 STRAW_URL
= "http://www.gnome.org/projects/straw/"
11 STRAW_REF_URL
= "%sstraw-ref.html" % STRAW_URL
12 libdir
= os
.path
.normpath('$libdir')
13 localedir
= os
.path
.normpath(os
.path
.join('$datadir','locale'))
14 datadir
= os
.path
.normpath(os
.path
.join('$datadir','straw'))
16 # if STRAW_IN_SOURCE_DIR, this will be the glade/ and images/ in source
17 # which is different from datadir (data/), whereas on default installations,
18 # the glade file, image files, and other data would be on the same directory
19 # (usually PREFIX/share/straw).
28 # returns (major,minor,extra) triple
30 return gtk
.pygtk_version