diff --git a/project/jni/application/xserver-gimp/AndroidAppSettings.cfg b/project/jni/application/xserver-gimp/AndroidAppSettings.cfg index 277e43402..8165ac0f6 100644 --- a/project/jni/application/xserver-gimp/AndroidAppSettings.cfg +++ b/project/jni/application/xserver-gimp/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="GIMP Inkscape" AppFullName=org.gimp.inkscape # Application version code (integer) -AppVersionCode=281421 +AppVersionCode=281422 # Application user-visible version name (string) -AppVersionName="2.8.14.21" +AppVersionName="2.8.14.22" # Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu @@ -18,7 +18,7 @@ AppVersionName="2.8.14.21" # If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir - # these files are put inside .apk package by build system # You can specify Google Play expansion files in the form 'obb:main.12345' or 'obb:patch.12345' where 12345 is the app version, first associated with the file -AppDataDownloadUrl="!!Data files|:data.tar.xz:obb:main.281420|:data.tar.xz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/jessie/dist-gimp-jessie.tar.xz/download^!!XSDL data files|:data-1.tar.gz:data-1.tgz^!!XSDL fonts|:DroidSansMono.ttf:DroidSansMono.ttf^!!Postinstall script|:postinstall.sh:postinstall.sh^!!Loading image|:loading.gif:loading.gif^!!Update 1|:update1.tar.gz:update1.tgz" +AppDataDownloadUrl="!!Data files|:data.tar.xz:obb:main.281420|:data.tar.xz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/jessie/dist-gimp-jessie.tar.xz/download^!!XSDL data files|:data-1.tar.gz:data-1.tgz^!!XSDL fonts|:DroidSansMono.ttf:DroidSansMono.ttf^!!Postinstall script|:postinstall.sh:postinstall.sh^!!Loading image|:loading.gif:loading.gif^!!Update 1|:update1.tar.gz:update1.tgz^!!Update 2|:update2.tar.gz:update2-.tgz" # Reset SDL config when updating application to the new version (y) / (n) ResetSdlConfigForThisVersion=y diff --git a/project/jni/application/xserver-gimp/AndroidData/update2-armeabi-v7a.tgz b/project/jni/application/xserver-gimp/AndroidData/update2-armeabi-v7a.tgz new file mode 100644 index 000000000..47d793c05 Binary files /dev/null and b/project/jni/application/xserver-gimp/AndroidData/update2-armeabi-v7a.tgz differ diff --git a/project/jni/application/xserver-gimp/AndroidData/update2-x86.tgz b/project/jni/application/xserver-gimp/AndroidData/update2-x86.tgz new file mode 100644 index 000000000..3856da2ed Binary files /dev/null and b/project/jni/application/xserver-gimp/AndroidData/update2-x86.tgz differ diff --git a/project/jni/application/xserver-gimp/createSourceArchive.sh b/project/jni/application/xserver-gimp/createSourceArchive.sh new file mode 100755 index 000000000..cfa605ce4 --- /dev/null +++ b/project/jni/application/xserver-gimp/createSourceArchive.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +CURDIR=`pwd` +CURDIR=`realpath $CURDIR` +cd $CURDIR/../../../../ +./createSourceArchive.sh project/jni/application/xserver project/jni/application/xserver-debian