From ee61f82b56143b21efbd26ad0f88221efebaadfd Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 10 Aug 2013 21:07:12 +0100 Subject: [PATCH] bugfix release for OpenWNN --- metadata/jp.co.omronsoft.openwnn.txt | 11 ++++-- .../jp.co.omronsoft.openwnn/styles_2.patch | 38 +++++++++++++++++++ 2 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 metadata/jp.co.omronsoft.openwnn/styles_2.patch diff --git a/metadata/jp.co.omronsoft.openwnn.txt b/metadata/jp.co.omronsoft.openwnn.txt index 817abd3538..29e276460a 100644 --- a/metadata/jp.co.omronsoft.openwnn.txt +++ b/metadata/jp.co.omronsoft.openwnn.txt @@ -17,7 +17,7 @@ on resources that are not in the Android SDK. Repo Type:git Repo:https://android.googlesource.com/platform/packages/inputmethods/OpenWnn/ -Build Version:1.3.5,1,android-4.0.4_r2.1,\ +Build Version:1.3.5,1,!buggy at android-4.0.4_r2.1,\ target=android-14,\ prebuild=sed -i -e '18 s/>//g' -e '19 a android:versionCode="1"\nandroid:versionName="1.3.5">' \ AndroidManifest.xml && \ @@ -25,6 +25,11 @@ 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,\ +target=android-14,\ +patch=styles_2.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"' \ @@ -35,6 +40,6 @@ buildjni=libs Auto Update Mode:None Update Check Mode:Static -Current Version:1.3.5 -Current Version Code:1 +Current Version:1.3.5.1 +Current Version Code:2 diff --git a/metadata/jp.co.omronsoft.openwnn/styles_2.patch b/metadata/jp.co.omronsoft.openwnn/styles_2.patch new file mode 100644 index 0000000000..313936f122 --- /dev/null +++ b/metadata/jp.co.omronsoft.openwnn/styles_2.patch @@ -0,0 +1,38 @@ +diff --git a/AndroidManifest.xml b/AndroidManifest.xml +index 2ce1ae6..cd9032e 100644 +--- a/AndroidManifest.xml ++++ b/AndroidManifest.xml +@@ -15,14 +15,18 @@ + --> + + ++ package="jp.co.omronsoft.openwnn" + ++android:versionCode="2" ++android:versionName="1.3.5.1"> + ++ + + + + + + +diff --git a/res/values/styles.xml b/res/values/styles.xml +new file mode 100644 +index 0000000..26ba049 +--- /dev/null ++++ b/res/values/styles.xml +@@ -0,0 +1,7 @@ ++ ++ ++ ++ +\ No newline at end of file