Merge branch 'feature/zen.meditation.android' into 'master'
New app: Zen Closes rfp#1154 See merge request fdroid/fdroiddata!6000
This commit is contained in:
commit
1792febf61
45
metadata/zen.meditation.android.yml
Normal file
45
metadata/zen.meditation.android.yml
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
- Graphics
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
WebSite: http://juankysoriano.com/zen
|
||||||
|
SourceCode: https://github.com/juankysoriano/Zen
|
||||||
|
IssueTracker: https://github.com/juankysoriano/Zen/issues
|
||||||
|
|
||||||
|
Summary: Meditation sketch
|
||||||
|
Description: |-
|
||||||
|
Paint with your fingers and listen to the relaxing music taking the control of your mind while beautiful flowers are being created by a magical experience.
|
||||||
|
|
||||||
|
Just use it for a few minutes and you will feel like a buddhist monk. Nirvana was never so close!
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/juankysoriano/Zen.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.9
|
||||||
|
versionCode: 1644109
|
||||||
|
commit: v1.0.9
|
||||||
|
subdir: zen-android
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- zen-android/src/main/java/zenproject/meditation/android/analytics/AnalyticsTracker.java
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's#https://maven.fabric.io/public#https://jitpack.io#' ../build.gradle
|
||||||
|
- sed -i -e '/com.crashlytics.sdk.android/,+2d' -e '/play-services-analytics/d'
|
||||||
|
-e '/maven.fabric.io/d' -e '/io.fabric/d' -e 's/com.afollestad:material-dialogs:0.6.3.3/com.github.afollestad:material-dialogs:v0.6.4.0/'
|
||||||
|
build.gradle ../build.gradle
|
||||||
|
- sed -i -e '/<meta-data/,+2d' src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/crashlytics/d' -e '/analytics/d' -e '/Fabric/d' src/main/java/zenproject/meditation/android/AnalyticsApplication.java
|
||||||
|
- shopt -s globstar
|
||||||
|
- sed -i -e '/AnalyticsTracker/d' src/**/*.java
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
material-dialogs does not seem to be available on jCenter anymore so we get it from JitPack.
|
||||||
|
|
||||||
|
We also remove Play Analytics and Crashlytics.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
Loading…
Reference in a new issue