Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
inkscape


Commits:
966f4f21 by Lukas Fleischer at 2026-02-21T12:37:41-05:00
upgpkg: 1.4.3-3: rebuild against poppler 26.02.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = inkscape
        pkgdesc = Professional vector graphics editor
        pkgver = 1.4.3
-       pkgrel = 2
+       pkgrel = 3
        url = https://inkscape.org/
        arch = x86_64
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=inkscape
 pkgver=1.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -115,6 +115,9 @@ _backports=(
   # Fix build with poppler 26.01.0
   # 
https://gitlab.com/inkscape/inkscape/-/commit/3a528728ebe33e10bb44d152f47cfedfddbfe18a
   '3a528728ebe33e10bb44d152f47cfedfddbfe18a'
+  # Fix build with Poppler 0.26.02
+  # 
https://gitlab.com/inkscape/inkscape/-/commit/47e20c0503ab1464d528f2cc7dd5e6a6a85b70dc
+  '47e20c0503ab1464d528f2cc7dd5e6a6a85b70dc'
 )
 
 _reverts=(
@@ -142,7 +145,7 @@ prepare() {
   for _c in "${_backports[@]}"; do
     if [[ "${_c}" == *..* ]]; then _l='--reverse'; else _l='--max-count=1'; fi
     git log --oneline "${_l}" "${_c}"
-    git cherry-pick --mainline 1 --no-commit "${_c}"
+    git cherry-pick --mainline 1 --no-commit -X ignore-all-space "${_c}"
   done
   for _c in "${_reverts[@]}"; do
     if [[ "${_c}" == *..* ]]; then _l='--reverse'; else _l='--max-count=1'; fi



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/commit/966f4f2139430833f57540e9b2f70b1c96199102

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/commit/966f4f2139430833f57540e9b2f70b1c96199102
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to