Date: Wednesday, June 2, 2021 @ 17:28:15 Author: diabonas Revision: 953264
upgpkg: texworks 0.6.6-2: build against Qt 5 instead of Qt 6 texworks fails to build against poppler-qt6 21.06.0 due to upstream changes in poppler: https://gitlab.freedesktop.org/poppler/poppler/-/commit/45717a50c52ab13f405584eab4e1c586bd39a0ce Switch back to Qt 5 for now to sidestep this issue. Modified: texworks/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-02 17:22:48 UTC (rev 953263) +++ PKGBUILD 2021-06-02 17:28:15 UTC (rev 953264) @@ -1,14 +1,13 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=texworks pkgver=0.6.6 -pkgrel=1 +pkgrel=2 pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer' arch=('x86_64') url='https://www.tug.org/texworks/' license=('GPL') -depends=('hunspell' 'libsynctex' 'poppler-qt6' 'qt6-5compat' 'qt6-base' - 'qt6-declarative' 'qt6-tools' 'libpoppler-qt6.so') -makedepends=('cmake' 'lua' 'python') +depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-base' 'qt5-declarative' 'qt5-script' 'libpoppler-qt5.so') +makedepends=('cmake' 'lua' 'python' 'qt5-tools') checkdepends=('gsfonts' 'poppler-data' 'xorg-server-xvfb') optdepends=('gsfonts: correctly display PDF files without embedded fonts' 'lua: Lua scripts support' @@ -22,7 +21,6 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS $CPPFLAGS" \ - -DQT_DEFAULT_MAJOR_VERSION=6 \ -DTW_BUILD_ID='Arch Linux' \ -DWITH_PYTHON=ON \ -B build \
