# Template file for 'konsole'
pkgname=konsole
version=4.10.5
revision=1
short_desc="KDE's Terminal Emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL, LGPL, FDL"
homepage="http://www.kde.org"
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
checksum=5695cdb36f09d70e8f3195d555299378e02263b895b19345b5a9e0fbc9ae15ff
long_desc="
 As well as being a standalone program, it is also used by other KDE programs
 such as the Kate editor and KDevelop development environment to provide easy
 access to a terminal window. Konsole's features and usage are explained and
 illustrated in the Konsole handbook, which can be accessed by browsing to
 "help:/konsole" in Konqueror"

build_style=cmake
configure_args="-DKDE4_BUILD_TESTS=OFF"

hostmakedepends="cmake automoc4 pkg-config"
makedepends="glib-devel openssl-devel qt-devel phonon-devel strigi-devel
 soprano-devel kdelibs-devel>=${version} kde-baseapps-devel>=${version}"

konsole_package() {
	pkg_install() {
		vmove all
	}
}