summaryrefslogtreecommitdiff
path: root/libre/kdelibs
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-13 04:41:33 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-13 06:40:53 -0300
commit66153bbabf875c9ad23fd8093fd04287cae49110 (patch)
tree6d2c837ff1f2b56d661d1860b2303ac14045078b /libre/kdelibs
parentd38601e5483cff54693ac25d8b918db27d08a1cb (diff)
kdelibs: add patch to make strigi optional
Diffstat (limited to 'libre/kdelibs')
-rw-r--r--libre/kdelibs/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/kdelibs/PKGBUILD b/libre/kdelibs/PKGBUILD
index daab8377d..ff09d1643 100644
--- a/libre/kdelibs/PKGBUILD
+++ b/libre/kdelibs/PKGBUILD
@@ -20,12 +20,14 @@ depends=('attica-qt4' 'libxss' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-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' 'khtml-fsdg.diff' 'qt4.patch' 'kdelibs-gcc6.patch')
+ 'kde-applications-menu.patch' 'khtml-fsdg.diff' 'qt4.patch' 'kdelibs-gcc6.patch'
+ kdelibs-no-strigi.patch::"https://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=ba77ceb1&o=plain")
sha1sums=('1ce08be17b5c55a1b8427ce859d1b897c6dc4bc3'
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
'a1502a964081ad583a00cf90c56e74bf60121830'
'ed1f57ee661e5c7440efcaba7e51d2554709701c'
- '575e52f537e37eeaaaeb639268f9bfa394e7c58d')
+ '575e52f537e37eeaaaeb639268f9bfa394e7c58d'
+ 'a15b222627c253d29ca18a042a0c5ee2c67913f6')
prepare() {
mkdir -p build
@@ -38,6 +40,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
}
build() {