dotherside: update to 0.7.1.
This commit is contained in:
parent
f3a4e6a6c8
commit
86484672e4
2 changed files with 12 additions and 9 deletions
|
@ -2907,7 +2907,7 @@ libnma.so.0 libnma-1.8.30_1
|
|||
libgspell-1.so.2 gspell-1.8.0_1
|
||||
libotf.so.1 libotf-0.9.16_1
|
||||
libimagequant.so.0 libimagequant-2.8.2_1
|
||||
libDOtherSide.so.0.6 dotherside-0.6.5_1
|
||||
libDOtherSide.so.0.7 dotherside-0.7.1_1
|
||||
libstlink.so.1 stlink-1.5.1_1
|
||||
libopencsg.so.1 opencsg-1.4.2_1
|
||||
libCGAL.so.13 cgal-4.10_1
|
||||
|
|
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'dotherside'
|
||||
pkgname=dotherside
|
||||
version=0.6.5
|
||||
revision=2
|
||||
wrksrc="DOtherSide-${version}"
|
||||
version=0.7.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-host-tools qt5-qmake doxygen"
|
||||
makedepends="qt5-declarative-devel"
|
||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||
makedepends="qt5-declarative-devel qt5-quickcontrols2-devel"
|
||||
short_desc="C language library for creating bindings for the Qt QML language"
|
||||
maintainer="gangstacat <grumpy@keemail.me>"
|
||||
license="LGPL-3.0-only"
|
||||
homepage="https://github.com/filcuc/DOtherSide"
|
||||
distfiles="https://github.com/filcuc/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=f1e1f156541cfadf32e4fb2731525b15d7a2b6f08be54eec92e4ca635731586c
|
||||
homepage="https://github.com/filcuc/dotherside"
|
||||
distfiles="https://github.com/filcuc/dotherside/archive/v${version}.tar.gz"
|
||||
checksum=de318ef55762d4db4ae7aa272d4bb1dbd4864efd53b87b45abad149b4d13b1e7
|
||||
|
||||
do_check() {
|
||||
QT_QPA_PLATFORM=offscreen ./build/test/TestDynamicQObject
|
||||
}
|
||||
|
||||
dotherside-devel_package() {
|
||||
depends="dotherside>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue