summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Gisbers2017-03-23 00:09:25 +0100
committerMichael Gisbers2017-03-23 00:09:25 +0100
commit53f52f708692cf59071543a3c3f1639e8eb6bfee (patch)
tree4d2757dd34596727cede7305d9c9e31fb12499b9 /PKGBUILD
parentdb3ca970f2f924b334acbde37928f0a5ebeaed40 (diff)
downloadaur-53f52f708692cf59071543a3c3f1639e8eb6bfee.tar.gz
patch desktop file to use workaround script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a94e3840292..abce580e5d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Gisbers <michael@gisbers.de>
pkgname=flashprint
pkgver=3.15.0
-pkgrel=2
+pkgrel=3
pkgdesc="Slicer for the FlashForge 3D printers."
arch=('i686' 'x86_64')
url="http://www.ff3dp.com/"
@@ -28,5 +28,7 @@ package() {
# ln -s ../share/FlashPrint/FlashPrint ${pkgdir}/usr/bin/flashprint
# workaround for render issues
install ${srcdir}/flashprint ${pkgdir}/usr/bin/flashprint
+ # patch desktop file, workaround for render issues
+ sed -i "/^Exec=/ c Exec=/usr/bin/flashprint" ${pkgdir}/usr/share/applications/FlashPrint.desktop
}