ports/156065: [maintainer-update][patch]update devel/arduino desktop_entries

Warren Block wblock at wonkity.com
Wed Mar 30 17:40:12 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list