gcompris-qt: update to 0.91.

Closes #14459.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
cr6git 2018-05-16 09:13:08 +02:00 committed by Enno Boland
parent f76d4b1495
commit 740824adbd

View file

@ -1,24 +1,24 @@
# Template file for 'gcompris-qt'
pkgname=gcompris-qt
version=0.90
version=0.91
revision=1
build_style=cmake
configure_args="-DQML_BOX2D_LIBRARY=/usr/lib/qt5/qml/Box2D.2.0"
hostmakedepends="extra-cmake-modules"
makedepends="kdoctools-devel qml-box2d qt5-declarative-devel
hostmakedepends="extra-cmake-modules kdoctools"
makedepends="qml-box2d qt5-declarative-devel
qt5-multimedia-devel qt5-sensors-devel qt5-svg-devel
qt5-tools-devel qt5-xmlpatterns-devel"
depends="desktop-file-utils hicolor-icon-theme
qt5-graphicaleffects qt5-multimedia qt5-quickcontrols qt5-svg"
short_desc="High quality educational software suite for children aged 2 to 10"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="http://gcompris.net"
distfiles="http://gcompris.net/download/qt/src/gcompris-qt-${version}.tar.xz"
checksum=eaab8805ae8c1e4fa04ba6cdfe437fca6082f2d9848dc83b4e04bd086d6faac4
checksum=6fcf6451f5214ccacf6df51b4caa53ab996c2dc597dda0e8b7301d9c384a0026
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
hostmakedepends+=" qt5-host-tools qt5-qmake"
post_extract() {
sed -i -e "/set(CMAKE_PREFIX_PATH/d" CMakeLists.txt
}