From bec32799094d2ee07f46a6c5d369603a79438ce6 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 26 Apr 2014 04:02:52 +0000 Subject: Sat Apr 26 03:59:59 UTC 2014 --- extra/konversation/PKGBUILD | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'extra/konversation/PKGBUILD') diff --git a/extra/konversation/PKGBUILD b/extra/konversation/PKGBUILD index 0bffe4ab7..fa8616e2c 100644 --- a/extra/konversation/PKGBUILD +++ b/extra/konversation/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 204555 2014-01-22 15:33:40Z tomegun $ +# $Id: PKGBUILD 211744 2014-04-25 12:16:34Z andrea $ # Maintainer: Tom Gundersen # Contributor: Stéphane Gaudreault # Contributor: Andrea Scarpino @@ -7,7 +7,7 @@ pkgname=konversation pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="A user friendly IRC client for KDE" arch=('i686' 'x86_64') url="http://konversation.kde.org" @@ -18,14 +18,19 @@ optdepends=('python: python scripting support' 'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC support') license=('GPL2' 'FDL') install=${pkgname}.install -options=('!makeflags') -source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('3955a43758750b63d84299a9d9a5933b73e5492b') +source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" + 'use-qdbus-qt4.patch') +sha1sums=('3955a43758750b63d84299a9d9a5933b73e5492b' + 'a21aed6079de7693e67abe13798807920de01f6a') +prepare() { + mkdir build + + cd ${pkgname}-${pkgver} + patch -p1 -i "${srcdir}"/use-qdbus-qt4.patch +} build() { - cd "${srcdir}" - mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ @@ -35,7 +40,7 @@ build() { } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install # Remove a bunch of symlinks pointing to non-existant files -- cgit v1.2.3-54-g00ecf