Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 12:06:09 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435048 - in head/graphics: . azpainter azpainter/files
Message-ID:  <201702281206.v1SC69wI026104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Feb 28 12:06:09 2017
New Revision: 435048
URL: https://svnweb.freebsd.org/changeset/ports/435048

Log:
  AzPainter is a full color painting application for Unix-like systems for
  illustration drawing.  This is not suitable for dot editing.  Since the
  color is handled internally with 16-bit precision (15-bit fixed point),
  color accuracy is increased at the expense of more memory being consumed.
  
  WWW: http://azsky2.html.xdomain.jp/linux/azpainter/
  
  TIMESTAMP (azpainter-2.0.2.tar.bz2) = 1487462397

Added:
  head/graphics/azpainter/
  head/graphics/azpainter/Makefile   (contents, props changed)
  head/graphics/azpainter/distinfo   (contents, props changed)
  head/graphics/azpainter/files/
  head/graphics/azpainter/files/patch-AUTHORS   (contents, props changed)
  head/graphics/azpainter/files/patch-data_Makefile.in   (contents, props changed)
  head/graphics/azpainter/files/patch-desktop_azpainter.desktop   (contents, props changed)
  head/graphics/azpainter/files/patch-mlib_include_mSysX11.h   (contents, props changed)
  head/graphics/azpainter/files/patch-mlib_src_x11_x11__main.c   (contents, props changed)
  head/graphics/azpainter/files/patch-translation_en   (contents, props changed)
  head/graphics/azpainter/files/ru   (contents, props changed)
  head/graphics/azpainter/files/uk   (contents, props changed)
  head/graphics/azpainter/pkg-descr   (contents, props changed)
  head/graphics/azpainter/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Feb 28 11:59:59 2017	(r435047)
+++ head/graphics/Makefile	Tue Feb 28 12:06:09 2017	(r435048)
@@ -63,6 +63,7 @@
     SUBDIR += autotrace
     SUBDIR += aview
     SUBDIR += ayam
+    SUBDIR += azpainter
     SUBDIR += backfract
     SUBDIR += barbecue
     SUBDIR += barcode

Added: head/graphics/azpainter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/Makefile	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,39 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azpainter
+DISTVERSION=	2.0.2
+CATEGORIES=	graphics
+MASTER_SITES=	http://jaist.dl.osdn.jp/azpainter/67130/ \
+		http://rwthaachen.dl.osdn.jp/azpainter/67130/
+
+MAINTAINER=	danfe@FreeBSD.org
+COMMENT=	16-bit RGB full color painting application
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libpng.so:graphics/png
+
+USES=		desktop-file-utils jpeg localbase tar:bzip2
+USE_XORG=	x11 xext xi
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-freetype-dir=${LOCALBASE}/include/freetype2
+
+PORTDOCS=	AUTHORS ChangeLog NEWS README README.ja manual
+
+OPTIONS_DEFINE=	DOCS
+
+pre-build:
+	${CP} -p ${FILESDIR}/?? ${WRKSRC}/translation
+	cd ${WRKSRC}/translation && ${CC} ${CFLAGS} -o mtrconv mtrconv.c
+.for lang in en ru uk
+	cd ${WRKSRC}/translation && ./mtrconv ${lang} ../data/tr/${lang}.mtr
+.endfor
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${CP} -a ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/graphics/azpainter/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/distinfo	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1487462397
+SHA256 (azpainter-2.0.2.tar.bz2) = 24ee7cb15bb313a395d35094fe41cd9fc21bad67d2fffbbf7cce41d8c6b5a589
+SIZE (azpainter-2.0.2.tar.bz2) = 760536

Added: head/graphics/azpainter/files/patch-AUTHORS
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/files/patch-AUTHORS	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,12 @@
+--- AUTHORS.orig	2017-02-18 23:19:16 UTC
++++ AUTHORS
+@@ -1,4 +1,7 @@
+ # translation
+ -------------------
+ 
+-pt_BR : Adriano Duarte
+\ No newline at end of file
++pt_BR : Adriano Duarte
++ru : Eugeniy Fedirets <evgeniy_fedirets@ukr.net>, 2017
++     Alexandre Prokoudine <alexandre.prokoudine@gmail.com>, 2017
++uk : Eugeniy Fedirets <evgeniy_fedirets@ukr.net>, 2017

Added: head/graphics/azpainter/files/patch-data_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/files/patch-data_Makefile.in	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,13 @@
+--- data/Makefile.in.orig	2017-02-18 23:19:20 UTC
++++ data/Makefile.in
+@@ -321,7 +321,9 @@ trdatadir = $(appdatadir)/tr
+ dist_trdata_DATA = \
+ tr/en.mtr \
+ tr/ja.mtr \
+-tr/pt_BR.mtr
++tr/pt_BR.mtr \
++tr/ru.mtr \
++tr/uk.mtr
+ 
+ 
+ # brush

Added: head/graphics/azpainter/files/patch-desktop_azpainter.desktop
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/files/patch-desktop_azpainter.desktop	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,19 @@
+--- desktop/azpainter.desktop.orig	2017-02-18 23:19:16 UTC
++++ desktop/azpainter.desktop
+@@ -1,8 +1,14 @@
+ [Desktop Entry]
+-Version=1.0
++Version=2.0
+ Type=Application
+ Name=AzPainter
+-Exec=azpainter
++Exec=azpainter %F
+ Icon=azpainter
+ Terminal=false
+ Categories=Graphics;
++Comment=16-bit RGB full color painting application
++Comment[ja]=16-bit RGB full color painting application
++Comment[pt_BR]=16-bit RGB full color painting application
++Comment[ru]=16-bit RGB full color painting application
++Comment[uk]=16-bit RGB full color painting application
++MimeType=application/x-azpainter-apd;

Added: head/graphics/azpainter/files/patch-mlib_include_mSysX11.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/files/patch-mlib_include_mSysX11.h	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,11 @@
+--- mlib/include/mSysX11.h.orig	2017-02-18 23:19:17 UTC
++++ mlib/include/mSysX11.h
+@@ -150,7 +150,7 @@ struct _mAppSystem
+ 
+ #if !defined(MLIB_NO_THREAD)
+ 	mMutex mutex;
+-	int fd_event;
++	int fd_pipe[2];
+ #endif
+ 
+ 	Atom atoms[MX11_ATOM_NUM];

Added: head/graphics/azpainter/files/patch-mlib_src_x11_x11__main.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/files/patch-mlib_src_x11_x11__main.c	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,70 @@
+--- mlib/src/x11/x11_main.c.orig	2017-02-18 23:19:17 UTC
++++ mlib/src/x11/x11_main.c
+@@ -36,7 +36,6 @@ $*/
+ 
+ #include <stdio.h>
+ #include <sys/select.h>
+-#include <sys/eventfd.h>
+ #include <unistd.h>
+ 
+ #include <ft2build.h>
+@@ -199,10 +198,9 @@ static void _app_init_thread(mAppSystem 
+ 
+ #else
+ 
+-	p->fd_event = eventfd(0, 0);
+-	if(p->fd_event == -1) p->fd_event = 0;
++	if(pipe(p->fd_pipe) == -1) p->fd_pipe[0] = p->fd_pipe[1] = 0;
+ 
+-	p->select_fdnum = 1 + ((p->connection < p->fd_event)? p->fd_event: p->connection);
++	p->select_fdnum = 1 + ((p->connection < p->fd_pipe[1])? p->fd_pipe[1]: p->connection);
+ 
+ 	p->mutex = mMutexNew();
+ 	mMutexLock(p->mutex);
+@@ -228,8 +226,10 @@ void __mAppEnd(void)
+ 
+ #if !defined(MLIB_NO_THREAD)
+ 
+-	if(p->fd_event)
+-		close(p->fd_event);
++	if(p->fd_pipe[0])
++		close(p->fd_pipe[0]);
++	if(p->fd_pipe[1])
++		close(p->fd_pipe[1]);
+ 
+ 	if(p->mutex)
+ 	{
+@@ -435,8 +435,8 @@ void mAppWakeUpEvent()
+ 
+ 	int64_t num = 1;
+ 
+-	if(MAPP_SYS->fd_event)
+-		write(MAPP_SYS->fd_event, &num, 8);
++	if(MAPP_SYS->fd_pipe[1])
++		write(MAPP_SYS->fd_pipe[1], &num, 8);
+ 
+ #endif
+ }
+@@ -492,7 +492,8 @@ static int _wait_event(void)
+ 	FD_SET(p->connection, &fd);
+ 
+ #if !defined(MLIB_NO_THREAD)
+-	if(p->fd_event) FD_SET(p->fd_event, &fd);
++	if(p->fd_pipe[0]) FD_SET(p->fd_pipe[0], &fd);
++	if(p->fd_pipe[1]) FD_SET(p->fd_pipe[1], &fd);
+ #endif
+ 	
+ 	//タイマーの最小時間
+@@ -526,10 +527,10 @@ static int _wait_event(void)
+ 	else if(FD_ISSET(p->connection, &fd))
+ 		return 1;
+ #if !defined(MLIB_NO_THREAD)
+-	else if(p->fd_event && FD_ISSET(p->fd_event, &fd))
++	else if(p->fd_pipe[0] && FD_ISSET(p->fd_pipe[0], &fd))
+ 	{
+ 		int64_t eft;
+-		read(p->fd_event, &eft, 8);
++		read(p->fd_pipe[0], &eft, 8);
+ 	}
+ #endif
+ 

Added: head/graphics/azpainter/files/patch-translation_en
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/files/patch-translation_en	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,145 @@
+--- translation/en.orig	2017-02-18 23:19:17 UTC
++++ translation/en
+@@ -48,7 +48,7 @@
+ +=Overwrite
+ +=Save as
+ +=Save a copy
+-+=Show palette
+++=Show panels
+ +=Flip canvas horizontally
+ +=Show background as plaid pattern
+ +=Show grid
+@@ -76,7 +76,7 @@
+ +=[Shift:  horizontally] [Ctrl: vertically]
+ +=[+Ctrl when pressed: delete selection]
+ +=[+Shift when pressed: overwrite] [Ctrl: hide selection frame while dragging]
+-+=[click to paste if there is a image] [Ctrl: clear the image and reselect]
+++=[click to paste if there is an image] [Ctrl: clear the image and reselect]
+ +=[Ctrl: color on current layer] [Shift: set as mask color] [Alt: add to mask color]
+ 
+ +=[Shift: in denomination of 45°]
+@@ -107,7 +107,7 @@
+ +=Stamp
+ +=Move canvas
+ +=Rotate canvas
+-+=Spuit
+++=Color picker
+ 
+ #----------------
+ # tool sub
+@@ -183,7 +183,7 @@
+ [106]
+ 0=normal
+ +=multiplication
+-+=addtion
+++=addition
+ +=subtraction
+ +=screen(color filter)
+ +=overlay
+@@ -226,7 +226,7 @@
+ 
+ 
+ #**********************
+-# palette window
++# panel window
+ #**********************
+ 
+ 
+@@ -792,10 +792,10 @@
+ +=move selection position
+ 
+ #--------------------
+-# Palette setting
++# Panel setting
+ 
+ [2018]
+-0=Palette setting
++0=Panel setting
+ +=Up
+ +=Down
+ 
+@@ -811,8 +811,8 @@
+ +=System
+ +=Cursor
+ 
+-100=width at startup
+-+=height at startup
++100=image width when starting up
+++=image height when starting up
+ +=canvas background color
+ +=color of plaid background
+ +=max undo times [2-400]
+@@ -848,7 +848,7 @@
+ 500=[*] applied when next time starting up
+ +=working directory
+ +=GUI font
+-+=palette font
+++=panel font
+ +=image directory
+ +=brush
+ +=texture
+@@ -856,7 +856,7 @@
+ 600=hotspot position
+ +=load image
+ +=Default
+-+=width,height is of 1〜32px.\nblack and white color of the image will remain black and white.\nOther colors will be transfromed to transparent.
+++=width,height is of 1~32px.\nblack and white color of the image will remain black and white.\nOther colors will be transfromed to transparent.
+ 
+ 1000=a non-existing directory is set as working directory.
+ +=Units can be used for K,M,G. Byte without unit.\nMaximum 1 GB.\n0 to output to all files.
+@@ -1161,24 +1161,24 @@
+ +=Radial blur...
+ +=Lens blur...
+ 
+-+=Cloud...
+-+=Dot(1)...
+-+=Dot(2)...
+++=Clouds...
+++=Dot pattern(1)...
+++=Dot pattern(2)...
+ +=Random point draw...
+ +=Draw points along the rim...
+ +=Border...
+-+=Horizontal line&&vertical line...
+++=Horizontal&&vertical lines...
+ +=Plaid...
+ 
+ +=Concentration line...
+-+=Flash...
+-+=Solid flash...
+++=Flash (ring of fire)...
+++=Solid flash (sun)...
+ +=Uni flash...
+-+=Uni flash(wave)...
+++=Uni flash (wave)...
+ 
+ +=Mosaic...
+ +=Crystal...
+-+=Half tone
+++=Half tone...
+ 
+ +=Sharp...
+ +=Unsharp mask...
+@@ -1204,13 +1204,13 @@
+ 
+ +=Extraction of line drawing
+ +=1px dot line correction
+-+=Anti aliasing...
+++=Antialiasing...
+ +=Edging...
+ +=Three-dimensional frame...
+ +=Shift...
+ 
+ ### 表示
+-6000=Palette(&P)
++6000=Panel(&P)
+ +=Canvas flip horizontally(&Q)
+ +=Show background as check pattern(&K)
+ +=Show grid(&G)
+@@ -1250,5 +1250,5 @@
+ +=Grid setting(&G)...
+ +=Shortcut key setting(&K)...
+ +=Canvas key setting(&C)...
+-+=Palette setting(&P)...
+++=Panel setting(&P)...
+ +=Version information(&A)...

Added: head/graphics/azpainter/files/ru
==============================================================================
Binary file. No diff available.

Added: head/graphics/azpainter/files/uk
==============================================================================
Binary file. No diff available.

Added: head/graphics/azpainter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/pkg-descr	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,6 @@
+AzPainter is a full color painting application for Unix-like systems for
+illustration drawing.  This is not suitable for dot editing.  Since the
+color is handled internally with 16-bit precision (15-bit fixed point),
+color accuracy is increased at the expense of more memory being consumed.
+
+WWW: http://azsky2.html.xdomain.jp/linux/azpainter/

Added: head/graphics/azpainter/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/azpainter/pkg-plist	Tue Feb 28 12:06:09 2017	(r435048)
@@ -0,0 +1,163 @@
+bin/azpainter
+%%DATADIR%%/brush/circle1.png
+%%DATADIR%%/brush/ellipse.png
+%%DATADIR%%/brush-2.dat
+%%DATADIR%%/grad.dat
+%%DATADIR%%/ib_brushedit.png
+%%DATADIR%%/ib_canvasview.png
+%%DATADIR%%/ib_imgviewer.png
+%%DATADIR%%/ib_layer.png
+%%DATADIR%%/ib_tool.png
+%%DATADIR%%/ib_toolbar.png
+%%DATADIR%%/ib_toolsub.png
+%%DATADIR%%/icon.png
+%%DATADIR%%/palette-2.dat
+%%DATADIR%%/sckey-2.conf
+%%DATADIR%%/texture/tone300/05L01.png
+%%DATADIR%%/texture/tone300/05L02.png
+%%DATADIR%%/texture/tone300/05L05.png
+%%DATADIR%%/texture/tone300/05L10.png
+%%DATADIR%%/texture/tone300/05L20.png
+%%DATADIR%%/texture/tone300/08L01.png
+%%DATADIR%%/texture/tone300/08L02.png
+%%DATADIR%%/texture/tone300/08L05.png
+%%DATADIR%%/texture/tone300/10L02.png
+%%DATADIR%%/texture/tone300/10L05.png
+%%DATADIR%%/texture/tone300/10L10.png
+%%DATADIR%%/texture/tone300/10L20.png
+%%DATADIR%%/texture/tone300/10L30.png
+%%DATADIR%%/texture/tone300/15L02.png
+%%DATADIR%%/texture/tone300/15L05.png
+%%DATADIR%%/texture/tone300/15L10.png
+%%DATADIR%%/texture/tone300/15L20.png
+%%DATADIR%%/texture/tone300/20L02.png
+%%DATADIR%%/texture/tone300/20L05.png
+%%DATADIR%%/texture/tone300/20L10.png
+%%DATADIR%%/texture/tone300/20L20.png
+%%DATADIR%%/texture/tone300/20L30.png
+%%DATADIR%%/texture/tone300/20L40.png
+%%DATADIR%%/texture/tone300/30L10.png
+%%DATADIR%%/texture/tone300/30L20.png
+%%DATADIR%%/texture/tone300/30L30.png
+%%DATADIR%%/texture/tone300/30L40.png
+%%DATADIR%%/texture/tone300/40L10.png
+%%DATADIR%%/texture/tone300/40L20.png
+%%DATADIR%%/texture/tone300/40L30.png
+%%DATADIR%%/texture/tone300/50L10.png
+%%DATADIR%%/texture/tone300/50L20.png
+%%DATADIR%%/texture/tone300/60L10.png
+%%DATADIR%%/texture/tone600/27.5L05.png
+%%DATADIR%%/texture/tone600/27.5L10.png
+%%DATADIR%%/texture/tone600/27.5L20.png
+%%DATADIR%%/texture/tone600/27.5L30.png
+%%DATADIR%%/texture/tone600/27.5L40.png
+%%DATADIR%%/texture/tone600/30L05.png
+%%DATADIR%%/texture/tone600/30L10.png
+%%DATADIR%%/texture/tone600/30L20.png
+%%DATADIR%%/texture/tone600/30L30.png
+%%DATADIR%%/texture/tone600/32.5L05.png
+%%DATADIR%%/texture/tone600/32.5L10.png
+%%DATADIR%%/texture/tone600/32.5L20.png
+%%DATADIR%%/texture/tone600/32.5L30.png
+%%DATADIR%%/texture/tone600/42.5L05.png
+%%DATADIR%%/texture/tone600/42.5L10.png
+%%DATADIR%%/texture/tone600/42.5L20.png
+%%DATADIR%%/texture/tone600/42.5L30.png
+%%DATADIR%%/texture/tone600/50L05.png
+%%DATADIR%%/texture/tone600/50L10.png
+%%DATADIR%%/texture/tone600/50L20.png
+%%DATADIR%%/texture/tone600/50L30.png
+%%DATADIR%%/texture/tone600/55L05.png
+%%DATADIR%%/texture/tone600/55L10.png
+%%DATADIR%%/texture/tone600/55L20.png
+%%DATADIR%%/texture/tone600/55L30.png
+%%DATADIR%%/texture/tone600/60L05.png
+%%DATADIR%%/texture/tone600/60L10.png
+%%DATADIR%%/texture/tone600/60L30.png
+%%DATADIR%%/texture/tone600/65L05.png
+%%DATADIR%%/texture/tone600/65L10.png
+%%DATADIR%%/texture/tone600/85L05.png
+%%DATADIR%%/texture/various/brick.png
+%%DATADIR%%/texture/various/check1.png
+%%DATADIR%%/texture/various/check2.png
+%%DATADIR%%/texture/various/check3.png
+%%DATADIR%%/texture/various/check4.png
+%%DATADIR%%/texture/various/check5.png
+%%DATADIR%%/texture/various/check6.png
+%%DATADIR%%/texture/various/cross.png
+%%DATADIR%%/texture/various/dot01.png
+%%DATADIR%%/texture/various/dot02.png
+%%DATADIR%%/texture/various/dot03.png
+%%DATADIR%%/texture/various/dot04.png
+%%DATADIR%%/texture/various/dot05.png
+%%DATADIR%%/texture/various/dot06.png
+%%DATADIR%%/texture/various/dot07.png
+%%DATADIR%%/texture/various/dot08.png
+%%DATADIR%%/texture/various/dot09.png
+%%DATADIR%%/texture/various/dot10.png
+%%DATADIR%%/texture/various/flower.png
+%%DATADIR%%/texture/various/gradient1.png
+%%DATADIR%%/texture/various/gradient2.png
+%%DATADIR%%/texture/various/grid01.png
+%%DATADIR%%/texture/various/grid02.png
+%%DATADIR%%/texture/various/grid03.png
+%%DATADIR%%/texture/various/grid04.png
+%%DATADIR%%/texture/various/grid05.png
+%%DATADIR%%/texture/various/grid06.png
+%%DATADIR%%/texture/various/grid07.png
+%%DATADIR%%/texture/various/grid08.png
+%%DATADIR%%/texture/various/gridsl1.png
+%%DATADIR%%/texture/various/gridsl2.png
+%%DATADIR%%/texture/various/heart.png
+%%DATADIR%%/texture/various/horz1.png
+%%DATADIR%%/texture/various/horz2.png
+%%DATADIR%%/texture/various/horz3.png
+%%DATADIR%%/texture/various/horz4.png
+%%DATADIR%%/texture/various/horz5.png
+%%DATADIR%%/texture/various/horz6.png
+%%DATADIR%%/texture/various/horz7.png
+%%DATADIR%%/texture/various/jag1.png
+%%DATADIR%%/texture/various/jag2.png
+%%DATADIR%%/texture/various/slant1.png
+%%DATADIR%%/texture/various/slant2.png
+%%DATADIR%%/texture/various/slant3.png
+%%DATADIR%%/texture/various/slant4.png
+%%DATADIR%%/texture/various/slant5.png
+%%DATADIR%%/texture/various/slant6.png
+%%DATADIR%%/texture/various/slant7.png
+%%DATADIR%%/texture/various/slant8.png
+%%DATADIR%%/texture/various/speed_horz.png
+%%DATADIR%%/texture/various/speed_vert.png
+%%DATADIR%%/texture/various/square_dot.png
+%%DATADIR%%/texture/various/star.png
+%%DATADIR%%/texture/various/tone00.png
+%%DATADIR%%/texture/various/tone01.png
+%%DATADIR%%/texture/various/tone02.png
+%%DATADIR%%/texture/various/tone03.png
+%%DATADIR%%/texture/various/tone04.png
+%%DATADIR%%/texture/various/tone05.png
+%%DATADIR%%/texture/various/tone06.png
+%%DATADIR%%/texture/various/tone07.png
+%%DATADIR%%/texture/various/tone08.png
+%%DATADIR%%/texture/various/tone09.png
+%%DATADIR%%/texture/various/tone10.png
+%%DATADIR%%/texture/various/triangle1.png
+%%DATADIR%%/texture/various/triangle2.png
+%%DATADIR%%/texture/various/vert1.png
+%%DATADIR%%/texture/various/vert2.png
+%%DATADIR%%/texture/various/vert3.png
+%%DATADIR%%/texture/various/vert4.png
+%%DATADIR%%/texture/various/vert5.png
+%%DATADIR%%/texture/various/vert6.png
+%%DATADIR%%/texture/various/vert7.png
+%%DATADIR%%/texture/various/wall.png
+%%DATADIR%%/texture/various/white_circle.png
+%%DATADIR%%/texture/various/x-mark.png
+%%DATADIR%%/tr/en.mtr
+%%DATADIR%%/tr/ja.mtr
+%%DATADIR%%/tr/pt_BR.mtr
+%%DATADIR%%/tr/ru.mtr
+%%DATADIR%%/tr/uk.mtr
+share/applications/azpainter.desktop
+share/icons/hicolor/48x48/apps/azpainter.png
+share/icons/hicolor/scalable/apps/azpainter.svg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702281206.v1SC69wI026104>