gcompris-qt: update to 0.90, qml-box2d: update to 0.0.20180406.

Closes #13589.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
cr6git 2018-04-18 19:25:06 +02:00 committed by Enno Boland
parent 170338c4c7
commit f7bc731f7c
2 changed files with 21 additions and 15 deletions

View file

@ -1,19 +1,25 @@
# Template file for 'gcompris-qt'
pkgname=gcompris-qt
version=0.81
revision=2
version=0.90
revision=1
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
hostmakedepends="extra-cmake-modules"
makedepends="kdoctools-devel qml-box2d qt5-declarative-devel
qt5-multimedia-devel qt5-sensors-devel qt5-svg-devel
qt5-tools-devel qt5-xmlpatterns-devel qml-box2d"
qt5-tools-devel qt5-xmlpatterns-devel"
depends="desktop-file-utils hicolor-icon-theme
qt5-graphicaleffects qt5-multimedia
qt5-quickcontrols qt5-svg"
maintainer="cr6git <quark6@protonmail.com>"
qt5-graphicaleffects qt5-multimedia qt5-quickcontrols qt5-svg"
short_desc="High quality educational software suite for children aged 2 to 10"
homepage="http://gcompris.net/index-en.html"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-3"
homepage="http://gcompris.net"
distfiles="http://gcompris.net/download/qt/src/gcompris-qt-${version}.tar.xz"
checksum=79d515eb66b2b8549dba7dc184943b38312332ad18c2e5fa3f50e681ab9c849b
checksum=eaab8805ae8c1e4fa04ba6cdfe437fca6082f2d9848dc83b4e04bd086d6faac4
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
post_extract() {
sed -i -e "/set(CMAKE_PREFIX_PATH/d" CMakeLists.txt
}
fi

View file

@ -1,17 +1,17 @@
# Template file for 'qml-box2d'
pkgname=qml-box2d
version=0.0.20171025
version=0.0.20180406
revision=1
_commit=2ffec306f13837a3892ba6e1609dd24b69e0127f
_commit=b7212d5640701f93f0cd88fbd3a32c619030ae62
wrksrc="qml-box2d-${_commit}"
build_style=qmake
makedepends="qt5-declarative-devel"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Box2D QML plugin"
maintainer="cr6git <quark6@protonmail.com>"
license="Zlib"
homepage="https://github.com/qml-box2d/qml-box2d"
license="BSD"
distfiles="https://github.com/qml-box2d/qml-box2d/archive/${_commit}.tar.gz"
checksum=2da37c23f4d0c6d0edf240e45b46e9bc89466251d7da4e6b5966c6db84aad4f0
checksum=a9071d2a85aafe74cb431e12888cfb92bd19cb91f4f577edd73cd9692d5e152f
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel"