diff --git a/metadata/com.igormaznitsa.piratedice.txt b/metadata/com.igormaznitsa.piratedice.txt new file mode 100644 index 0000000000..57124a3e47 --- /dev/null +++ b/metadata/com.igormaznitsa.piratedice.txt @@ -0,0 +1,39 @@ +Categories:Games,Office +License:Apache2 +Web Site:https://github.com/raydac/AndroidPirateDice/blob/HEAD/README.md +Source Code:https://github.com/raydac/AndroidPirateDice +Issue Tracker:https://github.com/raydac/AndroidPirateDice/issues + +Auto Name:PirateDice +Summary:Virtual dice for Pirates boardgame +Description: +A special virtual dice for the "Pirates" board game created by Vasily Golytsyn +in 1934. +. + +Repo Type:git +Repo:https://github.com/raydac/AndroidPirateDice.git + +Build:1.0.2,3 + disable=see maintainer notes + commit=87287eac8b8336937017ca12d1e3edaffe8f9404 + subdir=PirateDice + srclibs=SVGAndroid2@8bf035c54031fea1d7b568af9ea581588fc26199 + rm=PirateDice/libs/*.jar + gradle=yes + prebuild=cp -fR $$SVGAndroid2$$/src/com src/main/java/ + target=android-10 + +Maintainer Notes: +* Force target due SVGAndroid requires android.util.Base64, which is only available + in android-8+. +* Our SVGAndroid is missing SVG.resizePictureAsBitmap, so maybe we are using the wrong + version. Wait for https://github.com/raydac/AndroidPirateDice/issues/3 . +. + + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.2 +Current Version Code:3 + diff --git a/srclibs/SVGAndroid2.txt b/srclibs/SVGAndroid2.txt new file mode 100644 index 0000000000..d04c93a747 --- /dev/null +++ b/srclibs/SVGAndroid2.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/thinkingcow/svg-android-2