1 | # $Id: Portfile.40283 40283 2008-09-28 18:41:35Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gnome-desktop |
---|
6 | version 2.23.3 |
---|
7 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
8 | maintainers nomaintainer |
---|
9 | categories gnome |
---|
10 | platforms darwin |
---|
11 | description Additional UI API for GNOME 2 |
---|
12 | |
---|
13 | long_description \ |
---|
14 | This is a collection of APIs not included in \ |
---|
15 | libgnomeui as they have not undergone sufficient \ |
---|
16 | testing. |
---|
17 | |
---|
18 | homepage http://www.gnome.org/ |
---|
19 | master_sites gnome:sources/${name}/${branch}/ |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | checksums md5 fb305062009feef6afc4eb8b70e3e8ea |
---|
23 | |
---|
24 | # I do not know if fribidi is a build or run time dependency |
---|
25 | |
---|
26 | depends_build port:gnome-doc-utils |
---|
27 | |
---|
28 | depends_lib port:libxml2 \ |
---|
29 | port:gtk2 \ |
---|
30 | path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
31 | port:gconf \ |
---|
32 | port:libgnomecanvas \ |
---|
33 | port:libgnomeui \ |
---|
34 | port:gnome-vfs \ |
---|
35 | port:startup-notification \ |
---|
36 | port:gettext \ |
---|
37 | port:gnome-themes \ |
---|
38 | port:py25-gnome \ |
---|
39 | port:gvfs |
---|
40 | |
---|
41 | configure.args --with-gnome-distributor=MacPorts \ |
---|
42 | --with-kde-datadir=${prefix}/share \ |
---|
43 | --disable-scrollkeeper |
---|
44 | |
---|
45 | configure.python ${prefix}/bin/python2.5 |
---|
46 | |
---|
47 | post-activate { |
---|
48 | system "${prefix}/bin/scrollkeeper-update" |
---|
49 | } |
---|
50 | |
---|
51 | livecheck.check regex |
---|
52 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
53 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|