From ec7820d068f57ffe228af760f4834349e59097cb Mon Sep 17 00:00:00 2001 From: makc Date: Tue, 22 Jan 2013 23:13:41 +0000 Subject: - 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) --- astro/celestia/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'astro') diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 2a8d2e84ffe4..3c50923b32cd 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -82,8 +82,9 @@ PLIST_SUB+= KDE="@comment " PORTDOCS= AUTHORS ChangeLog README -DESKTOP_ENTRIES="Celestia" "Explore space" "celestia.png" "celestia" \ - "Application;Astronomy;Education;Science;" ${STARTUP_NOTIFY} +DESKTOP_ENTRIES="Celestia" "Explore space" \ + "${PREFIX}/share/pixmaps/celestia.png" "celestia" \ + "Astronomy;Education;Science;" ${STARTUP_NOTIFY} post-patch: # Fix Lua discovery pkg-config(1) calls -- cgit