Skip to content

Commit

Permalink
Put in earplugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Mar 19, 2024
1 parent 54977e7 commit 698ace4
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions channel/zzkt/packages/inkscape.scm
Original file line number Diff line number Diff line change
Expand Up @@ -186,20 +186,22 @@ endif()~%~%"
(substitute* "testfiles/cli_tests/CMakeLists.txt"
(("add_cli_test\\(export-latex")
"message(TEST_DISABLED: export-latex"))))
(add-after 'unpack 'disable-vertical-glyph-tests
(lambda _
;; FIXME: These tests fail with newer Pango and Harfbuzz:
;; https://gitlab.com/inkscape/inkscape/-/issues/2917
;; https://gitlab.com/inkscape/inkscape/-/issues/3554
;; Simply providing older versions don't work, as we need
;; the full GTK stack; we could use package-input-rewriting
;; but then have to also downgrade pangomm and disable tests
;; in librsvg and GTK+. Just ignore for now.
(substitute* "testfiles/rendering_tests/CMakeLists.txt"
(("test-glyph-y-pos") "")
(("text-glyphs-combining") "")
(("text-glyphs-vertical") "")
(("test-rtl-vertical") ""))))

;; (add-after 'unpack 'disable-vertical-glyph-tests
;; (lambda _
;; ;; FIXME: These tests fail with newer Pango and Harfbuzz:
;; ;; https://gitlab.com/inkscape/inkscape/-/issues/2917
;; ;; https://gitlab.com/inkscape/inkscape/-/issues/3554
;; ;; Simply providing older versions don't work, as we need
;; ;; the full GTK stack; we could use package-input-rewriting
;; ;; but then have to also downgrade pangomm and disable tests
;; ;; in librsvg and GTK+. Just ignore for now.
;; (substitute* "testfiles/rendering_tests/CMakeLists.txt"
;; (("test-glyph-y-pos") "")
;; (("text-glyphs-combining") "")
;; (("text-glyphs-vertical") "")
;; (("test-rtl-vertical") ""))))

,@(if (or (target-aarch64?)
(target-ppc64le?)
(target-riscv64?))
Expand Down

0 comments on commit 698ace4

Please sign in to comment.