From cc24acfe4ce7c33801aeb362c8ac13ccf2dac2b4 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 19 Sep 2020 00:05:46 +0000 Subject: user/[KDE Applications]: Update to 20.08.1 --- user/ksmtp/APKBUILD | 9 ++++++--- user/ksmtp/lts.patch | 11 +++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 user/ksmtp/lts.patch (limited to 'user/ksmtp') diff --git a/user/ksmtp/APKBUILD b/user/ksmtp/APKBUILD index 3ca2dcbc2..d36f72ce2 100644 --- a/user/ksmtp/APKBUILD +++ b/user/ksmtp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=ksmtp -pkgver=20.04.3 +pkgver=20.08.1 pkgrel=0 pkgdesc="SMTP library for KDE" url="https://kde.org/" @@ -12,7 +12,9 @@ makedepends="qt5-qtbase-dev cmake extra-cmake-modules kauth-dev kcodecs-dev kcoreaddons-dev ki18n-dev kio-dev kjobwidgets-dev kservice-dev solid-dev cyrus-sasl-dev" subpackages="$pkgname-dev $pkgname-lang" -source="https://download.kde.org/stable/release-service/$pkgver/src/ksmtp-$pkgver.tar.xz" +source="https://download.kde.org/stable/release-service/$pkgver/src/ksmtp-$pkgver.tar.xz + lts.patch + " build() { if [ "$CBUILD" != "$CHOST" ]; then @@ -38,4 +40,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="c9794ca8dd93e25c79dd22fab38f71a421da1612658830ffe87cc8e751db9624a3d1924edd52d6fdaa97044e4d1accef5b6807f9461f857bedccc00f4d54f109 ksmtp-20.04.3.tar.xz" +sha512sums="2f1fda7840b59a889e1f73c5a84589a37ebb1edadd9255297b3979a722d1aa153b59392c4a2438d896f40b22a4936d724cfb377e932d77d5ee681897c718434e ksmtp-20.08.1.tar.xz +eb0fc856526bba24c5fe6f98f99696c14d6249cb175787f46545f3c70adc6f98a7d031f74b1c22f564d30cce724dd4569550ff9db23869b0f7eb83b57527ef7a lts.patch" diff --git a/user/ksmtp/lts.patch b/user/ksmtp/lts.patch new file mode 100644 index 000000000..e0197e86a --- /dev/null +++ b/user/ksmtp/lts.patch @@ -0,0 +1,11 @@ +--- ksmtp-20.08.1/CMakeLists.txt.old 2020-09-01 06:40:11.000000000 +0000 ++++ ksmtp-20.08.1/CMakeLists.txt 2020-09-17 16:31:26.187530238 +0000 +@@ -27,7 +27,7 @@ + + + set(KSMTP_LIB_VERSION ${PIM_VERSION}) +-set(QT_REQUIRED_VERSION "5.13.0") ++set(QT_REQUIRED_VERSION "5.12.9") + ecm_setup_version(PROJECT VARIABLE_PREFIX KSMTP + VERSION_HEADER ${KSMTP_BINARY_DIR}/ksmtp_version.h + PACKAGE_VERSION_FILE ${KSMTP_BINARY_DIR}/KPimSMTPConfigVersion.cmake -- cgit v1.2.3-60-g2f50