Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 13:45:49 +0200
From:      Franz Klammer <klammer@webonaut.com>
To:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   mergeant menu-icon missing
Message-ID:  <428C7C6D.2080803@webonaut.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------020604050305040703020205
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

attached a patch to re-enable the missing menu-icon for
databases/mergeant.

franz.



--------------020604050305040703020205
Content-Type: text/x-patch;
 name="Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile.diff"

--- mergeant/Makefile.orig	Thu May 19 13:22:44 2005
+++ mergeant/Makefile	Thu May 19 13:28:44 2005
@@ -27,4 +27,8 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|Icon=|Icon=${PREFIX}/share/gnome/pixmaps/|g' \
+		${WRKSRC}/mergeant.desktop.in
+
 .include <bsd.port.mk>


--------------020604050305040703020205--



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