Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2009 05:02:57 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jamie@bishopston.net
Subject:   ports/137943: [PATCH] games/hex-a-hop: fix icon desktop entry
Message-ID:  <20090819010257.C0B2B108842@hades.panopticon>
Resent-Message-ID: <200908190110.n7J1A2M6087813@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137943
>Category:       ports
>Synopsis:       [PATCH] games/hex-a-hop: fix icon desktop entry
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 19 01:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
Path to icon in DESKTOP_ENTRIES is incorrect - fix this.

Port maintainer (jamie@bishopston.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- hex-a-hop-1.0.0_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/hex-a-hop/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	30 Sep 2008 09:20:15 -0000	1.8
+++ Makefile	19 Aug 2009 00:59:39 -0000
@@ -22,7 +22,7 @@
 
 MAKE_ARGS+=	SYSTEM_INSTALL_DIR="${DATADIR}/"
 DESKTOP_ENTRIES="Hex-a-Hop" "A puzzle game based on hexagonal tiles" \
-		"${PREFIX}/games/hex-a-hop/graphics/icon.bmp" \
+		"${DATADIR}/graphics/icon.bmp" \
 		"hex-a-hop" "Application;LogicGame;Game;" false
 
 do-install:
--- hex-a-hop-1.0.0_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090819010257.C0B2B108842>