scribus, revbump for poppler23 (#12162)

This commit is contained in:
Schrijvers Luc
2025-04-14 15:53:03 +02:00
committed by GitHub
parent 7bc1c86c54
commit 1fa91f5a24

View File

@@ -9,7 +9,7 @@ versatile PDF creation."
HOMEPAGE="https://www.scribus.net"
COPYRIGHT="2014-2022 Scribus Team"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://sourceforge.net/projects/scribus/files/scribus/$portVersion/scribus-$portVersion.tar.xz"
CHECKSUM_SHA256="e09dd78e6db61d01b9321108fededbccd6ec0ab352dd5bafdb8b041f0ef79e99"
PATCHES="scribus-$portVersion.patchset"
@@ -87,7 +87,7 @@ BUILD_REQUIRES="
devel:libpagemaker_0.0$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libpodofo$secondaryArchSuffix
devel:libpoppler$secondaryArchSuffix >= 131
devel:libpoppler$secondaryArchSuffix >= 133
devel:libpython3.10$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libqxp_0.0$secondaryArchSuffix
@@ -120,7 +120,8 @@ BUILD()
-DAPPLICATION_DATA_DIR="config/settings/Scribus" \
-DWANT_DISTROBUILD=1 \
-DLIB_SUFFIX="$secondaryArchSuffix" \
-DWANT_CPP17=1
-DWANT_CPP17=1 \
-Wno-dev
make $jobArgs
}