fdroiddata/metadata/cxa.gridwallpaper.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

44 lines
1.1 KiB
YAML

Categories:
- Theming
License: MIT
WebSite: http://alexanderfedora.blogspot.com
SourceCode: https://github.com/ghisguth/sunlight/tree/HEAD/limitlessgrid
IssueTracker: https://github.com/ghisguth/sunlight/issues
Name: Limitless grid
AutoName: Limitless Grid Live Wallpaper
Summary: Live wallpaper
Description: |-
This is small live wallpaper inspired by 1K demo [http://www.tylerdurden.net.ru
"In the mist of web"]. Website is in Russian.
RepoType: git
Repo: https://github.com/ghisguth/sunlight.git
Builds:
- versionName: '1.2'
versionCode: 6
commit: 9457a7ebd586b6aa00159fd1c7ac11852a88c38a
subdir: limitlessgrid
- versionName: '1.3'
versionCode: 7
commit: b1fc0965aed6645e11f5da1d3d4199f8240dd68e
subdir: limitlessgrid
gradle:
- yes
- versionName: '1.4'
versionCode: 8
commit: 83722c82fe079f6cc77b5f2bd765c01a9d973c14
subdir: limitlessgrid
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >>
build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.4'
CurrentVersionCode: 8