From e7224edb7660d743df14f346b5d97ca975763034 Mon Sep 17 00:00:00 2001 From: pelya Date: Sun, 10 Nov 2013 00:06:33 +0200 Subject: [PATCH] Xserver-gimp updated once again --- project/jni/application/xserver-gimp/AndroidAppSettings.cfg | 4 ++-- project/jni/application/xserver-gimp/readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/project/jni/application/xserver-gimp/AndroidAppSettings.cfg b/project/jni/application/xserver-gimp/AndroidAppSettings.cfg index 0a5119e0e..07e24ba23 100644 --- a/project/jni/application/xserver-gimp/AndroidAppSettings.cfg +++ b/project/jni/application/xserver-gimp/AndroidAppSettings.cfg @@ -23,7 +23,7 @@ InhibitSuspend=n # 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 # Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS -AppDataDownloadUrl="!!Data files|:data.tar.gz:http://10.0.0.99/dist-debug-wheezy-armhf-gimp.tar.gz|:data.tar.gz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/dist-debug-wheezy-armhf-gimp.tar.gz/download^!!Data files|:busybox:busybox^!!Data files|:DroidSansMono.ttf:DroidSansMono.ttf" +AppDataDownloadUrl="!!Data files|:data.tar.gz:http://10.0.0.99/dist-gimp-wheezy.tar.gz|:data.tar.gz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/dist-gimp-wheezy.tar.gz/download^!!Data files|:busybox:busybox^!!Data files|:DroidSansMono.ttf:DroidSansMono.ttf" # Video color depth - 16 BPP is the fastest and supported for all modes, 24 bpp is supported only # with SwVideoMode=y, SDL_OPENGL mode supports everything. (16)/(24)/(32) @@ -209,7 +209,7 @@ AppSubdirsBuild='' AppBuildExclude='' # Application command line parameters, including app name as 0-th param -AppCmdline='XSDL -nohelp /data/data/org.gimp.inkscape/files/chroot.sh bin/bash usr/bin/fakeroot-sysv ./start-gimp.sh' +AppCmdline='XSDL -nohelp /data/data/org.gimp.inkscape/files/chroot.sh bin/sh ./start-gimp.sh' # Here you may type readme text, which will be shown during startup. Format is: # Text in English, use \\\\n to separate lines^de:Text in Deutsch^ru:Text in Russian, and so on (that's four backslashes, nice isn't it?) diff --git a/project/jni/application/xserver-gimp/readme.txt b/project/jni/application/xserver-gimp/readme.txt index d9ccc3af2..f19337c33 100644 --- a/project/jni/application/xserver-gimp/readme.txt +++ b/project/jni/application/xserver-gimp/readme.txt @@ -34,7 +34,11 @@ To build system image, download repo: https://github.com/pelya/cuntubuntu install dependencies described in it's readme, -then launch script img-debug-wheezy-armhf-gimp.sh from directory img. +then launch script + +img-gimp-wheezy.sh + +from directory img. This will create Debian system image under directory dist-debug-wheezy-armhf-gimp. Execute commands ( is path to this repo):