From efc1a67ef36757bc76eb899ec03802086adda461 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 28 Aug 2023 04:01:34 +0100 Subject: gentoo auto-resync : 28:08:2023 - 04:01:33 --- app-editors/okteta/Manifest | 3 +- .../files/okteta-0.26.13-doctools-optional.patch | 35 ++++++++++++++++++++++ app-editors/okteta/okteta-0.26.13.ebuild | 2 ++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 app-editors/okteta/files/okteta-0.26.13-doctools-optional.patch (limited to 'app-editors/okteta') diff --git a/app-editors/okteta/Manifest b/app-editors/okteta/Manifest index ace24ded8548..6f2578246dfb 100644 --- a/app-editors/okteta/Manifest +++ b/app-editors/okteta/Manifest @@ -1,5 +1,6 @@ +AUX okteta-0.26.13-doctools-optional.patch 1002 BLAKE2B c56d0c5de30895f2de11b09ad4095de93f3ed7d4f83cc049788995ebad13774887792c46d93748f3232138ed1092eb0b2e2b52ca1f37d9fe2bec7c435e070bff SHA512 ec7f3cd8eb53e667ce80418f86e62ea541929150d97e3c306ef25db9eb408f291e1d744720a9e4c1abb76f5cf35001fd559eb9946736e9ca4f5bf315913fe7f3 DIST okteta-0.26.12.tar.xz 1077320 BLAKE2B 9817789d099431d49f9c6f1a1d48d285f7e8a684c3a24684a8fd101d6e401ba484ecf439cda63204533a80b3437715b8de73145fa35df89cf996e2ba57d66a80 SHA512 50159269099e08bf95e4d358f9f8fbf3fb87e1f01888d5f78a1bdea83a2b56145e95c42a67eb3c82a7525b1352eb3ea1bf93187e8df0f06f35f6834a54ffa892 DIST okteta-0.26.13.tar.xz 1080884 BLAKE2B 1e5382b6832d7b77d3739bd4dc90b3317a33c7df1e55627a3bb718ee9fb7fcf58145f0decff0cc037a88c44fdab86cf57fd8174216cbfc29d4e607557226aa57 SHA512 1f7d099acda1d39382b9d36fc75e301588a4f026e46a363f0ac15f3025a37c2edd2fac20c8097761469f4259adc20874d90acae5fa7b378f2d88e88521952fd8 EBUILD okteta-0.26.12.ebuild 1728 BLAKE2B b3415e0cd3e05e27a6ded4206840470bb04a4e5152f1194110537e6d99054a6b1eddb0caa8f31cac40da350321231c51b883984ab948b0485cacb9a6b96b7c20 SHA512 92f5db88b8776b79292be1812f2696d61ef8cdc24bbbde24298425a58e6f540b2c23e25bda08e68df186952285de1578b75ddb2e69541ff07cea652211565c50 -EBUILD okteta-0.26.13.ebuild 1731 BLAKE2B 0434d5026b361b348e253d9bac30d90cce1b703e3b003657b7f459db86a8a2dd829fb44ee4ca459681529a7339058eda2ba79d16d09e28f425455ad0f0e87932 SHA512 ded3016452025a92857b7812bb45c925df97cd61f0dadf9aeecf5257f8b814f960bdf2426cca4f6f5ea026080fd71062be0da276c0a9cde7e6c9e6a6967bb2e9 +EBUILD okteta-0.26.13.ebuild 1800 BLAKE2B 179bd9af149ccae673940c3003b9095d091d8b4f48fb2c2afc533a3029d16b61616d2301c1d472cc0b1119036cd18f6504d9bc252dd148b8e514300f3f9ed4e0 SHA512 85be9d72ddbb6fdb7f810367b59f7ff7b67d545c62f2bd5a427eb219e988d358e920608b9855680fa1ea67160ad3fe9a3c891ee6e81e4dd9db66ad5202985e4a MISC metadata.xml 409 BLAKE2B efa27a2a8769a56200077d2d606e930a14fe7b8dad531386da39675c501ea7298939b6c197b668379430840b002c0a5ff34da592fcb2af18734649cb5d527f6c SHA512 0966b96a06e7315574724c75c6c3c680b6ea7da71278885ae65d214ca6a18a4b2d11b101221caa89ef5682d91f7a4cc7c2108f9741072cb12f97e95af0bcb09b diff --git a/app-editors/okteta/files/okteta-0.26.13-doctools-optional.patch b/app-editors/okteta/files/okteta-0.26.13-doctools-optional.patch new file mode 100644 index 000000000000..65beb70faae9 --- /dev/null +++ b/app-editors/okteta/files/okteta-0.26.13-doctools-optional.patch @@ -0,0 +1,35 @@ +From 5ca1bc18272c0ddbb3496fa29076ac2d65c034cf Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sun, 27 Aug 2023 21:55:17 +0200 +Subject: [PATCH] Search for KF5DocTools individually + +Makes our ECM_HANDBOOK=forceoptional facility work while upstream is against it. + +Signed-off-by: Andreas Sturmlechner +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 17203b22f..3c914f178 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -93,7 +93,6 @@ if( BUILD_DESKTOPPROGRAM ) + list(APPEND ADDITIONAL_REQUIRED_KF_COMPONENTS + Crash + DBusAddons +- DocTools + ) + endif() + find_package(KF5 ${REQUIRED_KF_VERSION} REQUIRED +@@ -117,6 +116,7 @@ ecm_set_disabled_deprecation_versions( + # helper libs + add_subdirectory( libs ) + if( BUILD_DESKTOPPROGRAM ) ++ find_package(KF5DocTools ${REQUIRED_KF_VERSION} REQUIRED) + add_subdirectory( doc ) + endif() + +-- +2.42.0 + diff --git a/app-editors/okteta/okteta-0.26.13.ebuild b/app-editors/okteta/okteta-0.26.13.ebuild index 4d7c709b3373..6a2d27d2f802 100644 --- a/app-editors/okteta/okteta-0.26.13.ebuild +++ b/app-editors/okteta/okteta-0.26.13.ebuild @@ -53,6 +53,8 @@ DEPEND=" " RDEPEND="${DEPEND}" +PATCHES=( "${FILESDIR}/${P}-doctools-optional.patch" ) # downstream + src_configure() { local mycmakeargs=( -DOMIT_EXAMPLES=ON -- cgit v1.2.3