Ticket #40263: Portfile-goffice.diff
File Portfile-goffice.diff, 1.4 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. 49 version 0.10.5 9 10 revision 1 10 11 11 12 set branch [join [lrange [split ${version} .] 0 1] .] … … 22 23 master_sites gnome:sources/${name}/${branch}/ 23 24 use_xz yes 24 25 25 checksums rmd160 c81ab86f437f7c959e8d94583884c2cd579cc799\26 sha256 30cb91693abff241e1b14b741ac23bc588f428b4524b12e3fecd1ea3f0bc67ba26 checksums rmd160 e8480611dfe1cc83c6568257846ea987f6217e3c \ 27 sha256 63a7a7dd55fbe91991a66dbc78ab27d2ac55bd722d42d4dd3087e3ae33832570 27 28 28 29 depends_build port:intltool \ 29 30 port:pkgconfig … … 35 36 36 37 configure.args-append --enable-introspection 37 38 39 variant quartz description {Build with gtk-osx-application} { 40 depends_lib-append port:gtk-osx-application 41 42 patchfiles-append patch_quartz-goffice-goffice.c.diff 43 } 44 45 if {[variant_isset quartz]} { 46 require_active_variants gtk3 quartz 47 require_active_variants gtk-osx-application gtk3 48 } 49 38 50 livecheck.type gnome 39 51 40 52