summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-03-15 01:13:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-03-15 01:13:48 +0100
commitd6ba72e74f61e16cb2d434fa9ebbdf668696a3af (patch)
treed433f6f8977c1d733148049f2ae7f9eaa6fac4b2
parentdb04a4918c0f4f91061893d3d60483d7f8573353 (diff)
downloadtde-packaging-d6ba72e7.tar.gz
tde-packaging-d6ba72e7.zip
ArchLinux tqt3: Add libxi to depends.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--arch/tde-core/tde-tqt3/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'