Ticket #11499: pango-1.16.1.diff

File pango-1.16.1.diff, 1.7 KB (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)

Upgrade to pango 1.16.1, based on portfile r22135

  • Portfile

     
    22
    33PortSystem 1.0
    44name            pango
    5 version         1.14.10
     5version         1.16.1
    66categories      x11
    77maintainers     mij@macports.org openmaintainer@macports.org
    88description     Framework for the layout and rendering of i18n text
     
    1212                 open-source framework for the layout and rendering \
    1313                 of internationalized text.
    1414
    15 master_sites    gnome:sources/pango/1.14
     15master_sites    gnome:sources/pango/1.16
    1616
    17 checksums       md5 e9fc2f8168e74e2fa0aa8238ee0e9c06 \
    18                 sha1 49093dcbbb2399ac6e4731930d4be4edd64f25f7 \
    19                 rmd160 0cddfd439415965ba39ce2915ac2adf3aa563498
     17checksums       md5 4aa720633e53701a652f27700a7946dd \
     18                sha1 75b48b1fbcf07f5d264c706477d7dfb7cb1b2583 \
     19                rmd160 c97315a5685fc6fa3fc70638de6ef24e9d2739b9
    2020
    2121use_bzip2       yes
    2222
     
    3232
    3333post-destroot   { system "install -o root -m 755 -d \
    3434                    ${destroot}${prefix}/etc/pango"
    35                   system "cp ${worksrcpath}/examples/pangorc \
     35                  system "cp ${worksrcpath}/modules/pangorc \
    3636                    ${destroot}${prefix}/etc/pango"
    3737                  system "cp ${worksrcpath}/pango/pangox.aliases \
    3838                    ${destroot}${prefix}/etc/pango"
    3939                  reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \
    4040                    ${destroot}/${prefix}/etc/pango/pangorc
    4141                  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"
    4343                  reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules }