fdroiddata/metadata/com.android.launcher3.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

37 lines
1.1 KiB
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://android.googlesource.com/platform/packages/apps/Launcher3/
Summary: Home screen
Description: |-
Android 4.4 homescreen from AOSP, patched to enable installation on 4.1. Backup
of configuration to Google account is removed.
RepoType: git
Repo: https://android.googlesource.com/platform/packages/apps/Launcher3
Builds:
- versionName: '1.0'
versionCode: 1
commit: android-4.4_r1.2
init:
- sed -i '/LauncherBackup/d' src/com/android/launcher3/LauncherProvider.java
- rm src/com/android/launcher3/LauncherBackup*
- echo -e 'target=android-19\nproguard.config=$$SDK$$/tools/proguard/proguard-android.txt:proguard.flags'
> project.properties
patch:
- manifest-minsdk_1.patch
extlibs:
- android/android-support-v4.jar
MaintainerNotes: |-
Possible improvements: https://github.com/bvermeule/Launcher3/commits/master
https://github.com/MuddPuddle/packages_apps_Launcher3
I tried to build the protos but failed, hence the forced removal of backup.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.0'
CurrentVersionCode: 1