- Install icon for .desktop file
- Fix tab after WWW: in pkg-descr PR: ports/196824 Submitted by: amdmi3
This commit is contained in:
parent
262bb77a67
commit
68092363b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377582
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user