Index: head/graphics/easypaint/Makefile =================================================================== --- head/graphics/easypaint/Makefile (revision 377581) +++ head/graphics/easypaint/Makefile (revision 377582) @@ -1,29 +1,32 @@ # Created by: Gvozdikov Veniamin # $FreeBSD$ PORTNAME= easypaint PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://qt-apps.org/CONTENT/content-files/ DISTNAME= 140877-easyPaint MAINTAINER= vg@FreeBSD.org COMMENT= Easy graphic editing program LICENSE= GPLv3 USES= qmake USE_QT4= gui xml uic_build moc_build rcc_build 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 Index: head/graphics/easypaint/pkg-descr =================================================================== --- head/graphics/easypaint/pkg-descr (revision 377581) +++ head/graphics/easypaint/pkg-descr (revision 377582) @@ -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