summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Martignène2015-06-10 10:54:31 +0200
committerNiels Martignène2015-06-10 10:54:31 +0200
commit8a40ef07be273f671ced774dad66b464c66a7ffc (patch)
tree0747415092a5b0fa9fde3de5c37b710330badd68
parentb6dd46a0c07544bc2b74f509c56a60e4f07cd0e0 (diff)
downloadaur-8a40ef07be273f671ced774dad66b464c66a7ffc.tar.gz
Add StartupWMClass field to desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--arduino.desktop1
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 160f4598153b..868340265ca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = arduino10
source = arduino.desktop
source = arduino.xml
sha256sums = 631921fce485d14c79bcdc31d5d6f3a95d729d49975390b6b785fe49d238ff65
- sha256sums = d817829bb2830cb690ed63f14d8a990bb513bef4a4ebc6227a82abdfc8bcd35d
+ sha256sums = ee29f80cc63cf3a21e844372721686372c2ca4b36e35430350d72e0b788a0ae2
sha256sums = 473b82156505e9bd903e4d8484e8d183f2e3bf3c1f7e29940b815929ae597b68
source_i686 = http://downloads.arduino.cc/arduino-1.0.6-linux32.tgz
sha256sums_i686 = f059a572231abafb92099a3a404c0a41502c3413668610676c40029384edc658
diff --git a/PKGBUILD b/PKGBUILD
index bd7baad200ba..5159e6302498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=arduino10
epoch=1
pkgver=1.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Arduino prototyping platform SDK (old version)"
arch=('i686' 'x86_64')
url="http://arduino.cc/en/Main/Software"
@@ -22,7 +22,7 @@ source=('arduino-fix-arguments.patch'
source_i686+=("http://downloads.arduino.cc/arduino-${pkgver}-linux32.tgz")
source_x86_64+=("http://downloads.arduino.cc/arduino-${pkgver}-linux64.tgz")
sha256sums=('631921fce485d14c79bcdc31d5d6f3a95d729d49975390b6b785fe49d238ff65'
- 'd817829bb2830cb690ed63f14d8a990bb513bef4a4ebc6227a82abdfc8bcd35d'
+ 'ee29f80cc63cf3a21e844372721686372c2ca4b36e35430350d72e0b788a0ae2'
'473b82156505e9bd903e4d8484e8d183f2e3bf3c1f7e29940b815929ae597b68')
sha256sums_i686+=('f059a572231abafb92099a3a404c0a41502c3413668610676c40029384edc658')
sha256sums_x86_64+=('1ff175c487de335981d3aad64cf212b56cb2c778a6bdd6655045335ffc65e147')
diff --git a/arduino.desktop b/arduino.desktop
index 180dea615bf5..38efd0b0b793 100644
--- a/arduino.desktop
+++ b/arduino.desktop
@@ -9,3 +9,4 @@ Type=Application
Terminal=false
MimeType=text/x-arduino;
Categories=Development;
+StartupWMClass=processing-app-Base