Update libmpdclient url and fix libflac 1.3.2 update (#2268)
[termux-packages] / packages / finch / build.sh
index 164c527..f6d4def 100644 (file)
@@ -1,10 +1,23 @@
-TERMUX_PKG_HOMEPAGE=http://pidgin.im/
+TERMUX_PKG_HOMEPAGE=https://pidgin.im/
 TERMUX_PKG_DESCRIPTION="Text-based multi-protocol instant messaging client"
-TERMUX_PKG_VERSION=2.11.0
-TERMUX_PKG_REVISION=1
+TERMUX_PKG_VERSION=2.13.0
+TERMUX_PKG_SHA256=2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f
 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_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"
 
 termux_step_pre_configure () {
@@ -30,6 +43,6 @@ termux_step_post_configure () {
 termux_step_post_make_install () {
         cd $TERMUX_PREFIX/lib
         for lib in jabber oscar ymsg; do
-                ln -f -s purple-2/lib${lib}.so.0 .
+                ln -f -s purple-2/lib${lib}.so .
         done
 }