Package Details: librecad-git 2.2.2_alpha.latest.r352.g7befe2a9d-1

Git Clone URL: https://aur.archlinux.org/librecad-git.git (read-only, click to copy)
Package Base: librecad-git
Description: A 2D CAD drawing tool based on the community edition of QCad.
Upstream URL: https://librecad.org
Keywords: cad drawing qcad
Licenses: GPL
Conflicts: librecad
Provides: librecad
Submitter: mickele
Maintainer: damien.flament
Last Packager: damien.flament
Votes: 39
Popularity: 0.000000
First Submitted: 2011-04-20 21:51 (UTC)
Last Updated: 2025-04-04 17:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

<deleted-account> commented on 2011-11-01 22:13 (UTC)

need to include boost in depends, the gcc-4.6 hack is not needed anymore. an exemplary patch as, --- a/PKGBUILD 2011-06-21 05:33:37.000000000 -0400 +++ a/PKGBUILD 2011-11-01 18:11:43.129910240 -0400 @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://sourceforge.net/projects/librecad/" license=('GPL') -depends=('qt') +depends=('qt boost') makedepends=('git') conflicts=('librecad') provides=('librecad') @@ -38,11 +38,6 @@ git clone ${_gitroot} ${_gitname} fi - # patch to solve an issue caused by gcc-4.6 - sed -e "s|LiteralMask<Value_t, n>::mask;|LiteralMask<Value_t, static_cast<unsigned int>(n)>::mask;|" \ - -e "s|SimpleSpaceMask<n>::mask;|SimpleSpaceMask<static_cast<unsigned int>(n)>::mask;|" \ - -i "${srcdir}/LibreCAD/fparser/fparser.cc" - msg "GIT checkout done or server timeout" msg "Starting make..."

MessedUpHare commented on 2011-09-14 22:42 (UTC)

Compiles fine, top application. Yay for more modern QCAD

mickele commented on 2011-05-03 13:45 (UTC)

Updated solving some issues caused by gcc-4.6.