summaryrefslogtreecommitdiff
path: root/inkscape/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-06-12 22:48:34 +1000
committerDanny Rawlins <contact@romster.me>2021-06-12 22:48:52 +1000
commitbcc344423b5d7cdb113c33eb05e2a6624bae6e55 (patch)
tree47d9244e42f1893bd385e1bba40bdf52a15f65b2 /inkscape/Pkgfile
parent3405a4b2514ecfa85b9b75fcc56e04025e6eb4be (diff)
downloadcontrib-bcc344423b5d7cdb113c33eb05e2a6624bae6e55.tar.gz
contrib-bcc344423b5d7cdb113c33eb05e2a6624bae6e55.tar.xz
inkscape: 1.0.2 -> 1.1
Diffstat (limited to 'inkscape/Pkgfile')
-rw-r--r--inkscape/Pkgfile16
1 files changed, 5 insertions, 11 deletions
diff --git a/inkscape/Pkgfile b/inkscape/Pkgfile
index fbfea9061..e9fa1cf17 100644
--- a/inkscape/Pkgfile
+++ b/inkscape/Pkgfile
@@ -4,15 +4,12 @@
# Depends on: boehm-gc boost double-conversion graphicsmagick gsl gtkmm3 libsoup libxslt poppler-glib popt potrace gdl
name=inkscape
-version=1.0.2
-_pversion=21.05.0
-_psoversion=110
+version=1.1
+_pversion=21.06.1
+_psoversion=111
release=5
source=(https://media.inkscape.org/dl/resources/file/$name-$version.tar.xz
- https://poppler.freedesktop.org/poppler-$_pversion.tar.xz
- avoid-syntaxwarning-in-python-extension.patch
- check-for-atomic.patch
- python3.patch)
+ https://poppler.freedesktop.org/poppler-$_pversion.tar.xz)
poppler() {
cmake -S poppler-$_pversion -B build-poppler -G Ninja \
@@ -44,10 +41,6 @@ poppler() {
build() {
[ ! -e "/usr/lib/libpoppler.so.$_psoversion" ] && poppler
- patch -d $name-${version}_* -p1 -i $SRC/avoid-syntaxwarning-in-python-extension.patch
- patch -d $name-${version}_* -p1 -i $SRC/check-for-atomic.patch
- patch -d $name-${version}_* -p1 -i $SRC/python3.patch
-
# https://gitlab.gnome.org/GNOME/glib/-/issues/2331
CFLAGS+=' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_66'
CXXFLAGS+=' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_66'
@@ -63,6 +56,7 @@ build() {
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/man/?? \
+ $PKG/usr/share/man/zh_TW \
$PKG/usr/share/locale \
$PKG/usr/share/inkscape/doc

Generated by cgit