diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-24 00:19:28 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-24 16:10:22 -0500 |
commit | e4d29e0e7ec8e7d3a4afd534f826f18a6b6324bd (patch) | |
tree | cfe2def164aa19e1c51d6776e40f5ecf3c3fed11 /graphics/mtpaint/README | |
parent | 77f8ee4bd4d5add19fe1149254d0a69d49ed71a6 (diff) | |
download | slackbuilds-e4d29e0e7ec8e7d3a4afd534f826f18a6b6324bd.tar.gz |
Revert graphics/mtpaint removal and various cleanups.
This reverts commit 24165c73b6473a1cca357ebc076503a3b48a614c,
fixes it to build on 13.1, and adds the user handbook.
Diffstat (limited to 'graphics/mtpaint/README')
-rw-r--r-- | graphics/mtpaint/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/mtpaint/README b/graphics/mtpaint/README new file mode 100644 index 0000000000..8838906a9e --- /dev/null +++ b/graphics/mtpaint/README @@ -0,0 +1,18 @@ +mtPaint is a painting program which Mark Tyler developed from scratch so he +could easily create pixel art and manipulate digital photos. + +It uses the GTK+ toolkit (version 1 or 2) and runs on PC's via the GNU/Linux or +Windows operating systems. Due to its efficient design it can run on older PC +hardware (e.g. a 200MHz CPU and 16MB of free RAM). + +mtPaint is free software, which means you are able to freely use, modify and +distribute it according to the GNU General Public License. + +Currently mtPaint is maintained by Dmitry Groshev. + +If you want internationalization, pass INTL=yes to the SlackBuild. +If you want this built as a gtk1 app, pass GTK1=yes; else it will be gtk2. +If you want gtk{1,2} widgets then pass TKWIDGETS=yes; else it will use its own +file and color selector widgets. +If you want the handbook installed (about a three meg html book) then pass +HANDBOOK=yes. |