diff --git a/srcpkgs/Uranium/patches/0001-Remove-crashing-line.patch b/srcpkgs/Uranium/patches/0001-Remove-crashing-line.patch new file mode 100644 index 00000000000..6127e8e8ab0 --- /dev/null +++ b/srcpkgs/Uranium/patches/0001-Remove-crashing-line.patch @@ -0,0 +1,25 @@ +From 675b0ec27be2cd2789edd56d991b17fcb467a4cb Mon Sep 17 00:00:00 2001 +From: Jasper Chan +Date: Sat, 17 Nov 2018 01:27:37 -0800 +Subject: [PATCH] Remove crashing line + +--- + UM/Qt/Bindings/MainWindow.py | 2 -- + 1 file changed, 2 deletions(-) + +diff --git UM/Qt/Bindings/MainWindow.py UM/Qt/Bindings/MainWindow.py +index 72d76d8e..ab48cbc5 100644 +--- UM/Qt/Bindings/MainWindow.py ++++ UM/Qt/Bindings/MainWindow.py +@@ -73,8 +73,6 @@ class MainWindow(QQuickWindow): + + self._viewport_rect = QRectF(0, 0, 1.0, 1.0) + +- self.closing.connect(self.preClosing) +- + Application.getInstance().setMainWindow(self) + self._fullscreen = False + +-- +2.19.1 + diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 99249f02073..e75ac49337c 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,6 +1,6 @@ # Template file for 'Uranium' pkgname=Uranium -version=3.4.1 +version=3.6.0 revision=1 noarch=yes build_style=cmake @@ -15,4 +15,4 @@ maintainer="Karl Nilsson " license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/Uranium" distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz" -checksum=7a97385b101a30008d1c0bb576d603b93ca2d0967b8c71faeb6760c9cc9ecb72 +checksum=9a63e7d02c57a818815f61ada53b41d6c04683f874db80baa32f68d34b51a245