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
}
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: | None |
Last Packager: | ad1217 |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-16 21:14 (UTC) |
Last Updated: | 2020-03-01 19:16 (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
}
pyqt5-common isn't available anymore and should be removed from the list of dependencies.
Pinned Comments