mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 11:07:13 +08:00
kparts added patch to fix System Settings crash
This commit is contained in:
parent
2697c1e88d
commit
d7d7e72fb8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user