From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A969815808B for ; Fri, 18 Feb 2022 20:09:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D29E0848; Fri, 18 Feb 2022 20:09:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3388E0848 for ; Fri, 18 Feb 2022 20:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6DA6343585 for ; Fri, 18 Feb 2022 20:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B02BD3 for ; Fri, 18 Feb 2022 20:09:33 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1645214936.5ff5d5c8f4b48fa53945c6255663d2e44ee2ea69.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/files/, app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/files/libreoffice-7.2.5.2-kf591.patch app-office/libreoffice/libreoffice-7.2.5.2-r1.ebuild app-office/libreoffice/libreoffice-7.2.9999.ebuild app-office/libreoffice/libreoffice-7.3.0.3-r1.ebuild app-office/libreoffice/libreoffice-7.3.1.1-r1.ebuild app-office/libreoffice/libreoffice-7.3.9999.ebuild X-VCS-Directories: app-office/libreoffice/files/ app-office/libreoffice/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5ff5d5c8f4b48fa53945c6255663d2e44ee2ea69 X-VCS-Branch: master Date: Fri, 18 Feb 2022 20:09:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c762c3f-49a4-451f-875a-704e6908ee23 X-Archives-Hash: 41a6ba8b860633db955787a3b70c07c3 commit: 5ff5d5c8f4b48fa53945c6255663d2e44ee2ea69 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Feb 18 20:08:56 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Feb 18 20:08:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff5d5c8 app-office/libreoffice: Add fix for KF-5.91 Closes: https://bugs.gentoo.org/833524 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../files/libreoffice-7.2.5.2-kf591.patch | 56 ++++++++++++++++++++++ .../libreoffice/libreoffice-7.2.5.2-r1.ebuild | 3 ++ app-office/libreoffice/libreoffice-7.2.9999.ebuild | 3 ++ .../libreoffice/libreoffice-7.3.0.3-r1.ebuild | 3 ++ .../libreoffice/libreoffice-7.3.1.1-r1.ebuild | 3 ++ app-office/libreoffice/libreoffice-7.3.9999.ebuild | 3 ++ 6 files changed, 71 insertions(+) diff --git a/app-office/libreoffice/files/libreoffice-7.2.5.2-kf591.patch b/app-office/libreoffice/files/libreoffice-7.2.5.2-kf591.patch new file mode 100644 index 000000000000..ac920867e4d5 --- /dev/null +++ b/app-office/libreoffice/files/libreoffice-7.2.5.2-kf591.patch @@ -0,0 +1,56 @@ +From 5fd5e42bf28a7910321c6b6d76257e7386839fbc Mon Sep 17 00:00:00 2001 +From: Michael Weghorn +Date: Wed, 16 Feb 2022 13:38:47 +0100 +Subject: configure.ac: Update kf5 include/lib check to work with KF5 >= 5.91 + +The 'kcoreaddons_version.h' header was moved to the 'KCoreAddons' +subdirectory in kcoreaddons commit + + commit d971ba9bb27a3e8f18a116692fdf98c1729ac244 + Author: Ahmad Samir + Date: Sat Jan 15 14:14:13 2022 +0200 + + Install kcoreaddons_version.h in /usr/include/KF5/KCoreAddons/ + + Instead of /usr/include/KF5/kcoreaddons_version.h. + + For more details see: + https://invent.kde.org/frameworks/kservice/-/merge_requests/79 + + GIT_SILENT + +Adapt the KF5 check to check for the 'KFileWidget' header and +the 'libKF5KIOFileWidgets.so' library instead. +This is more exact anyway, since we require KIOFileWidgets, +and the previous check didn't ensure that. +(So in case only KF5CoreAddons but not KIOFileWidgets was installed, +configure would previously pass, but the build fail.) + +[1] https://invent.kde.org/frameworks/kcoreaddons/-/commit/d971ba9bb27a3e8f18a116692fdf98c1729ac244 + +Change-Id: I7ecf7f29dce85e1a6e6b0d4f2519fa37ab04ca84 +Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129996 +Tested-by: Jenkins +Reviewed-by: Michael Weghorn +--- + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 6acb3107cea3..4e84f9a33980 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -13017,8 +13017,8 @@ then + kf5_libdirs="$kf5_libdirs /usr/lib64 /usr/lib64/kf5 /usr/lib64/kf5/devel" + fi + +- kf5_test_include="KF5/kcoreaddons_version.h" +- kf5_test_library="libKF5CoreAddons.so" ++ kf5_test_include="KF5/KIOFileWidgets/KFileWidget" ++ kf5_test_library="libKF5KIOFileWidgets.so" + kf5_libdirs="$qt5_libdir $kf5_libdirs" + + dnl kf5 KDE4 support compatibility installed +-- +cgit v1.2.1 + diff --git a/app-office/libreoffice/libreoffice-7.2.5.2-r1.ebuild b/app-office/libreoffice/libreoffice-7.2.5.2-r1.ebuild index bdf13f03b39c..f9cc748f0b85 100644 --- a/app-office/libreoffice/libreoffice-7.2.5.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-7.2.5.2-r1.ebuild @@ -296,6 +296,9 @@ PATCHES=( # 7.3 branch "${FILESDIR}/${PN}-7.2.2.2-makefile-gengal.patch" + + # master branch + "${FILESDIR}/${PN}-7.2.5.2-kf591.patch" ) S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/app-office/libreoffice/libreoffice-7.2.9999.ebuild b/app-office/libreoffice/libreoffice-7.2.9999.ebuild index e2b8f99a1ca1..32c95181ca6e 100644 --- a/app-office/libreoffice/libreoffice-7.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.2.9999.ebuild @@ -296,6 +296,9 @@ PATCHES=( # 7.3 branch "${FILESDIR}/${PN}-7.2.2.2-makefile-gengal.patch" + + # master branch + "${FILESDIR}/${PN}-7.2.5.2-kf591.patch" ) S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/app-office/libreoffice/libreoffice-7.3.0.3-r1.ebuild b/app-office/libreoffice/libreoffice-7.3.0.3-r1.ebuild index 702733b0f4d2..a192705bcdf3 100644 --- a/app-office/libreoffice/libreoffice-7.3.0.3-r1.ebuild +++ b/app-office/libreoffice/libreoffice-7.3.0.3-r1.ebuild @@ -297,6 +297,9 @@ PATCHES=( "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" "${FILESDIR}/${PN}-6.1-nomancompress.patch" "${FILESDIR}/${PN}-7.2.0.4-qt5detect.patch" + + # master branch + "${FILESDIR}/${PN}-7.2.5.2-kf591.patch" ) S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/app-office/libreoffice/libreoffice-7.3.1.1-r1.ebuild b/app-office/libreoffice/libreoffice-7.3.1.1-r1.ebuild index e4211ec16391..96318dc2ec53 100644 --- a/app-office/libreoffice/libreoffice-7.3.1.1-r1.ebuild +++ b/app-office/libreoffice/libreoffice-7.3.1.1-r1.ebuild @@ -297,6 +297,9 @@ PATCHES=( "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" "${FILESDIR}/${PN}-6.1-nomancompress.patch" "${FILESDIR}/${PN}-7.2.0.4-qt5detect.patch" + + # master branch + "${FILESDIR}/${PN}-7.2.5.2-kf591.patch" ) S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/app-office/libreoffice/libreoffice-7.3.9999.ebuild b/app-office/libreoffice/libreoffice-7.3.9999.ebuild index 74a8caa49137..c8ad5df807a3 100644 --- a/app-office/libreoffice/libreoffice-7.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.3.9999.ebuild @@ -297,6 +297,9 @@ PATCHES=( "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" "${FILESDIR}/${PN}-6.1-nomancompress.patch" "${FILESDIR}/${PN}-7.2.0.4-qt5detect.patch" + + # master branch + "${FILESDIR}/${PN}-7.2.5.2-kf591.patch" ) S="${WORKDIR}/${PN}-${MY_PV}"