Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 09:48:48 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377582 - head/graphics/easypaint
Message-ID:  <201501210948.t0L9mmLo098362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Wed Jan 21 09:48:47 2015
New Revision: 377582
URL: https://svnweb.freebsd.org/changeset/ports/377582
QAT: https://qat.redports.org/buildarchive/r377582/

Log:
  - Install icon for .desktop file
  - Fix tab after WWW: in pkg-descr
  
  PR:		ports/196824
  Submitted by:	amdmi3

Modified:
  head/graphics/easypaint/Makefile
  head/graphics/easypaint/pkg-descr

Modified: head/graphics/easypaint/Makefile
==============================================================================
--- head/graphics/easypaint/Makefile	Wed Jan 21 09:40:18 2015	(r377581)
+++ head/graphics/easypaint/Makefile	Wed Jan 21 09:48:47 2015	(r377582)
@@ -3,7 +3,7 @@
 
 PORTNAME=	easypaint
 PORTVERSION=	0.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://qt-apps.org/CONTENT/content-files/
 DISTNAME=	140877-easyPaint
@@ -18,12 +18,15 @@ USE_QT4=	gui xml uic_build moc_build rcc
 QPROFILE=	easyPaint
 WRKSRC=		${WRKDIR}/${QPROFILE}
 
-DESKTOP_ENTRIES="easyPaint" "${COMMENT}" "" "easypaint" \
+DESKTOP_ENTRIES="easyPaint" "${COMMENT}" "easypaint" "easypaint" \
 		"Graphics;2DGraphics;RasterGraphics;" "true"
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		share/pixmaps/${PORTNAME}.png
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${QPROFILE} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_DATA} ${WRKSRC}/icons/program/paint.png \
+		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
 
 .include <bsd.port.mk>

Modified: head/graphics/easypaint/pkg-descr
==============================================================================
--- head/graphics/easypaint/pkg-descr	Wed Jan 21 09:40:18 2015	(r377581)
+++ head/graphics/easypaint/pkg-descr	Wed Jan 21 09:48:47 2015	(r377582)
@@ -1,3 +1,3 @@
 Easy graphic editing program
 
-WWW:	http://qt-apps.org/content/show.php/easyPaint?content=140877
+WWW: http://qt-apps.org/content/show.php/easyPaint?content=140877



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