30 lines
991 B
Plaintext
30 lines
991 B
Plaintext
|
# Template file for 'konsole'
|
||
|
pkgname=konsole
|
||
|
version=4.10.4
|
||
|
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=a46d78a3e0b5b24f68b26011f95735ced645918eedfcc1f5ef5c9bc318237b4f
|
||
|
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}"
|
||
|
|
||
|
konsole_package() {
|
||
|
pkg_install() {
|
||
|
vmove all
|
||
|
}
|
||
|
}
|