From 45e83b652345864c7b27071082d4395c8be9a652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:56 +0200 Subject: [PATCH 01/19] kcachegrind: use python3 --- srcpkgs/kcachegrind/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcachegrind/template b/srcpkgs/kcachegrind/template index 0db5acf71c2..657028f70d4 100644 --- a/srcpkgs/kcachegrind/template +++ b/srcpkgs/kcachegrind/template @@ -1,12 +1,12 @@ # Template file for 'kcachegrind' pkgname=kcachegrind version=19.12.3 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools pkg-config qt5-host-tools qt5-qmake" makedepends="kparts-devel qt5-devel" -depends="python hicolor-icon-theme" +depends="python3 hicolor-icon-theme" short_desc="Visualization of Performance Profiling Data" maintainer="Piotr Wójcik " license="GPL-2.0-only, GFDL-1.2-only" From ae030ce1f66ae81fde76545abd5dc7f26106f4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:56 +0200 Subject: [PATCH 02/19] akonadi-notes: build with python3 --- srcpkgs/akonadi-notes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/akonadi-notes/template b/srcpkgs/akonadi-notes/template index 22d6c310bda..e23a0ca5f60 100644 --- a/srcpkgs/akonadi-notes/template +++ b/srcpkgs/akonadi-notes/template @@ -3,7 +3,7 @@ pkgname=akonadi-notes version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules python qt5-qmake qt5-host-tools +hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools gettext kcoreaddons" makedepends="kmime-devel akonadi5-devel" short_desc="Libraries and daemons to implement notes management in Akonadi" From 9eba5597a5db2756fa241d4b8615a437455b0f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:56 +0200 Subject: [PATCH 03/19] akonadi-search: build with python3 --- 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 a58d7b47df4..08eb00c38d9 100644 --- a/srcpkgs/akonadi-search/template +++ b/srcpkgs/akonadi-search/template @@ -3,7 +3,7 @@ pkgname=akonadi-search version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python AppStream +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 AppStream gettext kcoreaddons" makedepends="akonadi5-devel akonadi-mime-devel xapian-core-devel krunner-devel kcmutils-devel kcontacts-devel kcalendarcore-devel" From 149f822fa1f45c937cb7d3519af04d1d41f64354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 04/19] grantleetheme: build with python3 --- srcpkgs/grantleetheme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/grantleetheme/template b/srcpkgs/grantleetheme/template index df9a937a6eb..4c44ae02ab8 100644 --- a/srcpkgs/grantleetheme/template +++ b/srcpkgs/grantleetheme/template @@ -4,7 +4,7 @@ version=19.12.3 revision=1 build_style=cmake configure_args="KDE_INSTALL_USE_QT_SYS_PATHS=TRUE" -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons" makedepends="grantlee5-devel ki18n-devel kiconthemes-devel knewstuff-devel" short_desc="Library for Grantlee theming support" From 25666e32d1867fd889955e55b1c003cc3e1da538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 05/19] kate5: build with python3 --- srcpkgs/kate5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kate5/template b/srcpkgs/kate5/template index 73d5d3a0fa0..792191adcb2 100644 --- a/srcpkgs/kate5/template +++ b/srcpkgs/kate5/template @@ -18,5 +18,5 @@ checksum=f60b52e5a6a78920ac703a458f1eaf0ced02ffcd8b5f2d49de9a48674eeb007c if [ "$CROSS_BUILD" ]; then configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake" - hostmakedepends+=" kauth-devel kconfig-devel kcoreaddons-devel kpackage-devel kdoctools python qt5-host-tools qt5-qmake" + hostmakedepends+=" kauth-devel kconfig-devel kcoreaddons-devel kpackage-devel kdoctools python3 qt5-host-tools qt5-qmake" fi From d86e2c367fcdd07be4fa85922eae64ad0392b543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 06/19] kcalutils: build with python3 --- srcpkgs/kcalutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kcalutils/template b/srcpkgs/kcalutils/template index 441f77852ec..f7ec0043f2d 100644 --- a/srcpkgs/kcalutils/template +++ b/srcpkgs/kcalutils/template @@ -3,7 +3,7 @@ pkgname=kcalutils version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons kconfig" makedepends="kcalendarcore-devel kidentitymanagement-devel" short_desc="The KDE calendar utility library" From 96f2fc8a53c1c10e09815eafde9e0b91efe700d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 07/19] kdepim-apps-libs: build with python3 --- 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 7a3ca431846..ea88fbdda08 100644 --- a/srcpkgs/kdepim-apps-libs/template +++ b/srcpkgs/kdepim-apps-libs/template @@ -3,7 +3,7 @@ pkgname=kdepim-apps-libs version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons kconfig" makedepends="grantlee5-devel kcontacts-devel akonadi-contacts-devel libkleo-devel grantleetheme-devel libkdepim-devel pimcommon-devel" From ab9bd5ea0152d5e7dbe47d58fe137be5ef7ae8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 08/19] khelpcenter: build with python3 --- srcpkgs/khelpcenter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/khelpcenter/template b/srcpkgs/khelpcenter/template index d49f9a93571..c4df9a3dae2 100644 --- a/srcpkgs/khelpcenter/template +++ b/srcpkgs/khelpcenter/template @@ -14,7 +14,7 @@ distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar. checksum=526c89e46cace9e8afb4e748f9bbf0d105472a4cc4a6d8bb821e8b9b88ab0f73 if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake" + hostmakedepends+=" kconfig kdoctools python3 qt5-host-tools qt5-qmake" configure_args+=" -DXAPIAN_LIBRARIES=${XBPS_CROSS_BASE}/usr/lib/libxapian.so -DXAPIAN_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include -DXAPIAN_FOUND=TRUE" fi From 8d0ce15ac3bf58887d44ccc4582d078c500adbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 09/19] kimap: build with python3 --- srcpkgs/kimap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kimap/template b/srcpkgs/kimap/template index e6a1e269cce..2ac01c91f13 100644 --- a/srcpkgs/kimap/template +++ b/srcpkgs/kimap/template @@ -3,7 +3,7 @@ pkgname=kimap version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons" makedepends="kio-devel kmime-devel" short_desc="Job-based API for interacting with IMAP servers" From 548b660a79a7c31ca60c1c16cd3a0478f8c8a4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 10/19] kldap: build with python3 --- srcpkgs/kldap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kldap/template b/srcpkgs/kldap/template index a38385a1e8f..ddf4a7b032f 100644 --- a/srcpkgs/kldap/template +++ b/srcpkgs/kldap/template @@ -3,7 +3,7 @@ pkgname=kldap version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons kdoctools" makedepends="kio-devel" short_desc="LDAP access API for KDE" From 5bd1326042e9efd2712b34835912b7232a5bdc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 11/19] kmail: build with python3 --- srcpkgs/kmail/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kmail/template b/srcpkgs/kmail/template index 19ee2b423e5..22dcfcaa2cb 100644 --- a/srcpkgs/kmail/template +++ b/srcpkgs/kmail/template @@ -3,7 +3,7 @@ pkgname=kmail version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules python qt5-host-tools qt5-qmake +hostmakedepends="extra-cmake-modules python3 qt5-host-tools qt5-qmake gettext kdoctools kconfig kcoreaddons" makedepends="kcalutils-devel knotifyconfig-devel kontactinterface-devel kparts-devel ktnef-devel libkleo-devel libksieve-devel mailcommon-devel From c9ee732a664d495b6cc277e27762ad27b748eb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 12/19] kmailtransport: build with python3 --- srcpkgs/kmailtransport/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kmailtransport/template b/srcpkgs/kmailtransport/template index 889e6668995..2eb45d839e0 100644 --- a/srcpkgs/kmailtransport/template +++ b/srcpkgs/kmailtransport/template @@ -3,7 +3,7 @@ pkgname=kmailtransport version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons kconfig" makedepends="akonadi-mime-devel kcmutils-devel ksmtp-devel libkgapi-devel" short_desc="Mail Transport Service" From afe00bf57642e6176426e9a13ebb63cc662436e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 13/19] kontactinterface: build with python3 --- srcpkgs/kontactinterface/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kontactinterface/template b/srcpkgs/kontactinterface/template index 11a565a0610..25f6e3a926a 100644 --- a/srcpkgs/kontactinterface/template +++ b/srcpkgs/kontactinterface/template @@ -3,7 +3,7 @@ pkgname=kontactinterface version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons" makedepends="kparts-devel" short_desc="Kontact Plugin Interface Library" From 2bc1eaf0a43fb6738f540588b47af1c84de8dae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 14/19] ksmtp: build with python3 --- srcpkgs/ksmtp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ksmtp/template b/srcpkgs/ksmtp/template index 51ab0c2cde3..2b395b60150 100644 --- a/srcpkgs/ksmtp/template +++ b/srcpkgs/ksmtp/template @@ -3,7 +3,7 @@ pkgname=ksmtp version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons" makedepends="kmime-devel kio-devel" short_desc="Job-based library to send email through an SMTP server" From 0c1d3e70c60be9fd310d86aa186ea805a2eab067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 15/19] ktnef: build with python3 --- srcpkgs/ktnef/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ktnef/template b/srcpkgs/ktnef/template index d261d1129a7..2460e8f8930 100644 --- a/srcpkgs/ktnef/template +++ b/srcpkgs/ktnef/template @@ -3,7 +3,7 @@ pkgname=ktnef version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons" makedepends="kcalutils-devel kcontacts-devel" short_desc="API for handling TNEF data" From 4f6ea10a2e5c673c2a507953184d73f6270d2ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 16/19] libkleo: build with python3 --- srcpkgs/libkleo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libkleo/template b/srcpkgs/libkleo/template index 6d2394c218a..cc15c06e6a5 100644 --- a/srcpkgs/libkleo/template +++ b/srcpkgs/libkleo/template @@ -3,7 +3,7 @@ pkgname=libkleo version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules python qt5-qmake qt5-host-tools +hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools gettext kcoreaddons" makedepends="kitemmodels-devel kpimtextedit-devel gpgmeqt-devel gpgmepp-devel" short_desc="KDE PIM cryptographic library" From f7f8cecff4ae6605f4feca64cc37b65dd0e120eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 17/19] libksieve: build with python3 --- srcpkgs/libksieve/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libksieve/template b/srcpkgs/libksieve/template index f055abb48bd..00791affc86 100644 --- a/srcpkgs/libksieve/template +++ b/srcpkgs/libksieve/template @@ -3,7 +3,7 @@ pkgname=libksieve version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons kdoctools kconfig" makedepends="kidentitymanagement-devel kmailtransport-devel pimcommon-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel" From c0f15a43dc4eb82a5fffc4464f01c6ecbefd9065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 18/19] mailcommon: build with python3 --- srcpkgs/mailcommon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mailcommon/template b/srcpkgs/mailcommon/template index 885edd26cb8..55c9e729cf5 100644 --- a/srcpkgs/mailcommon/template +++ b/srcpkgs/mailcommon/template @@ -4,7 +4,7 @@ version=19.12.3 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules kconfig libxslt qt5-qmake - gettext qt5-host-tools python kgendesignerplugin" + gettext qt5-host-tools python3 kgendesignerplugin" makedepends="mailimporter-devel messagelib-devel kdesignerplugin-devel pimcommon-devel libkleo-devel qt5-multimedia-devel kcontacts-devel" short_desc="KDE PIM library providing support for mail applications" From 86f4f67d5e7ec333f99dbce23c84f93b605cf65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH 19/19] spectacle: build with python3 [ci skip] --- srcpkgs/spectacle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/spectacle/template b/srcpkgs/spectacle/template index 4e27c2c2fdf..2130c9b51b5 100644 --- a/srcpkgs/spectacle/template +++ b/srcpkgs/spectacle/template @@ -4,7 +4,7 @@ version=19.12.3 revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" -hostmakedepends="extra-cmake-modules kdoctools python qt5-host-tools qt5-qmake +hostmakedepends="extra-cmake-modules kdoctools python3 qt5-host-tools qt5-qmake gettext kcoreaddons" makedepends="kdeclarative-devel libkipi5-devel xcb-util-image-devel xcb-util-cursor-devel kwayland-devel purpose-devel knewstuff-devel"