* Rename string formatting function into 'formatStr' * Make code page conversion customizable by the developer, not the user * Add Unicode support for TMenuView shortcuts * Implement TText::equalsIgnoreCase * Fix cast of constant variable * platform: reorganize character processing functions * Reorganize and improve comparison and printing operators in tests * Add string-based variants of hotKey, getAltChar and getCtrlChar functions * platform: simplify freeing memory of DisplayBuffer objects * Fix warning in TVDemo::mouse() - fix the build: add 0001-add-project.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tvision?expand=0&rev=7
15 lines
488 B
Plaintext
15 lines
488 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/magiblot/tvision</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionformat">0~git@TAG_OFFSET@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|