Ticket #51918: Portfile-mupdf.diff
File Portfile-mupdf.diff, 1.8 KB (added by harciga, 8 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name zathura-plugin-pdf-mupdf 7 version 0. 2.87 version 0.3.0 8 8 categories office 9 9 platforms darwin 10 10 license zlib … … 21 21 master_sites http://pwmt.org/projects/zathura-pdf-mupdf/download/ 22 22 distname zathura-pdf-mupdf-${version} 23 23 24 checksums rmd160 c5fb22a9b571ae2086e43d5f56a42f092002f2a9\25 sha256 9f8b92762cdad14a2a587744c758edc0e1003be6a0c1511486065bdc91a6691024 checksums rmd160 377e7848a5ea7f43f020e131aacc24c51453bf8f \ 25 sha256 478cb9d1562d08e096ebec4a6db9116d616a3536260197c2a28a2772171f72c8 26 26 27 patchfiles patch-Makefile.diff \ 27 patch.pre_args -p1 28 patchfiles patch-mupdf.diff \ 29 patch-Makefile.diff \ 28 30 patch-config.mk.diff 29 31 30 32 depends_build port:pkgconfig \ 31 path:lib/libmu js.a:mupdf33 path:lib/libmupdfthird.a:mupdf 32 34 33 35 depends_lib port:desktop-file-utils \ 34 36 port:mupdf \ 35 37 port:openjpeg \ 38 port:freetype \ 39 port:harfbuzz \ 36 40 path:lib/libgirara-gtk3.dylib:girara \ 37 41 path:bin/zathura:zathura 38 42 … … 48 52 LDFLAGS="[get_canonical_archflags ld]" \ 49 53 VERBOSE=1 50 54 51 eval destroot.env${build.env}52 eval destroot.args${build.args}55 destroot.env {*}${build.env} 56 destroot.args {*}${build.args} 53 57 54 58 post-activate { 55 59 system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"