diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-08 10:03:09 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-08 10:05:00 +0100 |
commit | ba462c1bbd535144107dad720081416089f88d39 (patch) | |
tree | 78209ec2e04892cb48b1ba2d703597409b25f923 | |
parent | a7cb32a2ef8e99e8e1db5e8dfa23caa0c655bc8b (diff) | |
download | archlinuxewe-ba462c1bbd535144107dad720081416089f88d39.tar.xz |
cura-bin: 5.2.1-5 -> 5.2.2-1
-rw-r--r-- | cura-bin/AppRun-CuraEngine.patch | 27 | ||||
-rw-r--r-- | cura-bin/PKGBUILD | 12 |
2 files changed, 14 insertions, 25 deletions
diff --git a/cura-bin/AppRun-CuraEngine.patch b/cura-bin/AppRun-CuraEngine.patch index 8a682c88b..2f7904e2a 100644 --- a/cura-bin/AppRun-CuraEngine.patch +++ b/cura-bin/AppRun-CuraEngine.patch @@ -1,18 +1,9 @@ -diff --git a/AppRun b/AppRun -index 14ee0e4..7466a54 100755 ---- a/AppRun -+++ b/AppRun -@@ -1,6 +1,6 @@ - #!/bin/sh - --scriptdir=$(dirname $0) -+scriptdir='/opt/ultimaker-cura' - - export PYTHONPATH="$scriptdir/lib/python3.10" - export LD_LIBRARY_PATH=$scriptdir -@@ -17,4 +17,4 @@ export OPENSSL_CONF="$scriptdir/openssl.cnf" - # unset `QT_STYLE_OVERRIDE` as a precaution - unset QT_STYLE_OVERRIDE - --$scriptdir/Ultimaker-Cura "$@" -+$scriptdir/CuraEngine "$@" +--- src/CuraEngine 2023-02-08 09:52:42.941406144 +0100 ++++ /dev/fd/63 2023-02-08 10:01:35.873512773 +0100 +@@ -21,5 +21,5 @@ + if [ -f $scriptdir/$BIN ]; then + $scriptdir/$BIN "$@" + else +- $scriptdir/UltiMaker-Cura "$@" ++ $scriptdir/CuraEngine "$@" + fi; diff --git a/cura-bin/PKGBUILD b/cura-bin/PKGBUILD index 2bd3d27bc..2c486939e 100644 --- a/cura-bin/PKGBUILD +++ b/cura-bin/PKGBUILD @@ -5,8 +5,8 @@ _pkgname=cura pkgname=$_pkgname-bin -pkgver=5.2.1 -pkgrel=5 +pkgver=5.2.2 +pkgrel=1 pkgdesc='State-of-the-art slicer app to prepare your 3D models for your 3D printer' url='https://ultimaker.com/software/ultimaker-cura' license=('LGPL3') @@ -118,11 +118,9 @@ source=( 'AppRun-CuraEngine.patch' ) -sha512sums=( - '9274e16e27a35f3308d7555a4a576a4122478006bb0746db2b48b6b6e9ee038ca03cb4a3a1b58c001b933a92aa696e07ffd49151b1a22b04ea56b64cfe59dea8' - 'bf5fa289d8f4193e186a0d8d7e5dc5e902789674bf6c2a068655d639f1be1e7c9d9757c4709801f10c86501c6722a94a97051f662f6d1d85294d1cba16145f63' - '76e0a856eec5dfcb7ab8025c07f4665305d717a7f674408a87429583fdf70af86dbbe0d45908f7f3ec0e91833f006cb3eacc8531627ba1acf389921c0d2468e8' -) +sha512sums=('3b3a1b674eb390a53f382c4ae10cc877f471ba7efbabf00330238d53baeb47a1c510c3414811840cb45a438f23fe42b50402c7c78a20d0e77e6cedaa92bdccd6' + 'bf5fa289d8f4193e186a0d8d7e5dc5e902789674bf6c2a068655d639f1be1e7c9d9757c4709801f10c86501c6722a94a97051f662f6d1d85294d1cba16145f63' + '073859530af23e43eaa576b500bc86ce2a9611a9aa1d9435b2cff949f9ce9e762f6891aa930cb4f135af1e4eca9657c69a288a2d43f75641ae75eb56ecf204f5') prepare() { [[ -d squashfs-root ]] && rm -rf squashfs-root |