diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 23:44:44 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:53:39 -0500 |
commit | 24165c73b6473a1cca357ebc076503a3b48a614c (patch) | |
tree | 9f5565436992f648edd6e11ebc78f02c44a07109 /graphics/mtpaint/README | |
parent | a3215452a14b4a3ee66f3907491c993237eaacbf (diff) | |
download | slackbuilds-24165c73b6473a1cca357ebc076503a3b48a614c.tar.gz |
graphics/mtpaint: Removed (build failure)
This appears related to libpng14
Diffstat (limited to 'graphics/mtpaint/README')
-rw-r--r-- | graphics/mtpaint/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/mtpaint/README b/graphics/mtpaint/README deleted file mode 100644 index 8838906a9e..0000000000 --- a/graphics/mtpaint/README +++ /dev/null @@ -1,18 +0,0 @@ -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. |