From 98acf1af9b3f4f82921229eca61e563854f9d096 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 5 Apr 2015 19:49:26 +0200 Subject: [PATCH] JKU App: Fix build; disable due scanner issues --- metadata/org.voidsink.anewjkuapp.txt | 30 ++++++++++++++++++++++------ srclibs/MPAndroidChart.txt | 3 +++ 2 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 srclibs/MPAndroidChart.txt diff --git a/metadata/org.voidsink.anewjkuapp.txt b/metadata/org.voidsink.anewjkuapp.txt index 954cb2b1f3..febfeba0c6 100644 --- a/metadata/org.voidsink.anewjkuapp.txt +++ b/metadata/org.voidsink.anewjkuapp.txt @@ -1,8 +1,10 @@ Categories:Science & Education License:GPLv3 -Name:JKU App +Web Site: Source Code:https://github.com/marunjar/anewjkuapp Issue Tracker:https://github.com/marunjar/anewjkuapp/issues + +Auto Name:JKU App Summary:Provides information for the students of JKU Linz Description: This is an app for the students of JKU Linz that @@ -13,11 +15,27 @@ provides most of the data from KUSSS and also information from ÖH and the JKU i * get notifications for new exams, grades and changed course dates * included campus map for "navigation" * shows menu for JKU Mensa, Raab Mensa and KHG Mensa +. + Repo Type:git Repo:https://github.com/marunjar/anewjkuapp.git -Archive Policy:3 versions -Update Check Mode:Tags -Auto Update Mode:Version v%v + Build:0.38,140038 - commit=v0.38 - gradle=fdroid + disable=scanner warns on tools dir + commit=v0.38 + subdir=aNewJKUApp + gradle=fdroid + srclibs=MPAndroidChart@d9ae5fae0a07bdbd526e9e89d32ba99cc7501935 + prebuild=sed -i -e '/jitpack/d' ../build.gradle && \ + sed -i -e '/applicationVariants/,+2d' -e '/def appendVersionNameVersionCode/,+7d' -e 's|googleCompile|//googleCompile|g' build.gradle && \ + cp -fR $$MPAndroidChart$$ ../ && \ + echo -e 'include ":MPChartLib"' >> ../settings.gradle && \ + sed -i -e '/MPAndroidChart/acompile project(":MPChartLib")' build.gradle && \ + sed -i -e '/MPAndroidChart/d' build.gradle && \ + sed -i -e '/android-maven/d' ../MPChartLib/build.gradle + +#Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:0.38 +Current Version Code:140038 + diff --git a/srclibs/MPAndroidChart.txt b/srclibs/MPAndroidChart.txt new file mode 100644 index 0000000000..c447968ac2 --- /dev/null +++ b/srclibs/MPAndroidChart.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/PhilJay/MPAndroidChart/ +Subdir:MPChartLib