- Update to version 2.0.0b1: * update to Qt6 * Fix fullscreen menu not added on linux. * Fix warning in terminal destruction. * Fix menu behaviour on Linux. * Revert "Make actions between the different menus global." * Fix shortcuts on macOS. OBS-URL: https://build.opensuse.org/request/show/1331060 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/cool-retro-term?expand=0&rev=17
21 lines
685 B
Plaintext
21 lines
685 B
Plaintext
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/Swordfish90/cool-retro-term</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="exclude">.github</param>
|
|
<param name="exclude">scripts</param>
|
|
<param name="exclude">snap</param>
|
|
<param name="revision">refs/tags/2.0.0-beta1</param>
|
|
<param name="version">2.0.0b1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="manual">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
</services>
|