- switch to the more performant zstd - Update to version 21.12: * add label for keyboard layout * fix spelling and config group * SD: Tweak text and spacing * fix keyboard shortcuts on restart * remove labels from ShortcutDialog * mark keyboard translations * update keyboard translations * updates wiht multiselect and reset all * correct french keyboard for shortcut translations * add french keyboard for shortcut translations * Improve plugin debug logging * fix language problem for saving user shortcuts * allow for different keyboard layouts. Bug fixes * simplify ShortcutWarnDialog * fix warning bug * fix bug in addUserShortcut * use name in shortcut editor if no text is provided * catch escape key in ShortcutDelegate so esc can be set as a shortcut * limit to single key press in ShortcutDelegate * clean up ShortcutDialog * initial ShortcutDialog version with in-place keysequnece editing * enter does not accept ShortcutDisalog * Locate Audio Files: Turn off wait cursor * Implement missing audio file skip * FLD: Add Skip button * fix display bugs in matrix editor * Shortcuts: Reduce debugging output * Shortcuts: Update dialog message text OBS-URL: https://build.opensuse.org/request/show/965248 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=94
19 lines
674 B
Plaintext
19 lines
674 B
Plaintext
<!-- Downloads revision vx.x and removes proprietary data/windows -->
|
|
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://git.code.sf.net/p/rosegarden/git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="match-tag">21.12</param>
|
|
<param name="versionformat">21.12</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">rosegarden</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
</service>
|
|
</services>
|