diff options
author | vg <vg@FreeBSD.org> | 2015-01-21 17:48:47 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2015-01-21 17:48:47 +0800 |
commit | 73430ea507aa85a7c43d289c17f491c85e368ab8 (patch) | |
tree | 3fa949d4cb938ea54e87430c9a4670a1ba6a894d /graphics/easypaint | |
parent | 9799e56e20608a523d48a25608c726793f379bb3 (diff) | |
download | freebsd-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/Makefile | 9 | ||||
-rw-r--r-- | graphics/easypaint/pkg-descr | 2 |
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 |