Verified Solution

[inkscape/inkscape] Update Inkscape Trunk PPA recipe for libuemf submodule

Sponsored Content
### ROOT CAUSE The issue arises because the Inkscape Trunk PPA recipe does not include the `libuemf` submodule, which has been moved to its own repository. The current recipe is missing this submodule, leading to potential build failures or incomplete functionality. ### CODE FIX To update the recipe, add the following line to the `nest` section of the recipe file: ```bash nest libuemf lp:~reviczky/inkscape/+git/libuemf src/3rdparty/libuemf master ``` This line fetches the `libuemf` submodule from its new repository and places it in the correct directory (`src/3rdparty/libuemf`). The change should be inserted into the recipe file, typically in the section where other submodules are defined. This ensures the build process includes the required submodule.
Deploy on DigitalOcean ($200 Credit)

Related Fixes

[golang/go] testing: tests killed with "signal: killed" on go1.26.1 (regression from go1.25.7)
[rust-lang/rust] TAIT + next-solver will allow constructing a unit struct without mentioning its type, causing `pinned-init` to be unsound.
[gitlab-org/gitlab] Conan v2 package registry returns incorrect responses `200 OK` with a phantom revision