Ticket #40263: Portfile-goffice.diff

File Portfile-goffice.diff, 1.4 KB (added by c.herbig@…, 11 years ago)
  • Portfile

    old new  
    22# $Id: Portfile 109234 2013-08-10 22:21:52Z cal@macports.org $
    33
    44PortSystem              1.0
     5PortGroup               active_variants 1.1
    56
    67name                    goffice
    78epoch                   1
    8 version                 0.10.4
     9version                 0.10.5
    910revision                1
    1011
    1112set branch              [join [lrange [split ${version} .] 0 1] .]
     
    2223master_sites            gnome:sources/${name}/${branch}/
    2324use_xz                  yes
    2425
    25 checksums               rmd160  c81ab86f437f7c959e8d94583884c2cd579cc799 \
    26                         sha256  30cb91693abff241e1b14b741ac23bc588f428b4524b12e3fecd1ea3f0bc67ba
     26checksums               rmd160  e8480611dfe1cc83c6568257846ea987f6217e3c \
     27                        sha256  63a7a7dd55fbe91991a66dbc78ab27d2ac55bd722d42d4dd3087e3ae33832570
    2728
    2829depends_build           port:intltool \
    2930                        port:pkgconfig
     
    3536
    3637configure.args-append   --enable-introspection
    3738
     39variant 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
     45if {[variant_isset quartz]} {
     46    require_active_variants gtk3 quartz
     47    require_active_variants gtk-osx-application gtk3
     48}
     49
    3850livecheck.type          gnome
    3951
    4052