finch: remove broken symlink libymsg.so

Seems like libpurple/protocols/yahoo is no longer available and libymsh.so
cannot be built.
This commit is contained in:
Leonid Pliushch 2019-04-09 15:04:24 +03:00
parent 619819c9d6
commit 49139961ff

View File

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://pidgin.im/
TERMUX_PKG_DESCRIPTION="Text-based multi-protocol instant messaging client"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=2.13.0
TERMUX_PKG_REVISION=1
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"
@ -43,7 +44,7 @@ termux_step_post_configure() {
termux_step_post_make_install() {
cd $TERMUX_PREFIX/lib
for lib in jabber oscar ymsg; do
for lib in jabber oscar; do
ln -f -s purple-2/lib${lib}.so .
done
}