inkscape: adjusted dependencies for our poppler change

This commit is contained in:
John McQuah 2023-09-08 14:58:19 -04:00
parent 62ede7eb76
commit fd36828432
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36/mgxZ73qzQ62tbjb+n+5DLo6oXxUnlQzB3UbMZG9sFpb10bGeKpOSz9YZwVnAoWJKYpviGLJ6Ex0LKUd9K6Aw=
SHA256 (Pkgfile) = fc52cf04c05f88dce08ebfc97c18930132138827a5e76d26e686a2077060986d
RWSagIOpLGJF34hVXYtmi7CF58pktHPUd6NKClaGx49tJ0cwpVXhbX3b7aUvc8GDYKIzTPtUWDWoHy8O043j8XgePkOjHe0EPwk=
SHA256 (Pkgfile) = bf4ba07138640a6d14e77b029d2d36882defcb7640fbaac6d0fac1cb2f411e9a
SHA256 (.footprint) = d3808fa37ad1a4336f4e9f53ed314b39f4f1fb704f0771967bf9ae6c1891a500
SHA256 (inkscape-1.3.tar.xz) = bf4f286b025e0169b8948cc14d5199a9b4c204d761c894c4b48496571ec76307

View File

@ -1,7 +1,7 @@
# 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-glib popt potrace gdl
# Depends on: boehm-gc boost double-conversion graphicsmagick gsl gtkmm3 libsoup libxslt poppler popt potrace gdl
name=inkscape
version=1.3
@ -9,6 +9,7 @@ release=1
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 LDFLAGS+=" -Wl,-rpath=/usr/lib/inkscape"
cmake -S inkscape-${version}* -B build -G Ninja \