Search Criteria
Package Details: ideamaker 4.0.1-2
Git Clone URL: | https://aur.archlinux.org/ideamaker.git (read-only, click to copy) |
---|---|
Package Base: | ideamaker |
Description: | Fast and user friendly 3D slicer for FDM printers |
Upstream URL: | https://www.raise3d.com/pages/ideamaker |
Licenses: | |
Submitter: | fab31 |
Maintainer: | eldios |
Last Packager: | eldios |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-09 17:38 |
Last Updated: | 2020-12-03 00:13 |
Latest Comments
1 2 Next › Last »
rbgo commented on 2020-12-17 03:50
Solved the matter in Manjaro GUI (Add/Remove Software): (1) Remove the package (2) Clean AUR build files (In pref tab) (3) Install the package Sorry all the fuss. Thank you.
rbgo commented on 2020-12-17 03:45
Found the file in:/var/tmp/pamac-build-rbgo/ideamaker/. sha512 of ideaMaker_4.0.1.4802-ubuntu_amd64.deb:
While in files .SRCINFO and PKGBUILD there is sha512sum info:
eldios commented on 2020-12-16 15:03
can you maybe add the sha512sum of the file you downloaded? can you check the content of the file and verify if it's broken or not?
thanks
eldios commented on 2020-12-16 14:59
Can you please show me the error you're getting?
rbgo commented on 2020-12-16 06:47
AUR package fails to build on Manjaro Linux. Same output as previous command line dump except for the version:
eldios commented on 2020-12-03 00:12
fixed.
jbmorgado commented on 2020-12-02 22:00
It fails to build since today (2 days ago it was fine):
ERROR: One or more files did not pass the validity check!
Sakaschi commented on 2020-07-04 12:54
I add my first AUR Package here. https://aur.archlinux.org/packages/ideamaker-stable/
this is the last ideamaker stable version.
regards from germany.
Wolfenmond commented on 2020-07-03 19:11
here a new PKGBUILD for 3.6.1:
https://pastebin.com/jhLV0sNL
Sakaschi commented on 2020-06-20 12:42
here is a new PKGBUILD file for ideamaker 3.5.3 + new dependencies for working
PKGBUILD File: https://pastebin.com/ZNAneMKw <-- click here for copy
This is an example PKGBUILD file. Use this as a start to creating your own,
and remove these comments. For more information, see 'man PKGBUILD'.
NOTE: Please fill out the license field for your package! If it is unknown,
then please put 'unknown'.
Maintainer: Krzysztof Sobczyk sobczyk.kris@gmail.com
Contributor: Fabien Devaux fdev31@gmail.com
pkgname=ideamaker pkgver=3.5.3.4250 pkgrel=1 epoch= pkgdesc="Fast and user friendly 3D slicer for FDM printers" arch=('x86_64') url="https://www.raise3d.com/pages/ideamaker" license=('other') groups=() depends=('mesa-libgl' 'desktop-file-utils' 'glu' 'libidn11' 'librtmp0') makedepends=('binutils') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://download.raise3d.com/ideamaker/release/3.5.3/ideaMaker_${pkgver}-ubuntu_amd64.deb") noextract=() sha512sums=('e68463af2b5c0bf09312217635de8adf6c92fee9340f88a7582e1e8b5449e162b1efdc8509a8bd9207c09fed55863541e53d5005224f874d7086db65486410d2') validpgpkeys=()
package() { tar xf "$srcdir/data.tar.xz" -C "${pkgdir}" mkdir -p "${pkgdir}/usr/bin" ln -fs "/usr/lib/x86_64-linux-gnu/ideamaker/ideamaker-start.sh" "${pkgdir}/usr/bin/ideamaker" }