diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-13 03:37:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-13 03:51:07 +0100 |
commit | dc43bbf3d421475c2128d7777c57aa78e0406583 (patch) | |
tree | 9622482a1b09d8d77820864f8d166d04fe66cbfd /arch/tde-core/tde-tqt3 | |
parent | b81fdf8d67ba3b9379b80d11551f36d64e3de32c (diff) | |
download | tde-packaging-dc43bbf3d421475c2128d7777c57aa78e0406583.tar.gz tde-packaging-dc43bbf3d421475c2128d7777c57aa78e0406583.zip |
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>
Diffstat (limited to 'arch/tde-core/tde-tqt3')
-rw-r--r-- | arch/tde-core/tde-tqt3/PKGBUILD | 16 |
1 files 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 |