From 831de99df7572fa2605ad84f9052cfec6b213df1 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Wed, 11 Nov 2015 23:52:00 +0100 Subject: [PATCH] ktorrent rebuild with kde-runtime --- ktorrent/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ktorrent/PKGBUILD b/ktorrent/PKGBUILD index c5d5c9d3d..2003de5ee 100644 --- a/ktorrent/PKGBUILD +++ b/ktorrent/PKGBUILD @@ -6,13 +6,13 @@ pkgname=ktorrent pkgver=4.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="A powerful BitTorrent client for KDE" -arch=('i686' 'x86_64') +arch=('x86_64') url='http://ktorrent.pwsp.net/' license=('GPL2') depends=('libktorrent' 'kdebase-runtime' 'taglib') -makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace' 'docbook-xsl') +makedepends=('automoc4' 'cmake' 'boost' 'kde-runtime' 'docbook-xsl') install=${pkgname}.install source=("http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2" 'kde412.patch' @@ -33,7 +33,8 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_SYNDICATION_PLUGIN=false make }