X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/895604fe60d611829de6dc74a3e502cf734bc3c1..ef8babc94fe4d616262df81ac4cceac38b58a336:/packages/finch/build.sh diff --git a/packages/finch/build.sh b/packages/finch/build.sh index de72e8e7..164c5271 100644 --- a/packages/finch/build.sh +++ b/packages/finch/build.sh @@ -1,14 +1,16 @@ TERMUX_PKG_HOMEPAGE=http://pidgin.im/ TERMUX_PKG_DESCRIPTION="Text-based multi-protocol instant messaging client" -TERMUX_PKG_VERSION=2.10.12 -TERMUX_PKG_BUILD_REVISION=3 +TERMUX_PKG_VERSION=2.11.0 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/pidgin/Pidgin/${TERMUX_PKG_VERSION}/pidgin-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_DEPENDS="libgnutls, libxml2, ncurses-ui-libs, glib" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gtkui --disable-gstreamer --disable-vv --disable-idn --disable-meanwhile --disable-avahi --disable-dbus --disable-perl --disable-tcl --without-zephyr --with-ncurses-headers=$TERMUX_PREFIX/include --without-python" TERMUX_PKG_RM_AFTER_INSTALL="share/sounds/purple lib/purple-2/libmsn.so" -# For arpa: -CFLAGS="$CFLAGS -isystem $TERMUX_PKG_BUILDER_DIR" +termux_step_pre_configure () { + # For arpa: + CFLAGS+=" -isystem $TERMUX_PKG_BUILDER_DIR" +} termux_step_post_configure () { # Hack to compile first version of libpurple-ciphers.la