void-packages/srcpkgs/gcompris-qt/template
2019-12-31 15:26:46 +01:00

29 lines
991 B
Bash

# Template file for 'gcompris-qt'
pkgname=gcompris-qt
version=0.98
revision=1
build_style=cmake
configure_args="-DQML_BOX2D_LIBRARY=/usr/lib/qt5/qml/Box2D.2.0"
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="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gcompris.net/index-en.html"
distfiles="https://gcompris.net/download/qt/src/gcompris-qt-${version}.tar.xz"
checksum=9e388bd5a189f7afcf56362444fb5b4535b21164953aa1a1d9605e0aecf4b2ca
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi
post_extract() {
if [ "$CROSS_BUILD" ]; then
vsed -i "/set(CMAKE_PREFIX_PATH/d" CMakeLists.txt
fi
}