Package Details: bricscad 24.2.07-1

Git Clone URL: https://aur.archlinux.org/bricscad.git (read-only, click to copy)
Package Base: bricscad
Description: CAD Software for People Who Build the Future
Upstream URL: https://www.bricsys.com/
Keywords: 2d 3d bim cad
Licenses: custom
Conflicts: bricscad-cn
Submitter: ttc0419
Maintainer: ttc0419
Last Packager: ttc0419
Votes: 9
Popularity: 1.24
First Submitted: 2022-06-21 16:22 (UTC)
Last Updated: 2024-09-26 13:50 (UTC)

Pinned Comments

ttc0419 commented on 2022-06-21 16:42 (UTC) (edited on 2022-06-22 17:35 (UTC) by ttc0419)

To build this package, please download the "English" version of the deb package from the official website and copy it into the build directory containing PKGBUILD file. Then, run the command makepkg -si to build and install the package.

Note: If you remove the package, any files under the /var/bricsys/Components and /var/bricsys/RenderMaterials/UserMaterials folder WILL BE deleted! Backup these files before uninstall!

Latest Comments

1 2 Next › Last »

khing0_0 commented on 2025-06-03 01:41 (UTC)

This software is one of the reason I remove finaly windows, so here's version 25.2.06-1

# Maintainer: William Tang <galaxyking0419@gmail.com>

pkgname=bricscad
pkgver=25.2.06
pkgrel=1
pkgdesc="CAD Software for People Who Build the Future"
arch=('x86_64')
url='https://www.bricsys.com/'
license=('custom')

conflicts=('bricscad-cn')
depends=('alsa-lib' 'glu' 'libxcrypt-compat' 'libxkbfile' 'nss' 'openmotif' 'webkit2gtk' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'libxml2-legacy' )
optdepends=('bricscad-communicator>=24: Addtional import/export file format support')

DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the package manually from the official website')
source=("manual://BricsCAD-V${pkgver}-1-en_US-amd64.deb")
sha256sums=('385c1f475574a771842fe08efcbed1ef3211c68caf947ca805ca857253e9b79b')

options=(!strip)
install='bricscad.install'

prepare() {
    tar -xpf data.tar.zst

    find . -type d -exec chmod 755 {} +

    mkdir var/bricsys/{Components,RenderMaterials/UserMaterials}
    chmod -R 777 var/bricsys/
}

package() {
    mv opt usr var $pkgdir/
}

CHANGES
  • updated the sha256
  • added libxml.so dependency for bricscad from extra/libxml2-legacy

arkades commented on 2025-03-09 14:19 (UTC) (edited on 2025-03-09 14:20 (UTC) by arkades)

bricscadv25 (25.1.07) crashes with

Unexcpected error occurred:
std::bad_alloc

gus_joaquin commented on 2024-09-21 16:02 (UTC)

Hi, i can help mantaining this package

Glorious7060 commented on 2024-09-16 04:42 (UTC)

Illegal access: Address not mapped to object on address on latest bricscad. Did anyone know how to solve it?

chadnorvell commented on 2024-08-25 22:02 (UTC)

@ttc0419 I'm using this regularly now and can help maintain the package.

NeWolf commented on 2023-05-21 15:20 (UTC) (edited on 2023-05-21 15:21 (UTC) by NeWolf)

@Divert, edit 4th and 5th lines in the PKGBUILD file to correspond downloaded .deb package (e.g. in your case it'd be


pkgver=23.2.03
pkgrel=1

) then run updpkgsums