From 743c55ebad080cf3705b32945eb7e084a521f59d Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 20 Aug 2013 18:56:23 +0100 Subject: [PATCH 1/2] =?UTF-8?q?openBmap=20is=20now=20known=20as=20RadioBea?= =?UTF-8?q?con=20=E2=80=94=20make=20a=20prelimanary=20recipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/com.googlecode.androidcells.txt | 10 ++++---- metadata/org.openbmap.txt | 30 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 metadata/org.openbmap.txt diff --git a/metadata/com.googlecode.androidcells.txt b/metadata/com.googlecode.androidcells.txt index de217c5146..54f10ae542 100644 --- a/metadata/com.googlecode.androidcells.txt +++ b/metadata/com.googlecode.androidcells.txt @@ -1,4 +1,4 @@ -Disabled:Server urls changed rendering client unable to upload +Disabled:now known as org.openbmap Category:Internet License:AGPLv3 Web Site:http://openbmap.org @@ -15,15 +15,13 @@ to the OpenBMap database. See [http://openbmap.org openbmap.org]. Repo Type:git Repo:git://myposition.git.sourceforge.net/gitroot/myposition/AndroidClient -Build Version:0.4.96,9,bc15ce80024,prebuild=mv lib libs,target=android-10 +Build Version:0.4.96,9,!bc15ce80024,prebuild=mv lib libs,target=android-10 # Jar versions don't tally but may as well try -Build Version:0.4.999,14,3ed4e59f,\ +Build Version:0.4.999,14,!3ed4e59f,\ target=android-10,extlibs=openBmap-1.1.tar.gz,prebuild=\ tar xvf libs/openBmap-1.1.tar.gz -C src com && mv lib/* libs/ && \ rm libs/Measure* libs/openBmap* Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:0.4.999 -Current Version Code:14 +Update Check Mode:Static diff --git a/metadata/org.openbmap.txt b/metadata/org.openbmap.txt new file mode 100644 index 0000000000..e072b34fc9 --- /dev/null +++ b/metadata/org.openbmap.txt @@ -0,0 +1,30 @@ +# previously known as com.googlecode.androidcells +Category:Internet +# https://f-droid.org/forums/topic/android-cells-may-need-to-be-replaced/#post-8349 +License:Unknown +Web Site:http://openbmap.org +Source Code:https://code.google.com/p/openbmap +Issue Tracker:http://sourceforge.net/projects/myposition/support + +Auto Name:Radiobeacon +Summary:Contribute to coverage maps +Description: +Map wireless networks and cell towers for the +[http://openbmap.org openbmap.org] database. + +openBmap is a free and open map of wireless communicating objects. +Collected data can be downloaded from the website and used for many purposes, +such as determining your own location without GPS or creating network coverage +maps. +. + +Repo Type:git +Repo:https://code.google.com/p/openbmap + +Build Version:1.0,1,!not production ready according to source code page; no license + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:1 + From 52da4ffeeeba69fd44143cd229176ca0c079e15b Mon Sep 17 00:00:00 2001 From: jens stein Date: Thu, 22 Aug 2013 20:00:04 +0200 Subject: [PATCH 2/2] new patch for jp.co.omronsoft.openwnn --- metadata/jp.co.omronsoft.openwnn.txt | 11 ++++-- .../jp.co.omronsoft.openwnn/styles_3.patch | 37 +++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 metadata/jp.co.omronsoft.openwnn/styles_3.patch diff --git a/metadata/jp.co.omronsoft.openwnn.txt b/metadata/jp.co.omronsoft.openwnn.txt index 29e276460a..5a007ba2e1 100644 --- a/metadata/jp.co.omronsoft.openwnn.txt +++ b/metadata/jp.co.omronsoft.openwnn.txt @@ -25,11 +25,16 @@ prebuild=sed -i -e '18 s/>//g' -e '19 a android:versionCode="1"\nandroid:version AndroidManifest.xml,\ build=$$NDK$$/ndk-build APP_BUILD_SCRIPT=Android.mk -Build Version:1.3.5.1,2,android-4.0.4_r2.1,\ +Build Version:1.3.5.1,2,!causes same crash as above - android-4.0.4_r2.1,\ target=android-14,\ patch=styles_2.patch,\ build=$$NDK$$/ndk-build APP_BUILD_SCRIPT=Android.mk +Build Version:1.3.5.2,3,android-4.0.4_r2.1,\ +target=android-14,\ +patch=styles_3.patch,\ +build=$$NDK$$/ndk-build APP_BUILD_SCRIPT=Android.mk + Build Version:1.3.6,136,!https://f-droid.org/forums/topic/opewnn-ics at android-4.1.2_r2,\ target=android-15,\ prebuild=sed -i ' 18 i android:versionCode="136"\nandroid:versionName="1.3.6"' \ @@ -40,6 +45,6 @@ buildjni=libs Auto Update Mode:None Update Check Mode:Static -Current Version:1.3.5.1 -Current Version Code:2 +Current Version:1.3.5.2 +Current Version Code:3 diff --git a/metadata/jp.co.omronsoft.openwnn/styles_3.patch b/metadata/jp.co.omronsoft.openwnn/styles_3.patch new file mode 100644 index 0000000000..77c3d3547f --- /dev/null +++ b/metadata/jp.co.omronsoft.openwnn/styles_3.patch @@ -0,0 +1,37 @@ +diff --git a/AndroidManifest.xml b/AndroidManifest.xml +index 2ce1ae6..3e384bb 100644 +--- a/AndroidManifest.xml ++++ b/AndroidManifest.xml +@@ -15,12 +15,16 @@ + --> + + ++ package="jp.co.omronsoft.openwnn" ++ android:versionCode="3" ++ android:versionName="1.3.5.2"> + + +- ++ ++ + +- ++ + + ++ ++ ++ +\ No newline at end of file