From owner-svn-ports-all@freebsd.org Sat Oct 29 22:18:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE57EC26A06; Sat, 29 Oct 2016 22:18:29 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3AF37A8; Sat, 29 Oct 2016 22:18:29 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9TMISWB007345; Sat, 29 Oct 2016 22:18:28 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9TMISZE007343; Sat, 29 Oct 2016 22:18:28 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610292218.u9TMISZE007343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 29 Oct 2016 22:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424925 - head/devel/arduino16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2016 22:18:30 -0000 Author: bsam Date: Sat Oct 29 22:18:28 2016 New Revision: 424925 URL: https://svnweb.freebsd.org/changeset/ports/424925 Log: devel/arduino16: Add desktop and fixmap files. PR: 213901 Submitted by: bsam (me) Approved by: Kyle Evans (maintainer) Modified: head/devel/arduino16/Makefile head/devel/arduino16/pkg-plist Modified: head/devel/arduino16/Makefile ============================================================================== --- head/devel/arduino16/Makefile Sat Oct 29 18:16:45 2016 (r424924) +++ head/devel/arduino16/Makefile Sat Oct 29 22:18:28 2016 (r424925) @@ -2,7 +2,7 @@ PORTNAME= arduino PORTVERSION= 1.6.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel java PKGNAMESUFFIX= 16 DIST_SUBDIR= ${PORTNAME} @@ -44,6 +44,7 @@ GH_PROJECT= Arduino GH_TUPLE+= ${BUNDLE_GH_ACCOUNT}:${blib}/linux/work/libraries/${blib:C/\:.*//} .endfor +USES= desktop-file-utils LIB_DIRS+= ${LOCALBASE}/lib ${LOCALBASE}/lib/jni WRKSRC_SUBDIR= build PATCH_WRKSRC= ${WRKSRC}/../ @@ -88,6 +89,8 @@ post-extract: post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${PATCH_WRKSRC}/arduino-core/src/processing/app/BaseNoGui.java + ${REINPLACE_CMD} -e 's::arduino:' -e 's::arduino:' \ + ${PATCH_WRKSRC}/build/linux/dist/desktop.template do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} @@ -101,5 +104,7 @@ do-install: ${INSTALL_SCRIPT} ${BUILD_DIR}/arduino ${STAGEDIR}${PREFIX}/${PORTNAME} ${LN} -s ../${PORTNAME}/arduino ${STAGEDIR}${PREFIX}/bin/arduino ${LN} -s ../bin/arduino-builder ${STAGEDIR}${PREFIX}/arduino/arduino-builder + ${CP} ${WRKSRC}/shared/icons/arduino.xpm ${STAGEDIR}/${PREFIX}/share/pixmaps + ${CP} ${PATCH_WRKSRC}/build/linux/dist/desktop.template ${STAGEDIR}/${PREFIX}/share/applications/arduino.desktop .include Modified: head/devel/arduino16/pkg-plist ============================================================================== --- head/devel/arduino16/pkg-plist Sat Oct 29 18:16:45 2016 (r424924) +++ head/devel/arduino16/pkg-plist Sat Oct 29 22:18:28 2016 (r424925) @@ -2053,3 +2053,5 @@ arduino/tools/WiFi101/src/cc/arduino/plu arduino/tools/WiFi101/src/cc/arduino/plugins/wifi101/flashers/java/SSLCertDownloader.java arduino/tools/howto.txt bin/arduino +share/applications/arduino.desktop +share/pixmaps/arduino.xpm