# Include global configuration source ../kdeapps.conf pkgname=konversation pkgver=1.7.4 pkgrel=1 pkgdesc="A user friendly IRC client for KDE" arch=('x86_64') url="http://konversation.kde.org" depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 'python3') makedepends=('extra-cmake-modules' 'kdoctools') license=('GPL2' 'FDL') categories=('communication') screenshots=('http://konversation.kde.org/screenshots/konversation13_2.png') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") sha1sums=('cf14066c73531d75f41934a8c4c29fd6a5f61b24') prepare(){ mkdir -p build cd ${srcdir}/${pkgname}-${pkgver} } build() { cd build cmake_kf5 ../${pkgname}-${pkgver} make } package() { cd build make DESTDIR=${pkgdir} install }