void-packages/srcpkgs/yakuake/template
Piotr Wójcik c80eab8e88 yakuake: update to 3.0.5.
Closes #14400.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-15 09:31:54 +02:00

17 lines
634 B
Bash

# Template file for 'yakuake'
pkgname=yakuake
version=3.0.5
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="knewstuff-devel knotifyconfig-devel kparts-devel"
short_desc="A drop-down terminal emulator based on KDE konsole technology"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-only GFDL-1.2-only"
homepage="http://yakuake.kde.org/"
distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
checksum=08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig python qt5-host-tools qt5-qmake"
fi