Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 15:18:19 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433878 - in head/graphics/inkscape: . files
Message-ID:  <201702111518.v1BFIJR2024653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Feb 11 15:18:19 2017
New Revision: 433878
URL: https://svnweb.freebsd.org/changeset/ports/433878

Log:
  Update inkscape to 0.92.0.
  
  ChangeLog:	https://inkscape.org/en/news/2017/01/04/inkscape-version-092-released/
  
  * Switch to cmake build system
  * Add license
  * Record indirect dependancies
  * Switch to lcms2, which is prefered over lcms (1).
  * Add stub for NLS support, currently not enabled since it breaks the
    build. Reported upstream.
  * Remove the OPENMP option, it does not build anymore.

Added:
  head/graphics/inkscape/files/patch-CMakeScripts_Pod2man.cmake   (contents, props changed)
  head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.cpp   (contents, props changed)
Modified:
  head/graphics/inkscape/Makefile
  head/graphics/inkscape/distinfo
  head/graphics/inkscape/pkg-plist

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Sat Feb 11 15:16:38 2017	(r433877)
+++ head/graphics/inkscape/Makefile	Sat Feb 11 15:18:19 2017	(r433878)
@@ -2,74 +2,88 @@
 # $FreeBSD$
 
 PORTNAME=	inkscape
-PORTVERSION=	0.91
-PORTREVISION=	12
+PORTVERSION=	0.92.0
 CATEGORIES=	graphics gnome
-MASTER_SITES=	https://inkscape.global.ssl.fastly.net/media/resources/file/ \
+MASTER_SITES=	https://media.inkscape.org/dl/resources/file/ \
 		LOCAL/kwm
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Full featured open source SVG editor
 
+LICENSE=	GPLv2+ GPLv3+ LGPL21 MPL
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2=	${WRKSRC}/GPL2.txt
+LICENSE_FILE_GPLv3=	${WRKSRC}/GPL3.txt
+LICENSE_FILE_LGPL2=	${WRKRSC}/LGPL2.txt
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libgc.so:devel/boehm-gc \
 		libgsl.so:math/gsl \
 		libgtkspell.so:textproc/gtkspell \
-		liblcms.so:graphics/lcms \
+		liblcms2.so:graphics/lcms2 \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libpotrace.so:graphics/libpotrace \
 		libpng.so:graphics/png \
 		libMagick++-6.so:graphics/ImageMagick
+#aspell?
 #RUN_DEPENDS=	p5-XML-XQL>=0:textproc/p5-XML-XQL
 
-USE_GNOME=	gtkmm24 intlhack libxslt
-USES=		compiler:c++11-lib cpe desktop-file-utils gettext gmake iconv \
-		libtool pathfix perl5 pkgconfig python:run shebangfix tar:bzip2
-GNU_CONFIGURE=	yes
+USE_GNOME=	gtkmm24 libxslt
+USES=		compiler:c++11-lib cmake cpe desktop-file-utils \
+		gmake iconv jpeg pathfix perl5 pkgconfig python:2 \
+		shebangfix tar:bzip2
+USE_XORG=	x11
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--without-gnome-vfs
+CMAKE_ARGS+=	-DWITH_GNOME_VFS:BOOL=NO
 
 python_CMD?=	${LOCALBASE}/bin/python2
 SHEBANG_FILES=	cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \
-		share/extensions/*.py share/extensions/genpofiles.sh
+		share/extensions/*.py share/extensions/genpofiles.sh \
+		fix-roff-punct
 
-OPTIONS_DEFINE=	POPPLER OPENMP VISIO CDR DBUS WPG
+OPTIONS_DEFINE=	POPPLER VISIO CDR DBUS WPG
 OPTIONS_DEFAULT=POPPLER VISIO CDR WPG
 OPTIONS_SUB=	yes
 
 CDR_DESC=		Support for CorelDRAW diagrams
-CDR_CONFIGURE_ENABLE=	cdr
+CDR_CMAKE_BOOL=		WITH_LIBCDR
 CDR_LIB_DEPENDS=	librevenge-stream-0.0.so:textproc/librevenge \
 			libcdr-0.1.so:graphics/libcdr01
 
-DBUS_CONFIGURE_ENABLE=	dbusapi
-DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib
-
-OPENMP_USES=		compiler:openmp
-OPENMP_USES_OFF=	compiler:features
+DBUS_CMAKE_BOOL=	WITH_DBUS
+DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
+			libdbus-1.so:devel/dbus
+
+#OPENMP_USES=		compiler:openmp
+#OPENMP_USES_OFF=	compiler:c++11-lib
+#OPENMP_CMAKE_BOOL=	WITH_OPENMP
+CMAKE_ARGS+=		-DWITH_OPENMP:BOOL=NO
 
 POPPLER_DESC=		PDF preview rendering
-POPPLER_CONFIGURE_ENABLE=	poppler-cairo
-POPPLER_LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
+POPPLER_CMAKE_BOOL=	ENABLE_POPPLER ENABLE_POPPLER_CAIRO
+POPPLER_LIB_DEPENDS=	libpoppler.so:graphics/poppler \
+			libpoppler-glib.so:graphics/poppler-glib
 
 VISIO_DESC=		Support for Microsoft Visio diagrams
-VISIO_CONFIGURE_ENABLE=	visio
+VISIO_CMAKE_BOOL=	WITH_LIBVISIO
 VISIO_LIB_DEPENDS=	librevenge-stream-0.0.so:textproc/librevenge \
 			libvisio-0.1.so:textproc/libvisio01
 
 WPG_DESC=		Support for WordPerfect graphics
-WPG_CONFIGURE_ENABLE=	wpg
+WPG_CMAKE_BOOL=		WITH_LIBWPG
 WPG_LIB_DEPENDS=	libwpg-0.3.so:graphics/libwpg03
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == clang
-CPPFLAGS+=	-Wno-mismatched-tags -Wno-unknown-attributes
-.endif
+# temporary until the build works for the !NLS case
+USES+=			gettext
+#NLS_CMAKE_BOOL=		WITH_NLS
+#NLS_USES=		gettext
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-ldl||g' \
-		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|COMMAND python|COMMAND python2|g' \
+		${WRKSRC}/share/*/CMakeLists.txt
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/graphics/inkscape/distinfo
==============================================================================
--- head/graphics/inkscape/distinfo	Sat Feb 11 15:16:38 2017	(r433877)
+++ head/graphics/inkscape/distinfo	Sat Feb 11 15:18:19 2017	(r433878)
@@ -1,2 +1,3 @@
-SHA256 (inkscape-0.91.tar.bz2) = 4d901f8a9e1924404e797ad23b8b0c495a9d155448816d95a55974314e1f141b
-SIZE (inkscape-0.91.tar.bz2) = 25858909
+TIMESTAMP = 1483608470
+SHA256 (inkscape-0.92.0.tar.bz2) = b8b4c159a00448d465384533e5a70d3f33e5f9c6b74c76ea5d636ddd6dd7ba56
+SIZE (inkscape-0.92.0.tar.bz2) = 30827883

Added: head/graphics/inkscape/files/patch-CMakeScripts_Pod2man.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/inkscape/files/patch-CMakeScripts_Pod2man.cmake	Sat Feb 11 15:18:19 2017	(r433878)
@@ -0,0 +1,11 @@
+--- CMakeScripts/Pod2man.cmake.orig	2017-01-06 16:19:54.351838000 +0100
++++ CMakeScripts/Pod2man.cmake	2017-01-06 16:20:26.957487000 +0100
+@@ -48,7 +48,7 @@
+         )
+         install(
+             FILES ${MANFILE_FULL}
+-            DESTINATION ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/man/man${SECTION}
++            DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man${SECTION}
+         )
+     endif()
+ endmacro(pod2man PODFILE NAME SECTION CENTER)

Added: head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.cpp	Sat Feb 11 15:18:19 2017	(r433878)
@@ -0,0 +1,13 @@
+--- src/libnrtype/FontFactory.cpp.orig	2017-01-05 22:10:01.490293000 +0100
++++ src/libnrtype/FontFactory.cpp	2017-01-05 22:13:37.547401000 +0100
+@@ -695,8 +695,9 @@
+             guint script_index = -1;
+             if( pango_ot_info_find_script( info, PANGO_OT_TABLE_GSUB, scripts[i], &script_index )) {
+ 
++		PangoOTTag language_tag;
+                 PangoOTTag* languages =
+-                    pango_ot_info_list_languages( info, PANGO_OT_TABLE_GSUB, script_index, NULL);
++                    pango_ot_info_list_languages( info, PANGO_OT_TABLE_GSUB, script_index, language_tag);
+                 // if( languages[0] != 0 )
+                 //   std::cout << "      languages: " << std::endl;
+ 

Modified: head/graphics/inkscape/pkg-plist
==============================================================================
--- head/graphics/inkscape/pkg-plist	Sat Feb 11 15:16:38 2017	(r433877)
+++ head/graphics/inkscape/pkg-plist	Sat Feb 11 15:18:19 2017	(r433878)
@@ -1,25 +1,27 @@
 bin/inkscape
 bin/inkview
-%%DBUS%%include/libinkdbus-0.48/libinkdbus/inkscape-dbus-wrapper.h
-%%DBUS%%lib/libinkdbus.a
-%%DBUS%%lib/libinkdbus.so
-%%DBUS%%lib/libinkdbus.so.0
-%%DBUS%%lib/libinkdbus.so.0.0.0
-%%DBUS%%libdata/pkgconfig/inkdbus.pc
-man/el/man1/inkscape.el.1.gz
-man/fr/man1/inkscape.fr.1.gz
-man/ja/man1/inkscape.ja.1.gz
+lib/inkscape/lib2geom_LIB.a
+lib/inkscape/libavoid_LIB.a
+lib/inkscape/libcola_LIB.a
+lib/inkscape/libcroco_LIB.a
+lib/inkscape/libdepixelize_LIB.a
+lib/inkscape/libgc_LIB.a
+lib/inkscape/libgdl_LIB.a
+lib/inkscape/libinkscape_base.so
+lib/inkscape/liblivarot_LIB.a
+lib/inkscape/libnrtype_LIB.a
+lib/inkscape/libuemf_LIB.a
+lib/inkscape/libutil_LIB.a
+lib/inkscape/libvpsc_LIB.a
 man/man1/inkscape.1.gz
+man/man1/inkscape.de.1.gz
 man/man1/inkscape.el.1.gz
 man/man1/inkscape.fr.1.gz
 man/man1/inkscape.ja.1.gz
 man/man1/inkscape.sk.1.gz
 man/man1/inkscape.zh_TW.1.gz
 man/man1/inkview.1.gz
-man/sk/man1/inkscape.ja.1.gz
-man/zh_TW/man1/inkscape.zh_TW.1.gz
 share/applications/inkscape.desktop
-%%DBUS%%share/dbus-1/services/org.inkscape.service
 share/icons/hicolor/16x16/apps/inkscape.png
 share/icons/hicolor/22x22/apps/inkscape.png
 share/icons/hicolor/24x24/apps/inkscape.png
@@ -31,8 +33,8 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/attributes/cssprops
 %%DATADIR%%/attributes/svgprops
 %%DATADIR%%/branding/README
-%%DATADIR%%/branding/draw-freely.ru.svg
-%%DATADIR%%/branding/draw-freely.svg
+%%DATADIR%%/branding/inkscape-flat.svg
+%%DATADIR%%/branding/inkscape-text.svg
 %%DATADIR%%/branding/inkscape.svg
 %%DATADIR%%/branding/sodipodi.svg
 %%DATADIR%%/branding/tux.svg
@@ -75,6 +77,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/Barcode/Code39Ext.py
 %%DATADIR%%/extensions/Barcode/Code93.py
 %%DATADIR%%/extensions/Barcode/Ean13.py
+%%DATADIR%%/extensions/Barcode/Ean2.py
 %%DATADIR%%/extensions/Barcode/Ean5.py
 %%DATADIR%%/extensions/Barcode/Ean8.py
 %%DATADIR%%/extensions/Barcode/Rm4scc.py
@@ -108,6 +111,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/Poly3DObjects/trunc_icos.obj
 %%DATADIR%%/extensions/Poly3DObjects/trunc_oct.obj
 %%DATADIR%%/extensions/Poly3DObjects/trunc_tet.obj
+%%DATADIR%%/extensions/README
 %%DATADIR%%/extensions/addnodes.inx
 %%DATADIR%%/extensions/addnodes.py
 %%DATADIR%%/extensions/ai_input.inx
@@ -244,8 +248,12 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/dimension.inx
 %%DATADIR%%/extensions/dimension.py
 %%DATADIR%%/extensions/dm2svg.py
+%%DATADIR%%/extensions/docinfo.inx
 %%DATADIR%%/extensions/dots.inx
 %%DATADIR%%/extensions/dots.py
+%%DATADIR%%/extensions/dpi90to96.inx
+%%DATADIR%%/extensions/dpi96to90.inx
+%%DATADIR%%/extensions/dpiswitcher.py
 %%DATADIR%%/extensions/draw_from_triangle.inx
 %%DATADIR%%/extensions/draw_from_triangle.py
 %%DATADIR%%/extensions/dxf_input.inx
@@ -260,8 +268,20 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/embedimage.inx
 %%DATADIR%%/extensions/embedimage.py
 %%DATADIR%%/extensions/embedselectedimages.inx
+%%DATADIR%%/extensions/empty_business_card.inx
+%%DATADIR%%/extensions/empty_business_card.py
+%%DATADIR%%/extensions/empty_desktop.inx
+%%DATADIR%%/extensions/empty_desktop.py
+%%DATADIR%%/extensions/empty_dvd_cover.inx
+%%DATADIR%%/extensions/empty_dvd_cover.py
+%%DATADIR%%/extensions/empty_generic.inx
+%%DATADIR%%/extensions/empty_generic.py
+%%DATADIR%%/extensions/empty_icon.inx
+%%DATADIR%%/extensions/empty_icon.py
 %%DATADIR%%/extensions/empty_page.inx
 %%DATADIR%%/extensions/empty_page.py
+%%DATADIR%%/extensions/empty_video.inx
+%%DATADIR%%/extensions/empty_video.py
 %%DATADIR%%/extensions/eps_input.inx
 %%DATADIR%%/extensions/eqtexsvg.inx
 %%DATADIR%%/extensions/eqtexsvg.py
@@ -321,6 +341,8 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/hpgl_input.py
 %%DATADIR%%/extensions/hpgl_output.inx
 %%DATADIR%%/extensions/hpgl_output.py
+%%DATADIR%%/extensions/image_attributes.inx
+%%DATADIR%%/extensions/image_attributes.py
 %%DATADIR%%/extensions/ink2canvas.inx
 %%DATADIR%%/extensions/ink2canvas.py
 %%DATADIR%%/extensions/ink2canvas/__init__.py
@@ -372,16 +394,18 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/jessyInk_video.svg
 %%DATADIR%%/extensions/jessyInk_view.inx
 %%DATADIR%%/extensions/jessyInk_view.py
+%%DATADIR%%/extensions/jitternodes.inx
+%%DATADIR%%/extensions/jitternodes.py
 %%DATADIR%%/extensions/launch_webbrowser.py
 %%DATADIR%%/extensions/layers2svgfont.inx
 %%DATADIR%%/extensions/layers2svgfont.py
 %%DATADIR%%/extensions/layout_nup.inx
 %%DATADIR%%/extensions/layout_nup.py
-%%DATADIR%%/extensions/layout_nup_pageframe.py
 %%DATADIR%%/extensions/lindenmayer.inx
 %%DATADIR%%/extensions/lindenmayer.py
 %%DATADIR%%/extensions/lorem_ipsum.inx
 %%DATADIR%%/extensions/lorem_ipsum.py
+%%DATADIR%%/extensions/markers_strokepaint.inx
 %%DATADIR%%/extensions/markers_strokepaint.py
 %%DATADIR%%/extensions/measure.inx
 %%DATADIR%%/extensions/measure.py
@@ -393,6 +417,8 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/new_glyph_layer.py
 %%DATADIR%%/extensions/next_glyph_layer.inx
 %%DATADIR%%/extensions/next_glyph_layer.py
+%%DATADIR%%/extensions/nicechart.inx
+%%DATADIR%%/extensions/nicechart.py
 %%DATADIR%%/extensions/param_curves.inx
 %%DATADIR%%/extensions/param_curves.py
 %%DATADIR%%/extensions/pathalongpath.inx
@@ -423,8 +449,6 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/ps2pdf-ext.py
 %%DATADIR%%/extensions/ps_input.inx
 %%DATADIR%%/extensions/pturtle.py
-%%DATADIR%%/extensions/radiusrand.inx
-%%DATADIR%%/extensions/radiusrand.py
 %%DATADIR%%/extensions/render_alphabetsoup.inx
 %%DATADIR%%/extensions/render_alphabetsoup.py
 %%DATADIR%%/extensions/render_alphabetsoup_config.py
@@ -449,7 +473,10 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/run_command.py
 %%DATADIR%%/extensions/scour.inkscape.py
 %%DATADIR%%/extensions/scour.inx
-%%DATADIR%%/extensions/scour.py
+%%DATADIR%%/extensions/seamless_pattern.inx
+%%DATADIR%%/extensions/seamless_pattern.py
+%%DATADIR%%/extensions/seamless_pattern.svg
+%%DATADIR%%/extensions/seamless_pattern_procedural.inx
 %%DATADIR%%/extensions/setup_typography_canvas.inx
 %%DATADIR%%/extensions/setup_typography_canvas.py
 %%DATADIR%%/extensions/simplepath.py
@@ -475,8 +502,6 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/svg2xaml.xsl
 %%DATADIR%%/extensions/svg_and_media_zip_output.inx
 %%DATADIR%%/extensions/svg_and_media_zip_output.py
-%%DATADIR%%/extensions/svg_regex.py
-%%DATADIR%%/extensions/svg_transform.py
 %%DATADIR%%/extensions/svgcalendar.inx
 %%DATADIR%%/extensions/svgcalendar.py
 %%DATADIR%%/extensions/svgfont2layers.inx
@@ -507,6 +532,8 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/text_uppercase.py
 %%DATADIR%%/extensions/triangle.inx
 %%DATADIR%%/extensions/triangle.py
+%%DATADIR%%/extensions/ungroup_deep.inx
+%%DATADIR%%/extensions/ungroup_deep.py
 %%DATADIR%%/extensions/uniconv-ext.py
 %%DATADIR%%/extensions/uniconv_output.py
 %%DATADIR%%/extensions/voronoi.py
@@ -532,7 +559,6 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/wmf_output.py
 %%DATADIR%%/extensions/xaml2svg.inx
 %%DATADIR%%/extensions/xaml2svg.xsl
-%%DATADIR%%/extensions/xaml2svg/Makefile.am
 %%DATADIR%%/extensions/xaml2svg/animation.xsl
 %%DATADIR%%/extensions/xaml2svg/brushes.xsl
 %%DATADIR%%/extensions/xaml2svg/canvas.xsl
@@ -540,7 +566,6 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/extensions/xaml2svg/properties.xsl
 %%DATADIR%%/extensions/xaml2svg/shapes.xsl
 %%DATADIR%%/extensions/xaml2svg/transform.xsl
-%%DATADIR%%/extensions/yocto_css.py
 %%DATADIR%%/filters/README
 %%DATADIR%%/filters/filters.svg
 %%DATADIR%%/filters/filters.svg.h
@@ -578,6 +603,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/icons/feTurbulence-icon.png
 %%DATADIR%%/icons/feTurbulence-icon.svg
 %%DATADIR%%/icons/icons.svg
+%%DATADIR%%/icons/inkscape-logo-icons-sized.svg
 %%DATADIR%%/icons/inkscape.file.png
 %%DATADIR%%/icons/inkscape.file.svg
 %%DATADIR%%/icons/inkscape.svg
@@ -593,6 +619,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/keys/acd-canvas.xml
 %%DATADIR%%/keys/adobe-illustrator-cs2.xml
 %%DATADIR%%/keys/corel-draw-x4.xml
+%%DATADIR%%/keys/corel-draw-x8.xml
 %%DATADIR%%/keys/default.xml
 %%DATADIR%%/keys/inkscape.xml
 %%DATADIR%%/keys/macromedia-freehand-mx.xml
@@ -625,6 +652,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/patterns/README
 %%DATADIR%%/patterns/patterns.svg
 %%DATADIR%%/patterns/patterns.svg.h
+%%DATADIR%%/screens/README
 %%DATADIR%%/screens/about.svg
 %%DATADIR%%/symbols/AigaSymbols.svg
 %%DATADIR%%/symbols/BalloonSymbols.svg
@@ -633,87 +661,64 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/symbols/MapSymbolsNPS.svg
 %%DATADIR%%/symbols/README
 %%DATADIR%%/symbols/symbols.h
-%%DATADIR%%/templates/A4.svg
-%%DATADIR%%/templates/A4_landscape.svg
-%%DATADIR%%/templates/CD_cover_300dpi.svg
 %%DATADIR%%/templates/CD_label_120x120.svg
-%%DATADIR%%/templates/DVD_cover_regular_300dpi.svg
-%%DATADIR%%/templates/DVD_cover_slim_300dpi.svg
-%%DATADIR%%/templates/DVD_cover_superslim_300dpi.svg
-%%DATADIR%%/templates/DVD_cover_ultraslim_300dpi.svg
 %%DATADIR%%/templates/LaTeX_Beamer.svg
-%%DATADIR%%/templates/Letter.svg
-%%DATADIR%%/templates/Letter_landscape.svg
 %%DATADIR%%/templates/README
 %%DATADIR%%/templates/Typography_Canvas.svg
-%%DATADIR%%/templates/black_opaque.svg
-%%DATADIR%%/templates/business_card_85x54mm.svg
-%%DATADIR%%/templates/business_card_90x50mm.svg
 %%DATADIR%%/templates/default.be.svg
 %%DATADIR%%/templates/default.ca.svg
 %%DATADIR%%/templates/default.cs.svg
 %%DATADIR%%/templates/default.de.svg
+%%DATADIR%%/templates/default.en_US.svg
 %%DATADIR%%/templates/default.eo.svg
 %%DATADIR%%/templates/default.es.svg
 %%DATADIR%%/templates/default.eu.svg
 %%DATADIR%%/templates/default.fi.svg
 %%DATADIR%%/templates/default.fr.svg
 %%DATADIR%%/templates/default.hu.svg
+%%DATADIR%%/templates/default.is.svg
 %%DATADIR%%/templates/default.it.svg
 %%DATADIR%%/templates/default.ja.svg
 %%DATADIR%%/templates/default.lt.svg
 %%DATADIR%%/templates/default.nl.svg
 %%DATADIR%%/templates/default.pl.svg
 %%DATADIR%%/templates/default.pt_BR.svg
+%%DATADIR%%/templates/default.ro.svg
 %%DATADIR%%/templates/default.sk.svg
 %%DATADIR%%/templates/default.svg
-%%DATADIR%%/templates/default_mm.svg
+%%DATADIR%%/templates/default.zh_TW.svg
 %%DATADIR%%/templates/default_pt.svg
-%%DATADIR%%/templates/desktop_1024x768.svg
-%%DATADIR%%/templates/desktop_1600x1200.svg
-%%DATADIR%%/templates/desktop_640x480.svg
-%%DATADIR%%/templates/desktop_800x600.svg
-%%DATADIR%%/templates/fontforge_glyph.svg
-%%DATADIR%%/templates/icon_16x16.svg
-%%DATADIR%%/templates/icon_32x32.svg
-%%DATADIR%%/templates/icon_48x48.svg
-%%DATADIR%%/templates/icon_64x64.svg
-%%DATADIR%%/templates/no_borders.svg
+%%DATADIR%%/templates/default_px.svg
 %%DATADIR%%/templates/no_layers.svg
 %%DATADIR%%/templates/templates.h
-%%DATADIR%%/templates/video_HDTV_1920x1080.svg
-%%DATADIR%%/templates/video_NTSC_720x486.svg
-%%DATADIR%%/templates/video_PAL_720x576.svg
-%%DATADIR%%/templates/web_banner_468x60.svg
-%%DATADIR%%/templates/web_banner_728x90.svg
-%%DATADIR%%/templates/white_opaque.svg
 %%DATADIR%%/tutorials/README
 %%DATADIR%%/tutorials/edge3d.svg
 %%DATADIR%%/tutorials/gpl-2.svg
 %%DATADIR%%/tutorials/making_markers.svg
 %%DATADIR%%/tutorials/oldguitar.jpg
-%%DATADIR%%/tutorials/potrace-be.png
-%%DATADIR%%/tutorials/potrace-ca.png
-%%DATADIR%%/tutorials/potrace-de.png
-%%DATADIR%%/tutorials/potrace-el.png
-%%DATADIR%%/tutorials/potrace-en.png
-%%DATADIR%%/tutorials/potrace-es.png
-%%DATADIR%%/tutorials/potrace-eu.png
-%%DATADIR%%/tutorials/potrace-fr.png
-%%DATADIR%%/tutorials/potrace-gl.png
-%%DATADIR%%/tutorials/potrace-hu.png
-%%DATADIR%%/tutorials/potrace-id.png
-%%DATADIR%%/tutorials/potrace-ja.png
-%%DATADIR%%/tutorials/potrace-nl.png
-%%DATADIR%%/tutorials/potrace-pl.png
-%%DATADIR%%/tutorials/potrace-pt_BR.png
-%%DATADIR%%/tutorials/potrace-ru.png
-%%DATADIR%%/tutorials/potrace-sk.png
-%%DATADIR%%/tutorials/potrace-sl.png
-%%DATADIR%%/tutorials/potrace-vi.png
-%%DATADIR%%/tutorials/potrace-zh_CN.png
-%%DATADIR%%/tutorials/potrace-zh_TW.png
+%%DATADIR%%/tutorials/potrace.be.png
+%%DATADIR%%/tutorials/potrace.ca.png
+%%DATADIR%%/tutorials/potrace.de.png
+%%DATADIR%%/tutorials/potrace.el.png
+%%DATADIR%%/tutorials/potrace.en.png
+%%DATADIR%%/tutorials/potrace.es.png
+%%DATADIR%%/tutorials/potrace.eu.png
+%%DATADIR%%/tutorials/potrace.fr.png
+%%DATADIR%%/tutorials/potrace.gl.png
+%%DATADIR%%/tutorials/potrace.hu.png
+%%DATADIR%%/tutorials/potrace.id.png
+%%DATADIR%%/tutorials/potrace.ja.png
+%%DATADIR%%/tutorials/potrace.nl.png
+%%DATADIR%%/tutorials/potrace.pl.png
 %%DATADIR%%/tutorials/potrace.png
+%%DATADIR%%/tutorials/potrace.pt.png
+%%DATADIR%%/tutorials/potrace.pt_BR.png
+%%DATADIR%%/tutorials/potrace.ru.png
+%%DATADIR%%/tutorials/potrace.sk.png
+%%DATADIR%%/tutorials/potrace.sl.png
+%%DATADIR%%/tutorials/potrace.vi.png
+%%DATADIR%%/tutorials/potrace.zh_CN.png
+%%DATADIR%%/tutorials/potrace.zh_TW.png
 %%DATADIR%%/tutorials/tutorial-advanced.be.svg
 %%DATADIR%%/tutorials/tutorial-advanced.ca.svg
 %%DATADIR%%/tutorials/tutorial-advanced.cs.svg
@@ -729,6 +734,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-advanced.ja.svg
 %%DATADIR%%/tutorials/tutorial-advanced.nl.svg
 %%DATADIR%%/tutorials/tutorial-advanced.pl.svg
+%%DATADIR%%/tutorials/tutorial-advanced.pt.svg
 %%DATADIR%%/tutorials/tutorial-advanced.pt_BR.svg
 %%DATADIR%%/tutorials/tutorial-advanced.ru.svg
 %%DATADIR%%/tutorials/tutorial-advanced.sk.svg
@@ -757,6 +763,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-basic.nl.svg
 %%DATADIR%%/tutorials/tutorial-basic.nn.svg
 %%DATADIR%%/tutorials/tutorial-basic.pl.svg
+%%DATADIR%%/tutorials/tutorial-basic.pt.svg
 %%DATADIR%%/tutorials/tutorial-basic.pt_BR.svg
 %%DATADIR%%/tutorials/tutorial-basic.ru.svg
 %%DATADIR%%/tutorials/tutorial-basic.sk.svg
@@ -780,6 +787,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-calligraphy.ja.svg
 %%DATADIR%%/tutorials/tutorial-calligraphy.nl.svg
 %%DATADIR%%/tutorials/tutorial-calligraphy.pl.svg
+%%DATADIR%%/tutorials/tutorial-calligraphy.pt.svg
 %%DATADIR%%/tutorials/tutorial-calligraphy.pt_BR.svg
 %%DATADIR%%/tutorials/tutorial-calligraphy.ru.svg
 %%DATADIR%%/tutorials/tutorial-calligraphy.sk.svg
@@ -797,9 +805,11 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-elements.fr.svg
 %%DATADIR%%/tutorials/tutorial-elements.hu.svg
 %%DATADIR%%/tutorials/tutorial-elements.id.svg
+%%DATADIR%%/tutorials/tutorial-elements.it.svg
 %%DATADIR%%/tutorials/tutorial-elements.ja.svg
 %%DATADIR%%/tutorials/tutorial-elements.nl.svg
 %%DATADIR%%/tutorials/tutorial-elements.pl.svg
+%%DATADIR%%/tutorials/tutorial-elements.pt.svg
 %%DATADIR%%/tutorials/tutorial-elements.pt_BR.svg
 %%DATADIR%%/tutorials/tutorial-elements.ru.svg
 %%DATADIR%%/tutorials/tutorial-elements.sk.svg
@@ -814,7 +824,9 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-interpolate.ja.svg
 %%DATADIR%%/tutorials/tutorial-interpolate.nl.svg
 %%DATADIR%%/tutorials/tutorial-interpolate.pl.svg
+%%DATADIR%%/tutorials/tutorial-interpolate.pt.svg
 %%DATADIR%%/tutorials/tutorial-interpolate.pt_BR.svg
+%%DATADIR%%/tutorials/tutorial-interpolate.ru.svg
 %%DATADIR%%/tutorials/tutorial-interpolate.sk.svg
 %%DATADIR%%/tutorials/tutorial-interpolate.sl.svg
 %%DATADIR%%/tutorials/tutorial-interpolate.svg
@@ -836,6 +848,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-shapes.ja.svg
 %%DATADIR%%/tutorials/tutorial-shapes.nl.svg
 %%DATADIR%%/tutorials/tutorial-shapes.pl.svg
+%%DATADIR%%/tutorials/tutorial-shapes.pt.svg
 %%DATADIR%%/tutorials/tutorial-shapes.pt_BR.svg
 %%DATADIR%%/tutorials/tutorial-shapes.ru.svg
 %%DATADIR%%/tutorials/tutorial-shapes.sk.svg
@@ -858,6 +871,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-tips.ja.svg
 %%DATADIR%%/tutorials/tutorial-tips.nl.svg
 %%DATADIR%%/tutorials/tutorial-tips.pl.svg
+%%DATADIR%%/tutorials/tutorial-tips.pt.svg
 %%DATADIR%%/tutorials/tutorial-tips.pt_BR.svg
 %%DATADIR%%/tutorials/tutorial-tips.ru.svg
 %%DATADIR%%/tutorials/tutorial-tips.sk.svg
@@ -865,9 +879,11 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-tips.svg
 %%DATADIR%%/tutorials/tutorial-tips.vi.svg
 %%DATADIR%%/tutorials/tutorial-tips.zh_TW.svg
+%%DATADIR%%/tutorials/tutorial-tracing-pixelart.de.svg
 %%DATADIR%%/tutorials/tutorial-tracing-pixelart.el.svg
 %%DATADIR%%/tutorials/tutorial-tracing-pixelart.fr.svg
 %%DATADIR%%/tutorials/tutorial-tracing-pixelart.nl.svg
+%%DATADIR%%/tutorials/tutorial-tracing-pixelart.pt.svg
 %%DATADIR%%/tutorials/tutorial-tracing-pixelart.svg
 %%DATADIR%%/tutorials/tutorial-tracing-pixelart.zh_TW.svg
 %%DATADIR%%/tutorials/tutorial-tracing.be.svg
@@ -884,6 +900,7 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tutorial-tracing.ja.svg
 %%DATADIR%%/tutorials/tutorial-tracing.nl.svg
 %%DATADIR%%/tutorials/tutorial-tracing.pl.svg
+%%DATADIR%%/tutorials/tutorial-tracing.pt.svg
 %%DATADIR%%/tutorials/tutorial-tracing.pt_BR.svg
 %%DATADIR%%/tutorials/tutorial-tracing.ru.svg
 %%DATADIR%%/tutorials/tutorial-tracing.sk.svg
@@ -894,21 +911,25 @@ share/icons/hicolor/48x48/apps/inkscape.
 %%DATADIR%%/tutorials/tux.png
 %%DATADIR%%/ui/keybindings.rc
 %%DATADIR%%/ui/menus-bars.xml
+%%DATADIR%%/ui/style.css
 %%DATADIR%%/ui/toolbox.xml
 %%DATADIR%%/ui/units.xml
 share/locale/am/LC_MESSAGES/inkscape.mo
 share/locale/ar/LC_MESSAGES/inkscape.mo
+share/locale/as/LC_MESSAGES/inkscape.mo
 share/locale/az/LC_MESSAGES/inkscape.mo
 share/locale/be/LC_MESSAGES/inkscape.mo
 share/locale/bg/LC_MESSAGES/inkscape.mo
 share/locale/bn/LC_MESSAGES/inkscape.mo
 share/locale/bn_BD/LC_MESSAGES/inkscape.mo
 share/locale/br/LC_MESSAGES/inkscape.mo
+share/locale/brx/LC_MESSAGES/inkscape.mo
 share/locale/ca/LC_MESSAGES/inkscape.mo
 share/locale/ca@valencia/LC_MESSAGES/inkscape.mo
 share/locale/cs/LC_MESSAGES/inkscape.mo
 share/locale/da/LC_MESSAGES/inkscape.mo
 share/locale/de/LC_MESSAGES/inkscape.mo
+share/locale/doi/LC_MESSAGES/inkscape.mo
 share/locale/dz/LC_MESSAGES/inkscape.mo
 share/locale/el/LC_MESSAGES/inkscape.mo
 share/locale/en_AU/LC_MESSAGES/inkscape.mo
@@ -925,23 +946,37 @@ share/locale/fi/LC_MESSAGES/inkscape.mo
 share/locale/fr/LC_MESSAGES/inkscape.mo
 share/locale/ga/LC_MESSAGES/inkscape.mo
 share/locale/gl/LC_MESSAGES/inkscape.mo
+share/locale/gu/LC_MESSAGES/inkscape.mo
 share/locale/he/LC_MESSAGES/inkscape.mo
+share/locale/hi/LC_MESSAGES/inkscape.mo
 share/locale/hr/LC_MESSAGES/inkscape.mo
 share/locale/hu/LC_MESSAGES/inkscape.mo
 share/locale/hy/LC_MESSAGES/inkscape.mo
 share/locale/id/LC_MESSAGES/inkscape.mo
+share/locale/is/LC_MESSAGES/inkscape.mo
 share/locale/it/LC_MESSAGES/inkscape.mo
 share/locale/ja/LC_MESSAGES/inkscape.mo
 share/locale/km/LC_MESSAGES/inkscape.mo
+share/locale/kn/LC_MESSAGES/inkscape.mo
 share/locale/ko/LC_MESSAGES/inkscape.mo
+share/locale/kok/LC_MESSAGES/inkscape.mo
+share/locale/kok@latin/LC_MESSAGES/inkscape.mo
+share/locale/ks@aran/LC_MESSAGES/inkscape.mo
+share/locale/ks@deva/LC_MESSAGES/inkscape.mo
 share/locale/lt/LC_MESSAGES/inkscape.mo
 share/locale/lv/LC_MESSAGES/inkscape.mo
+share/locale/mai/LC_MESSAGES/inkscape.mo
 share/locale/mk/LC_MESSAGES/inkscape.mo
+share/locale/ml/LC_MESSAGES/inkscape.mo
 share/locale/mn/LC_MESSAGES/inkscape.mo
+share/locale/mni/LC_MESSAGES/inkscape.mo
+share/locale/mni@beng/LC_MESSAGES/inkscape.mo
+share/locale/mr/LC_MESSAGES/inkscape.mo
 share/locale/nb/LC_MESSAGES/inkscape.mo
 share/locale/ne/LC_MESSAGES/inkscape.mo
 share/locale/nl/LC_MESSAGES/inkscape.mo
 share/locale/nn/LC_MESSAGES/inkscape.mo
+share/locale/or/LC_MESSAGES/inkscape.mo
 share/locale/pa/LC_MESSAGES/inkscape.mo
 share/locale/pl/LC_MESSAGES/inkscape.mo
 share/locale/pt/LC_MESSAGES/inkscape.mo
@@ -949,16 +984,23 @@ share/locale/pt_BR/LC_MESSAGES/inkscape.
 share/locale/ro/LC_MESSAGES/inkscape.mo
 share/locale/ru/LC_MESSAGES/inkscape.mo
 share/locale/rw/LC_MESSAGES/inkscape.mo
+share/locale/sa/LC_MESSAGES/inkscape.mo
+share/locale/sat/LC_MESSAGES/inkscape.mo
+share/locale/sat@deva/LC_MESSAGES/inkscape.mo
+share/locale/sd/LC_MESSAGES/inkscape.mo
+share/locale/sd@deva/LC_MESSAGES/inkscape.mo
 share/locale/sk/LC_MESSAGES/inkscape.mo
 share/locale/sl/LC_MESSAGES/inkscape.mo
 share/locale/sq/LC_MESSAGES/inkscape.mo
 share/locale/sr/LC_MESSAGES/inkscape.mo
 share/locale/sr@latin/LC_MESSAGES/inkscape.mo
 share/locale/sv/LC_MESSAGES/inkscape.mo
+share/locale/ta/LC_MESSAGES/inkscape.mo
 share/locale/te/LC_MESSAGES/inkscape.mo
 share/locale/th/LC_MESSAGES/inkscape.mo
 share/locale/tr/LC_MESSAGES/inkscape.mo
 share/locale/uk/LC_MESSAGES/inkscape.mo
+share/locale/ur/LC_MESSAGES/inkscape.mo
 share/locale/vi/LC_MESSAGES/inkscape.mo
 share/locale/zh_CN/LC_MESSAGES/inkscape.mo
 share/locale/zh_TW/LC_MESSAGES/inkscape.mo



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