inkscape: updated poppler dependency to poppler-ink

This commit is contained in:
John McQuah 2024-03-04 23:04:34 +00:00
parent f931470285
commit 8861ade222
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wyLN15Q8jscNp2fv60QTwpDX5wSFuxm5HL9D9rSbNwh5+kqCCPAuxUt0Gpro1Yw8ldnFRQVCzxZI3z561/T8QY=
SHA256 (Pkgfile) = 1f0d8a52606fda103e21cfcb5e84cc14b0361607148957e81adc15d89b1080c5
RWSagIOpLGJF35LTZjCgVUhPtsJtrmnJ8SnqETOCZuPpPJEXGUGN5eL27DlQhf4x9VI75fX/LQ9PxjkrjdSzzMnO1ard2opysgM=
SHA256 (Pkgfile) = 47c3c4a6a22762d4dd63195de9dc7dab8d4c697fe92c9bc8d4cae59d6e934fca
SHA256 (.footprint) = 6d8b8cd774c23c747c001768fabed559e31015c6df311c4b4405c5c4cdc1a453
SHA256 (inkscape-1.3.2.tar.xz) = dbd1844dc443fe5e10d3e9a887144e5fb7223852fff191cfb5ef7adeab0e086b

View File

@ -1,16 +1,17 @@
# Description: An open source SVG editor.
# URL: https://www.inkscape.org/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: boehm-gc boost double-conversion graphicsmagick gsl gtkmm3 libsoup libxslt poppler popt potrace gdl
# Depends on: boehm-gc double-conversion graphicsmagick gsl gtkmm3 libsoup libxslt poppler-ink popt potrace gdl
name=inkscape
version=1.3.2
release=1
release=2
source=(https://media.inkscape.org/dl/resources/file/$name-$version.tar.xz)
build() {
[ -e /usr/include/poppler/glib/poppler.h ] || { echo "install glib and then rebuild poppler, you need it for ${name}."; exit 1; }
export CXXFLAGS+=" -I/usr/include/poppler-ink"
export LDFLAGS+=" -Wl,-rpath=/usr/lib/inkscape"
export PKG_CONFIG_PATH="/usr/lib/inkscape/pkgconfig:$PKG_CONFIG_PATH"
# add missing header file (merge request 6089)
sed -e '/^#include <libxml.uri/a #include <libxml/xmlmemory.h>' \