1 | @@ -4,9 +4,8 @@ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name goffice |
---|
5 | -epoch 1 |
---|
6 | -version 0.8.17 |
---|
7 | -revision 6 |
---|
8 | +version 0.10.3 |
---|
9 | + |
---|
10 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
11 | description GOffice is a library of document-centric objects and utilities. |
---|
12 | long_description GOffice is a library of document-centric objects \ |
---|
13 | @@ -19,21 +18,20 @@ |
---|
14 | |
---|
15 | homepage http://freecode.com/projects/goffice |
---|
16 | master_sites gnome:sources/${name}/${branch}/ |
---|
17 | -use_bzip2 yes |
---|
18 | +use_xz yes |
---|
19 | |
---|
20 | -checksums rmd160 35224e53a1431b2ecf81297a081159c7297110bb \ |
---|
21 | - sha256 dd8caef5fefffbc53938fa619de9f58e7c4dc71a1803de134065d42138a68c06 |
---|
22 | +checksums rmd160 585eac4a3ea200e8bc72fd569f30209f20c02ef1 \ |
---|
23 | + sha256 1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2 |
---|
24 | |
---|
25 | depends_build port:intltool \ |
---|
26 | port:pkgconfig |
---|
27 | |
---|
28 | -depends_lib port:gconf \ |
---|
29 | +depends_lib port:gtk3 \ |
---|
30 | port:libgsf \ |
---|
31 | - port:libxml2 \ |
---|
32 | - port:pcre |
---|
33 | - |
---|
34 | -patchfiles patch-goffice-utils-regutf8.c.diff |
---|
35 | + port:librsvg \ |
---|
36 | + port:glib2 |
---|
37 | |
---|
38 | use_parallel_build yes |
---|
39 | |
---|
40 | livecheck.type gnome |
---|
41 | + |
---|