From 0dd966a07df913f8566becdb181822659c722736 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:28:15 +0200 Subject: [PATCH 01/25] kcontacts: update to 5.63.0. --- common/shlibs | 2 +- srcpkgs/kcontacts/template | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index d86c0dc96db..237c50f681b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3024,7 +3024,7 @@ libembb_mtapi_network_c.so embb-devel-1.0.0_1 libembb_base_cpp.so embb-devel-1.0.0_1 libembb_base_c.so embb-devel-1.0.0_1 libhpdf.so Haru-devel-2.3.0_1 -libKF5Contacts.so.5 kcontacts-17.12.0_1 +libKF5Contacts.so.5 kcontacts-5.63.0_1 libKF5AkonadiPrivate.so.5 akonadi5-17.12.0_1 libKF5AkonadiCore.so.5 akonadi5-17.12.0_1 libKF5AkonadiAgentBase.so.5 akonadi5-17.12.0_1 diff --git a/srcpkgs/kcontacts/template b/srcpkgs/kcontacts/template index 1b7d22cdbe5..cba2a980065 100644 --- a/srcpkgs/kcontacts/template +++ b/srcpkgs/kcontacts/template @@ -1,17 +1,18 @@ # Template file for 'kcontacts' pkgname=kcontacts -version=19.08.2 +reverts="19.08.2_1 19.08.1_1 19.08.0_1 19.04.3_1" +version=5.63.0 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kcoreaddons" makedepends="qt5-devel kcoreaddons-devel ki18n-devel kconfig-devel kcodecs-devel" short_desc="Address book API for KDE" -maintainer="Helmut Pozimski " +maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/applications/kcontacts" -distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz" -checksum=0677177d6810047876a219445232c0bf91dc1cdba3cbe4133a0a7eda98c381e8 +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=10f0bb2cbcab33332830763a0f9313c0c5919c0d5dc974908965b24d68614577 kcontacts-devel_package() { short_desc+=" - development" From 94f9e2935bceb0a75e32652b3d0140ba24690502 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 02/25] akonadi-calendar: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/akonadi-calendar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/akonadi-calendar/template b/srcpkgs/akonadi-calendar/template index 62ea4132efc..cbda74ac5cf 100644 --- a/srcpkgs/akonadi-calendar/template +++ b/srcpkgs/akonadi-calendar/template @@ -1,7 +1,7 @@ # Template file for 'akonadi-calendar' pkgname=akonadi-calendar version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools kcoreaddons kconfig" From 839a201322b86539dfe083ce4b6b29d38e10cf1f Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 03/25] akonadi-contacts: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/akonadi-contacts/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/akonadi-contacts/template b/srcpkgs/akonadi-contacts/template index 952cc360eaf..90191703a9d 100644 --- a/srcpkgs/akonadi-contacts/template +++ b/srcpkgs/akonadi-contacts/template @@ -1,7 +1,7 @@ # Template file for 'akonadi-contacts' pkgname=akonadi-contacts version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules kcoreaddons" makedepends="kio-devel kcontacts-devel kmime-devel akonadi-mime-devel prison-devel" From 269d73464c921414408318be72b4f2d0abf7af12 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 04/25] akonadi-import-wizard: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/akonadi-import-wizard/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/akonadi-import-wizard/template b/srcpkgs/akonadi-import-wizard/template index 370887b8ff3..f7280d0b44a 100644 --- a/srcpkgs/akonadi-import-wizard/template +++ b/srcpkgs/akonadi-import-wizard/template @@ -1,10 +1,10 @@ # Template file for 'akonadi-import-wizard' pkgname=akonadi-import-wizard version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules kcoreaddons kdoctools qt5-host-tools qt5-qmake" -makedepends="mailcommon-devel mailimporter-devel messagelib-devel" +makedepends="kcontacts-devel mailcommon-devel mailimporter-devel messagelib-devel" short_desc="Import data from other mail clients to KMail" maintainer="John " license="GPL-2.0-or-later, LGPL-2.1-or-later" From 03d47b0a6faf8fa856c17a4bfdf5c463966a35d8 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 05/25] akonadi-search: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/akonadi-search/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/akonadi-search/template b/srcpkgs/akonadi-search/template index eaa3598a7a1..be659b8d39f 100644 --- a/srcpkgs/akonadi-search/template +++ b/srcpkgs/akonadi-search/template @@ -1,7 +1,7 @@ # Template file for 'akonadi-search' pkgname=akonadi-search version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python AppStream kcoreaddons" From 8810b31fce4bdf54afe24b6a6b3842e13f65f0e1 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 06/25] calligra-plan: rebuild for new kcontacts version number from KDE frameworks --- .../patches/missing-includes.patch | 22 +++++++++++++++++++ srcpkgs/calligra-plan/template | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/srcpkgs/calligra-plan/patches/missing-includes.patch b/srcpkgs/calligra-plan/patches/missing-includes.patch index c02c5a82326..efb4183edfe 100644 --- a/srcpkgs/calligra-plan/patches/missing-includes.patch +++ b/srcpkgs/calligra-plan/patches/missing-includes.patch @@ -79,3 +79,25 @@ class KoUnit; +From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Sun, 28 Jul 2019 00:07:33 +0200 +Subject: [PATCH] Fix compile on CI + +src/workpackage/view.h:148:31: error: field m_scheduleActions has incomplete type QMap +--- + src/workpackage/view.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/workpackage/view.h b/src/workpackage/view.h +index 6cae32b7..cd2fc4ea 100644 +--- src/workpackage/view.h ++++ src/workpackage/view.h +@@ -24,6 +24,7 @@ + + #include + ++#include + #include + + class QPrinter; diff --git a/srcpkgs/calligra-plan/template b/srcpkgs/calligra-plan/template index 321312114b5..a39e482f1b6 100644 --- a/srcpkgs/calligra-plan/template +++ b/srcpkgs/calligra-plan/template @@ -1,7 +1,7 @@ # Template file for 'calligra-plan' pkgname=calligra-plan version=3.1.0 -revision=3 +revision=4 wrksrc="${pkgname/-/}-${version}" build_style=cmake hostmakedepends="extra-cmake-modules kdoctools" From bd07850bd8d8b614ccaaaf03d8f2d41c9956c665 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 07/25] digikam: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/digikam/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/digikam/template b/srcpkgs/digikam/template index 8032621c605..b35d66bed0b 100644 --- a/srcpkgs/digikam/template +++ b/srcpkgs/digikam/template @@ -1,7 +1,7 @@ # Template file for 'digikam' pkgname=digikam version=6.3.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules pkg-config bison flex" makedepends="qt5-devel libjpeg-turbo-devel qt5-plugin-mysql qt5-plugin-odbc From 5aa237f5364ead58c884b9b2b5951b701197fc83 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 08/25] eventviews: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/eventviews/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/eventviews/template b/srcpkgs/eventviews/template index b1a773e4841..9b6cbc02cb2 100644 --- a/srcpkgs/eventviews/template +++ b/srcpkgs/eventviews/template @@ -1,7 +1,7 @@ # Template file for 'eventviews' pkgname=eventviews version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kconfig" makedepends="calendarsupport-devel kdiagram-devel" From 9afc58952453e300a103c56629b912d38a7eb15c Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH 09/25] incidenceeditor: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/incidenceeditor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/incidenceeditor/template b/srcpkgs/incidenceeditor/template index 820ad018093..5b4cfd69808 100644 --- a/srcpkgs/incidenceeditor/template +++ b/srcpkgs/incidenceeditor/template @@ -1,7 +1,7 @@ # Template file for 'incidenceeditor' pkgname=incidenceeditor version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kconfig" makedepends="calendarsupport-devel eventviews-devel kdiagram-devel" From ac9d25dcc5e4ddd5285e753560a0544165e46018 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 10/25] kaddressbook: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/kaddressbook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kaddressbook/template b/srcpkgs/kaddressbook/template index 553bc3f887b..54ee81f552f 100644 --- a/srcpkgs/kaddressbook/template +++ b/srcpkgs/kaddressbook/template @@ -1,7 +1,7 @@ # Template file for 'kaddressbook' pkgname=kaddressbook version=19.08.2 -revision=1 +revision=2 build_style=cmake configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kconfig From 9022af713934b8fc6f1c11c20d08cf491c2c147a Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 11/25] kalarm: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/kalarm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kalarm/template b/srcpkgs/kalarm/template index 1f04a1e3553..50501dd8e74 100644 --- a/srcpkgs/kalarm/template +++ b/srcpkgs/kalarm/template @@ -1,7 +1,7 @@ # Template file for 'kalarm' pkgname=kalarm version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools libxslt kdoctools kauth kconfig" From 1fe1e557da23506d74baa6db68e1c4a33501ac1a Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 12/25] kdepim-apps-libs: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/kdepim-apps-libs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kdepim-apps-libs/template b/srcpkgs/kdepim-apps-libs/template index d8fb9d7c8be..f4e78b047d6 100644 --- a/srcpkgs/kdepim-apps-libs/template +++ b/srcpkgs/kdepim-apps-libs/template @@ -1,7 +1,7 @@ # Template file for 'kdepim-apps-libs' pkgname=kdepim-apps-libs version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kcoreaddons kconfig" From d65f8e1da58d3aa77f07b07438927f1ae52e220b Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 13/25] kdepim-runtime: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/kdepim-runtime/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kdepim-runtime/template b/srcpkgs/kdepim-runtime/template index 205233da136..8928c20ccec 100644 --- a/srcpkgs/kdepim-runtime/template +++ b/srcpkgs/kdepim-runtime/template @@ -1,7 +1,7 @@ # Template file for 'kdepim-runtime' pkgname=kdepim-runtime version=19.08.2 -revision=1 +revision=2 build_style=cmake # XXX KolabLibraries, Kolabxml hostmakedepends="extra-cmake-modules python3 kdoctools kdesignerplugin From add2f532da55a05b4ea08dc9ba7c0cb16eb5fe6f Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 14/25] kgpg: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/kgpg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template index a4d7326380d..7d3ae2485e7 100644 --- a/srcpkgs/kgpg/template +++ b/srcpkgs/kgpg/template @@ -1,7 +1,7 @@ # Template file for 'kgpg' pkgname=kgpg version=19.08.1 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules" From e8269c8191a8a49619d0844ff67ab1044baed607 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 15/25] kmail: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/kmail/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kmail/template b/srcpkgs/kmail/template index f5b19e8d4da..bb44f5f051d 100644 --- a/srcpkgs/kmail/template +++ b/srcpkgs/kmail/template @@ -1,7 +1,7 @@ # Template file for 'kmail' pkgname=kmail version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules python qt5-host-tools qt5-qmake kdoctools kconfig kcoreaddons" From f24f6c5547c9cf51cc973f670f717422407d3d2c Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 16/25] kmymoney: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/kmymoney/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kmymoney/template b/srcpkgs/kmymoney/template index ba129df3bff..5e99dc91cff 100644 --- a/srcpkgs/kmymoney/template +++ b/srcpkgs/kmymoney/template @@ -1,7 +1,7 @@ # Template file for 'kmymoney' pkgname=kmymoney version=5.0.6 -revision=2 +revision=3 build_style=cmake configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson -DBUILD_TESTING=OFF" From 9a9be577d9291239a66fee468173547277e67149 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:41 +0200 Subject: [PATCH 17/25] knotes: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/knotes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/knotes/template b/srcpkgs/knotes/template index b82473c0cb6..7d88b28a288 100644 --- a/srcpkgs/knotes/template +++ b/srcpkgs/knotes/template @@ -1,7 +1,7 @@ # Template file for 'knotes' pkgname=knotes version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools libxslt kcoreaddons kdoctools kconfig" From 9b0c6ea839d69c4eb8da8e11bb71573d5bd90d19 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 18/25] korganizer: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/korganizer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/korganizer/template b/srcpkgs/korganizer/template index 9d8e6b1c5b4..b8e16241e0e 100644 --- a/srcpkgs/korganizer/template +++ b/srcpkgs/korganizer/template @@ -1,7 +1,7 @@ # Template file for 'korganizer' pkgname=korganizer version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kcoreaddons kconfig" From 53a054e5b2e90c06c516f62e04dfd203c595b958 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 19/25] ktnef: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/ktnef/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ktnef/template b/srcpkgs/ktnef/template index 6e6817cbd24..b2f95634a2e 100644 --- a/srcpkgs/ktnef/template +++ b/srcpkgs/ktnef/template @@ -1,7 +1,7 @@ # Template file for 'ktnef' pkgname=ktnef version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kcoreaddons" From bd79f488edc176b4f39d6aa3bde326896fd7cda4 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 20/25] libkdepim: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/libkdepim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libkdepim/template b/srcpkgs/libkdepim/template index 9cdbe49831a..952a646c28d 100644 --- a/srcpkgs/libkdepim/template +++ b/srcpkgs/libkdepim/template @@ -1,7 +1,7 @@ # Template file for 'libkdepim' pkgname=libkdepim version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kcoreaddons" makedepends="akonadi5-devel akonadi-contacts-devel kcmutils-devel kldap-devel akonadi-search-devel" From a7543b7d26bdb8bc95ab97f12c352e607187edce Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 21/25] libkgapi: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/libkgapi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libkgapi/template b/srcpkgs/libkgapi/template index 00b1f63bba0..acd3495a396 100644 --- a/srcpkgs/libkgapi/template +++ b/srcpkgs/libkgapi/template @@ -1,7 +1,7 @@ # Template file for 'libkgapi' pkgname=libkgapi version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake python3 kcoreaddons" From 21ab1ac1cbeb4de87a373f13fdbe228f2c07d202 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 22/25] mailcommon: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/mailcommon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mailcommon/template b/srcpkgs/mailcommon/template index 59de64c2b6b..0dc9885d5d4 100644 --- a/srcpkgs/mailcommon/template +++ b/srcpkgs/mailcommon/template @@ -1,12 +1,12 @@ # Template file for 'mailcommon' pkgname=mailcommon version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules kconfig libxslt qt5-qmake qt5-host-tools python kgendesignerplugin" makedepends="mailimporter-devel messagelib-devel kdesignerplugin-devel - pimcommon-devel libkleo-devel qt5-multimedia-devel" + pimcommon-devel libkleo-devel qt5-multimedia-devel kcontacts-devel" short_desc="KDE PIM library providing support for mail applications" maintainer="John " license="GPL-2.0-or-later, LGPL-2.1-or-later" From 99dcbf4ec94c5b5219ea9c61963b9be6899589ea Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 23/25] messagelib: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/messagelib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/messagelib/template b/srcpkgs/messagelib/template index e5f81f0c6ba..7f1dd0b1bb3 100644 --- a/srcpkgs/messagelib/template +++ b/srcpkgs/messagelib/template @@ -1,7 +1,7 @@ # Template file for 'messagelib' pkgname=messagelib version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kcoreaddons kconfig" From 0d0eb614b32eef8ffa7f8d2b7b16a67a43078717 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 24/25] pim-data-exporter: rebuild for new kcontacts version number from KDE frameworks --- srcpkgs/pim-data-exporter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pim-data-exporter/template b/srcpkgs/pim-data-exporter/template index 354aac6253d..9694f5b2da9 100644 --- a/srcpkgs/pim-data-exporter/template +++ b/srcpkgs/pim-data-exporter/template @@ -1,7 +1,7 @@ # Template file for 'pim-data-exporter' pkgname=pim-data-exporter version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules kdoctools qt5-host-tools qt5-qmake kcoreaddons kconfig" From 20d6c6e2abd962d46fe54d31d2d3d00908b47073 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:42 +0200 Subject: [PATCH 25/25] pimcommon: rebuild for new kcontacts version number from KDE frameworks [skip ci] --- srcpkgs/pimcommon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pimcommon/template b/srcpkgs/pimcommon/template index 33eeb6b98a5..e39987b8b2f 100644 --- a/srcpkgs/pimcommon/template +++ b/srcpkgs/pimcommon/template @@ -1,7 +1,7 @@ # Template file for 'pimcommon' pkgname=pimcommon version=19.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python libxslt kconfig kgendesignerplugin"