Ticket #40263: Portfile-goffice.2.diff
File Portfile-goffice.2.diff, 1.5 KB (added by c.herbig@…, 11 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 109234 2013-08-10 22:21:52Z cal@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup active_variants 1.1 5 6 6 7 name goffice 7 8 epoch 1 8 version 0.10.4 9 revision 1 9 version 0.10.5 10 10 11 11 set branch [join [lrange [split ${version} .] 0 1] .] 12 12 description GOffice is a library of document-centric objects and utilities. … … 22 22 master_sites gnome:sources/${name}/${branch}/ 23 23 use_xz yes 24 24 25 checksums rmd160 c81ab86f437f7c959e8d94583884c2cd579cc799\26 sha256 30cb91693abff241e1b14b741ac23bc588f428b4524b12e3fecd1ea3f0bc67ba25 checksums rmd160 e8480611dfe1cc83c6568257846ea987f6217e3c \ 26 sha256 63a7a7dd55fbe91991a66dbc78ab27d2ac55bd722d42d4dd3087e3ae33832570 27 27 28 28 depends_build port:intltool \ 29 29 port:pkgconfig … … 35 35 36 36 configure.args-append --enable-introspection 37 37 38 variant quartz description {Build with gtk-osx-application} { 39 depends_lib-append port:gtk-osx-application 40 41 patchfiles-append patch_quartz-goffice-goffice.c.diff 42 } 43 44 if {[variant_isset quartz]} { 45 require_active_variants gtk3 quartz 46 require_active_variants gtk-osx-application gtk3 47 } 48 38 49 livecheck.type gnome 39 50 40 51