fdroiddata/metadata/com.seb.SLWP.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

42 lines
1,009 B
YAML

Categories:
- Theming
License: GPL-3.0-only
WebSite: https://code.google.com/p/earth-live-wallpaper
SourceCode: https://code.google.com/p/earth-live-wallpaper/source
AutoName: EarthRot
Summary: Rotating planets wallpaper
Description: |-
Live wallpaper showing photorealistic and daytime-synchronized images of Earth
and other planets flying thru space.
RepoType: git-svn
Repo: https://earth-live-wallpaper.googlecode.com/svn/trunk/%20earth-live-wallpaper/SLWP
Builds:
- versionName: '1.4'
versionCode: 60
commit: '61'
init: rm -rf bin/ gen/
patch:
- scoping-fix.patch
- handle-no-market.patch
- fix-appname.patch
- button-name.patch
target: android-10
- versionName: '1.5'
versionCode: 61
commit: '63'
patch:
- scoping-fix.patch
- handle-no-market.patch
- fix-appname.patch
- button-name.63.patch
target: android-10
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.5'
CurrentVersionCode: 61