

































Update Inkscape Trunk PPA recipe for libuemf submodule
#### Summary: Similarly to https://gitlab.com/inkscape/inbox/-/issues/13066, `libuemf` has now its own git repository for the submodule as per commit: https://gitlab.com/inkscape/inkscape/-/commit/b5863672c27d75bc829a959479639a3563112951 The current recipe for the Inkscape Trunk PPA (https://code.launchpad.net/~inkscape.dev/+recipe/inkscape-trunk-daily) needs updating. The fix is to include the additional submodule into the recipe. `nest libuemf lp:~reviczky/inkscape/+git/libuemf src/3rdparty/libuemf master` The full updated recipe would be: ``` # git-build-recipe format 0.4 deb-version 1:1.5.0+{time}+{git-commit} lp:inkscape master nest-part packaging lp:inkscape packaging/debian debian master nest module1 lp:inkscape-extensions share/extensions master nest module2 lp:inkscape-extension-clipart share/extensions/other/clipart master nest module3 lp:inkscape-afdesign share/extensions/other/extension-afdesign main nest module4 lp:inkscape-extension-xaml share/extensions/other/extension-xaml main nest module5 lp:inkscape-extension-gcodetools share/extensions/other/gcodetools main nest module6 lp:inkscape-extension-manager share/extensions/other/inkman master nest module7 lp:~inkscape.dev/inkscape-themes/+git/master share/themes master nest module8 lp:lib2geom src/3rdparty/2geom master nest module9 lp:~reviczky/inkscape/+git/libcroco src/3rdparty/libcroco master nest module10 lp:~reviczky/inkscape/+git/libdepixelize src/3rdparty/libdepixelize master nest module11 lp:~reviczky/inkscape/+git/libuemf src/3rdparty/libuemf master nest module12 lp:~reviczky/inkscape/+git/translations po master ``` I have created a fixed recipe here: https://code.launchpad.net/~reviczky/+recipe/inkscape-gtk4-daily #### What happened? Current builds are failing: ``` -- Checking for module 'glib-2.0' -- Found glib-2.0, version 2.86.0 -- Found Ragel in /usr/bin/ragel. svg-path-parser.cpp will be recreated from svg-path-parser.rl. CMake Error at src/3rdparty/CMakeLists.txt:9 (add_subdirectory): The source directory /<<PKGBUILDDIR>>/src/3rdparty/libuemf does not contain a CMakeLists.txt file. ``` https://launchpadlibrarian.net/848491089/buildlog_ubuntu-questing-amd64.inkscape_1%3A1.5.0+202602192241+1b21b401f4~ubuntu25.10.1_BUILDING.txt.gz #### What should have happened? Builds not failing. #### Version info Only for Inkscape 1.5 (master) after February 15 2026.
issue
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。