- Update to version 0~git.1745170630.9f2b944: * fix: use proper pkill(1) command instead of the bizarre kill $(pgrep) construct * Remove last non-POSIX echo -e and make the script POSIX compatible * Update rofi-bluetooth * Simplify print_status in rofi-bluetooth * Fix README formatting for Bluetooth module example * updated README * Adding bc as a dependency OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rofi-bluetooth?expand=0&rev=6
15 lines
513 B
Plaintext
15 lines
513 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/openSUSE-Python/rofi-bluetooth.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">devel</param>
|
|
<param name="versionprefix">0+git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|