summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2023-12-23 15:57:11 +0100
committerFabioLolix2023-12-23 15:57:11 +0100
commit376b1117058efbfec356a37e1cab30e3113fbf86 (patch)
tree3f4533cbee867c9810fb6fc173c82c3ce20e62bf /PKGBUILD
parent21e89fc032d5822bd243b272bc55d4f69918bac3 (diff)
downloadaur-tea-qt.tar.gz
v62.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bca18af2f05..71c67b4b9a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
# Contributor: Holger Rauch < holger dot rauch at posteo dot de >
pkgname=tea-qt
-pkgver=62.0.2
+pkgver=62.2.1
pkgrel=1
pkgdesc="Powerful text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS with PDF and DJVU support"
arch=(x86_64)
url="https://tea.ourproject.org/"
license=(GPL3)
-depends=(qt6-base qt6-5compat hunspell)
+depends=(qt6-base qt6-5compat hunspell )
makedepends=(cmake git)
optdepends=('poppler-qt6: open and search text in PDF files'
'djvulibre: open and search in DJVU')
@@ -28,7 +28,6 @@ build() {
cd "${srcdir}/tea-qt/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DQT_DIR=/usr/lib/cmake/Qt6 \
-DUSE_PDF=ON \
-DUSE_DJVU=ON