From dc43bbf3d421475c2128d7777c57aa78e0406583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 13 Jan 2023 03:37:22 +0100 Subject: [PATCH] ArchLinux tqt3: Added build options, which are also common for other distributions. This should resolve issue TDE/tde#105. 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 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/tde-core/tde-tqt3/PKGBUILD b/arch/tde-core/tde-tqt3/PKGBUILD index d87b9494d..d2a776b04 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=1 +pkgrel=2 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}" @@ -24,6 +24,8 @@ makedepends=('libcups' 'unixodbc' 'libmng' 'xorg-xrandr' + 'libxcursor' + 'libxinerama' 'libxft' 'libxmu' 'glu') @@ -80,6 +82,16 @@ build() { -lmysqlclient \ -L/usr/lib/mysql \ -qt-gif \ + -ipv6 \ + -sm \ + -xshape \ + -xinerama \ + -xcursor \ + -xrandr \ + -xrender \ + -xft\ + -tablet \ + -xkb \ -system-zlib \ -system-libpng \ -system-libjpeg \ @@ -96,7 +108,7 @@ build() { -thread \ -enable-opengl \ -dlopen-opengl \ - -no-ipv6 + -glibmainloop # 64bit fixes pulled from extras/qt3 PKGBUILD # this is Arch-specific