Package Details: freecad-git 0.22.0.36999.ged77603af9-1

Git Clone URL: https://aur.archlinux.org/freecad-git.git (read-only, click to copy)
Package Base: freecad-git
Description: A general purpose 3D CAD modeler - git checkout
Upstream URL: https://www.freecad.org/
Licenses: LGPL
Conflicts: freecad, freecad-appimage, freecad-appimage-git
Provides: freecad
Submitter: gborzi
Maintainer: greyltc (adrianinsaval)
Last Packager: adrianinsaval
Votes: 104
Popularity: 0.016857
First Submitted: 2012-03-03 13:46 (UTC)
Last Updated: 2024-04-30 00:29 (UTC)

Required by (4)

Sources (1)

Pinned Comments

adrianinsaval commented on 2023-03-12 14:50 (UTC)

If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with makepkg --nocheck if you don't care about the functionality that is being reported as failing in the check.

Latest Comments

« First ‹ Previous 1 .. 43 44 45 46 47 48 49 50 51 52 53 .. 57 Next › Last »

gborzi commented on 2012-03-01 21:11 (UTC)

@Perish it seems they've finally switched to git, according to the statistics on sourceforge: http://sourceforge.net/projects/free-cad/stats/scm?repo=GitRepository http://sourceforge.net/projects/free-cad/stats/scm?repo=SVNRepository So, this package needs to be orphaned and removed, and a new freecad-git package has to be created. I'll do it this weekend. Thanks for the PKGBUILD.

PerisH commented on 2012-03-01 09:31 (UTC)

There are some erros in the changed PKGBUILD. There are some reference in the freecad-git.desktop to the old freecad-svn.

PerisH commented on 2012-02-29 20:31 (UTC)

I changed the svn's version to work with git. The compilation and installation works well, but I'm not experienced and you can take a look. If you are interested the PKGBUILD is here : http://pastebin.com/Fuswna50

gborzi commented on 2011-12-25 18:51 (UTC)

@mickele I think they're using both systems. On svn the version now is 5348, up from 5330 of a couple of days ago.

mickele commented on 2011-12-25 18:38 (UTC)

It seems freecad switched to git: http://sourceforge.net/scm/?type=git&group_id=49159

gborzi commented on 2011-12-01 17:36 (UTC)

@eworm I think it would work, but when boost changes version I'll upload a new PKGBUILD anyway.

eworm commented on 2011-12-01 16:16 (UTC)

@gborzi That's true... Something I suffer from time to time, especially with boost. ;) Does something like this work? _boostver=`pacman -Q boost-libs | cut -d\ -f2 | cut -d- -f1` depends(boost-libs=${_boostver} ...) This would give hard dependency in the binary package, but make it compile with whatever boost version is installed.

gborzi commented on 2011-12-01 16:01 (UTC)

@cgx I'll try compiling with 1.48 this evening. @eworm Without the hard dep an upgrade to boost would break the package, a break that woudn't be noticed until one tries to launch the binary.

eworm commented on 2011-12-01 15:35 (UTC)

Uh, why does this have a hard dependency on boost? Usually recompiling the package fixes the problem.

cgx commented on 2011-12-01 15:30 (UTC)

Any chance of compatability with boost-libs 1.48? It's in testing now