Package Details: librecad-git 2.2.0.rc1.r91.g8604f171-2

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: 2018-12-18 20:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

nicoadamo commented on 2012-02-22 02:47 (UTC)

Thanks a lot!

mickele commented on 2012-02-21 10:59 (UTC)

@nicoadamo The location of libread.png has changed. New version of PKGBUILD (20120221-1) should solve your issue.

nicoadamo commented on 2012-02-20 14:12 (UTC)

Couldn't compile: ==> Entering fakeroot environment... ==> Starting package()... install: cannot stat `res/main/librecad.png': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... Any suggestions?

mickele commented on 2012-01-13 00:56 (UTC)

I reproduced your issue and updated the PKGBUILD to solve that.

eworm commented on 2012-01-11 11:21 (UTC)

This does not compile for me atm... Anybody else with the same problem? ==> Starting make... Usage: qmake [mode] [options] [files] QMake has two modes, one mode for generating project files based on some heuristics, and the other for generating makefiles. Normally you shouldn't need to specify a mode, as makefile generation is the default mode for qmake, but you may use this to test qmake on an existing project [...] ==> ERROR: A failure occurred in build().

mickele commented on 2011-11-02 22:22 (UTC)

Thanks!

<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.