aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/easypaint
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2015-01-21 17:48:47 +0800
committervg <vg@FreeBSD.org>2015-01-21 17:48:47 +0800
commit73430ea507aa85a7c43d289c17f491c85e368ab8 (patch)
tree3fa949d4cb938ea54e87430c9a4670a1ba6a894d /graphics/easypaint
parent9799e56e20608a523d48a25608c726793f379bb3 (diff)
downloadfreebsd-ports-gnome-73430ea507aa85a7c43d289c17f491c85e368ab8.tar.gz
freebsd-ports-gnome-73430ea507aa85a7c43d289c17f491c85e368ab8.tar.zst
freebsd-ports-gnome-73430ea507aa85a7c43d289c17f491c85e368ab8.zip
- Install icon for .desktop file
- Fix tab after WWW: in pkg-descr PR: ports/196824 Submitted by: amdmi3
Diffstat (limited to 'graphics/easypaint')
-rw-r--r--graphics/easypaint/Makefile9
-rw-r--r--graphics/easypaint/pkg-descr2
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/easypaint/Makefile b/graphics/easypaint/Makefile
index e9114ffaf190..feb8a07a3825 100644
--- a/graphics/easypaint/Makefile
+++ b/graphics/easypaint/Makefile
@@ -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_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 <bsd.port.mk>
diff --git a/graphics/easypaint/pkg-descr b/graphics/easypaint/pkg-descr
index 237be048c0d5..2c6e424825b2 100644
--- a/graphics/easypaint/pkg-descr
+++ b/graphics/easypaint/pkg-descr
@@ -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