Skip to content

Commit

Permalink
LibreCAD: install fonts correctly
Browse files Browse the repository at this point in the history
Closes: #45270
  • Loading branch information
Piraty committed Jul 31, 2023
1 parent df973c6 commit 7120e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srcpkgs/LibreCAD/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7120e29

Please sign in to comment.