cura: remove package.
This commit is contained in:
parent
20b3bfce58
commit
9765c56638
|
@ -1,17 +0,0 @@
|
|||
# code style check consistently fails, so disable it
|
||||
|
||||
--- a/cmake/CuraTests.cmake
|
||||
+++ b/cmake/CuraTests.cmake
|
||||
@@ -50,12 +50,6 @@ function(cura_add_test)
|
||||
endfunction()
|
||||
|
||||
|
||||
-#Add code style test.
|
||||
-add_test(
|
||||
- NAME "code-style"
|
||||
- COMMAND ${Python3_EXECUTABLE} run_mypy.py
|
||||
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
-)
|
||||
|
||||
#Add test for import statements which are not compatible with all builds
|
||||
add_test(
|
|
@ -1,20 +0,0 @@
|
|||
# Template file for 'cura'
|
||||
pkgname=cura
|
||||
version=4.13.1
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DCURA_VERSION=${version}
|
||||
-DURANIUM_DIR=$XBPS_CROSS_BASE/usr/share/uranium"
|
||||
pycompile_dirs="usr/lib/cura/plugins"
|
||||
hostmakedepends="python3"
|
||||
makedepends="Uranium libArcus-devel python3-devel"
|
||||
depends="Uranium cura-engine cura-fdm-materials python3-pyserial python3-zeroconf
|
||||
python3-certifi python3-trimesh libSavitar-python3 python3-requests qt5-graphicaleffects
|
||||
python3-pynest2d python3-keyring python3-sentry libCharon"
|
||||
checkdepends="python3-pytest python3-mypy $depends"
|
||||
short_desc="3D printer / slicing GUI"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/Ultimaker/Cura"
|
||||
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
||||
checksum=bda67f620a6245d0ddfbf6df7c2dcfdec88be152dfb7290ae06d8dcb35c4459c
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1.20241124
|
||||
version=0.1.20241127
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
|
@ -88,6 +88,7 @@ replaces="
|
|||
csync<=0.50.0_5
|
||||
ctpp2-devel<=2.8.3_7
|
||||
ctpp2<=2.8.3_7
|
||||
cura<=4.13.1
|
||||
cycle<=0.3.2_2
|
||||
deepin-calculator<=5.0.1_1
|
||||
deepin-draw<=1.0.0_1
|
||||
|
|
Loading…
Reference in New Issue