kparts added patch to fix System Settings crash

This commit is contained in:
almack 2016-01-10 22:12:39 +00:00
parent 2697c1e88d
commit d7d7e72fb8

View File

@ -4,7 +4,7 @@ source ../frameworks.conf
pkgname=kparts
pkgver=${KFVersion}
pkgrel=1
pkgrel=2
pkgdesc='Document centric plugin system'
arch=('x86_64')
url='https://projects.kde.org/projects/frameworks/kparts'
@ -14,11 +14,17 @@ makedepends=("extra-cmake-modules>=${KFECMVersion}" "python3")
checkdepends=("cmake" "xorg-server-xvfb")
groups=('kf5')
options=("debug")
source=("${KFServer}/${pkgname}-${pkgver}.tar.xz")
sha256sums=( $(getSum ${pkgname}) )
source=("${KFServer}/${pkgname}-${pkgver}.tar.xz"
bug355711.patch::"https://quickgit.kde.org/?p=kparts.git&a=commitdiff&h=5ac5df&o=plain")
sha256sums=( $(getSum ${pkgname})
'eca6530da8665856d55ee652f0701720045bff81f9e8225edf33ceb2c5b34137')
prepare() {
mkdir -p build
# Fix crash in systemsettings http://bugs.kde.org/show_bug.cgi?id=355711
cd $pkgname-$pkgver
patch -p1 -i ../bug355711.patch
}
build() {