Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 904928 Details for
Bug 940898
kde-apps/kdepim-addons-24.08.1: fails to compile when Corrosion is installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-kde-apps-kdepim-addons-Explicitly-disable-compiling-.patch
0001-kde-apps-kdepim-addons-Explicitly-disable-compiling-.patch (text/plain), 6.42 KB, created by
Marco Rebhan
on 2024-10-05 10:14:24 UTC
(
hide
)
Description:
0001-kde-apps-kdepim-addons-Explicitly-disable-compiling-.patch
Filename:
MIME Type:
Creator:
Marco Rebhan
Created:
2024-10-05 10:14:24 UTC
Size:
6.42 KB
patch
obsolete
>From 481dd6abe47e66780faf28857ab4194b88acca5d Mon Sep 17 00:00:00 2001 >From: Marco Rebhan <me@dblsaiko.net> >Date: Sat, 5 Oct 2024 12:11:42 +0200 >Subject: [PATCH] kde-apps/kdepim-addons: Explicitly disable compiling against > Corrosion > >Closes: https://bugs.gentoo.org/940898 >Signed-off-by: Marco Rebhan <me@dblsaiko.net> >--- > ...pim-addons-24.05.2.ebuild => kdepim-addons-24.05.2-r1.ebuild} | 1 + > ...pim-addons-24.08.1.ebuild => kdepim-addons-24.08.1-r1.ebuild} | 1 + > 2 files changed, 2 insertions(+) > rename kde-apps/kdepim-addons/{kdepim-addons-24.05.2.ebuild => kdepim-addons-24.05.2-r1.ebuild} (98%) > rename kde-apps/kdepim-addons/{kdepim-addons-24.08.1.ebuild => kdepim-addons-24.08.1-r1.ebuild} (98%) > >diff --git a/kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild b/kde-apps/kdepim-addons/kdepim-addons-24.05.2-r1.ebuild >similarity index 98% >rename from kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild >rename to kde-apps/kdepim-addons/kdepim-addons-24.05.2-r1.ebuild >index 971e88c948d4..e3d09514913a 100644 >--- a/kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild >+++ b/kde-apps/kdepim-addons/kdepim-addons-24.05.2-r1.ebuild >@@ -1,82 +1,83 @@ > # Copyright 1999-2024 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > EAPI=8 > > ECM_TEST="forceoptional" > PVCUT=$(ver_cut 1-3) > KFMIN=6.3.0 > QTMIN=6.6.2 > inherit ecm gear.kde.org optfeature > > DESCRIPTION="Plugins for KDE Personal Information Management Suite" > HOMEPAGE="https://apps.kde.org/kontact/" > > LICENSE="GPL-2+ LGPL-2.1+" > SLOT="6" > KEYWORDS="amd64 arm64" > IUSE="importwizard markdown" > > RESTRICT="test" > > RDEPEND=" > >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] > >=dev-libs/ktextaddons-1.5.4:6 > >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml] > >=kde-apps/akonadi-${PVCUT}:6 > >=kde-apps/akonadi-contacts-${PVCUT}:6 > >=kde-apps/akonadi-notes-${PVCUT}:6 > >=kde-apps/calendarsupport-${PVCUT}:6 > >=kde-apps/eventviews-${PVCUT}:6 > >=kde-apps/grantleetheme-${PVCUT}:6 > >=kde-apps/incidenceeditor-${PVCUT}:6 > >=kde-apps/kaddressbook-${PVCUT}:6 > >=kde-apps/kidentitymanagement-${PVCUT}:6 > >=kde-apps/kimap-${PVCUT}:6 > >=kde-apps/kitinerary-${PVCUT}:6 > >=kde-apps/kmailtransport-${PVCUT}:6 > >=kde-apps/kmime-${PVCUT}:6 > >=kde-apps/kpkpass-${PVCUT}:6 > >=kde-apps/libkdepim-${PVCUT}:6 > >=kde-apps/libkleo-${PVCUT}:6 > >=kde-apps/libksieve-${PVCUT}:6 > >=kde-apps/libktnef-${PVCUT}:6 > >=kde-apps/mailcommon-${PVCUT}:6 > >=kde-apps/messagelib-${PVCUT}:6 > >=kde-apps/pimcommon-${PVCUT}:6 > >=kde-frameworks/kcompletion-${KFMIN}:6 > >=kde-frameworks/kconfig-${KFMIN}:6 > >=kde-frameworks/kconfigwidgets-${KFMIN}:6 > >=kde-frameworks/kcontacts-${KFMIN}:6 > >=kde-frameworks/kcoreaddons-${KFMIN}:6 > >=kde-frameworks/kdbusaddons-${KFMIN}:6 > >=kde-frameworks/kguiaddons-${KFMIN}:6 > >=kde-frameworks/ki18n-${KFMIN}:6 > >=kde-frameworks/kiconthemes-${KFMIN}:6 > >=kde-frameworks/kio-${KFMIN}:6 > >=kde-frameworks/kparts-${KFMIN}:6 > >=kde-frameworks/ktexttemplate-${KFMIN}:6 > >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 > >=kde-frameworks/kxmlgui-${KFMIN}:6 > >=kde-frameworks/prison-${KFMIN}:6 > >=kde-frameworks/syntax-highlighting-${KFMIN}:6 > importwizard? ( >=kde-apps/akonadi-import-wizard-${PVCUT}:6 ) > markdown? ( app-text/discount:= ) > " > DEPEND="${RDEPEND}" > > src_configure() { > local mycmakeargs=( > $(cmake_use_find_package importwizard KPim6ImportWizard) > $(cmake_use_find_package markdown Discount) >+ -DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=YES > ) > > ecm_src_configure > } > > pkg_postinst() { > if [[ -z "${REPLACING_VERSIONS}" ]]; then > optfeature "regex support for Sieve editor plugin" kde-misc/kregexpeditor > fi > ecm_pkg_postinst > } >diff --git a/kde-apps/kdepim-addons/kdepim-addons-24.08.1.ebuild b/kde-apps/kdepim-addons/kdepim-addons-24.08.1-r1.ebuild >similarity index 98% >rename from kde-apps/kdepim-addons/kdepim-addons-24.08.1.ebuild >rename to kde-apps/kdepim-addons/kdepim-addons-24.08.1-r1.ebuild >index a53fe50e2a12..4e30062834b6 100644 >--- a/kde-apps/kdepim-addons/kdepim-addons-24.08.1.ebuild >+++ b/kde-apps/kdepim-addons/kdepim-addons-24.08.1-r1.ebuild >@@ -1,80 +1,81 @@ > # Copyright 1999-2024 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > EAPI=8 > > ECM_TEST="forceoptional" > PVCUT=$(ver_cut 1-3) > KFMIN=6.5.0 > QTMIN=6.7.2 > inherit ecm gear.kde.org optfeature > > DESCRIPTION="Plugins for KDE Personal Information Management Suite" > HOMEPAGE="https://apps.kde.org/kontact/" > > LICENSE="GPL-2+ LGPL-2.1+" > SLOT="6" > KEYWORDS="~amd64 ~arm64" > IUSE="importwizard markdown" > > RESTRICT="test" > > RDEPEND=" > >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] > >=dev-libs/ktextaddons-1.5.4:6 > >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml] > >=kde-apps/akonadi-${PVCUT}:6 > >=kde-apps/akonadi-contacts-${PVCUT}:6 > >=kde-apps/calendarsupport-${PVCUT}:6 > >=kde-apps/grantleetheme-${PVCUT}:6 > >=kde-apps/incidenceeditor-${PVCUT}:6 > >=kde-apps/kaddressbook-${PVCUT}:6 > >=kde-apps/kidentitymanagement-${PVCUT}:6 > >=kde-apps/kimap-${PVCUT}:6 > >=kde-apps/kitinerary-${PVCUT}:6 > >=kde-apps/kmailtransport-${PVCUT}:6 > >=kde-apps/kmime-${PVCUT}:6 > >=kde-apps/kpkpass-${PVCUT}:6 > >=kde-apps/libkdepim-${PVCUT}:6 > >=kde-apps/libkleo-${PVCUT}:6 > >=kde-apps/libksieve-${PVCUT}:6 > >=kde-apps/libktnef-${PVCUT}:6 > >=kde-apps/mailcommon-${PVCUT}:6 > >=kde-apps/messagelib-${PVCUT}:6 > >=kde-apps/pimcommon-${PVCUT}:6 > >=kde-frameworks/kcompletion-${KFMIN}:6 > >=kde-frameworks/kconfig-${KFMIN}:6 > >=kde-frameworks/kconfigwidgets-${KFMIN}:6 > >=kde-frameworks/kcontacts-${KFMIN}:6 > >=kde-frameworks/kcoreaddons-${KFMIN}:6 > >=kde-frameworks/kdbusaddons-${KFMIN}:6 > >=kde-frameworks/kguiaddons-${KFMIN}:6 > >=kde-frameworks/ki18n-${KFMIN}:6 > >=kde-frameworks/kiconthemes-${KFMIN}:6 > >=kde-frameworks/kio-${KFMIN}:6 > >=kde-frameworks/kparts-${KFMIN}:6 > >=kde-frameworks/ktexttemplate-${KFMIN}:6 > >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 > >=kde-frameworks/kxmlgui-${KFMIN}:6 > >=kde-frameworks/prison-${KFMIN}:6 > >=kde-frameworks/syntax-highlighting-${KFMIN}:6 > importwizard? ( >=kde-apps/akonadi-import-wizard-${PVCUT}:6 ) > markdown? ( app-text/discount:= ) > " > DEPEND="${RDEPEND}" > > src_configure() { > local mycmakeargs=( > $(cmake_use_find_package importwizard KPim6ImportWizard) > $(cmake_use_find_package markdown Discount) >+ -DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=YES > ) > > ecm_src_configure > } > > pkg_postinst() { > if [[ -z "${REPLACING_VERSIONS}" ]]; then > optfeature "regex support for Sieve editor plugin" kde-misc/kregexpeditor > fi > ecm_pkg_postinst > } >-- >2.46.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 940898
:
904927
| 904928