Changeset 117644 for trunk/dports


Ignore:
Timestamp:
Mar 7, 2014, 12:14:42 AM (10 years ago)
Author:
devans@…
Message:

devhelp: use upstream autogen.sh to reconfigure with our intltool.m4, build deps, update post-activate.

Location:
trunk/dports/gnome/devhelp
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/devhelp/Portfile

    r116633 r117644  
    2727                sha256  a245b53824c6f2ff89245ff807bb2140bde74951ea6f1d759a0fd0c6959ca9f7
    2828
    29 patchfiles      patch-configure.diff
    30 
    3129depends_build   port:pkgconfig \
    32                 port:intltool
     30                port:intltool \
     31                port:gnome-common \
     32                port:autoconf \
     33                port:automake \
     34                port:libtool
    3335
    3436depends_lib     port:desktop-file-utils \
     
    5860}
    5961
     62patchfiles  patch-configure.ac.diff
     63
     64# use upstream autogen.sh to update m4/intltool.m4 using intltoolize and autoreconf
     65
     66post-patch {
     67    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
     68    copy ${worksrcpath}/libgd/libgd.m4 ${worksrcpath}/m4
     69}
     70
     71configure.cmd   ./autogen.sh
     72
    6073configure.args  --with-webkit2=no \
    6174                --disable-schemas-compile
     
    7689
    7790post-activate {
    78     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     91    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
    7992    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
    8093    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
Note: See TracChangeset for help on using the changeset viewer.