From c064b9ce06b473ce5da8c2d2c71c0bba17d205e4 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 23 Jul 2018 22:07:21 +0200 Subject: [PATCH 1/3] New app: X11-Basic --- metadata/net.sourceforge.x11basic.txt | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/net.sourceforge.x11basic.txt diff --git a/metadata/net.sourceforge.x11basic.txt b/metadata/net.sourceforge.x11basic.txt new file mode 100644 index 0000000000..bc4482ca00 --- /dev/null +++ b/metadata/net.sourceforge.x11basic.txt @@ -0,0 +1,31 @@ +Categories:Development,Science & Education +License:GPL-2.0-or-later +Web Site: +Source Code:https://gitlab.com/kollo/X11-Basic +Issue Tracker:https://gitlab.com/kollo/X11-Basic/issues + +Auto Name:X11-Basic +Summary:BASIC interpreter +Description: +X11-Basic is a dialect of the BASIC programming language with graphics +capability. It has a very rich command set, though it is still easy to learn. +The syntax is most similar to GFA-Basic for ATARI-ST. It is a structured dialect +with no line numbers. A full manual and command reference is available. +GFA-programs should run with only a few changes. Also DOS/QBASIC programmers +will feel comfortable. This implementation is one of the fastest basic +interpreters for Android. Programs can be compiled into a platform independant +bytecode. +. + +Repo Type:git +Repo:https://gitlab.com/kollo/X11-Basic.git + +Build:1.25-50-sf,150 + commit=1.25-50-fdroid + gradle=yes + ndk=r10e + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.25-50 +Current Version Code:150 From 3457234d63ac553f2cf9fefef765be9a5c4e5339 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 7 Aug 2018 11:58:18 +0200 Subject: [PATCH 2/3] X11-Basic: Update to 1.25-50b-fdroid --- metadata/net.sourceforge.x11basic.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata/net.sourceforge.x11basic.txt b/metadata/net.sourceforge.x11basic.txt index bc4482ca00..632ea6f9ca 100644 --- a/metadata/net.sourceforge.x11basic.txt +++ b/metadata/net.sourceforge.x11basic.txt @@ -21,8 +21,10 @@ Repo Type:git Repo:https://gitlab.com/kollo/X11-Basic.git Build:1.25-50-sf,150 - commit=1.25-50-fdroid + commit=1.25-50b-fdroid + subdir=app gradle=yes + prebuild=sed -i -e '/keystorePropertiesFile/d' build.gradle ndk=r10e Auto Update Mode:None From 6b4be4f3a63c408038c408b941fa72fe10b6ed6b Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 26 Sep 2018 10:08:27 +0200 Subject: [PATCH 3/3] X11-Basic: Only look for -fdroid tags --- metadata/net.sourceforge.x11basic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/net.sourceforge.x11basic.txt b/metadata/net.sourceforge.x11basic.txt index 632ea6f9ca..7770d94a63 100644 --- a/metadata/net.sourceforge.x11basic.txt +++ b/metadata/net.sourceforge.x11basic.txt @@ -28,6 +28,6 @@ Build:1.25-50-sf,150 ndk=r10e Auto Update Mode:None -Update Check Mode:Tags +Update Check Mode:Tags .*-fdroid$ Current Version:1.25-50 Current Version Code:150