惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
V
Visual Studio Blog
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
I
InfoQ
B
Blog RSS Feed
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
IT之家
IT之家
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
B
Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
量子位
Hugging Face - Blog
Hugging Face - Blog
月光博客
月光博客

PBS activity

Draft: Make capypdf a submodule to enable it in the PPA (!7987) · Merge requests · Inkscape / inkscape · GitLab a7a272aeb209d29b500adb09d575af1d89645ffe to f9f9d913e36b14250122d9bc43911b5bb84e958c · PBS / Inkscape · GitLab Make capypdf a submodule (12ee5f11) · Commits · Inkscape / inkscape · GitLab Commits · launchpad-staging · Inkscape / inkscape · GitLab Commits · unmeson · PBS / Inkscape · GitLab Objects can't be moved using arrows keys (#6226) · Issues · Inkscape / inkscape · GitLab Down, left, right arrow keys don't work to move objects (#13628) · Issues · Inkscape / Inbox · GitLab Down, left, right arrow keys don't work to move objects (#13628) · Issues · Inkscape / Inbox · GitLab Draft: Expand tests for boolean operations on paths (!7980) · Merge requests · Inkscape / inkscape · GitLab 1.5-dev: cannot create/open documents after closing window on macOS (#5981) · Issues · Inkscape / inkscape · GitLab Use new Modifiers system for the arc tool (!7961) · Merge requests · Inkscape / inkscape · GitLab Remove dependency on deprecated appdirs module (!730) · Merge requests · Inkscape / extensions · GitLab Commits · appdirs · PBS / extensions · GitLab 1.5-dev: Unable to open the Extension Manager (#6202) · Issues · Inkscape / inkscape · GitLab PBS pushed to project branch capypdf-static at PBS / Inkscape PBS pushed to project branch capypdf-static at PBS / Inkscape Make internal capypdf static (!7947) · Merge requests · Inkscape / inkscape · GitLab Shape builder tool does not detect the interior region (#4477) · Issues · Inkscape / inkscape · GitLab Make (most) tests build and run on Windows (!7940) · Merge requests · Inkscape / inkscape · GitLab Generate AppImage with quick-sharun (a465f4ce) · Commits · PBS / Inkscape · GitLab Commits · sharun · PBS / Inkscape · GitLab 1.5-dev: Split mode state is incorrect in the menu when opening a new document (#6135) · Issues · Inkscape / inkscape · GitLab PBS deleted project branch deadlock-win at PBS / Inkscape 1.5-dev: (Windows) Deadlock on quit, process not exiting sometimes (#6003) · Issues · Inkscape / inkscape · GitLab Fix dark mode on gtk 4.20 (!7932) · Merge requests · Inkscape / inkscape · GitLab Fix some resizing issues on Windows by not setting GTK_CSD (!7931) · Merge requests · Inkscape / inkscape · GitLab Draft: Fix AppImage crashing during save on older distros (!7922) · Merge requests · Inkscape / inkscape · GitLab 19086deebf770c8932b403ee536c8f8562a376f9 to 55362ef7d4c363d9613d70ac7194de7e8e323a34 · PBS / Inkscape · GitLab c74f78ca23ff302b7b59175490b870f1a616b778 to 19086deebf770c8932b403ee536c8f8562a376f9 · PBS / Inkscape · GitLab acf9cb2511a84e64f6009a1f23078da8ff51485a to c74f78ca23ff302b7b59175490b870f1a616b778 · PBS / Inkscape · GitLab
Update Inkscape Trunk PPA recipe for libuemf submodule (#...
PBS · 2026-06-24 · via PBS activity

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