diff --git a/srcpkgs/arduino/patches/ignore-touchbar.patch b/srcpkgs/arduino/patches/ignore-touchbar.patch deleted file mode 100644 index 6111db23096..00000000000 --- a/srcpkgs/arduino/patches/ignore-touchbar.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- app/src/processing/app/EditorToolbar.java.orig 2019-02-26 02:26:15.309593724 +0100 -+++ app/src/processing/app/EditorToolbar.java 2019-02-26 02:26:57.512244968 +0100 -@@ -149,18 +149,6 @@ - statusFont = Theme.getFont("buttons.status.font"); - statusColor = Theme.getColor("buttons.status.color"); - -- if (OSUtils.isMacOS()) { -- editor.addWindowListener(new WindowAdapter() { -- public void windowActivated(WindowEvent e) { -- if (touchBar == null) { -- buildTouchBar(); -- -- touchBar.show(editor); -- } -- } -- }); -- } -- - addMouseListener(this); - addMouseMotionListener(this); - KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(this); diff --git a/srcpkgs/arduino/template b/srcpkgs/arduino/template index 336d3c2c7ba..04ce0d37b79 100644 --- a/srcpkgs/arduino/template +++ b/srcpkgs/arduino/template @@ -1,6 +1,6 @@ # Template file for 'arduino' pkgname=arduino -version=1.8.8 +version=1.8.9 revision=1 wrksrc=Arduino-$version hostmakedepends="apache-ant unzip ImageMagick openjdk" @@ -12,7 +12,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="01bf72e54165a522fe80ae5454b7073994fd4139a326f2edc0bb61b1d226179a +checksum="2fcdf989d7eacf052b357f1e4d3a1bf177c0e76110085ed0f78314ea47faacf0 6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd" nostrip=yes