svn commit: r472546 - head/graphics/krita

Tobias C. Berner tcberner at FreeBSD.org
Sat Jun 16 13:17:15 UTC 2018


Author: tcberner
Date: Sat Jun 16 13:17:13 2018
New Revision: 472546
URL: https://svnweb.freebsd.org/changeset/ports/472546

Log:
  graphics/krita: update to 4.0.4

Modified:
  head/graphics/krita/Makefile
  head/graphics/krita/distinfo
  head/graphics/krita/pkg-plist

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Sat Jun 16 13:12:06 2018	(r472545)
+++ head/graphics/krita/Makefile	Sat Jun 16 13:17:13 2018	(r472546)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	krita
-DISTVERSION=	4.0.3
+DISTVERSION=	4.0.4
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
@@ -31,12 +31,12 @@ LIB_DEPENDS=	libImath.so:graphics/ilmbase \
 		libxcb-util.so:x11/xcb-util
 
 USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
-		eigen:3 gettext jpeg kde:5 pkgconfig shared-mime-info
+		eigen:3 gettext jpeg kde:5 pkgconfig python:3.4+ shared-mime-info
 USE_KDE=	archive completion config coreaddons crash guiaddons i18n \
 		itemmodels itemviews kio service widgetsaddons windowsystem
 USE_QT5=	concurrent core dbus gui multimedia network printsupport \
 		qml quick svg testlib widgets x11extras xml \
-		buildtools_build qmake_build 
+		buildtools_build qmake_build
 USE_XORG=	ice sm xcb xext xi
 
 OPTIONS_DEFINE=		GMIC OPENEXR

Modified: head/graphics/krita/distinfo
==============================================================================
--- head/graphics/krita/distinfo	Sat Jun 16 13:12:06 2018	(r472545)
+++ head/graphics/krita/distinfo	Sat Jun 16 13:17:13 2018	(r472546)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526119766
-SHA256 (KDE/krita/krita-4.0.3.tar.gz) = f9ead78ff4b184af49aea59385b0cfa1238ebf7fd527bf2f408c59fc5b12b67e
-SIZE (KDE/krita/krita-4.0.3.tar.gz) = 241332929
+TIMESTAMP = 1529099107
+SHA256 (KDE/krita/krita-4.0.4.tar.gz) = f3d3f27873381897dcbf84b68497812cdbe5ae1bb49eb3826be13cd568577a7c
+SIZE (KDE/krita/krita-4.0.4.tar.gz) = 241431012

Modified: head/graphics/krita/pkg-plist
==============================================================================
--- head/graphics/krita/pkg-plist	Sat Jun 16 13:12:06 2018	(r472545)
+++ head/graphics/krita/pkg-plist	Sat Jun 16 13:17:13 2018	(r472546)
@@ -319,7 +319,6 @@ share/icons/hicolor/512x512/mimetypes/application-x-kr
 share/icons/hicolor/64x64/apps/calligrakrita.png
 share/icons/hicolor/64x64/mimetypes/application-x-krita.png
 share/icons/hicolor/scalable/apps/calligrakrita.svgz
-%%DATADIR%%/actions/ArtisticTextTool.action
 %%DATADIR%%/actions/ConnectionTool.action
 %%DATADIR%%/actions/InteractionTool.action
 %%DATADIR%%/actions/KisAssistantTool.action
@@ -339,7 +338,6 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz
 %%DATADIR%%/actions/MoveTool.action
 %%DATADIR%%/actions/PathTool.action
 %%DATADIR%%/actions/SvgTextTool.action
-%%DATADIR%%/actions/TextTool.action
 %%DATADIR%%/actions/krita.action
 %%DATADIR%%/actions/kritamenu.action
 %%DATADIR%%/brushes/triangle.svg


More information about the svn-ports-all mailing list