Ticket #11499: pango-1.16.0.diff
File pango-1.16.0.diff, 1.7 KB (added by ryandesign (Ryan Carsten Schmidt), 18 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name pango 5 version 1.1 4.105 version 1.16.0 6 6 categories x11 7 7 maintainers mij@macports.org openmaintainer@macports.org 8 8 description Framework for the layout and rendering of i18n text … … 12 12 open-source framework for the layout and rendering \ 13 13 of internationalized text. 14 14 15 master_sites gnome:sources/pango/1.1 415 master_sites gnome:sources/pango/1.16 16 16 17 checksums md5 e9fc2f8168e74e2fa0aa8238ee0e9c06\18 sha1 4 9093dcbbb2399ac6e4731930d4be4edd64f25f7\19 rmd160 0cddfd439415965ba39ce2915ac2adf3aa56349817 checksums md5 3ff23998479e98c5dd9a7eaf08f6249d \ 18 sha1 4ddcd643324e3fec65e51be64b6f7a2350e53c7f \ 19 rmd160 49510c627613f65d77f5101a01a39e7dff3fc48a 20 20 21 21 use_bzip2 yes 22 22 … … 32 32 33 33 post-destroot { system "install -o root -m 755 -d \ 34 34 ${destroot}${prefix}/etc/pango" 35 system "cp ${worksrcpath}/ examples/pangorc \35 system "cp ${worksrcpath}/modules/pangorc \ 36 36 ${destroot}${prefix}/etc/pango" 37 37 system "cp ${worksrcpath}/pango/pangox.aliases \ 38 38 ${destroot}${prefix}/etc/pango" 39 39 reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \ 40 40 ${destroot}/${prefix}/etc/pango/pangorc 41 41 system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \ 42 ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1. 5.0/modules/*.so >${destroot}${prefix}/etc/pango/pango.modules"42 ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so >${destroot}${prefix}/etc/pango/pango.modules" 43 43 reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules }