LibreCAD: install plugins

Closes #32497.
This commit is contained in:
Andrew Benson 2021-08-27 15:34:45 -05:00
parent 7cff0fe15d
commit d31f6dc92c

View file

@ -1,7 +1,7 @@
# Template file for 'LibreCAD'
pkgname=LibreCAD
version=2.1.3
revision=3
revision=4
build_style=qmake
hostmakedepends="qt5-qmake pkg-config ImageMagick qt5-host-tools"
makedepends="qt5-devel qt5-svg-devel boost-devel muparser-devel librsvg-devel"
@ -49,4 +49,6 @@ do_install() {
for resource in library patterns fonts qm; do
vcopy unix/resources/${resource} usr/share/librecad/
done
vcopy unix/resources/plugins usr/lib/librecad/
}