diff options
author | arved <arved@FreeBSD.org> | 2011-04-09 21:54:44 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-04-09 21:54:44 +0800 |
commit | 7117440c8babfa6c8ad934e453381ad5d6938433 (patch) | |
tree | f26e45989c5f82f712337ede04cfa95b315d51dd /devel | |
parent | 0900b89f152c658d8365189366b0dabd7f0eee7a (diff) | |
download | freebsd-ports-gnome-7117440c8babfa6c8ad934e453381ad5d6938433.tar.gz freebsd-ports-gnome-7117440c8babfa6c8ad934e453381ad5d6938433.tar.zst freebsd-ports-gnome-7117440c8babfa6c8ad934e453381ad5d6938433.zip |
Use the official arduino icon in DESKTOP_ENTRIES
PR: 156065
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arduino/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 0c5e2c8e2d09..ad20cd6d18ab 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -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 @@ NO_BUILD= yes 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 |