diff options
author | makc <makc@FreeBSD.org> | 2013-01-23 07:13:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-23 07:13:41 +0800 |
commit | ec7820d068f57ffe228af760f4834349e59097cb (patch) | |
tree | 4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /graphics/boxer | |
parent | 648111d961a91126eaebcc7caa2e9fe4b7777e15 (diff) | |
download | freebsd-ports-gnome-ec7820d068f57ffe228af760f4834349e59097cb.tar.gz freebsd-ports-gnome-ec7820d068f57ffe228af760f4834349e59097cb.tar.zst freebsd-ports-gnome-ec7820d068f57ffe228af760f4834349e59097cb.zip |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days)
Diffstat (limited to 'graphics/boxer')
-rw-r--r-- | graphics/boxer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/boxer/Makefile b/graphics/boxer/Makefile index 238573db1e8a..28ccf57f60b0 100644 --- a/graphics/boxer/Makefile +++ b/graphics/boxer/Makefile @@ -25,8 +25,9 @@ USE_GNOME= pygtk2 USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -DESKTOP_ENTRIES="Boxer" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Application;Graphics;" ${FALSE} +DESKTOP_ENTRIES="Boxer" "${COMMENT}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ + "${PORTNAME}" "Graphics;VectorGraphics;" false post-extract: @(cd ${WRKSRC} && \ |