New package: kmail-17.12.3
This commit is contained in:
parent
e260b9570e
commit
4d8cab790d
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'kmail'
|
||||
pkgname=kmail
|
||||
version=17.12.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules python qt5-host-tools qt5-qmake"
|
||||
makedepends="kcalutils-devel knotifyconfig-devel kontactinterface-devel
|
||||
kparts-devel ktnef-devel libkleo-devel libksieve-devel mailcommon-devel
|
||||
messagelib-devel qt5-location-devel qt5-webchannel-devel qt5-webengine-devel"
|
||||
depends="kdepim-runtime kmail-account-wizard mysql"
|
||||
short_desc="KDE Mail Client"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2-or-later"
|
||||
homepage="https://userbase.kde.org/KMail"
|
||||
distfiles="https://download.kde.org/stable/applications/17.12.3/src/kmail-17.12.3.tar.xz"
|
||||
checksum=7a71ae01271ab5a0dd970cbb7464288fb66db2ba9758e86b966356c2c2cc120a
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) broken="segfaults on start";;
|
||||
esac
|
|
@ -0,0 +1,2 @@
|
|||
site="https://download.kde.org/stable/applications/"
|
||||
pattern='href="\K[\d\.]+(?=/")'
|
Loading…
Reference in New Issue