From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 30 17:40:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5B9A1065673 for ; Wed, 30 Mar 2011 17:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C195B8FC12 for ; Wed, 30 Mar 2011 17:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2UHeBY5074212 for ; Wed, 30 Mar 2011 17:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2UHeBct074211; Wed, 30 Mar 2011 17:40:11 GMT (envelope-from gnats) Resent-Date: Wed, 30 Mar 2011 17:40:11 GMT Resent-Message-Id: <201103301740.p2UHeBct074211@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E2231065672 for ; Wed, 30 Mar 2011 17:38:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4AD8FC16 for ; Wed, 30 Mar 2011 17:38:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2UHciZo037065 for ; Wed, 30 Mar 2011 17:38:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p2UHciFQ037063; Wed, 30 Mar 2011 17:38:44 GMT (envelope-from nobody) Message-Id: <201103301738.p2UHciFQ037063@red.freebsd.org> Date: Wed, 30 Mar 2011 17:38:44 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156065: [maintainer-update][patch]update devel/arduino desktop_entries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2011 17:40:12 -0000 >Number: 156065 >Category: ports >Synopsis: [maintainer-update][patch]update devel/arduino desktop_entries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 30 17:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 8-stable >Organization: >Environment: FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Mar 20 13:30:20 MDT 2011 root@lightning:/usr/obj/usr/src/sys/LIGHTNING i386 >Description: Use the official Arduino icon in DESKTOP_ENTRIES. Can't tell whether the Arduino IDE really supports StartupNotify or not, so set it to false. >How-To-Repeat: >Fix: Apply attached patch. Patch attached with submission follows: --- devel/arduino/Makefile.orig 2011-03-30 11:15:50.000000000 -0600 +++ devel/arduino/Makefile 2011-03-30 11:33:35.000000000 -0600 @@ -5,6 +5,7 @@ PORTNAME= arduino PORTVERSION= 0022 +PORTREVISION= 1 CATEGORIES= devel java lang MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz @@ -22,7 +23,9 @@ SUB_FILES= arduino pkg-message SUB_LIST= PORTNAME=${PORTNAME} -DESKTOP_ENTRIES= "Arduino" "Arduino IDE" "computer" "arduino" "Development;IDE;" "true" +DESKTOP_ENTRIES= "Arduino" "Arduino IDE" \ + ${PREFIX}/${PORTNAME}/reference/img/logo.png \ + "arduino" "Development;IDE;" false .if !defined(NOPORTDOCS) OPTIONS+= REFDOCS "Install the reference documents" on >Release-Note: >Audit-Trail: >Unformatted: