arduino: update to 1.6.7.

This commit is contained in:
Enno Boland 2015-12-15 10:13:59 +01:00
parent b8d53c9351
commit 44bfbfbf24
2 changed files with 14 additions and 13 deletions

View file

@ -1,18 +1,19 @@
--- build/build.xml.orig 2015-06-10 01:12:20.791398588 +0200
+++ build/build.xml 2015-06-10 01:12:36.227399295 +0200
@@ -600,15 +600,6 @@
--- build/build.xml.orig 2015-12-15 10:07:28.947037415 +0100
+++ build/build.xml 2015-12-15 10:07:41.416037987 +0100
@@ -836,16 +836,6 @@
<antcall target="windows-build-avr-toolchain" />
<copy todir="linux/work" file="linux/dist/arduino" />
<chmod perm="755" file="linux/work/arduino" />
-
- <antcall target="unzip">
- <param name="archive_file" value="./libastylej-2.05.1.zip" />
- <param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
- <param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
- <param name="dest_folder" value="${staging_folder}" />
- </antcall>
- <copy file="linux/libastylej-2.05.1/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
- <chmod perm="755" file="linux/work/lib/libastylej.so" />
</target>
<target name="linux32-build" depends="linux-build" description="Build linux (32-bit) version">
- <copy file="windows/libastylej-2.05.1/AStylej.dll" todir="windows/work/lib" />
- <copy file="windows/msvcp100.dll" todir="windows/work" />
- <copy file="windows/msvcr100.dll" todir="windows/work" />
-
<!-- Copy listComPort.exe tool -->
<copy todir="windows/work/hardware/tools">
<fileset file="windows/listComPorts.exe" />

View file

@ -1,6 +1,6 @@
# Template file for 'arduino'
pkgname=arduino
version=1.6.6
version=1.6.7
revision=1
makedepends="openjdk"
hostmakedepends="apache-ant unzip ImageMagick"
@ -12,7 +12,7 @@ homepage="http://arduino.cc/"
distfiles="
https://github.com/arduino/Arduino/archive/${version}.tar.gz
${SOURCEFORGE_SITE}/astyle/astyle_2.05.1_linux.tar.gz"
checksum="5feda6d10d430498bea4a13b1d0e2106018e2fe175be657b451428d9e3547d8f
checksum="fbbbe3bad6d85fe3243ecdb5248b52e3b609cc03d649a2e16684194d4f9db85f
fbdfc6f1966a972d19a215927266c76d4183eee235ed1e2bd7ec551c2a270eac"
nostrip=yes
wrksrc=Arduino-$version