ports/137943: [PATCH] games/hex-a-hop: fix icon desktop entry

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Aug 19 01:10:03 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list