From d6ba72e74f61e16cb2d434fa9ebbdf668696a3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 15 Mar 2023 01:13:48 +0100 Subject: [PATCH] ArchLinux tqt3: Add libxi to depends. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- arch/tde-core/tde-tqt3/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/tde-core/tde-tqt3/PKGBUILD b/arch/tde-core/tde-tqt3/PKGBUILD index d2a776b04..7f031c3c9 100644 --- a/arch/tde-core/tde-tqt3/PKGBUILD +++ b/arch/tde-core/tde-tqt3/PKGBUILD @@ -10,7 +10,7 @@ _kdemod="${_mod/tde/kde}" pkgbase="tde-${_mod}" pkgname=("$pkgbase" "${pkgbase}-docs") pkgver=14.0.13 -pkgrel=2 +pkgrel=3 pkgdesc="The TQt3 gui toolkit - based on TDE upstream Qt3" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') url="https://scm.trinitydesktop.org/scm/git/${_mod}" @@ -139,6 +139,7 @@ package_tde-tqt3() { 'libpng' 'libxcursor' 'libxft' + 'libxi' 'libxinerama' 'libxmu' 'libxrandr'