mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:07:14 +08:00
import fix for ical BUG on kdepim-runtime
This commit is contained in:
parent
e86e90ca95
commit
ad88b49b6c
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=kdepim-runtime
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Extends the functionality of kdepim'
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/kdepim-runtime'
|
||||
@ -20,11 +20,18 @@ conflicts=('kio-pim') # can be removed when 16.12 is released
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
|
||||
source+=("https://github.com/KDE/kdepim-runtime/commit/8ae09b6f4afa8ceb2770da67b6dc79c78b86af47.diff")
|
||||
sha256sums+=('eaa67581a14a0c84d74ca7d3dac7a585fa40355940b33351587f698b46008053')
|
||||
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
#Fix DATA LOSS bug in ical resource which failed to create std.ics if it didn't exist
|
||||
patch -p1 -i ${srcdir}/8ae09b6f4afa8ceb2770da67b6dc79c78b86af47.diff
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user