finch: Update from 2.12.0 to 2.13.0
This commit is contained in:
parent
c6f93e5e0a
commit
bd6e28f2ca
@ -1,8 +1,8 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://pidgin.im/
|
||||
TERMUX_PKG_DESCRIPTION="Text-based multi-protocol instant messaging client"
|
||||
TERMUX_PKG_VERSION=2.12.0
|
||||
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_SHA256=8c3d3536d6d3c971bd433ff9946678af70a0f6aa4e6969cc2a83bb357015b7f8
|
||||
TERMUX_PKG_DEPENDS="libgnutls, libxml2, ncurses-ui-libs, glib"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
--disable-gtkui
|
||||
@ -43,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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user