From 4d8cab790dad9ea357f11bb931c27d25d739110b Mon Sep 17 00:00:00 2001 From: John Date: Fri, 6 Apr 2018 22:37:12 +0200 Subject: [PATCH] New package: kmail-17.12.3 --- srcpkgs/kmail/template | 20 ++++++++++++++++++++ srcpkgs/kmail/update | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 srcpkgs/kmail/template create mode 100644 srcpkgs/kmail/update diff --git a/srcpkgs/kmail/template b/srcpkgs/kmail/template new file mode 100644 index 00000000000..5a483594ddc --- /dev/null +++ b/srcpkgs/kmail/template @@ -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 " +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 diff --git a/srcpkgs/kmail/update b/srcpkgs/kmail/update new file mode 100644 index 00000000000..0bfbdced6f9 --- /dev/null +++ b/srcpkgs/kmail/update @@ -0,0 +1,2 @@ +site="https://download.kde.org/stable/applications/" +pattern='href="\K[\d\.]+(?=/")'