Gimp: fixed minor bug with mouse pressure, updated readme

This commit is contained in:
Sergii Pylypenko
2014-02-26 19:09:47 +02:00
parent 43ba0f1943
commit a40e0b1be5
4 changed files with 12 additions and 5 deletions

View File

@@ -7,10 +7,10 @@ AppName="GIMP Inkscape"
AppFullName=org.gimp.inkscape
# Application version code (integer)
AppVersionCode=28211
AppVersionCode=28212
# Application user-visible version name (string)
AppVersionName="2.8.2.11"
AppVersionName="2.8.2.12"
# 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
@@ -21,7 +21,7 @@ AppVersionName="2.8.2.11"
AppDataDownloadUrl="!!Data files|:data.tar.gz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/dist-gimp-wheezy.tar.gz/download^!!Data files|:DroidSansMono.ttf:DroidSansMono.ttf"
# Reset SDL config when updating application to the new version (y) / (n)
ResetSdlConfigForThisVersion=y
ResetSdlConfigForThisVersion=n
# Delete application data files when upgrading (specify file/dir paths separated by spaces)
DeleteFilesOnUpgrade="%"

View File

@@ -18,6 +18,10 @@ x11proto-xf86vidmode-dev x11proto-xinerama-dev \
libxmuu-dev libxt-dev libsm-dev libice-dev \
libxrender-dev libxrandr-dev curl
You will need both xcb-proto and python-xcbgen packages
to have version 1.10-1, you may download newer packages
from http://packages.ubuntu.com/ or https://www.debian.org/distrib/packages
Then run commands:
git clone git@github.com:pelya/commandergenius.git sdl-android

View File

@@ -1,4 +1,3 @@
You will need to install some packages to your Debian/Ubuntu first:
sudo apt-get install bison libpixman-1-dev \
@@ -19,6 +18,10 @@ x11proto-xf86vidmode-dev x11proto-xinerama-dev \
libxmuu-dev libxt-dev libsm-dev libice-dev \
libxrender-dev libxrandr-dev curl
You will need both xcb-proto and python-xcbgen packages
to have version 1.10-1, you may download newer packages
from http://packages.ubuntu.com/ or https://www.debian.org/distrib/packages
Then run commands:
git clone git@github.com:pelya/commandergenius.git sdl-android