Ticket #18889: gnome.tcl
File gnome.tcl, 299 bytes (added by lperry (Perry Lee), 16 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | # |
3 | # This file contains the defaults for gnome. |
4 | |
5 | if {!$has_homepage || ${livecheck.url} eq ${homepage}} { |
6 | set livecheck.url "http://ftp.gnome.org/pub/gnome/${livecheck.name}" |
7 | } |
8 | if {${livecheck.regex} eq ""} { |
9 | set livecheck.regex [list "LATEST-IS-(.*)\""] |
10 | } |
11 | set livecheck.check "regex" |