LibreCAD: update to 2.0.9.
This commit is contained in:
parent
d2479afd29
commit
2d61e2e4b6
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'LibreCAD'
|
||||
pkgname=LibreCAD
|
||||
version=2.0.8
|
||||
version=2.0.9
|
||||
revision=1
|
||||
nocross=yes # qt
|
||||
build_style=qmake
|
||||
hostmakedepends="qt-qmake pkg-config ImageMagick"
|
||||
makedepends="qt-devel boost-devel muparser-devel librsvg-devel"
|
||||
|
@ -10,8 +11,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://librecad.org"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=ddf654a29369d0b6e275584eb769c5d682957cb34babd004d1c71206cd080f34
|
||||
nocross=yes
|
||||
checksum=a0a14676e167430f23a2f00220c87d2b34d711e73a8ff2368024a998f425d677
|
||||
|
||||
do_install() {
|
||||
vbin unix/librecad
|
||||
|
@ -47,4 +47,3 @@ do_install() {
|
|||
vcopy unix/resources/${resource} usr/share/librecad/
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue