summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2016-10-08 21:09:08 +0200
committerKristian Gunstone2016-10-08 21:09:08 +0200
commitd4394a7fe6e1ce0a05974c232610aa7f6b9d05c0 (patch)
tree099620ccb8470753e6335731bcd6b343d0362181
parent71c94c5eade07859977a13507216c87276ff8ea2 (diff)
downloadaur-d4394a7fe6e1ce0a05974c232610aa7f6b9d05c0.tar.gz
Add StartupWMClass field to the .desktop file as suggested by HarlemSquirrel (via arch_aleph_patch.diff)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--arch_aleph_patch.diff9
3 files changed, 13 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8705b89fd777..caedc57db398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cura-aleph-bin
pkgdesc = A full 3D printing solution aimed at RepRaps and the Ultimaker. This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers.
pkgver = 21.00
- pkgrel = 1
+ pkgrel = 2
url = https://www.lulzbot.com/cura
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = cura-aleph-bin
source = http://download.lulzbot.com/Software/Cura/Packages/Cura_21.00/cura_21.00-b796_amd64.deb
source = arch_aleph_patch.diff
sha1sums = a2cbb35e64f4c6d0dff0ee3b55c4b840aef6914b
- sha1sums = ba7a71da6f433e57e4cb67b9a295d4c249518b6e
+ sha1sums = a6010f8e88b7d02900b5a2eb7f9f9fa2c50f7d57
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17f486d9aec3..daeef606b8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# comes with this package.
pkgname=cura-aleph-bin
pkgver=21.00
-pkgrel=1
+pkgrel=2
pkgdesc="A full 3D printing solution aimed at RepRaps and the Ultimaker.
This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers."
arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@ elif [ "$CARCH" == i686 ]; then
fi
source+=(arch_aleph_patch.diff)
-sha1sums+=('ba7a71da6f433e57e4cb67b9a295d4c249518b6e')
+sha1sums+=('a6010f8e88b7d02900b5a2eb7f9f9fa2c50f7d57')
check()
{
diff --git a/arch_aleph_patch.diff b/arch_aleph_patch.diff
index 86ad7d4bb868..d613ede4174a 100644
--- a/arch_aleph_patch.diff
+++ b/arch_aleph_patch.diff
@@ -52,3 +52,12 @@ diff -Naur old/usr/share/cura/cura.py new/usr/share/cura/cura.py
try:
import OpenGL
+--- old/usr/share/applications/cura.desktop 2016-10-06 12:43:18.036564081 +0200
++++ new/usr/share/applications/cura.desktop 2016-10-08 20:45:31.445697941 +0200
+@@ -6,5 +6,6 @@
+ Exec=/usr/bin/python2 /usr/share/cura/cura.py
+ Path=/usr/share/cura/
+ StartupNotify=true
++StartupWMClass=Cura.py
+ Terminal=false
+ Categories=Graphics;Electronics;