mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 14:53:19 +02:00
parent
df973c6fa3
commit
7120e29fb7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'LibreCAD'
|
||||
pkgname=LibreCAD
|
||||
version=2.1.3
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake pkg-config ImageMagick qt5-host-tools"
|
||||
makedepends="qt5-devel qt5-svg-devel boost-devel muparser-devel librsvg-devel"
|
||||
|
@ -46,6 +46,7 @@ do_install() {
|
|||
vcopy librecad.svg usr/share/icons/hicolor/scalable/apps
|
||||
|
||||
# install resources
|
||||
vmkdir usr/share/librecad
|
||||
for resource in fonts library patterns qm; do
|
||||
vcopy unix/resources/${resource} usr/share/librecad/
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue