feat: add missing KF6 framework recipes

This commit is contained in:
2026-05-07 07:53:26 +01:00
parent d8d498f831
commit a69f479b52
2374 changed files with 2610246 additions and 0 deletions
@@ -0,0 +1,27 @@
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
<gui name="Shell" version="4">
<MenuBar>
<Menu name="file"><text>&amp;File</text>
<Action name="open_local_file"/>
<Action name="open_remote_file"/>
<Separator/>
<Action name="edit_file"/>
<Action name="close_editor"/>
<Merge name="NotepadPart"/>
<Separator/>
<Merge/>
<Separator/>
<Action name="shell_quit"/>
</Menu>
<Merge/>
<Menu name="blah"><text>BlahFoo</text>
<Action name="shell_yami"/>
<Menu name="nonsense"><text>Dummdidumm</text>
<Action name="shell_yasmi"/>
</Menu>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar">
<Action name="shell_quit"/>
</ToolBar>
</gui>