ArchLinux tqt3: Added build options, which are also common for other distributions.

This should resolve issue TDE/tde#105.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/189/head
Slávek Banko 1 year ago
parent b81fdf8d67
commit dc43bbf3d4
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -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

Loading…
Cancel
Save