From owner-freebsd-gnome@FreeBSD.ORG Thu May 19 11:45:37 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7B016A4D1 for ; Thu, 19 May 2005 11:45:37 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38E043DA6 for ; Thu, 19 May 2005 11:45:36 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 2A65576440 for ; Thu, 19 May 2005 13:45:35 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32347-04 for ; Thu, 19 May 2005 13:45:23 +0200 (CEST) Received: from [192.168.0.111] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id B28E076445 for ; Thu, 19 May 2005 13:45:23 +0200 (CEST) Message-ID: <428C7C6D.2080803@webonaut.com> Date: Thu, 19 May 2005 13:45:49 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050323) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: multipart/mixed; boundary="------------020604050305040703020205" X-Virus-Scanned: by amavisd-new at webonaut.com Subject: mergeant menu-icon missing X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 11:45:38 -0000 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 --------------020604050305040703020205--