loqui: drop libandroid-support dependency

This commit is contained in:
Leonid Pliushch 2019-01-28 00:56:20 +02:00 committed by Yaksh Bariya
parent 937de5811c
commit c99bfa7cfe
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ TERMUX_PKG_DESCRIPTION="IRC client for the Gtk+-2.0 environment"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_VERSION=0.6.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://launchpad.net/loqui/${TERMUX_PKG_VERSION:0:3}/${TERMUX_PKG_VERSION}/+download/loqui-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d0718f0eb095fbfe2af1b4ca5a0d05cd85e969322be3f5bc9fad26f042910b36
TERMUX_PKG_DEPENDS="atk, fontconfig, freetype, gdk-pixbuf, glib, gtk2, libandroid-support, libandroid-shmem, libcairo-x, libffi, pango-x, pcre"
TERMUX_PKG_DEPENDS="atk, fontconfig, freetype, gdk-pixbuf, glib, gtk2, libandroid-shmem, libcairo-x, libffi, pango-x, pcre"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-glibtest --disable-gtktest"
TERMUX_PKG_RM_AFTER_INSTALL="lib/locale"