diff options
author | pingplug | 2023-11-05 12:45:59 +0800 |
---|---|---|
committer | pingplug | 2023-11-05 12:45:59 +0800 |
commit | 6a9c66280c7e8bc3081a46d70b57f14ac578cb3c (patch) | |
tree | 8715760cea6784a1cc24c7a67a54160361f616ab | |
parent | 5c6cd36b66848756c5c7b50593f16c5157dac649 (diff) | |
download | aur-6a9c66280c7e8bc3081a46d70b57f14ac578cb3c.tar.gz |
disable qt
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |