diff --git a/extra/kdelibs/PKGBUILD b/extra/kdelibs/PKGBUILD index 4da660754..d7d6f854d 100644 --- a/extra/kdelibs/PKGBUILD +++ b/extra/kdelibs/PKGBUILD @@ -9,24 +9,26 @@ pkgname=kdelibs pkgver=4.14.24 _kdeappver=16.08.1 -pkgrel=1 +pkgrel=2 pkgdesc="KDE Core Libraries" arch=('i686' 'x86_64') url='https://www.kde.org/' license=('GPL' 'LGPL' 'FDL') depends=('attica-qt4' 'libxss' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4' - 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi' + 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4' 'media-player-info' 'libutempter' 'qtwebkit' 'icu') makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa') source=("http://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz" 'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch' kdelibs-gcc6.patch + kdelibs-no-strigi.patch::"https://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=ba77ceb1&o=plain" 'arm-coronaoffscreen-input-fixes.diff') sha1sums=('1ce08be17b5c55a1b8427ce859d1b897c6dc4bc3' '86ee8c8660f19de8141ac99cd6943964d97a1ed7' '63a850ab4196b9d06934f2b4a13acd9f7739bc67' 'ed1f57ee661e5c7440efcaba7e51d2554709701c' '575e52f537e37eeaaaeb639268f9bfa394e7c58d' + 'a15b222627c253d29ca18a042a0c5ee2c67913f6' '855150096763600c970aa307c8241b96da33b9ed') @@ -41,6 +43,8 @@ prepare() { patch -p1 -i ../qt4.patch # fix build with GCC 6 (Fedora) patch -p1 -i ../kdelibs-gcc6.patch + # make strigi optional + patch -p1 -i ../kdelibs-no-strigi.patch # fix unclickable plasmoid buttons on ARM patch -p1 -i ../arm-coronaoffscreen-input-fixes.diff }