summaryrefslogtreecommitdiff
path: root/extra/konversation/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/konversation/PKGBUILD')
-rw-r--r--extra/konversation/PKGBUILD21
1 files changed, 13 insertions, 8 deletions
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 <teg@jklm.no>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -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