mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 16:40:33 +00:00
* Pidgin: Enabling previously disabled functions * Merge TCL and TK patches * Remove unused file
20 lines
858 B
Bash
20 lines
858 B
Bash
TERMUX_PKG_HOMEPAGE=https://pidgin.im/
|
|
TERMUX_PKG_DESCRIPTION="Multi-protocol instant messaging client"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=2.14.12
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/pidgin/pidgin-${TERMUX_PKG_VERSION}.tar.bz2
|
|
TERMUX_PKG_SHA256=2b05246be208605edbb93ae9edc079583d449e2a9710db6d348d17f59020a4b7
|
|
TERMUX_PKG_DEPENDS="atk, dbus, dbus-glib, fontconfig, freetype, gdk-pixbuf, glib, gstreamer, gtk2, harfbuzz, libcairo, libgnt, libgnutls, libice, libidn, libsasl, libsm, libx11, libxcomposite, libxcursor, libxdamage, libxext, libxfixes, libxinerama, libxml2, libxrandr, libxrender, libxss, ncurses, pango, tcl"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--disable-gevolution
|
|
--disable-gtkspell
|
|
--disable-vv
|
|
--disable-meanwhile
|
|
--disable-avahi
|
|
--disable-perl
|
|
--disable-nm
|
|
"
|