* DE (Linux): ensures process returns successfully before using its output * Packages (Linux): optimises pacman detection code * Packages (Linux): Auto detect the DBPath directory for pacman on archlinux (#2154) * Add new KISS Linux logo based off favicon * Fix Bedrock Linux version detection & futureproof for 0.8 * Host (Linux): uses `/sys/firmware/devicetree/base/smbios` if available * Linux: uses the standard `/sys/firmware/devicetree/base` instead of the outdated `/proc/device-tree` OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=195
20 lines
726 B
XML
20 lines
726 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="filename">fastfetch</param>
|
|
<param name="url">https://github.com/fastfetch-cli/fastfetch.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">master</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">2.58.0</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
<!-- <param name="changesauthor">RN</param> -->
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|