New package: gcompris-qt-0.81
Closes #9551. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3cdb8d7a86
commit
4a9d93cf72
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'gcompris-qt'
|
||||
pkgname=gcompris-qt
|
||||
version=0.81
|
||||
revision=1
|
||||
wrksrc="GCompris-qt-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQML_BOX2D_LIBRARY=/usr/lib/qt5/qml/Box2D.2.0"
|
||||
hostmakedepends="extra-cmake-modules kdoctools qt5-host-tools qt5-qmake"
|
||||
makedepends="kdoctools-devel qt5-declarative-devel
|
||||
qt5-multimedia-devel qt5-sensors-devel qt5-svg-devel
|
||||
qt5-tools-devel qt5-xmlpatterns-devel qml-box2d"
|
||||
depends="desktop-file-utils hicolor-icon-theme
|
||||
qt5-graphicaleffects qt5-multimedia
|
||||
qt5-quickcontrols qt5-svg"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="High quality educational software suite for children aged 2 to 10"
|
||||
homepage="http://gcompris.net/index-en.html"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/gcompris/GCompris-qt/archive/V${version}.tar.gz"
|
||||
checksum=2a7d87e609993c76361a287385f532d70e4f1e772ceeb680cef4f861a807c426
|
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'qml-box2d'
|
||||
pkgname=qml-box2d
|
||||
version=0.0.20171025
|
||||
revision=1
|
||||
_commit=2ffec306f13837a3892ba6e1609dd24b69e0127f
|
||||
wrksrc="qml-box2d-${_commit}"
|
||||
build_style=qmake
|
||||
makedepends="qt5-declarative-devel"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Box2D QML plugin"
|
||||
homepage="https://github.com/qml-box2d/qml-box2d"
|
||||
license="BSD"
|
||||
distfiles="https://github.com/qml-box2d/qml-box2d/archive/${_commit}.tar.gz"
|
||||
checksum=2da37c23f4d0c6d0edf240e45b46e9bc89466251d7da4e6b5966c6db84aad4f0
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-declarative-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in New Issue