Ticket #11721: diff

File diff, 2.7 KB (added by macosforge.lbn@…, 17 years ago)

Unified diff of modified Portfile

  • Portfile

     
    11# $Id$
    22PortSystem 1.0
    33name           gnome-applets
    4 version                2.16.2
     4version                2.18.0
    55description    GNOME panel applets.
    66long_description        This package contains applets for use with the \
    77                       GNOME panel. 
     
    99categories     gnome
    1010platforms      darwin
    1111homepage       http://www.gnome.org/
    12 master_sites    gnome:sources/gnome-applets/2.16/
    13 checksums      md5 1a46b8557ff05ca75e7db6adb4dd6707 \
    14                        sha1 8b912c21e7c390c9aae96bb81fe017fa1f9bf006 \
    15                        rmd160 b8706c57b37702b0bfc64cb549fc594b05da5e5b
     12master_sites    gnome:sources/gnome-applets/2.18/
     13checksums      md5 db3ef99c00335798f30fc0a9162c0257 \
     14                       sha1 7bec1f642e827634f74859e81e1502799d3c05a2 \
     15                       rmd160 c9a18c717fd01ede9476a70784a8522968e52211
    1616
    1717depends_lib \
    1818        lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
     
    2626        lib:libiconv:libiconv lib:libpng:libpng lib:libtiff:tiff port:xrender \
    2727        port:audiofile port:esound port:gnome-keyring port:cairo port:zlib \
    2828       port:gail port:gnome-panel port:libwnck port:libxklavier port:p5-xml-parser \
    29        port:popt port:startup-notification port:libxklavier-2-2 \
     29       port:popt port:startup-notification port:libgnomekbd \
    3030       port:dbus \
    3131       port:dbus-glib
    3232
    3333use_bzip2      yes
    3434
    35 patchfiles \
    36         patch-libgweather-weather.c \
    37         patch-libgweather-weather-met.c
     35#patchfiles \
     36#        patch-libgweather-weather.c \
     37#        patch-libgweather-weather-met.c
    3838
    3939#patchfiles \
    4040#      patch-Makefile.in \
     
    4343#      patch-libgweather-weather-met.c
    4444
    4545configure.env  GMSGFMT=${prefix}/bin/msgfmt \
    46                CFLAGS="-I${prefix}/lib/libxklavier-2.2/include -I${prefix}/include -I/usr/include" \
    47                CPPFLAGS="-L${prefix}/lib/libxklavier-2.2/lib -I${prefix}/lib/libxklavier-2.2/include -I${prefix}/include -I/usr/include" \
    48                PKG_CONFIG_PATH="${prefix}/lib/libxklavier-2.2/lib/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig"
     46               CFLAGS="-I${prefix}/lib/libxklavier/include -I${prefix}/include -I/usr/include" \
     47               CPPFLAGS="-L${prefix}/lib/libxklavier/lib -I${prefix}/lib/libxklavier/include -I${prefix}/include -I/usr/include" \
     48               PKG_CONFIG_PATH="${prefix}/lib/libxklavier/lib/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig"
    4949
    5050configure.args  --mandir=${prefix}/share/man \
    5151               --with-gstreamer=0.10 \