new app org.herrlado.ask.languagepack.lithuanian

This commit is contained in:
David Black 2013-03-19 21:33:10 +00:00
parent 4f57a2f873
commit 9cfb2acf10
4 changed files with 79 additions and 4 deletions

View file

@ -18,10 +18,10 @@ Description:
* Cursor movement soft-keys that can also be mapped to hardware keys
* Supports x86 and MIPS natively
There are many language packs and themes available as apks on the website,
but only a few of the
of the packs have the full source code published for both the keyboard
layouts and dictionaries.
There are many language packs and themes available as apks on the website.
We will try and publish any that have source xml and attribution/licence for the
dictionaries. For more info see the f-droid.org
http://f-droid.org/forums/topic/anysoftkeyboard-language-packs-layouts-plans/#post-6408 forum topic].
.
Repo Type:git

View file

@ -0,0 +1,44 @@
Category:Office
License:Apache2
Web Site:https://github.com/anysoftkeyboard
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Lithuanian
Issue Tracker:
Name:AnySoftKeyboard: Lithuanian
Summary:Language pack for AnySoft keyboard
Description:
Install [[com.menny.android.anysoftkeyboard]] first, then select
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
Utka A. 2009. Dažninis rašytinės lietuvių kalbos žodynas: 1 milijono žodžių
morfologiškai anotuoto tekstyno pagrindu.
Elektroninis leidinys. Kaunas: VDU leidykla. Elektroninė prieiga:
http://donelaitis.vdu.lt/publikacijos/Dazninis_zodynas.pdf
.
Repo Type:svn
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Lithuanian
Build Version:20101104-shift,8,1431,patch=xml.patch;rules.patch,update=force,init=rm -rf bin/ gen/,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
find . -type f -print0 | xargs -0 \
sed -i 's/com.menny.android.anysoftkeyboard.api/com.anysoftkeyboard.api/g' && \
mkdir -p dict/ res/raw/ && rm -f release/* assets/* && \
wget https://softkeyboard.googlecode.com/svn-history/r1431/trunk/DictionaryTools/xml/LICENSE_for_lt.txt && \
wget http://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/lt.xml \
-O dict/words.xml && ant dict -f rules.xml
Build Version:20111024,9,1935,patch=xml.patch;rules.patch,update=force,init=rm -rf bin/ gen/,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
mkdir -p dict/ && rm -f release/* res/raw/* && \
wget https://softkeyboard.googlecode.com/svn-history/r1935/trunk/DictionaryTools/xml/LICENSE_for_lt.txt && \
wget http://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/lt.xml \
-O dict/words.xml && ant dict -f rules.xml
Auto Update Mode:None
Update Check Mode:None
Current Version:20111024
Current Version Code:9

View file

@ -0,0 +1,18 @@
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="rules" >
+ <target name="dict" >
+
+ <java
+ failonerror="true"
+ fork="true"
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
+ </java>
+ </target>
+
+</project>

View file

@ -0,0 +1,13 @@
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
index a3f9b91..5c89079 100644
--- a/res/xml/dictionaries.xml
+++ b/res/xml/dictionaries.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Dictionaries>
<Dictionary nameResId="@string/dictionary" locale="lt" id="fc320725-c41d-4111-92b1-d437ada2d324"
- type="binary" dictionaryAssertName="lt_binary.mp3" description="http://donelaitis.vdu.lt/main.php?id=4&amp;nr=2" />
-</Dictionaries>
\ No newline at end of file
+ dictionaryResourceId="@array/words_dict_array" description="http://donelaitis.vdu.lt/main.php?id=4&amp;nr=2" />
+</Dictionaries>