2020-02-11 15:59:44 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://pidgin.im/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Multi-protocol instant messaging client"
|
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-05-14 00:01:15 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
|
2021-05-05 22:20:36 +02:00
|
|
|
TERMUX_PKG_VERSION=2.14.4
|
2021-06-19 21:06:58 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
2020-08-14 15:12:36 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/pidgin/files/Pidgin/${TERMUX_PKG_VERSION}/pidgin-${TERMUX_PKG_VERSION}.tar.gz
|
2021-05-05 22:20:36 +02:00
|
|
|
TERMUX_PKG_SHA256=58652e692539d4d2cc775649f1d43dd08351607d8dc8fbab97a93629e01225c1
|
|
|
|
TERMUX_PKG_DEPENDS="gtk2, libgnutls, libidn, libsasl, libsm, libxext, libxss"
|
2020-08-14 15:12:36 +02:00
|
|
|
|
2020-02-11 15:59:44 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
2021-05-05 22:20:36 +02:00
|
|
|
--disable-gevolution
|
2020-02-11 16:32:23 +01:00
|
|
|
--disable-gstreamer
|
2020-02-11 15:59:44 +01:00
|
|
|
--disable-gtkspell
|
|
|
|
--disable-vv
|
|
|
|
--disable-meanwhile
|
|
|
|
--disable-avahi
|
|
|
|
--disable-dbus
|
|
|
|
--disable-perl
|
|
|
|
--disable-tcl
|
|
|
|
--disable-tk
|
|
|
|
"
|