Just adopted this and the other cura-related *-git packages. Will be reviewing them and starting any needed updates in the next week.
Search Criteria
Package Details: uranium-git 4.5.0.45.gf97733b4-1
Git Clone URL: | https://aur.archlinux.org/uranium-git.git (read-only, click to copy) |
---|---|
Package Base: | uranium-git |
Description: | A Python framework for building Desktop applications. |
Upstream URL: | https://github.com/Ultimaker/Uranium |
Licenses: | GPL3 |
Conflicts: | uranium |
Provides: | uranium |
Submitter: | ad1217 |
Maintainer: | kjkent |
Last Packager: | ad1217 |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-16 21:14 (UTC) |
Last Updated: | 2020-03-01 19:16 (UTC) |
Dependencies (11)
- libarcus-gitAUR
- python (python32AUR, python37AUR, python310AUR)
- python-certifi
- python-cryptography
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-pre-releaseAUR, python-pyqt5-webkitAUR)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-gitAUR)
- python-shapely
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
Sources (1)
Latest Comments
kjkent commented on 2023-11-21 02:54 (UTC)
StefanH commented on 2022-01-20 15:11 (UTC)
The installer breaks cura-git
by using a version specific CMake modules directory. This can be fixed by appending the following two lines to the package function:
package() {
<SNIP>
cd "$pkgdir"
mv usr/share/cmake-3.22 usr/share/cmake
}
x0rzist commented on 2019-12-14 16:15 (UTC)
pyqt5-common isn't available anymore and should be removed from the list of dependencies.
totalkrill commented on 2017-12-01 12:43 (UTC) (edited on 2017-12-01 12:47 (UTC) by totalkrill)
The packageversion fails when installing
(Edit) Nvm, i have modified my makepkg to not download the entire git repos
foxxy commented on 2017-09-21 20:47 (UTC)
Hi, failed to apply apply sites packages patch. Thanks.
Pinned Comments
kjkent commented on 2023-11-21 02:54 (UTC)
Just adopted this and the other cura-related *-git packages. Will be reviewing them and starting any needed updates in the next week.