kblocks: update to 21.04.0.
This commit is contained in:
parent
f7c55746a4
commit
6387d40587
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kblocks'
|
# Template file for 'kblocks'
|
||||||
pkgname=kblocks
|
pkgname=kblocks
|
||||||
version=20.12.1
|
version=21.04.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig
|
||||||
|
@ -13,4 +13,8 @@ maintainer="toluschr <toluschr@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://kde.org/applications/games/org.kde.kblocks"
|
homepage="https://kde.org/applications/games/org.kde.kblocks"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/kblocks-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/kblocks-${version}.tar.xz"
|
||||||
checksum=9a601c46ffcf2b90f6fb45fcbb8accd6b6b006a3263c9b52468099261eee2d09
|
checksum=f678d652875cdad8612fc572ad86970a716e7701c9d246fdf6a621fda3232206
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
export QT_QPA_PLATFORM=offscreen
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue