kde-cli-tools: update to 5.20.1
[ci skip]
This commit is contained in:
parent
9d6f5d8532
commit
6d2560bc41
1 changed files with 4 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'kde-cli-tools'
|
||||
pkgname=kde-cli-tools
|
||||
version=5.20.0
|
||||
version=5.20.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules gettext pkg-config"
|
||||
hostmakedepends="extra-cmake-modules gettext pkg-config
|
||||
kdoctools kcoreaddons python3 qt5-host-tools qt5-qmake"
|
||||
makedepends="kactivities5-devel kcmutils-devel kdelibs4support-devel
|
||||
kdesu-devel plasma-workspace-devel"
|
||||
depends="xdg-utils"
|
||||
|
@ -13,11 +14,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||
homepage="https://invent.kde.org/plasma/kde-cli-tools"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a5875dab2a31dd4f024d178c8eaeb20262950292330435d51e9088de25b0b0af
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kdoctools kcoreaddons python qt5-host-tools qt5-qmake"
|
||||
fi
|
||||
checksum=c6711e2d39a6638fb79085b1c07062dd655300ee9a44bc3d4984e0501527097e
|
||||
|
||||
post_install() {
|
||||
ln -sf ../lib/libexec/kf5/kdesu ${DESTDIR}/usr/bin
|
||||
|
|
Loading…
Reference in a new issue