summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-11-05 12:45:59 +0800
committerpingplug2023-11-05 12:45:59 +0800
commit6a9c66280c7e8bc3081a46d70b57f14ac578cb3c (patch)
tree8715760cea6784a1cc24c7a67a54160361f616ab
parent5c6cd36b66848756c5c7b50593f16c5157dac649 (diff)
downloadaur-6a9c66280c7e8bc3081a46d70b57f14ac578cb3c.tar.gz
disable qt
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c28dcb7cd9b9..c45c97fa4762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-poppler
pkgdesc = PDF rendering library based on xpdf 3.0 (mingw-w64)
pkgver = 23.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://poppler.freedesktop.org
arch = any
license = GPL
@@ -13,7 +13,6 @@ pkgbase = mingw-w64-poppler
depends = mingw-w64-openjpeg2
depends = mingw-w64-cairo
optdepends = mingw-w64-glib2: libpoppler-glib
- optdepends = mingw-w64-qt5-base: libpoppler-qt5
options = !strip
options = staticlibs
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index e8246fc6d290..239e09cf5379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,14 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-poppler
pkgver=23.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="PDF rendering library based on xpdf 3.0 (mingw-w64)"
arch=('any')
url="https://poppler.freedesktop.org"
license=('GPL')
depends=('mingw-w64-openjpeg2'
'mingw-w64-cairo')
-optdepends=('mingw-w64-glib2: libpoppler-glib'
- 'mingw-w64-qt5-base: libpoppler-qt5')
+optdepends=('mingw-w64-glib2: libpoppler-glib')
makedepends=('mingw-w64-cmake'
'mingw-w64-glib2'
'mingw-w64-icu'
@@ -42,6 +41,8 @@ build() {
-DENABLE_BOOST=OFF \
-DENABLE_NSS3=OFF \
-DENABLE_GPGME=OFF \
+ -DENABLE_QT5=OFF \
+ -DENABLE_QT6=OFF \
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
..
make