kpackage: update to 5.83.0.
This commit is contained in:
parent
fa4bcdf66d
commit
a45760517f
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'kpackage'
|
# Template file for 'kpackage'
|
||||||
pkgname=kpackage
|
pkgname=kpackage
|
||||||
version=5.82.0
|
version=5.83.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules gettext"
|
hostmakedepends="kcoreaddons extra-cmake-modules gettext"
|
||||||
makedepends="karchive-devel kconfig-devel kcoreaddons-devel ki18n-devel kdoctools-devel"
|
makedepends="karchive-devel kconfig-devel kcoreaddons-devel ki18n-devel kdoctools-devel"
|
||||||
short_desc="KDE Installation and loading of additional content as packages"
|
short_desc="KDE Installation and loading of additional content as packages"
|
||||||
|
@ -11,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/kpackage"
|
homepage="https://invent.kde.org/frameworks/kpackage"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b354f3a7e0c6b62513260b0caf5810143647cb21c495d8a1bc3411ee521137a4
|
checksum=ac950083ba66429e5e7c0898dd911210a22b12a9421ddc05c28d74dcbdb7801e
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
||||||
|
|
Loading…
Reference in a new issue