Uranium: update to 3.6.0
This commit is contained in:
parent
06d101eca8
commit
b6343731c6
2 changed files with 27 additions and 2 deletions
25
srcpkgs/Uranium/patches/0001-Remove-crashing-line.patch
Normal file
25
srcpkgs/Uranium/patches/0001-Remove-crashing-line.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From 675b0ec27be2cd2789edd56d991b17fcb467a4cb Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Chan <jasperchan515@gmail.com>
|
||||
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
|
||||
|
|
@ -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 <karl.robert.nilsson@gmail.com>"
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue