fdroiddata/metadata/org.numixproject.iconsubmit.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

30 lines
904 B
YAML

Categories:
- Multimedia
License: GPL-2.0-only
SourceCode: https://github.com/numixproject/org.numixproject.iconsubmit
IssueTracker: https://github.com/numixproject/org.numixproject.iconsubmit/issues
AutoName: Icon Request for Numix
Summary: Send icon requests to Numix
Description: |-
With this tool you can send Numix the app that are missing in their icon packs.
Please note that it may be some time before you see your request fulfilled.
RepoType: git
Repo: https://github.com/numixproject/org.numixproject.iconsubmit
Builds:
- versionName: '1.0'
versionCode: 1
commit: eaf595fe7f7f952ea9cd94259ac5ddde9caeb2f4
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:0.13.0/com.android.tools.build:gradle:0.12.0/g'
../build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1