```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
27 lines
705 B
YAML
27 lines
705 B
YAML
Categories:
|
|
- Theming
|
|
- Multimedia
|
|
License: Apache-2.0
|
|
WebSite: http://elsewhat.com
|
|
SourceCode: https://github.com/elsewhat/com.elsewhat.android.currentwallpaper
|
|
IssueTracker: https://github.com/elsewhat/com.elsewhat.android.currentwallpaper/issues
|
|
|
|
AutoName: Current Wallpaper
|
|
Summary: Display wallpapers as standalone
|
|
Description: |-
|
|
Show the current wallpaper in fullscreen without conflicting elements from the
|
|
launcher or app icons.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/elsewhat/com.elsewhat.android.currentwallpaper.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 2
|
|
commit: f9cc
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 2
|