inkscape, revbump for poppler23 changes (#12152)

This commit is contained in:
Schrijvers Luc
2025-04-13 19:18:58 +02:00
committed by GitHub
parent 80977d0ab5
commit fea81dcfd9

View File

@@ -9,7 +9,7 @@ which is supported by many other applications including web browsers."
HOMEPAGE="https://inkscape.org/"
COPYRIGHT="2024 Inkscape Developers"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://inkscape.org/gallery/item/44615/inkscape-$portVersion.tar.xz"
CHECKSUM_SHA256="dbd1844dc443fe5e10d3e9a887144e5fb7223852fff191cfb5ef7adeab0e086b"
SOURCE_DIR="inkscape-${portVersion}_2023-11-25_091e20ef0f"
@@ -76,7 +76,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
boehm_gc${secondaryArchSuffix}_devel
devel:libboost_filesystem$secondaryArchSuffix >= 1.83.0
devel:libboost_filesystem$secondaryArchSuffix >= 1.85.0
devel:libcdr_0.1$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
@@ -90,7 +90,8 @@ BUILD_REQUIRES="
devel:liblcms2$secondaryArchSuffix
devel:libpango_1.0$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libpoppler$secondaryArchSuffix >= 131
devel:libpoppler$secondaryArchSuffix >= 133
devel:libpoppler_glib$secondaryArchSuffix >= 8.26.0
devel:librevenge_0.0$secondaryArchSuffix
devel:libsoup_2.4$secondaryArchSuffix
devel:libdouble_conversion$secondaryArchSuffix
@@ -120,7 +121,8 @@ BUILD()
-DSHARE_INSTALL=$dataDir \
-DINKSCAPE_DATADIR=$dataDir \
-DPACKAGE_LOCALE_DIR=$dataDir/locale \
-DWITH_X11=OFF
-DWITH_X11=OFF \
-Wno-dev
ninja -v
}