fdroiddata/metadata/org.androidsoft.games.memory.kids.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

77 lines
2.2 KiB
YAML

Categories:
- Games
License: GPL-3.0-or-later
WebSite: http://androidsoft.org
SourceCode: https://github.com/androidsoft-org/androidsoft-memory
IssueTracker: https://github.com/androidsoft-org/androidsoft-memory/issues
AutoName: Memory
Summary: Memory game for kids
Description: |-
A memory game for kids: Discover tiles by pair.
Several themes available:
* default theme using icons coming from the Crystal Clear project directed by Everaldo Coelho.
* season themes : currently Christmas, Easter. Summer and Halloween are coming.
* fun : Tux the (Linux) penguin
Funny sounds are associated to tiles (especially for little kids).
RepoType: git
Repo: https://github.com/androidsoft-org/androidsoft-memory
Builds:
- versionName: 1.8.0
versionCode: 13
commit: '44'
subdir: memory
prebuild:
- rm -rf releases
- rm libs/androidsoft-credits-1.0.0.jar
target: android-11
- versionName: 1.9.0
versionCode: 14
commit: '61'
subdir: memory
prebuild:
- rm -rf releases
- rm libs/androidsoft-credits-1.0.0.jar
target: android-11
- versionName: 1.9.2
versionCode: 16
commit: '77'
subdir: memory
prebuild:
- rm -rf releases
- rm libs/androidsoft-credits-1.0.0.jar
target: android-11
- versionName: 2.0.2
versionCode: 19
commit: f3dd39e000474df03dfc2efc65a2e98af1e24028
gradle:
- yes
srclibs:
- androidsoft-lib-sound@cb139bc12abbc8c7e0203cc669fae9de2e93a2d1
- androidsoft-lib-utils@3b08e29969c71f7f599d7db9316d3e7871387ddb
- androidsoft-lib-credits@8285334f07c5b2695a047d43d9b4f589cac02edc
rm:
- libs/*
- sign.gradle
prebuild:
- cp -fR $$androidsoft-lib-utils$$/src/main/java/org src/main/java/
- cp -fR $$androidsoft-lib-credits$$/src/main/java/org src/main/java/
- cp -fR $$androidsoft-lib-sound$$/libs/Sound/src/org src/main/java/
- sed -i -e '/sign.gradle/d' build.gradle
- sed -i -e 's/package org.androidsoft.games.utils.sound/package org.androidsoft.utils.sound/g'
src/main/java/org/androidsoft/games/utils/sound/SoundManager.java
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.0.2
CurrentVersionCode: 19