Package Details: librecad-git 2.2.2_alpha.latest.r229.g7528d8184-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-01-02 12:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

mickele commented on 2012-03-04 20:59 (UTC)

@benskelton I added feature requested

<deleted-account> commented on 2012-03-02 10:06 (UTC)

Please consider adding the following line in the PKGBUILD (line 51) so that the ttf2lff tool is included in the package: install -D -m 755 unix/ttf2lff $pkgdir/usr/bin/ttf2lff The tool allows true type fonts to be converted to the font format used by librecad so that these fonts can be used in drawings.

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