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 ```
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
Disabled: No license
|
|
Categories:
|
|
- Theming
|
|
License: Unknown
|
|
WebSite: http://www.ctrlplusz.com
|
|
SourceCode: https://github.com/hanspeide/dashclock-yr-extension
|
|
IssueTracker: https://github.com/hanspeide/dashclock-yr-extension/issues
|
|
|
|
AutoName: Dashclock Yr Extension
|
|
Summary: Weather info on the lockscreen
|
|
Description: |-
|
|
This project contains an extension to [[net.nurik.roman.dashclock]]. The
|
|
extension is a clone of the Weather extension that comes included with
|
|
Dashclock, with the difference that this app pulls data from the Norwegian
|
|
Metorological Institute (yr.no), along with some other minor improvements.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/hanspeide/dashclock-yr-extension
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
disable: no manual location 196311
|
|
commit: unknown - see disabled
|
|
srclibs:
|
|
- DashClock@v1.2
|
|
rm:
|
|
- libs/dashclock-api-r1.1.jar
|
|
prebuild:
|
|
- echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties
|
|
- sed -i '18 i \\t android:versionCode=\"1\"' AndroidManifest.xml
|
|
- sed -i '18 i \\t android:versionName=\"1.0\"' AndroidManifest.xml
|
|
- sed -i '20d' src/com/ctrlplusz/dashclock/yr/WeatherData.java
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.13'
|
|
CurrentVersionCode: 4
|