Ticket #12666: pango-1.18.1.diff

File pango-1.18.1.diff, 1.9 KB (added by nox@…, 17 years ago)
  • Portfile

     
    33PortSystem              1.0
    44
    55name                    pango
    6 version                 1.16.5
     6version                 1.18.1
    77categories              x11
    88maintainers             ryandesign
    99homepage                http://www.pango.org/
     
    2020        of internationalized text.
    2121
    2222checksums \
    23         md5 d8d7da2ab854f6e257ec06bf552a6114 \
    24         sha1 a23899b16a95294dfa739825c81f3858787127e8 \
    25         rmd160 98f38b2f8062e8f11e95a22824fa8c89664ffbb3
     23        md5 282dcff56292359f6a5c75be0b4fe3df \
     24        sha1 e3e86be65ca957c1a1a9bf14f2e12ba6b9c92f3d \
     25        rmd160 046c653848d759b6c2304275bc62dd3169b4f48d
    2626
    2727depends_lib \
    2828        port:glib2 \
     
    4242        -bind_at_load
    4343
    4444configure.args \
    45         --mandir=${prefix}/share/man \
    4645        --enable-cairo
    4746
    4847post-destroot {
    49         system "install -o root -m 755 -d \
    50                 ${destroot}${prefix}/etc/pango"
    51         system "cp ${worksrcpath}/modules/pangorc \
    52                 ${destroot}${prefix}/etc/pango"
    53         system "cp ${worksrcpath}/pango/pangox.aliases \
    54                 ${destroot}${prefix}/etc/pango"
     48        xinstall -m 0644 ${worksrcpath}/modules/pangorc \
     49                ${destroot}${prefix}/etc/pango
     50
    5551        reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \
    56                 ${destroot}/${prefix}/etc/pango/pangorc
     52                ${destroot}${prefix}/etc/pango/pangorc
     53
    5754        system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \
    5855                ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so \
    5956                >${destroot}${prefix}/etc/pango/pango.modules"
    6057        reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules
     58
     59        set docdir ${prefix}/share/doc/${name}-${version}
     60        xinstall -d ${destroot}${docdir}
     61        xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS \
     62                ${destroot}${docdir}
    6163}
    6264
    6365test.run                yes
    6466test.target             check
    6567
    6668livecheck.check         freshmeat
     69