From 1f66a298b5abdb35bf944a24d548a5533dfec0de Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 22 Jan 2019 17:18:14 +0000 Subject: [PATCH] CPUstats - 2.1.0 --- metadata/jp.takke.cpustats.txt | 49 -------------------------- metadata/jp.takke.cpustats.yml | 64 ++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 49 deletions(-) delete mode 100644 metadata/jp.takke.cpustats.txt create mode 100644 metadata/jp.takke.cpustats.yml diff --git a/metadata/jp.takke.cpustats.txt b/metadata/jp.takke.cpustats.txt deleted file mode 100644 index 5a47d713d2..0000000000 --- a/metadata/jp.takke.cpustats.txt +++ /dev/null @@ -1,49 +0,0 @@ -Categories:System -License:Apache-2.0 -Web Site: -Source Code:https://github.com/takke/cpustats -Issue Tracker:https://github.com/takke/cpustats/issues -Changelog:https://github.com/takke/cpustats/blob/HEAD/ChangeLog.txt - -Auto Name:CPU Stats -Summary:Show CPU usage within the statusbar -Description: -Simple tool that displays usage details of the CPU within the statusbar. - -Features: - -* Single Core, Dual Core (NVIDIA Tegra 2), & Quad Core (NVIDIA Tegra 3) support! -* Statusbar notification for CPU Usage -* Statusbar notification for CPU Frequency -. - -Repo Type:git -Repo:https://github.com/takke/cpustats - -Build:1.2.2,8 - commit=c6a90eb3a84316ff883d05bc8a9c26e95c445aaa - subdir=app - gradle=quad5 - prebuild=sed -i -e '/CpuStats_r/d' build.gradle - -Build:1.3.0,9 - disable=re-release by upstream - commit=1e4675b8562cea96aa935a45b816745500fd8bec - subdir=app - gradle=quad5 - prebuild=sed -i -e '/CpuStats_r/d' build.gradle - -Build:1.3.0,10 - commit=7a5e65ebe8543a6f1040e653e6b84717ff0be116 - subdir=app - gradle=quad5 - prebuild=sed -i -e '/CpuStats_r/d' build.gradle - -Maintainer Notes: -I don't know what the difference between quad3 and quad5 flavors is... -. - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.3.0 -Current Version Code:10 diff --git a/metadata/jp.takke.cpustats.yml b/metadata/jp.takke.cpustats.yml new file mode 100644 index 0000000000..088cab87cd --- /dev/null +++ b/metadata/jp.takke.cpustats.yml @@ -0,0 +1,64 @@ +Categories: + - System +License: Apache-2.0 +SourceCode: https://github.com/takke/cpustats +IssueTracker: https://github.com/takke/cpustats/issues +Changelog: https://github.com/takke/cpustats/blob/HEAD/ChangeLog.txt + +AutoName: CPU Stats +Summary: Show CPU usage within the statusbar +Description: |- + Simple tool that displays usage details of the CPU within the statusbar. + + Features: + * 6 & 8 Core CPU Support!! (2 notification icons) + * Single Core, Dual Core (NVIDIA Tegra 2), & Quad Core (NVIDIA Tegra 3) support!! + * Statusbar notification for CPU Usage + * Statusbar notification for CPU Frequency + +RepoType: git +Repo: https://github.com/takke/cpustats + +Builds: + - versionName: 1.2.2 + versionCode: 8 + commit: c6a90eb3a84316ff883d05bc8a9c26e95c445aaa + subdir: app + gradle: + - quad5 + prebuild: sed -i -e '/CpuStats_r/d' build.gradle + + - versionName: 1.3.0 + versionCode: 9 + disable: re-release by upstream + commit: 1e4675b8562cea96aa935a45b816745500fd8bec + subdir: app + gradle: + - quad5 + prebuild: sed -i -e '/CpuStats_r/d' build.gradle + + - versionName: 1.3.0 + versionCode: 10 + commit: 7a5e65ebe8543a6f1040e653e6b84717ff0be116 + subdir: app + gradle: + - quad5 + prebuild: sed -i -e '/CpuStats_r/d' build.gradle + + - versionName: 2.1.0 + versionCode: 17 + commit: 5510fceac86801ec1f3d4d741370fe555ab966ed + subdir: app + gradle: + - quad5 + prebuild: + - sed -i -e '/CpuStats_r/d' build.gradle + - sed -i -e '/applicationVariants.all/,+12d' build.gradle + +MaintainerNotes: I don't know what the difference between quad3 and quad5 flavors + is... + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: 2.1.0 +CurrentVersionCode: 17