ports/131672: Icon for gonvert doesn't work

Harald Schmalzbauer freebsd at omnilan.de
Sat Feb 14 15:30:04 UTC 2009


>Number:         131672
>Category:       ports
>Synopsis:       Icon for gonvert doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 14 15:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD titan.flintsbach.schmalzbauer.de 7.1-STABLE FreeBSD 7.1-STABLE #3: Tue Feb 3 09:13:42 CET 2009 root at titan.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/TITAN i386


	
>Description:
	The desktop entry for gonvert defines a linked icon from the
wrong place
>How-To-Repeat:
	install gonvert and watch the xfce start menu for example.
Ther weill be no Icon
>Fix:
post-install in the Makefile links the gonvert.png from the building
directory. I guess it sould be {DATADIR} instead, though I haven't inspected
why there is ${DATADIR}/pixmaps _and_ ${PREFIX}/share/pixmaps

--- Makefile.orig       2009-02-14 16:17:42.000000000 +0100
+++ Makefile    2009-02-14 16:19:29.000000000 +0100
@@ -34,7 +34,7 @@
        @${MKDIR} ${DATADIR}/pixmaps
        ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.png ${DATADIR}/pixmaps
        @${MKDIR} ${PREFIX}/share/pixmaps
-       ${LN} -sf ${WRKSRC}/pixmaps/gonvert.png ${PREFIX}/share/pixmaps
+       ${LN} -sf ${DATADIR}/pixmaps/gonvert.png ${PREFIX}/share/pixmaps
        @${MKDIR} ${PREFIX}/share/locale/pl/LC_MESSAGES
        ${INSTALL_DATA} ${WRKSRC}/i18n/pl_messages.gmo \
                ${PREFIX}/share/locale/pl/LC_MESSAGES/gonvert.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list