arduino: update to 1.8.9.

This commit is contained in:
Johannes 2019-04-05 21:49:34 +02:00 committed by Johannes
parent b6661aa48c
commit c79d2e16a2
2 changed files with 2 additions and 23 deletions

View File

@ -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);

View File

@ -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