Ticket #51918: Portfile-mupdf.diff

File Portfile-mupdf.diff, 1.8 KB (added by harciga, 8 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                zathura-plugin-pdf-mupdf
    7 version             0.2.8
     7version             0.3.0
    88categories          office
    99platforms           darwin
    1010license             zlib
     
    2121master_sites        http://pwmt.org/projects/zathura-pdf-mupdf/download/
    2222distname            zathura-pdf-mupdf-${version}
    2323
    24 checksums           rmd160  c5fb22a9b571ae2086e43d5f56a42f092002f2a9 \
    25                     sha256  9f8b92762cdad14a2a587744c758edc0e1003be6a0c1511486065bdc91a66910
     24checksums           rmd160  377e7848a5ea7f43f020e131aacc24c51453bf8f \
     25                    sha256  478cb9d1562d08e096ebec4a6db9116d616a3536260197c2a28a2772171f72c8
    2626
    27 patchfiles          patch-Makefile.diff \
     27patch.pre_args      -p1
     28patchfiles          patch-mupdf.diff \
     29                    patch-Makefile.diff \
    2830                    patch-config.mk.diff
    2931
    3032depends_build       port:pkgconfig \
    31                     path:lib/libmujs.a:mupdf
     33                    path:lib/libmupdfthird.a:mupdf
    3234
    3335depends_lib         port:desktop-file-utils \
    3436                    port:mupdf \
    3537                    port:openjpeg \
     38                    port:freetype \
     39                    port:harfbuzz \
    3640                    path:lib/libgirara-gtk3.dylib:girara \
    3741                    path:bin/zathura:zathura
    3842
     
    4852                    LDFLAGS="[get_canonical_archflags ld]" \
    4953                    VERBOSE=1
    5054
    51 eval destroot.env   ${build.env}
    52 eval destroot.args  ${build.args}
     55destroot.env        {*}${build.env}
     56destroot.args       {*}${build.args}
    5357
    5458post-activate {
    5559    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"