Date: Wed, 30 Mar 2011 17:38:44 GMT From: Warren Block <wblock@wonkity.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/156065: [maintainer-update][patch]update devel/arduino desktop_entries Message-ID: <201103301738.p2UHciFQ037063@red.freebsd.org> Resent-Message-ID: <201103301740.p2UHeBct074211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103301738.p2UHciFQ037063>