Search Criteria
Package Details: ideamaker 5.1.4-2
Package Actions
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: | custom |
Submitter: | fab31 |
Maintainer: | swweetp |
Last Packager: | swweetp |
Votes: | 8 |
Popularity: | 0.003872 |
First Submitted: | 2018-01-09 17:38 (UTC) |
Last Updated: | 2025-01-30 04:38 (UTC) |
Dependencies (3)
- desktop-file-utils (desktop-file-utils-gitAUR)
- libxcrypt-compat
- mesa-libgl (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa)
Latest Comments
« First ‹ Previous 1 2 3
Wolfenmond commented on 2020-07-03 19:11 (UTC) (edited on 2020-07-03 19:35 (UTC) by Wolfenmond)
here a new PKGBUILD for 3.6.1:
https://pastebin.com/jhLV0sNL
Sakaschi commented on 2020-06-20 12:42 (UTC) (edited on 2020-06-20 12:44 (UTC) by Sakaschi)
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" }
go3stin commented on 2020-04-13 17:48 (UTC)
Please consider updating as follow :
pkgver=3.5.2.4098
source=("https://download.raise3d.com/ideamaker/release/3.5.2/ideaMaker_${pkgver}-ubuntu_amd64.deb")
sha512sums=('85050c2478cc6b4122f1c235faa1c852c6640dbe6aab4dee60f3492d680c0766d4b886357f3221be02b4654cd2af2e8c6abb39ebf72dbf7f9483782275ad7ce8')
Thank you ;)
GPereira commented on 2018-12-05 17:47 (UTC)
@lolop Done ;)
garfi commented on 2018-10-28 08:55 (UTC)
please update, thx
« First ‹ Previous 1 2 3