tigervnc: add missing dependency 'xorg-xkbcomp'

This commit is contained in:
Leonid Pliushch 2018-09-12 12:32:11 +03:00 committed by Yaksh Bariya
parent 6be1af8a9b
commit f80775d53d
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -2,12 +2,12 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://www.tigervnc.org/ TERMUX_PKG_HOMEPAGE=http://www.tigervnc.org/
TERMUX_PKG_VERSION=1.9.0 TERMUX_PKG_VERSION=1.9.0
TERMUX_PKG_REVISION=4 TERMUX_PKG_REVISION=5
TERMUX_PKG_DESCRIPTION="Suite of VNC servers. Based on the VNC 4 branch of TightVNC." TERMUX_PKG_DESCRIPTION="Suite of VNC servers. Based on the VNC 4 branch of TightVNC."
TERMUX_PKG_SRCURL=https://github.com/TigerVNC/tigervnc/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SRCURL=https://github.com/TigerVNC/tigervnc/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740 TERMUX_PKG_SHA256=f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740
TERMUX_PKG_DEPENDS="freetype, libandroid-support, libandroid-shmem, libbz2, libc++, libdrm, libexpat, libgnutls, libjpeg-turbo, libmesa, libpixman, libpng, libx11, libxau, libxcb, libxdamage, libxdmcp, libxext, libxfixes, libxfont2, libxshmfence, openssl, perl, xkeyboard-config, xorg-xauth" TERMUX_PKG_DEPENDS="freetype, libandroid-support, libandroid-shmem, libbz2, libc++, libdrm, libexpat, libgnutls, libjpeg-turbo, libmesa, libpixman, libpng, libx11, libxau, libxcb, libxdamage, libxdmcp, libxext, libxfixes, libxfont2, libxshmfence, openssl, perl, xkeyboard-config, xorg-xauth, xorg-xkbcomp"
TERMUX_PKG_BUILD_DEPENDS="xorgproto, xorg-font-util, xorg-util-macros, xorg-xvfb, xtrans" TERMUX_PKG_BUILD_DEPENDS="xorgproto, xorg-font-util, xorg-util-macros, xorg-xvfb, xtrans"
TERMUX_PKG_FOLDERNAME=tigervnc-${TERMUX_PKG_VERSION} TERMUX_PKG_FOLDERNAME=tigervnc-${TERMUX_PKG_VERSION}