From 7aa8a47aaa420c64b96c10ac818bedd9f464800e Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Tue, 27 May 2025 13:30:38 +0200 Subject: [PATCH] Update extensions to fix an issue with the Extension Manager for Ubuntu Snap package Meta issue: https://gitlab.com/inkscape/inkscape/-/issues/5414 --- po/POTFILES.inx.in | 1 + po/POTFILES.py.in | 2 ++ share/extensions | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/po/POTFILES.inx.in b/po/POTFILES.inx.in index c850c9fdd6..2fd4613ba4 100644 --- a/po/POTFILES.inx.in +++ b/po/POTFILES.inx.in @@ -1,6 +1,7 @@ ../share/extensions/addnodes.inx ../share/extensions/aisvg.inx ../share/extensions/cgm_input.inx +../share/extensions/clean_up_path.inx ../share/extensions/color_blackandwhite.inx ../share/extensions/color_brighter.inx ../share/extensions/color_custom.inx diff --git a/po/POTFILES.py.in b/po/POTFILES.py.in index a792c94457..45edc37369 100644 --- a/po/POTFILES.py.in +++ b/po/POTFILES.py.in @@ -3,12 +3,14 @@ ../share/extensions/barcode/Code25i.py ../share/extensions/barcode/Upce.py ../share/extensions/barcode/__init__.py +../share/extensions/clean_up_path.py ../share/extensions/color_randomize.py ../share/extensions/convert2dashes.py ../share/extensions/dhw_input.py ../share/extensions/dimension.py ../share/extensions/distribute_along_path.py ../share/extensions/docinfo.py +../share/extensions/dxf12_outlines.py ../share/extensions/dxf_input.py ../share/extensions/dxf_outlines.py ../share/extensions/extrude.py diff --git a/share/extensions b/share/extensions index 13ebc1e957..eff795f6d0 160000 --- a/share/extensions +++ b/share/extensions @@ -1 +1 @@ -Subproject commit 13ebc1e957573fea2c3360f676b0f1680fad395d +Subproject commit eff795f6d09422a152b9e022ff16aac0f9ceaba0 -- GitLab