From 38ef31a581d3e848affcc59e4e9f8818c287dc91 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 2 Apr 2022 21:55:59 -0400 Subject: [PATCH] arduino: update to 1.8.19. --- .../patches/disable-dependency-build.patch | 225 ------------------ srcpkgs/arduino/template | 4 +- 2 files changed, 2 insertions(+), 227 deletions(-) delete mode 100644 srcpkgs/arduino/patches/disable-dependency-build.patch diff --git a/srcpkgs/arduino/patches/disable-dependency-build.patch b/srcpkgs/arduino/patches/disable-dependency-build.patch deleted file mode 100644 index 6a7144c906c4..000000000000 --- a/srcpkgs/arduino/patches/disable-dependency-build.patch +++ /dev/null @@ -1,225 +0,0 @@ ---- Arduino-1.8.13/build/build.xml.orig 2020-12-27 20:34:41.813419495 +0100 -+++ Arduino-1.8.13/build/build.xml 2020-12-27 20:32:58.075425211 +0100 -@@ -345,7 +345,7 @@ - - - -+ property="revision.base"> - - - -@@ -659,14 +659,6 @@ - - - -- -- -- -- -- -- -- -- - - - -@@ -684,14 +676,6 @@ - - - -- -- -- -- -- -- -- -- - - - -@@ -715,26 +699,9 @@ - - - -- -- -- -- -- -- -- -- -- - - - -- -- -- -- -- -- -- -- - - - -@@ -757,15 +724,6 @@ - - - -- -- -- -- -- -- -- -- -- - - - -@@ -775,15 +733,6 @@ - - - -- -- -- -- -- -- -- -- -- - - - -@@ -793,15 +742,6 @@ - - - -- -- -- -- -- -- -- -- -- - - - -@@ -936,7 +876,7 @@ - - - -+ description="Build .tar.xz of linux version"> - - - -@@ -960,23 +900,23 @@ - - - -+ description="Build .tar.xz of linux x86_32 version" /> - - -+ description="Build .tar.xz of linux x86_64 version" /> - - -+ description="Build .tar.xz of linux armhf version" /> - - -+ description="Build .tar.xz of linux aarch64 version" /> - - - - - - -+ description="Clean windows version"> - - - -@@ -1014,8 +954,8 @@ - - - -+ depends="revision-check, windows-checkos, subprojects-build" -+ description="Build windows version"> - - - -@@ -1130,12 +1070,12 @@ - - - -+ classname="net.sf.launch4j.ant.Launch4jTask" -+ classpath="${launch4j.dir}/launch4j.jar; ${launch4j.dir}/lib/xstream.jar" /> - - - -+ includes="application.ico, config.xml, config_debug.xml, arduino.l4j.ini, wrapper-manifest.xml"/> - - - -@@ -1206,22 +1146,22 @@ - - - -+ description="Build .tar.gz of source code"> - -+ addproperty="version" -+ defaultvalue="${revision}" /> - - - -+ prefix="arduino-${version}" -+ excludes="**/*.tgz, -+ **/*.bz2, -+ **/build/macosx/, -+ **/build/windows/, -+ **/work/, -+ **/.git/, -+ **/*.class" -+ /> - - - -@@ -1239,7 +1179,7 @@ - - - -+ depends="linux-clean, windows-clean, macosx-clean, subprojects-clean"> - - - diff --git a/srcpkgs/arduino/template b/srcpkgs/arduino/template index 5d6531ec93fc..19daa0c1b1e8 100644 --- a/srcpkgs/arduino/template +++ b/srcpkgs/arduino/template @@ -1,6 +1,6 @@ # Template file for 'arduino' pkgname=arduino -version=1.8.13 +version=1.8.19 revision=1 archs="x86_64* i686* aarch64* arm*" wrksrc=$pkgname-$version @@ -15,7 +15,7 @@ homepage="http://arduino.cc/" distfiles=" https://github.com/arduino/Arduino/archive/${version}.tar.gz ${SOURCEFORGE_SITE}/astyle/astyle_3.0.1_linux.tar.gz" -checksum="2a2a7bf0a93d36dff2e27f50e490529f10ff73337d6a0b7b222fa6b1a529c9f7 +checksum="17839eb2a9bc7aeed3bb2a315898efdb3075ed605f98210b4a2d3b54199cc571 6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd" nostrip=yes nocross="cross build lacks essential libraries"