* el -> 100%
* updated supporters
* history of latest search/replace patterns more recent first
* fixed history of latest search/replace patterns and added menu
item to reset the history
* kk_KZ, kk_LA, ru, zh_TW -> 100%
* Update pt.po (#2804)
* ko -> 100%
* uk -> 100%
* pt_BR -> 100%
* ja, pl, ro, sl -> 100%
* trying to fix issue with github workflow inno setup build
* cs, de, es, hy, it, tr -> 100%
* fixed msys2_prepare_standalone.sh
* fixed title of dialog to search/replace in multiple nodes
(#2770)
* added action to copy to clipboard the current document
filepath (#2764)
* updated it.po (Vincenzo)
* implemented memory of the latest patterns searched
for / replaced with
* fixed closing parenthesis not included in automatically created
link (#2789)
* fix for drag and drop of text on windows behaving as copy,
not move (#2786)
* Revert "fix for drag and drop of text on windows behaving as
copy, not move (#2786)"
* fix for drag and drop of text on windows behaving as
copy, not move (#2786)
* aligning googletest to master
* added icons for artificial intelligence copilot, claude
* added icons for artificial intelligence chatgpt, gemini
* kk_KZ, kk_LA, ru -> 100%
* fr -> 100%
* sk -> 100%
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=207
20 lines
772 B
Plaintext
20 lines
772 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="revision">v1.6.3</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">cherrytree</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
</services>
|