pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tuxpaint tuxpaint: update to 0.9.23.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5effec5576cd
branches: trunk
changeset: 384747:5effec5576cd
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 02 12:52:02 2018 +0000
description:
tuxpaint: update to 0.9.23.
2018.August.30 (0.9.23)
* New tools
---------
* Color selector
Pere Pujal i Carabantes
* New shapes
----------
* Stars
Pere Pujal i Carabantes
* Documentation updates
---------------------
* Made stamp controls (size, flip, mirror) section clearer.
Fixes https://sourceforge.net/p/tuxpaint/bugs/182/
* Cleaned up and reorganized docs subdirectory.
* New locales
-----------
* Bengali
Provided by Chandrakant Dhutadmal
* Bodo
Provided by Chandrakant Dhutadmal
* Dogri
Provided by Chandrakant Dhutadmal
* Kabyle (aka Kabylian)
Yacine Bouklif <yacine_tizi2003%yahoo.fr@localhost>
* Kashmiri (Devanagari)
* Kashmiri (Perso-Arabic)
Provided by Chandrakant Dhutadmal
* Sindhi (Devanagari)
* Sindhi (Perso-Arabic)
Provided by Chandrakant Dhutadmal
* Urdu
Provided by Chandrakant Dhutadmal
* Localization Updates:
---------------------
* Various
Chris Leonard <cjlhomeaddress%gmail.com@localhost>
* Aragnoes translation
Juan Pablo Martinez Cortes <jpmart%unizar.es@localhost>
* Basque translation
Ander Elortondo <ander.elor%gmail.com@localhost>
Alexander Gabillondo <alexgabilondo%gmail.com@localhost>
* British English translation
Caroline Ford <caroline.ford.work%googlemail.com@localhost>
* Catalan translation
Robert Buj Gelonch <rbuj%users.sf.net@localhost>
* Chinese (Simplified) translation
Never Min <nevermin%gmail.com@localhost>
* Croatian translation
Paulo Pava?i? <pavacic.p%gmail.com@localhost>
* Danish translation
Joe Hansen <joedalton2%yahoo.dk@localhost>
* Dutch translation
Willem Heppe <heppew%yahoo.com@localhost>
* Estonian translation
Sven Ollino <sven.ollino%gmail.com@localhost>
* French translation
Chion Jacques <jacques.chion%orange.fr@localhost>
* Fula translation
Ibraahiima SAAR <ibrahima.sarr%pulaagu.com@localhost>
* Gaelic (Irish) translation
Kevin Scannell <kscanne%gmail.com@localhost>
* Galician translation
Miguel Bouzada
* Georgian translation
Gia Shervashidze <giasher%gmail.com@localhost>
* German translation
Holger Wansing <hwansing%mailbox.org@localhost>
Helge Kreutzmann <debian%helgefjell.de@localhost> typos fixes and improvements for stamps
* Greek translation
Yannis Kaskamanidis <kiolalis%gmail.com@localhost>
* Gujarati translation
Kartik Mistry <kartik.mistry%gmail.com@localhost>,
* Icelandic translation
Sveinn ? Felli <sv1%fellsnet.is@localhost>
* Indonesian translation
Courtesy of SugarLabs and
T. Surya Fajri <kilelme%gmail.com@localhost>
* Italian translation
Flavio Pastore <ironbishop%fsfe.org@localhost>
* Japanese translation
TOYAMA Shin-ichi <shin1%wmail.plala.or.jp@localhost>
* Korean translation
Mark K. Kim <mkkim214%gmail.com@localhost>
* Norwegian translation
Karl Ove Hufthammer
* Portuguese (Brazilian) translation
Fred Ulisses Maranh?o <fred.maranhao%gmail.com@localhost>
* Portuguese (Portugal) translation
S?rgio Marques <smarquespt%gmail.com@localhost>
* Russian translaton
Yuri Kozlov
* Scottish translation
F?ram na G?idhlig
* Slovenian
Matej Urban?i? <mateju%svn.gnome.org@localhost>
* Songhay translation
Abdoul Cisse <abdoulseydou%hotmail.com@localhost>
* Spanish translaton
Mat?as Bellone
* Swedish translation
Sebastian Rasmussen <sebras%gmail.com@localhost>
* Thai translation
Nudjaree <poonim_p%hotmail.com@localhost>
* Ukrainian translation
yurchor <yurchor%ukr.net@localhost>
Sugar Labs i18n team <https://translate.sugarlabs.org/accounts/yurchor/>
* Bug Fixes
---------
* Crash if any "mosaic" magic tool used, Xubuntu 15.10
If the PNG patterns used to generate the effect were compressed
the wrong(lossy) way, the program will crash
(SF.net Bug #210)
* "Hat" started could not be drawn on. Mended.
https://sourceforge.net/p/tuxpaint/bugs/202/
* Ports & Building
----------------
* Rewrote the macOS build system to be more Linux-like, with no XCode IDE.
Build for older releases of macOS / Mac OS X (10.6 and later).
Mark K. Kim <mkkim214%gmail.com@localhost>
* Mac install creates a DMG
Robert Buj Gelonch <rbuj%users.sf.net@localhost>
Mark K. Kim <mkkim214%gmail.com@localhost>
* Allow override override build date (in order to make builds reproducible)
("SOURCE_DATE_EPOCH")
by Chris Lamb, pushed by Bernhard M. Wiedemann
* Allow specifying a suffix to the "lib" directory where
magic tools are installed.
("LIBDIRSUFFIX")
Tim Dickson <dickson.tim%googlemail.com@localhost>
* Install Tux Paint docs into a version-numbered directory
(e.g., "/usr/local/share/doc/tuxpaint-0.9.23/")
Tim Dickson <dickson.tim%googlemail.com@localhost>
* Launcher icon installation location adjustments:
* .../X11R6/include/X11/pixmaps/ -> .../share/pixmaps/
* Using kde4config (vs kdeconfig); not putting things in "Graphics" subdir.
* Removed gnome-config stuff
Tim Dickson <dickson.tim%googlemail.com@localhost>
Bill Kendrick <bill%newbreedsoftware.com@localhost>
* Other Improvements:
-------------------
* Reformatted source code via GNU Indent tool; should
greatly increase code readability and formatting consistency.
diffstat:
graphics/tuxpaint/Makefile | 5 +-
graphics/tuxpaint/PLIST | 922 ++++++++++--------------
graphics/tuxpaint/distinfo | 12 +-
graphics/tuxpaint/patches/patch-Makefile | 15 +
graphics/tuxpaint/patches/patch-src_tuxpaint.c | 15 -
5 files changed, 412 insertions(+), 557 deletions(-)
diffs (truncated from 1090 to 300 lines):
diff -r 4e966fc7cdac -r 5effec5576cd graphics/tuxpaint/Makefile
--- a/graphics/tuxpaint/Makefile Sun Sep 02 10:12:38 2018 +0000
+++ b/graphics/tuxpaint/Makefile Sun Sep 02 12:52:02 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2018/04/16 14:34:41 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2018/09/02 12:52:02 wiz Exp $
-DISTNAME= tuxpaint-0.9.22
-PKGREVISION= 6
+DISTNAME= tuxpaint-0.9.23
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
diff -r 4e966fc7cdac -r 5effec5576cd graphics/tuxpaint/PLIST
--- a/graphics/tuxpaint/PLIST Sun Sep 02 10:12:38 2018 +0000
+++ b/graphics/tuxpaint/PLIST Sun Sep 02 12:52:02 2018 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2014/08/23 21:12:02 wiz Exp $
-X11R6/include/X11/pixmaps/tuxpaint.xpm
+@comment $NetBSD: PLIST,v 1.16 2018/09/02 12:52:02 wiz Exp $
bin/tp-magic-config
bin/tuxpaint
bin/tuxpaint-import
@@ -55,534 +54,375 @@
man/man1/tuxpaint-import.1
man/man1/tuxpaint.1
man/pl/man1/tuxpaint.1
-share/doc/tuxpaint-dev/Makefile
-share/doc/tuxpaint-dev/README.txt
-share/doc/tuxpaint-dev/html/README.html
-share/doc/tuxpaint-dev/tp_magic_example.c
-share/doc/tuxpaint/ADVANCED-STAMPS-HOWTO.txt
-share/doc/tuxpaint/AUTHORS.txt
-share/doc/tuxpaint/CHANGES.txt
-share/doc/tuxpaint/COPYING-OC.txt
-share/doc/tuxpaint/COPYING.txt
-share/doc/tuxpaint/EXTENDING.txt
-share/doc/tuxpaint/FAQ.txt
-share/doc/tuxpaint/INSTALL.txt
-share/doc/tuxpaint/Makefile
-share/doc/tuxpaint/OPTIONS.txt
-share/doc/tuxpaint/PNG.txt
-share/doc/tuxpaint/README.txt
-share/doc/tuxpaint/SVG.txt
-share/doc/tuxpaint/af/AUTHORS.txt
-share/doc/tuxpaint/af/COPYING.txt
-share/doc/tuxpaint/af/FAQ.txt
-share/doc/tuxpaint/af/INSTALL.txt
-share/doc/tuxpaint/af/OPTIONS.txt
-share/doc/tuxpaint/af/PNG.txt
-share/doc/tuxpaint/af/README.txt
-share/doc/tuxpaint/be/AUTHORS.txt
-share/doc/tuxpaint/be/COPYING.html
-share/doc/tuxpaint/be/FAQ.txt
-share/doc/tuxpaint/be/INSTALL.txt
-share/doc/tuxpaint/be/OPTIONS.txt
-share/doc/tuxpaint/be/PNG.txt
-share/doc/tuxpaint/be/README.txt
-share/doc/tuxpaint/bg/AUTHORS.txt
-share/doc/tuxpaint/bg/COPYING.txt
-share/doc/tuxpaint/bg/FAQ.txt
-share/doc/tuxpaint/bg/INSTALL.txt
-share/doc/tuxpaint/bg/OPTIONS.txt
-share/doc/tuxpaint/bg/PNG.txt
-share/doc/tuxpaint/bg/README.txt
-share/doc/tuxpaint/bg/gplbg.html
-share/doc/tuxpaint/br/AUTHORS.txt
-share/doc/tuxpaint/br/COPYING.txt
-share/doc/tuxpaint/br/FAQ.txt
-share/doc/tuxpaint/br/INSTALL.txt
-share/doc/tuxpaint/br/OPTIONS.txt
-share/doc/tuxpaint/br/PNG.txt
-share/doc/tuxpaint/br/README.txt
-share/doc/tuxpaint/ca/AUTHORS.txt
-share/doc/tuxpaint/ca/COPYING.txt
-share/doc/tuxpaint/ca/FAQ.txt
-share/doc/tuxpaint/ca/INSTALL.txt
-share/doc/tuxpaint/ca/OPTIONS.txt
-share/doc/tuxpaint/ca/PNG.txt
-share/doc/tuxpaint/ca/README.txt
-share/doc/tuxpaint/cs/AUTHORS.txt
-share/doc/tuxpaint/cs/COPYING.txt
-share/doc/tuxpaint/cs/FAQ.txt
-share/doc/tuxpaint/cs/INSTALL.txt
-share/doc/tuxpaint/cs/OPTIONS.txt
-share/doc/tuxpaint/cs/PNG.txt
-share/doc/tuxpaint/cs/README.txt
-share/doc/tuxpaint/cy/AUTHORS.txt
-share/doc/tuxpaint/cy/FAQ.txt
-share/doc/tuxpaint/cy/GPL.html
-share/doc/tuxpaint/cy/INSTALL.txt
-share/doc/tuxpaint/cy/OPTIONS.txt
-share/doc/tuxpaint/cy/PNG.txt
-share/doc/tuxpaint/cy/README.txt
-share/doc/tuxpaint/da/AUTHORS.txt
-share/doc/tuxpaint/da/COPYING.txt
-share/doc/tuxpaint/da/FAQ.txt
-share/doc/tuxpaint/da/INSTALL.txt
-share/doc/tuxpaint/da/OPTIONS.txt
-share/doc/tuxpaint/da/PNG.txt
-share/doc/tuxpaint/da/README.txt
-share/doc/tuxpaint/de/ANBRINGEN.txt
-share/doc/tuxpaint/de/AUTOREN.txt
-share/doc/tuxpaint/de/FAQ.txt
-share/doc/tuxpaint/de/GELESEN_MIR.txt
-share/doc/tuxpaint/de/KOPIE.txt
-share/doc/tuxpaint/de/OPTIONS.txt
-share/doc/tuxpaint/de/PNG.txt
-share/doc/tuxpaint/default_colors.txt
-share/doc/tuxpaint/dejavu.txt
-share/doc/tuxpaint/el/AUTHORS.txt
-share/doc/tuxpaint/el/COPYING.txt
-share/doc/tuxpaint/el/FAQ.txt
-share/doc/tuxpaint/el/INSTALL.txt
-share/doc/tuxpaint/el/OPTIONS.txt
-share/doc/tuxpaint/el/PNG.txt
-share/doc/tuxpaint/el/README.txt
-share/doc/tuxpaint/es/AUTORES.txt
-share/doc/tuxpaint/es/COPIADO.txt
-share/doc/tuxpaint/es/FAQ.txt
-share/doc/tuxpaint/es/INSTALACION.txt
-share/doc/tuxpaint/es/LEEME.txt
-share/doc/tuxpaint/es/OPCIONES.txt
-share/doc/tuxpaint/es/PNG.txt
-share/doc/tuxpaint/es/html/LEEME.html
-share/doc/tuxpaint/es/html/OPCIONES.html
-share/doc/tuxpaint/eu/AUTHORS.txt
-share/doc/tuxpaint/eu/COPYING.txt
-share/doc/tuxpaint/eu/FAQ.txt
-share/doc/tuxpaint/eu/INSTALL.txt
-share/doc/tuxpaint/eu/PNG.txt
-share/doc/tuxpaint/eu/README.txt
-share/doc/tuxpaint/fi/AUTHORS.txt
-share/doc/tuxpaint/fi/COPYING.txt
-share/doc/tuxpaint/fi/FAQ.txt
-share/doc/tuxpaint/fi/INSTALL.txt
-share/doc/tuxpaint/fi/OPTIONS.txt
-share/doc/tuxpaint/fi/PNG.txt
-share/doc/tuxpaint/fi/README.txt
-share/doc/tuxpaint/fr/AUTHORS.txt
-share/doc/tuxpaint/fr/COPIER.txt
-share/doc/tuxpaint/fr/FAQ.txt
-share/doc/tuxpaint/fr/INSTALL.txt
-share/doc/tuxpaint/fr/Makefile
-share/doc/tuxpaint/fr/OPTIONS.txt
-share/doc/tuxpaint/fr/PNG.txt
-share/doc/tuxpaint/fr/README1.txt
-share/doc/tuxpaint/fr/README2.txt
-share/doc/tuxpaint/fr/html/FAQ.html
-share/doc/tuxpaint/fr/html/OPTIONS.html
-share/doc/tuxpaint/fr/html/PNG.html
-share/doc/tuxpaint/fr/html/README1.html
-share/doc/tuxpaint/fr/html/README2.html
-share/doc/tuxpaint/fr/html/images/captures/controles_tampon_ds_selecteur.jpg
-share/doc/tuxpaint/fr/html/images/captures/fenetre_de_demarrage.jpg
-share/doc/tuxpaint/fr/html/images/captures/forme-rotation.jpg
-share/doc/tuxpaint/fr/html/images/captures/forme_choix_taille.jpg
-share/doc/tuxpaint/fr/html/images/captures/lettre2.jpg
-share/doc/tuxpaint/fr/html/images/captures/ligne.jpg
-share/doc/tuxpaint/fr/html/images/captures/magic1.jpg
-share/doc/tuxpaint/fr/html/images/captures/magic2.jpg
-share/doc/tuxpaint/fr/html/images/captures/outil_dessin.jpg
-share/doc/tuxpaint/fr/html/images/captures/outil_tampon.jpg
-share/doc/tuxpaint/fr/html/images/captures/ouvrir.jpg
-share/doc/tuxpaint/fr/html/images/captures/texte1.jpg
-share/doc/tuxpaint/fr/html/images/tete_de_chien.png
-share/doc/tuxpaint/gl/PNG.txt
-share/doc/tuxpaint/gl/README.txt
-share/doc/tuxpaint/gl/html/README.html
-share/doc/tuxpaint/gl/html/images/brush_edit.png
-share/doc/tuxpaint/gl/html/images/canvas.jpg
-share/doc/tuxpaint/gl/html/images/colors.jpg
-share/doc/tuxpaint/gl/html/images/ex_colorable.png
-share/doc/tuxpaint/gl/html/images/ex_lines.png
-share/doc/tuxpaint/gl/html/images/ex_paint.png
-share/doc/tuxpaint/gl/html/images/ex_shapes.png
-share/doc/tuxpaint/gl/html/images/ex_stamps.png
-share/doc/tuxpaint/gl/html/images/ex_text.png
-share/doc/tuxpaint/gl/html/images/ex_tintable.png
-share/doc/tuxpaint/gl/html/images/fontsizes.png
-share/doc/tuxpaint/gl/html/images/icon-win32.png
-share/doc/tuxpaint/gl/html/images/open_back.png
-share/doc/tuxpaint/gl/html/images/open_dialog.jpg
-share/doc/tuxpaint/gl/html/images/open_erase.png
-share/doc/tuxpaint/gl/html/images/open_open.png
-share/doc/tuxpaint/gl/html/images/saveover.png
-share/doc/tuxpaint/gl/html/images/selector.jpg
-share/doc/tuxpaint/gl/html/images/stamp_edit.png
-share/doc/tuxpaint/gl/html/images/tips.jpg
-share/doc/tuxpaint/gl/html/images/tool_eraser.png
-share/doc/tuxpaint/gl/html/images/tool_lines.png
-share/doc/tuxpaint/gl/html/images/tool_magic.png
-share/doc/tuxpaint/gl/html/images/tool_new.png
-share/doc/tuxpaint/gl/html/images/tool_open.png
-share/doc/tuxpaint/gl/html/images/tool_paint.png
-share/doc/tuxpaint/gl/html/images/tool_print.png
-share/doc/tuxpaint/gl/html/images/tool_quit.png
-share/doc/tuxpaint/gl/html/images/tool_redo.png
-share/doc/tuxpaint/gl/html/images/tool_save.png
-share/doc/tuxpaint/gl/html/images/tool_shapes.png
-share/doc/tuxpaint/gl/html/images/tool_stamp.png
-share/doc/tuxpaint/gl/html/images/tool_text.png
-share/doc/tuxpaint/gl/html/images/tool_undo.png
-share/doc/tuxpaint/gl/html/images/tools.jpg
-share/doc/tuxpaint/gl/html/images/tuxpaint-title.jpg
-share/doc/tuxpaint/gl/html/images/tuxpaint-title.png
-share/doc/tuxpaint/he/AUTHORS.txt
-share/doc/tuxpaint/he/COPYING.html
-share/doc/tuxpaint/he/FAQ.txt
-share/doc/tuxpaint/he/INSTALL.txt
-share/doc/tuxpaint/he/OPTIONS.txt
-share/doc/tuxpaint/he/PNG.txt
-share/doc/tuxpaint/he/README.txt
-share/doc/tuxpaint/hi/AUTHORS.txt
-share/doc/tuxpaint/hi/COPYING.txt
-share/doc/tuxpaint/hi/FAQ.txt
-share/doc/tuxpaint/hi/INSTALL.txt
-share/doc/tuxpaint/hi/OPTIONS.txt
-share/doc/tuxpaint/hi/PNG.txt
-share/doc/tuxpaint/hi/README.txt
-share/doc/tuxpaint/hr/AUTHORS.txt
-share/doc/tuxpaint/hr/COPYING.txt
-share/doc/tuxpaint/hr/FAQ.txt
-share/doc/tuxpaint/hr/INSTALL.txt
-share/doc/tuxpaint/hr/OPTIONS.txt
-share/doc/tuxpaint/hr/PNG.txt
-share/doc/tuxpaint/hr/README.txt
-share/doc/tuxpaint/html/ADVANCED-STAMPS-HOWTO.html
-share/doc/tuxpaint/html/EXTENDING.html
-share/doc/tuxpaint/html/FAQ.html
-share/doc/tuxpaint/html/OPTIONS.html
-share/doc/tuxpaint/html/README.html
-share/doc/tuxpaint/html/images/brush_edit.png
-share/doc/tuxpaint/html/images/canvas.jpg
-share/doc/tuxpaint/html/images/colors.jpg
-share/doc/tuxpaint/html/images/ex_colorable.png
-share/doc/tuxpaint/html/images/ex_lines.png
-share/doc/tuxpaint/html/images/ex_paint.png
-share/doc/tuxpaint/html/images/ex_shapes.png
-share/doc/tuxpaint/html/images/ex_stamps.png
-share/doc/tuxpaint/html/images/ex_text.png
-share/doc/tuxpaint/html/images/ex_tintable.png
-share/doc/tuxpaint/html/images/fontsizes.png
-share/doc/tuxpaint/html/images/icon-win32.png
-share/doc/tuxpaint/html/images/open_back.png
-share/doc/tuxpaint/html/images/open_dialog.jpg
-share/doc/tuxpaint/html/images/open_erase.png
-share/doc/tuxpaint/html/images/open_open.png
-share/doc/tuxpaint/html/images/open_slides.png
-share/doc/tuxpaint/html/images/saveover.png
-share/doc/tuxpaint/html/images/selector.jpg
-share/doc/tuxpaint/html/images/stamp_edit.png
-share/doc/tuxpaint/html/images/tips.jpg
-share/doc/tuxpaint/html/images/tool_eraser.png
-share/doc/tuxpaint/html/images/tool_lines.png
-share/doc/tuxpaint/html/images/tool_magic.png
-share/doc/tuxpaint/html/images/tool_new.png
-share/doc/tuxpaint/html/images/tool_open.png
-share/doc/tuxpaint/html/images/tool_paint.png
-share/doc/tuxpaint/html/images/tool_print.png
-share/doc/tuxpaint/html/images/tool_quit.png
-share/doc/tuxpaint/html/images/tool_redo.png
-share/doc/tuxpaint/html/images/tool_save.png
-share/doc/tuxpaint/html/images/tool_sfx.png
-share/doc/tuxpaint/html/images/tool_shapes.png
-share/doc/tuxpaint/html/images/tool_stamp.png
-share/doc/tuxpaint/html/images/tool_stamp_categories.png
-share/doc/tuxpaint/html/images/tool_stamp_controls.png
-share/doc/tuxpaint/html/images/tool_text.png
-share/doc/tuxpaint/html/images/tool_undo.png
-share/doc/tuxpaint/html/images/tools.jpg
-share/doc/tuxpaint/html/images/tuxpaint-title.jpg
-share/doc/tuxpaint/html/images/tuxpaint-title.png
-share/doc/tuxpaint/hu/AUTHORS.txt
-share/doc/tuxpaint/hu/COPYING.txt
-share/doc/tuxpaint/hu/FAQ.txt
-share/doc/tuxpaint/hu/INSTALL.txt
-share/doc/tuxpaint/hu/PNG.txt
-share/doc/tuxpaint/hu/README.txt
-share/doc/tuxpaint/id/AUTHORS.txt
-share/doc/tuxpaint/id/COPYING.txt
-share/doc/tuxpaint/id/FAQ.txt
-share/doc/tuxpaint/id/INSTALL.txt
-share/doc/tuxpaint/id/OPTIONS.txt
-share/doc/tuxpaint/id/PNG.txt
-share/doc/tuxpaint/id/README.txt
-share/doc/tuxpaint/is/AUTHORS.txt
-share/doc/tuxpaint/is/COPYING.txt
-share/doc/tuxpaint/is/FAQ.txt
-share/doc/tuxpaint/is/INSTALL.txt
-share/doc/tuxpaint/is/PNG.txt
-share/doc/tuxpaint/is/README.txt
-share/doc/tuxpaint/it/AUTHORS.txt
-share/doc/tuxpaint/it/COPIATURA.txt
-share/doc/tuxpaint/it/FAQ.txt
-share/doc/tuxpaint/it/INSTALL.txt
-share/doc/tuxpaint/it/OPTIONS.txt
-share/doc/tuxpaint/it/PNG.txt
-share/doc/tuxpaint/it/README.txt
-share/doc/tuxpaint/it/html/README.html
Home |
Main Index |
Thread Index |
Old Index