fdroiddata/metadata/com.kaneoriley.cyanogenport.launcher3.yml
Hans-Christoph Steiner 03cd4ff719
remove all obsolete "CurrentVersionCode: 0" entries
Setting CVC to 0 was an old way to make `fdroid update` use the highest
versionCode as the CurrentVersionCode.  This has been obsolete for a while,
so its time to purge these.  Now, when CurrentVersionCode is unset, then
the highest versionCode is used.

sed -i  -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
2020-03-04 17:21:43 +01:00

38 lines
1.3 KiB
YAML

Categories:
- System
License: Apache-2.0
WebSite: https://bitbucket.org/lenny_kano/catapult/
SourceCode: https://bitbucket.org/lenny_kano/catapult/src/
Name: Catapult
Description: |-
''Catapult'' is a Launcher based on Cyanogen's Trebuchet. If you like the style
and simplicity of Cyanogenmod, you can now have it on any device running Android
Lollipop.
RepoType: git
Repo: https://bitbucket.org/lenny_kano/catapult.git
Builds:
- versionName: 12.1-150804
versionCode: 1
commit: 0a8623d
subdir: app
gradle:
- catapult
forceversion: true
prebuild:
- sed -i -e '/versionCode/d' build.gradle
- sed -i -e '/com.kaneoriley.cyanogenport.launcher3/aversionCode $$VERCODE$$'
-e 's/23.0.0 rc3/23.0.2/g' build.gradle ../WallpaperPicker/build.gradle
- sed -i -e 's/<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="22"
\/>/<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="22" android:maxSdkVersion="23"\/>/'
../AndroidManifest.xml
MaintainerNotes: |-
We cannot perform update checks, since upstream uses date-based version codes
that are not hard-wired, but calculated on build time.
AutoUpdateMode: None
UpdateCheckMode: None
UpdateCheckName: com.android.launcher3