prison: update to 5.74.0
[ci skip]
This commit is contained in:
parent
e2b7681676
commit
36f83442d5
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'prison'
|
# Template file for 'prison'
|
||||||
pkgname=prison
|
pkgname=prison
|
||||||
version=5.73.0
|
version=5.74.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools"
|
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools"
|
||||||
|
@ -10,14 +10,15 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://community.kde.org/Frameworks"
|
homepage="https://community.kde.org/Frameworks"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz"
|
||||||
checksum=a2b135ffdf1af240366f3fb077c02c02094fb1706c6e84fab5186802544a5b87
|
checksum=8cf56653c591ec2110fb39c91dd3cff60a68ca2b60e32d7c9fae14944636da51
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ];then
|
if [ "$CROSS_BUILD" ];then
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSES/BSD-3-Clause.txt
|
||||||
|
vlicense LICENSES/MIT.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
prison-devel_package() {
|
prison-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue