Merge: Fix fdroid
authorJean Privat <jean@pryen.org>
Mon, 28 Sep 2015 14:35:35 +0000 (10:35 -0400)
committerJean Privat <jean@pryen.org>
Mon, 28 Sep 2015 14:35:35 +0000 (10:35 -0400)
Some fixups for apps to appears in the fdroid

Pull-Request: #1739
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/memory/Makefile
contrib/memory/org.nitlanguage.memory.txt
contrib/memory/package.ini
contrib/memory/src/memory.nit
examples/mnit_ballz/org.nitlanguage.ballz.txt [moved from examples/mnit_ballz/org.nitlanguage.ballz_android.txt with 100% similarity]

index 8e39e1d..ac91a73 100644 (file)
@@ -33,4 +33,4 @@ bin/memory.apk: assets/images/drawing.png src/*.nit res/drawable-ldpi/icon.png
 
 android-release: assets/images/drawing.png src/*.nit res/drawable-ldpi/icon.png
        mkdir -p bin
-       ../../bin/nitc -o bin/memory.apk src/memory.nit -m ../../lib/mnit/android/android.nit -m ../../lib/android/  landscape.nit  --release
+       ../../bin/nitc -o bin/memory.apk src/memory.nit -m ../../lib/mnit/android/android.nit -m ../../lib/android/landscape.nit  --release
index 1bef17b..77756da 100644 (file)
@@ -4,7 +4,7 @@ Web Site:http://nitlanguage.org
 Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/memory
 Issue Tracker:https://github.com/nitlang/nit/issues
 
-Summary: memory-based game using shapes and colors
+Summary:memory-based game using shapes and colors
 Description:
 A memory-based game where figures are cliqued in sequence by the computer and should be replayed by the player in the same order.
 As the player progresses, more figures are added and the sequences to remember become longer.
index d271a73..9a79f36 100644 (file)
@@ -9,3 +9,4 @@ git=https://github.com/nitlang/nit.git
 git.directory=contrib/memory/
 homepage=http://nitlanguage.org
 issues=https://github.com/nitlang/nit/issues
+apk=http://nitlanguage.org/fdroid/apk/memory.apk
index 3e9877d..e184b99 100644 (file)
@@ -27,6 +27,7 @@
 # * Crappy UI element placement
 module memory is
        app_name("Memorize Shapes and Colors")
+       app_namespace "org.nitlanguage.memory"
        app_version(0, 1, git_revision)
 end