Ticket #47868: Portfile.diff
File Portfile.diff, 1.5 KB (added by harciga, 9 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name zathura-plugin-djvu 7 version 0.2. 37 version 0.2.4 8 8 categories office 9 9 platforms darwin 10 maintainers gmail.com:starkhalo openmaintainer 10 maintainers gmail.com:starkhalo \ 11 openmaintainer 11 12 license zlib 12 13 13 14 description The zathura-djvu plugin adds DjVu support to zathura. … … 19 20 master_sites http://pwmt.org/projects/zathura-djvu/download/ 20 21 distname zathura-djvu-${version} 21 22 22 checksums rmd160 30e683a033410ccbb2d494f8ef00e06f40158ee5\23 sha256 c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed8923 checksums rmd160 109b9392111ad3e2dba72d7677ee7e5df4a160de \ 24 sha256 ac10b8c07fd9f58281225e1a4cb026634cd03bf6b549eaceeea02f99ab5334bc 24 25 25 patch.pre_args -p1 26 patchfiles patch-Makefile.diff \ 27 patch-config.mk.diff 26 patchfiles patch-Makefile.diff 28 27 29 28 depends_build port:pkgconfig 30 29 … … 45 44 LDFLAGS="[get_canonical_archflags ld]" \ 46 45 VERBOSE=1 47 46 48 eval destroot.env${build.env}49 eval destroot.args${build.args}47 destroot.env {*}${build.env} 48 destroot.args {*}${build.args} 50 49 51 50 post-activate { 52 51 system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"