Update to tuxpaint-0.9.26.

This commit is contained in:
ajacoutot 2021-07-01 11:53:38 +00:00
parent 8004e2e1eb
commit 8ac035f1f3
5 changed files with 204 additions and 124 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.31 2021/01/09 14:05:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.32 2021/07/01 11:53:38 ajacoutot Exp $
COMMENT= drawing program for children
DISTNAME= tuxpaint-0.9.25
DISTNAME= tuxpaint-0.9.26
CATEGORIES= games graphics
@ -14,12 +14,12 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
PERMIT_PACKAGE= Yes
WANTLIB += SDL SDL_Pango SDL_image SDL_mixer SDL_ttf c cairo fribidi
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 imagequant
WANTLIB += intl m paper png pthread rsvg-2 z
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 harfbuzz
WANTLIB += imagequant intl m pango-1.0 paper png pthread rsvg-2
WANTLIB += z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
BUILD_DEPENDS= devel/gettext,-tools \
devel/gperf \
graphics/ImageMagick

View File

@ -1,2 +1,2 @@
SHA256 (tuxpaint-0.9.25.tar.gz) = wRhbe6l3Aa5IY5rePlVIi9aVqRmntbOPWyqw35O24Z0=
SIZE (tuxpaint-0.9.25.tar.gz) = 15751899
SHA256 (tuxpaint-0.9.26.tar.gz) = Sqg+suZ7/H40kzZtDqIx2ka55qnFUr8mfshoJB//qPE=
SIZE (tuxpaint-0.9.26.tar.gz) = 14193222

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-Makefile,v 1.12 2021/01/09 14:05:40 ajacoutot Exp $
$OpenBSD: patch-Makefile,v 1.13 2021/07/01 11:53:38 ajacoutot Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -52,7 +52,7 @@ else
@@ -58,7 +58,7 @@ else
endif
else
OS:=linux
@ -12,37 +12,37 @@ Index: Makefile
endif
endif
endif
@@ -110,7 +110,7 @@ ARCH_LIBS:=$($(OS)_ARCH_LIBS)
windows_ARCH_CFLAGS:=
macos_ARCH_CFLAGS:=-mmacosx-version-min=10.8 -isystem /opt/local/include -DHAVE_STRCASESTR -w -headerpad_max_install_names
@@ -175,7 +175,7 @@ windows_ARCH_CFLAGS:=
macos_ARCH_CFLAGS:=-isysroot $(SDKROOT) -I$(SDKROOT)/usr/include -I$(HOSTROOT)/include -mmacosx-version-min=$(MINVER) -arch $(subst $() $(), -arch ,$(ARCHS)) -w -headerpad_max_install_names -DHAVE_STRCASESTR
ios_ARCH_CFLAGS:=-isysroot $(SDKROOT) -I$(SDKROOT)/usr/include -I$(HOSTROOT)/include $(MINVEROPT) -arch $(subst $() $(), -arch ,$(ARCHS)) -w -fPIC -DHAVE_STRCASESTR -DUNLINK_ONLY
beos_ARCH_CFLAGS:=
-linux_ARCH_CFLAGS:=
+#linux_ARCH_CFLAGS:=
ARCH_CFLAGS:=$($(OS)_ARCH_CFLAGS)
windows_ARCH_LDFLAGS:=
@@ -120,9 +120,8 @@ linux_ARCH_LDFLAGS:=
@@ -186,9 +186,8 @@ linux_ARCH_LDFLAGS:=
ARCH_LDFLAGS:=$($(OS)_ARCH_LDFLAGS)
LDFLAGS:=$(ARCH_LDFLAGS)
-PAPER_LIB:=$(call linktest,-lpaper,)
-PNG:=$(call linktest,-lpng,)
-PNG:=$(if $(PNG),$(PNG),$(call linktest,-lpng12,))
-PAPER_LIB:=$(call linktest,,-lpaper,)
-PNG:=$(call linktest,libpng,-lpng,)
-PNG:=$(if $(PNG),$(PNG),$(call linktest,,-lpng12,))
+PAPER_LIB:=-lpaper
+PNG:=$(shell $(PKG_CONFIG) --libs libpng)
FRIBIDI_LIB:=$(shell $(PKG_CONFIG) --libs fribidi)
FRIBIDI_CFLAGS:=$(shell $(PKG_CONFIG) --cflags fribidi)
@@ -144,7 +143,7 @@ ARCH_HEADERS:=$($(OS)_ARCH_HEADERS)
windows_PREFIX:=/usr/local
@@ -212,7 +211,7 @@ windows_PREFIX:=/usr/local
macos_PREFIX:=Resources
ios_PREFIX:=.
linux_PREFIX:=/usr/local
-PREFIX:=$($(OS)_PREFIX)
+PREFIX:=${TRUEPREFIX}
# Root directory to place files when creating packages.
# PKG_ROOT is the old name for this, and should be undefined.
@@ -178,19 +177,19 @@ INCLUDE_PREFIX:=$(DESTDIR)$(PREFIX)/include
@@ -248,19 +247,19 @@ INCLUDE_PREFIX:=$(DESTDIR)$(PREFIX)/include
MAGIC_PREFIX:=$(DESTDIR)$(LIBDIR)/lib$(LIBDIRSUFFIX)/tuxpaint/plugins
# Docs and man page:
@ -67,7 +67,7 @@ Index: Makefile
endif
ifeq ($(SYSNAME),Haiku)
@@ -658,18 +657,16 @@ uninstall: uninstall-i18n
@@ -733,18 +732,16 @@ uninstall: uninstall-i18n
install-default-config:
@echo
@echo "...Installing default config file..."
@ -90,7 +90,7 @@ Index: Makefile
# Install example stamps
@@ -677,7 +674,7 @@ install-bash-completion:
@@ -752,7 +749,7 @@ install-bash-completion:
install-example-stamps:
@echo
@echo "...Installing example stamps..."
@ -99,7 +99,7 @@ Index: Makefile
@cp -R stamps/* $(DATA_PREFIX)/stamps
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/stamps
@@ -727,7 +724,10 @@ $(THUMB_STARTERS):
@@ -802,7 +799,10 @@ $(THUMB_STARTERS):
fi
$(INSTALLED_THUMB_STARTERS): $(DATA_PREFIX)/%: %
@ -111,7 +111,7 @@ Index: Makefile
.PHONY: echo-thumb-starters
echo-thumb-starters:
@@ -834,24 +834,22 @@ install-nokia770:
@@ -909,24 +909,22 @@ install-nokia770:
install-xdg:
@echo
@echo "...Installing launcher icon into desktop environment..."
@ -152,7 +152,7 @@ Index: Makefile
# Install the PNG icon (for KDE desktop, etc.)
# and the 24-color 32x32 XPM (for other Window managers):
@@ -859,12 +857,9 @@ install-xdg:
@@ -934,12 +932,9 @@ install-xdg:
install-icon:
@echo
@echo "...Installing launcher icon graphics..."
@ -168,7 +168,7 @@ Index: Makefile
# Install the program:
@@ -872,9 +867,8 @@ install-icon:
@@ -947,9 +942,8 @@ install-icon:
install-bin:
@echo
@echo "...Installing program itself..."
@ -180,7 +180,7 @@ Index: Makefile
# Install tuxpaint-config and required Windows DLLs into the 'bdist' directory
.PHONY: install-dlls
@@ -949,8 +943,7 @@ install-haiku:
@@ -1024,8 +1018,7 @@ install-haiku:
install-importscript:
@echo
@echo "...Installing 'tuxpaint-import' script..."
@ -190,7 +190,7 @@ Index: Makefile
# Install the data (sound, graphics, fonts):
@@ -958,12 +951,14 @@ install-importscript:
@@ -1033,12 +1026,14 @@ install-importscript:
install-data:
@echo
@echo "...Installing data files..."
@ -207,7 +207,7 @@ Index: Makefile
@cp -R fonts/locale/* $(DATA_PREFIX)/fonts/locale
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/fonts/locale
@@ -983,7 +978,7 @@ install-osk:
@@ -1058,7 +1053,7 @@ install-osk:
install-doc:
@echo
@echo "...Installing documentation..."
@ -216,7 +216,7 @@ Index: Makefile
@cp -R docs/* $(DOC_PREFIX)
@# FIXME: Needs improvement, when we add other translations -bjk 2018.08.30
@install -d $(DOC_PREFIX)/en/magic-docs
@@ -997,25 +992,13 @@ install-man:
@@ -1072,25 +1067,13 @@ install-man:
@echo
@echo "...Installing man pages..."
@# man1 directory...

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_manpage_tuxpaint_1,v 1.8 2021/01/09 14:05:40 ajacoutot Exp $
$OpenBSD: patch-src_manpage_tuxpaint_1,v 1.9 2021/07/01 11:53:38 ajacoutot Exp $
Index: src/manpage/tuxpaint.1
--- src/manpage/tuxpaint.1.orig
+++ src/manpage/tuxpaint.1
@@ -953,7 +953,7 @@ Display a lists of all supported languages.
@@ -977,7 +977,7 @@ Display a lists of all supported languages.
.TP 8
.B \-\-nosysconfig
With this option, \fITux Paint\fP will not attempt to read the
@ -12,7 +12,7 @@ Index: src/manpage/tuxpaint.1
.TP 8
.B \-\-nolockfile
@@ -981,7 +981,7 @@ to determine language to use, if \fIsetlocale(3)\fP re
@@ -1005,7 +1005,7 @@ to determine language to use, if \fIsetlocale(3)\fP re
.SH FILES
.TP 8
@ -21,7 +21,7 @@ Index: src/manpage/tuxpaint.1
System-wide configuration file. It is read first
(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
.RS
@@ -1245,4 +1245,4 @@ Huang Zuzhen.
@@ -1335,4 +1335,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2021/01/09 14:05:40 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.13 2021/07/01 11:53:38 ajacoutot Exp $
bin/tp-magic-config
@bin bin/tuxpaint
bin/tuxpaint-import
@ -13,6 +13,8 @@ lib/tuxpaint/plugins/
@so lib/tuxpaint/plugins/bricks.so
@so lib/tuxpaint/plugins/calligraphy.so
@so lib/tuxpaint/plugins/cartoon.so
@so lib/tuxpaint/plugins/checkerboard.so
@so lib/tuxpaint/plugins/clone.so
@so lib/tuxpaint/plugins/confetti.so
@so lib/tuxpaint/plugins/distortion.so
@so lib/tuxpaint/plugins/emboss.so
@ -34,6 +36,7 @@ lib/tuxpaint/plugins/
@so lib/tuxpaint/plugins/negative.so
@so lib/tuxpaint/plugins/noise.so
@so lib/tuxpaint/plugins/perspective.so
@so lib/tuxpaint/plugins/pixels.so
@so lib/tuxpaint/plugins/puzzle.so
@so lib/tuxpaint/plugins/rails.so
@so lib/tuxpaint/plugins/rain.so
@ -112,6 +115,7 @@ share/doc/tuxpaint/default_colors.txt
share/doc/tuxpaint/dejavu.txt
share/doc/tuxpaint/en/
share/doc/tuxpaint/en/ADVANCED-STAMPS-HOWTO.txt
share/doc/tuxpaint/en/ENVVARS.txt
share/doc/tuxpaint/en/EXTENDING.txt
share/doc/tuxpaint/en/FAQ.txt
share/doc/tuxpaint/en/INSTALL.txt
@ -122,10 +126,15 @@ share/doc/tuxpaint/en/SIGNALS.txt
share/doc/tuxpaint/en/SVG.txt
share/doc/tuxpaint/en/html/
share/doc/tuxpaint/en/html/ADVANCED-STAMPS-HOWTO.html
share/doc/tuxpaint/en/html/ENVVARS.html
share/doc/tuxpaint/en/html/EXTENDING.html
share/doc/tuxpaint/en/html/FAQ.html
share/doc/tuxpaint/en/html/INSTALL.html
share/doc/tuxpaint/en/html/OPTIONS.html
share/doc/tuxpaint/en/html/PNG.html
share/doc/tuxpaint/en/html/README.html
share/doc/tuxpaint/en/html/SIGNALS.html
share/doc/tuxpaint/en/html/SVG.html
share/doc/tuxpaint/en/magic-docs/
share/doc/tuxpaint/en/magic-docs/blinds.txt
share/doc/tuxpaint/en/magic-docs/blocks.txt
@ -134,6 +143,8 @@ share/doc/tuxpaint/en/magic-docs/bricks.txt
share/doc/tuxpaint/en/magic-docs/calligraphy.txt
share/doc/tuxpaint/en/magic-docs/cartoon.txt
share/doc/tuxpaint/en/magic-docs/chalk.txt
share/doc/tuxpaint/en/magic-docs/checkerboard.txt
share/doc/tuxpaint/en/magic-docs/clone.txt
share/doc/tuxpaint/en/magic-docs/color_and_white.txt
share/doc/tuxpaint/en/magic-docs/color_shift.txt
share/doc/tuxpaint/en/magic-docs/confetti.txt
@ -159,6 +170,8 @@ share/doc/tuxpaint/en/magic-docs/html/bricks.html
share/doc/tuxpaint/en/magic-docs/html/calligraphy.html
share/doc/tuxpaint/en/magic-docs/html/cartoon.html
share/doc/tuxpaint/en/magic-docs/html/chalk.html
share/doc/tuxpaint/en/magic-docs/html/checkerboard.html
share/doc/tuxpaint/en/magic-docs/html/clone.html
share/doc/tuxpaint/en/magic-docs/html/color_and_white.html
share/doc/tuxpaint/en/magic-docs/html/color_shift.html
share/doc/tuxpaint/en/magic-docs/html/confetti.html
@ -189,6 +202,7 @@ share/doc/tuxpaint/en/magic-docs/html/noise.html
share/doc/tuxpaint/en/magic-docs/html/pattern.html
share/doc/tuxpaint/en/magic-docs/html/perspective.html
share/doc/tuxpaint/en/magic-docs/html/picasso.html
share/doc/tuxpaint/en/magic-docs/html/pixels.html
share/doc/tuxpaint/en/magic-docs/html/puzzle.html
share/doc/tuxpaint/en/magic-docs/html/rails.html
share/doc/tuxpaint/en/magic-docs/html/rain.html
@ -232,6 +246,7 @@ share/doc/tuxpaint/en/magic-docs/noise.txt
share/doc/tuxpaint/en/magic-docs/pattern.txt
share/doc/tuxpaint/en/magic-docs/perspective.txt
share/doc/tuxpaint/en/magic-docs/picasso.txt
share/doc/tuxpaint/en/magic-docs/pixels.txt
share/doc/tuxpaint/en/magic-docs/puzzle.txt
share/doc/tuxpaint/en/magic-docs/rails.txt
share/doc/tuxpaint/en/magic-docs/rain.txt
@ -262,91 +277,127 @@ share/doc/tuxpaint/en/magic-docs/waves.txt
share/doc/tuxpaint/en/magic-docs/wet_paint.txt
share/doc/tuxpaint/en/magic-docs/xor_colors.txt
share/doc/tuxpaint/en/magic-docs/zoom.txt
share/doc/tuxpaint/es/
share/doc/tuxpaint/es/AUTORES.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/
share/doc/tuxpaint/es/html/LEEME.html
share/doc/tuxpaint/es/html/OPCIONES.html
share/doc/tuxpaint/fr/
share/doc/tuxpaint/fr/AUTHORS.txt
share/doc/tuxpaint/fr/EXTENDING.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/README.txt
share/doc/tuxpaint/fr/README1.txt
share/doc/tuxpaint/fr/README2.txt
share/doc/tuxpaint/fr/html/
share/doc/tuxpaint/fr/html/EXTENDING.html
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/README.html
share/doc/tuxpaint/fr/html/images/
share/doc/tuxpaint/fr/html/images/captures/
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/
share/doc/tuxpaint/gl/PNG.txt
share/doc/tuxpaint/gl/README.txt
share/doc/tuxpaint/gl/html/
share/doc/tuxpaint/gl/html/README.html
share/doc/tuxpaint/gl/html/images/
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/es_ES.UTF-8/
share/doc/tuxpaint/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
share/doc/tuxpaint/es_ES.UTF-8/ENVVARS.txt
share/doc/tuxpaint/es_ES.UTF-8/EXTENDING.txt
share/doc/tuxpaint/es_ES.UTF-8/FAQ.txt
share/doc/tuxpaint/es_ES.UTF-8/INSTALL.txt
share/doc/tuxpaint/es_ES.UTF-8/OPTIONS.txt
share/doc/tuxpaint/es_ES.UTF-8/PNG.txt
share/doc/tuxpaint/es_ES.UTF-8/README.txt
share/doc/tuxpaint/es_ES.UTF-8/SIGNALS.txt
share/doc/tuxpaint/es_ES.UTF-8/SVG.txt
share/doc/tuxpaint/es_ES.UTF-8/html/
share/doc/tuxpaint/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
share/doc/tuxpaint/es_ES.UTF-8/html/ENVVARS.html
share/doc/tuxpaint/es_ES.UTF-8/html/EXTENDING.html
share/doc/tuxpaint/es_ES.UTF-8/html/FAQ.html
share/doc/tuxpaint/es_ES.UTF-8/html/INSTALL.html
share/doc/tuxpaint/es_ES.UTF-8/html/OPTIONS.html
share/doc/tuxpaint/es_ES.UTF-8/html/PNG.html
share/doc/tuxpaint/es_ES.UTF-8/html/README.html
share/doc/tuxpaint/es_ES.UTF-8/html/SIGNALS.html
share/doc/tuxpaint/es_ES.UTF-8/html/SVG.html
share/doc/tuxpaint/fr_FR.UTF-8/
share/doc/tuxpaint/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt
share/doc/tuxpaint/fr_FR.UTF-8/AUTHORS.txt
share/doc/tuxpaint/fr_FR.UTF-8/ENVVARS.txt
share/doc/tuxpaint/fr_FR.UTF-8/EXTENDING.txt
share/doc/tuxpaint/fr_FR.UTF-8/FAQ.txt
share/doc/tuxpaint/fr_FR.UTF-8/INSTALL.txt
share/doc/tuxpaint/fr_FR.UTF-8/Makefile
share/doc/tuxpaint/fr_FR.UTF-8/OPTIONS.txt
share/doc/tuxpaint/fr_FR.UTF-8/PNG.txt
share/doc/tuxpaint/fr_FR.UTF-8/README.txt
share/doc/tuxpaint/fr_FR.UTF-8/SIGNALS.txt
share/doc/tuxpaint/fr_FR.UTF-8/SVG.txt
share/doc/tuxpaint/fr_FR.UTF-8/html/
share/doc/tuxpaint/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
share/doc/tuxpaint/fr_FR.UTF-8/html/ENVVARS.html
share/doc/tuxpaint/fr_FR.UTF-8/html/EXTENDING.html
share/doc/tuxpaint/fr_FR.UTF-8/html/FAQ.html
share/doc/tuxpaint/fr_FR.UTF-8/html/INSTALL.html
share/doc/tuxpaint/fr_FR.UTF-8/html/OPTIONS.html
share/doc/tuxpaint/fr_FR.UTF-8/html/PNG.html
share/doc/tuxpaint/fr_FR.UTF-8/html/README.html
share/doc/tuxpaint/fr_FR.UTF-8/html/SIGNALS.html
share/doc/tuxpaint/fr_FR.UTF-8/html/SVG.html
share/doc/tuxpaint/fr_FR.UTF-8/html/images/
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/controles_tampon_ds_selecteur.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/fenetre_de_demarrage.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/forme-rotation.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/forme_choix_taille.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/lettre2.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/ligne.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/magic1.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/magic2.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/outil_dessin.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/outil_tampon.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/ouvrir.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/captures/texte1.jpg
share/doc/tuxpaint/fr_FR.UTF-8/html/images/tete_de_chien.png
share/doc/tuxpaint/gl_ES.UTF-8/
share/doc/tuxpaint/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
share/doc/tuxpaint/gl_ES.UTF-8/ENVVARS.txt
share/doc/tuxpaint/gl_ES.UTF-8/EXTENDING.txt
share/doc/tuxpaint/gl_ES.UTF-8/FAQ.txt
share/doc/tuxpaint/gl_ES.UTF-8/INSTALL.txt
share/doc/tuxpaint/gl_ES.UTF-8/OPTIONS.txt
share/doc/tuxpaint/gl_ES.UTF-8/PNG.txt
share/doc/tuxpaint/gl_ES.UTF-8/README.txt
share/doc/tuxpaint/gl_ES.UTF-8/SIGNALS.txt
share/doc/tuxpaint/gl_ES.UTF-8/SVG.txt
share/doc/tuxpaint/gl_ES.UTF-8/html/
share/doc/tuxpaint/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
share/doc/tuxpaint/gl_ES.UTF-8/html/ENVVARS.html
share/doc/tuxpaint/gl_ES.UTF-8/html/EXTENDING.html
share/doc/tuxpaint/gl_ES.UTF-8/html/FAQ.html
share/doc/tuxpaint/gl_ES.UTF-8/html/INSTALL.html
share/doc/tuxpaint/gl_ES.UTF-8/html/OPTIONS.html
share/doc/tuxpaint/gl_ES.UTF-8/html/PNG.html
share/doc/tuxpaint/gl_ES.UTF-8/html/README.html
share/doc/tuxpaint/gl_ES.UTF-8/html/SIGNALS.html
share/doc/tuxpaint/gl_ES.UTF-8/html/SVG.html
share/doc/tuxpaint/gl_ES.UTF-8/html/images/
share/doc/tuxpaint/gl_ES.UTF-8/html/images/brush_edit.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/canvas.jpg
share/doc/tuxpaint/gl_ES.UTF-8/html/images/colors.jpg
share/doc/tuxpaint/gl_ES.UTF-8/html/images/ex_colorable.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/ex_lines.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/ex_paint.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/ex_shapes.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/ex_stamps.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/ex_text.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/ex_tintable.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/fontsizes.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/icon-win32.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/open_back.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/open_dialog.jpg
share/doc/tuxpaint/gl_ES.UTF-8/html/images/open_erase.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/open_open.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/saveover.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/selector.jpg
share/doc/tuxpaint/gl_ES.UTF-8/html/images/stamp_edit.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tips.jpg
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_eraser.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_lines.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_magic.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_new.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_open.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_paint.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_print.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_quit.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_redo.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_save.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_shapes.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_stamp.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_text.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tool_undo.png
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tools.jpg
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tuxpaint-title.jpg
share/doc/tuxpaint/gl_ES.UTF-8/html/images/tuxpaint-title.png
share/doc/tuxpaint/html/
share/doc/tuxpaint/html/images/
share/doc/tuxpaint/html/images/brush_edit.png
@ -402,10 +453,28 @@ share/doc/tuxpaint/it/PNG.txt
share/doc/tuxpaint/it/README.txt
share/doc/tuxpaint/it/html/
share/doc/tuxpaint/it/html/README.html
share/doc/tuxpaint/ja/
share/doc/tuxpaint/ja/README.txt
share/doc/tuxpaint/ja/html/
share/doc/tuxpaint/ja/html/README.html
share/doc/tuxpaint/ja_JP.UTF-8/
share/doc/tuxpaint/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt
share/doc/tuxpaint/ja_JP.UTF-8/ENVVARS.txt
share/doc/tuxpaint/ja_JP.UTF-8/EXTENDING.txt
share/doc/tuxpaint/ja_JP.UTF-8/FAQ.txt
share/doc/tuxpaint/ja_JP.UTF-8/INSTALL.txt
share/doc/tuxpaint/ja_JP.UTF-8/OPTIONS.txt
share/doc/tuxpaint/ja_JP.UTF-8/PNG.txt
share/doc/tuxpaint/ja_JP.UTF-8/README.txt
share/doc/tuxpaint/ja_JP.UTF-8/SIGNALS.txt
share/doc/tuxpaint/ja_JP.UTF-8/SVG.txt
share/doc/tuxpaint/ja_JP.UTF-8/html/
share/doc/tuxpaint/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
share/doc/tuxpaint/ja_JP.UTF-8/html/ENVVARS.html
share/doc/tuxpaint/ja_JP.UTF-8/html/EXTENDING.html
share/doc/tuxpaint/ja_JP.UTF-8/html/FAQ.html
share/doc/tuxpaint/ja_JP.UTF-8/html/INSTALL.html
share/doc/tuxpaint/ja_JP.UTF-8/html/OPTIONS.html
share/doc/tuxpaint/ja_JP.UTF-8/html/PNG.html
share/doc/tuxpaint/ja_JP.UTF-8/html/README.html
share/doc/tuxpaint/ja_JP.UTF-8/html/SIGNALS.html
share/doc/tuxpaint/ja_JP.UTF-8/html/SVG.html
share/doc/tuxpaint/ko/
share/doc/tuxpaint/ko/OPTIONS.txt
share/doc/tuxpaint/ko/README-utf8.txt
@ -844,6 +913,10 @@ share/tuxpaint/im/ko.im
share/tuxpaint/im/th.im
share/tuxpaint/im/zh_tw.im
share/tuxpaint/images/
share/tuxpaint/images/fills/
share/tuxpaint/images/fills/gradient_linear.png
share/tuxpaint/images/fills/gradient_radial.png
share/tuxpaint/images/fills/solid.png
share/tuxpaint/images/icon-win32.ico
share/tuxpaint/images/icon.png
share/tuxpaint/images/icon128x128.png
@ -866,6 +939,8 @@ share/tuxpaint/images/magic/calligraphy.png
share/tuxpaint/images/magic/calligraphy_brush.png
share/tuxpaint/images/magic/cartoon.png
share/tuxpaint/images/magic/chalk.png
share/tuxpaint/images/magic/checkerboard.png
share/tuxpaint/images/magic/clone.png
share/tuxpaint/images/magic/colornwhite.png
share/tuxpaint/images/magic/confetti.png
share/tuxpaint/images/magic/darken.png
@ -907,6 +982,7 @@ share/tuxpaint/images/magic/negative.png
share/tuxpaint/images/magic/noise.png
share/tuxpaint/images/magic/perspective.png
share/tuxpaint/images/magic/picasso.png
share/tuxpaint/images/magic/pixels.png
share/tuxpaint/images/magic/puzzle.png
share/tuxpaint/images/magic/rails.png
share/tuxpaint/images/magic/rails_corner.png
@ -1108,6 +1184,9 @@ share/tuxpaint/sounds/magic/brick.wav
share/tuxpaint/sounds/magic/calligraphy.ogg
share/tuxpaint/sounds/magic/cartoon.wav
share/tuxpaint/sounds/magic/chalk.wav
share/tuxpaint/sounds/magic/checkerboard.ogg
share/tuxpaint/sounds/magic/clone.ogg
share/tuxpaint/sounds/magic/clone_start.ogg
share/tuxpaint/sounds/magic/confetti.ogg
share/tuxpaint/sounds/magic/darken.wav
share/tuxpaint/sounds/magic/distortion.ogg
@ -1125,7 +1204,7 @@ share/tuxpaint/sounds/magic/fold.wav
share/tuxpaint/sounds/magic/fretwork.ogg
share/tuxpaint/sounds/magic/glasstile.ogg
share/tuxpaint/sounds/magic/grass.wav
share/tuxpaint/sounds/magic/halftone.wav
share/tuxpaint/sounds/magic/halftone.ogg
share/tuxpaint/sounds/magic/kaleidoscope.ogg
share/tuxpaint/sounds/magic/light1.ogg
share/tuxpaint/sounds/magic/light2.ogg
@ -1139,6 +1218,7 @@ share/tuxpaint/sounds/magic/negative.wav
share/tuxpaint/sounds/magic/noise.ogg
share/tuxpaint/sounds/magic/perspective.ogg
share/tuxpaint/sounds/magic/picasso.ogg
share/tuxpaint/sounds/magic/pixels.ogg
share/tuxpaint/sounds/magic/puzzle.wav
share/tuxpaint/sounds/magic/rails.wav
share/tuxpaint/sounds/magic/rain.ogg