From 10a692619c9dd2afb78e38e5dcac17d519761f0b Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 23 Jan 2020 13:03:44 +0000 Subject: [PATCH] Ghost Commander update 1.60a1 --- metadata/com.ghostsq.commander.yml | 23 +++++++++++----- metadata/com.ghostsq.commander/build.patch | 31 ++++++++++++++++++++++ 2 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 metadata/com.ghostsq.commander/build.patch diff --git a/metadata/com.ghostsq.commander.yml b/metadata/com.ghostsq.commander.yml index 75879271e5..2777877622 100644 --- a/metadata/com.ghostsq.commander.yml +++ b/metadata/com.ghostsq.commander.yml @@ -2,7 +2,7 @@ Categories: - System License: GPL-3.0-only WebSite: https://sites.google.com/site/ghostcommander1 -SourceCode: https://sourceforge.net/p/ghostcommander/code +SourceCode: https://sourceforge.net/p/ghostcommander/svn/HEAD/tree/ IssueTracker: https://sourceforge.net/projects/ghostcommander/support Changelog: https://sites.google.com/site/ghostcommander1/history Donate: https://sourceforge.net/p/ghostcommander/donate @@ -23,8 +23,8 @@ Description: |- Requires root: No, but if provided you can remount filesystems and mess around with system files. -RepoType: srclib -Repo: GhostCommander +RepoType: git-svn +Repo: https://svn.code.sf.net/p/ghostcommander/svn/ Builds: - versionName: '1.35' @@ -501,6 +501,16 @@ Builds: scanignore: - src/com/ghostsq/commander/adapters/CA.java + - versionName: 1.60a1 + versionCode: 395 + commit: '29' + patch: + - build.patch + gradle: + - free + scanignore: + - src/main/java/com/ghostsq/commander/adapters/CA.java + MaintainerNotes: |- No commit messages in source repo! No tags. Apks on website can be used to confirm a release is real. Commit where AndroidManifest is changed usually @@ -508,8 +518,9 @@ MaintainerNotes: |- The scanignore is for the dex class loading which is used for loading plugins. -ArchivePolicy: 4 versions + As of 1.60a the repo has changed from https://svn.code.sf.net/p/ghostcommander/code/ to https://svn.code.sf.net/p/ghostcommander/svn/ + AutoUpdateMode: Version %v UpdateCheckMode: RepoManifest -CurrentVersion: 1.56.4 -CurrentVersionCode: 369 +CurrentVersion: 1.60a1 +CurrentVersionCode: 395 diff --git a/metadata/com.ghostsq.commander/build.patch b/metadata/com.ghostsq.commander/build.patch new file mode 100644 index 0000000000..233a4f3396 --- /dev/null +++ b/metadata/com.ghostsq.commander/build.patch @@ -0,0 +1,31 @@ +--- a/build.gradle ++++ b/build.gradle +@@ -1,3 +1,19 @@ ++buildscript { ++ repositories { ++ google() ++ jcenter() ++ } ++ ++ dependencies { ++ classpath 'com.android.tools.build:gradle:3.4.2' ++ } ++} ++ ++repositories { ++ google() ++ jcenter() ++} ++ + apply plugin: 'com.android.application' + + android { +@@ -43,6 +59,8 @@ + dependencies { + implementation fileTree(include: ['*.jar'], dir: 'libs') + ++ implementation 'net.lingala.zip4j:zip4j:1.3.3' ++ + testImplementation 'junit:junit:4.12' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'