[arch-commits] Commit in baloo/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Sep 22 19:06:04 UTC 2015
Date: Tuesday, September 22, 2015 @ 21:06:03
Author: arojas
Revision: 247077
Fix segfault in dolphin (FS#46290)
Modified:
baloo/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-22 18:40:34 UTC (rev 247076)
+++ PKGBUILD 2015-09-22 19:06:03 UTC (rev 247077)
@@ -4,7 +4,7 @@
pkgname=baloo
pkgver=5.14.0
-pkgrel=2
+pkgrel=3
pkgdesc="A framework for searching and managing metadata"
arch=('i686' 'x86_64')
url='https://community.kde.org/Baloo'
@@ -17,9 +17,11 @@
groups=('kf5')
install="${pkgname}.install"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
- baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=3312d6f&o=plain")
+ baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=3312d6f&o=plain"
+ baloo-bug353049.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=29fe68f&o=plain")
md5sums=('0e708135232432d371596d22ed864e3e'
- '3b61489b8e4a2910bced3fb7b8872f69')
+ '3b61489b8e4a2910bced3fb7b8872f69'
+ '55458f5973551f7dd674e29f7c7237b5')
prepare() {
mkdir build
@@ -27,6 +29,8 @@
# Fix crash when Baloo is disabled https://bugs.kde.org/show_bug.cgi?id=352454
cd $pkgname-$pkgver
patch -p1 -i ../baloo-bug352454.patch
+# Fix segfault in dolphin https://bugs.kde.org/show_bug.cgi?id=353049
+ patch -p1 -i ../baloo-bug353049.patch
}
build() {
More information about the arch-commits
mailing list