6dc775b236
```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 ```
28 lines
668 B
YAML
28 lines
668 B
YAML
Disabled: No license
|
|
Categories:
|
|
- Theming
|
|
License: Unknown
|
|
SourceCode: https://github.com/CyanogenMod/android_packages_apps_LockClock
|
|
|
|
AutoName: cLock
|
|
Summary: Clock and weather widget
|
|
Description: |-
|
|
For home-screen or lock-screen. It uses Yahoo! Weather and a manual location can
|
|
be chosen.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/CyanogenMod/android_packages_apps_LockClock
|
|
|
|
Builds:
|
|
- versionName: 2.2.5
|
|
versionCode: 11
|
|
disable: no overall license at cm-10.1.0-RC5
|
|
commit: cm-10.1.0-RC5
|
|
|
|
MaintainerNotes: Recent version seem to require play-services.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 3.4.0
|
|
CurrentVersionCode: 20
|