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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16F5B15812D for ; Wed, 01 Jan 2025 21:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 581CCE0794; Wed, 01 Jan 2025 21:05:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C519E0794 for ; Wed, 01 Jan 2025 21:05:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31BF1335D77 for ; Wed, 01 Jan 2025 21:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40244194F for ; Wed, 01 Jan 2025 21:05:24 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1735765445.73d8fa07a7c3a88297ad05c1deb5e731fd191233.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-sdk/Manifest kde-plasma/plasma-sdk/plasma-sdk-6.2.5.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 73d8fa07a7c3a88297ad05c1deb5e731fd191233 X-VCS-Branch: master Date: Wed, 01 Jan 2025 21:05:24 +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: 11042bc3-ec87-4253-ba38-4fd775f6d2f4 X-Archives-Hash: e69ad7c42a1d483dad4d2395640a3439 commit: 73d8fa07a7c3a88297ad05c1deb5e731fd191233 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 1 19:31:31 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 21:04:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d8fa07 kde-plasma/plasma-sdk: 6.2.5 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-sdk/Manifest | 1 + kde-plasma/plasma-sdk/plasma-sdk-6.2.5.ebuild | 50 +++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index 7db370f4a22b..51817b574380 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1 +1,2 @@ DIST plasma-sdk-6.2.4.tar.xz 349244 BLAKE2B 165db60b04f4184243c92606b4b274166d3d705b38ed4dffc7450b3f8fc04f2610ad829cd31658bf000a8f5e0b61528b9356565435e7576a5dac5f2bee0fe1dd SHA512 2d41ace77e63a67f1dea87f44bc2d8183871539f78acca36959e1c58f066bb6c0a11c6984385869973652dde11b5f9dba443a1f08890bf18163df1265982ab99 +DIST plasma-sdk-6.2.5.tar.xz 349404 BLAKE2B 1b252e91ab354033697be37bd3b307e8ebcb00de0984a1f001a6441a9a62943a4676d3ca367555381e3f9bfdcdfc110c5b8fe70527eb159da3301f6d7e8d1564 SHA512 04028f39f58cfbac3a0695d48f8d40d263b691d04ccf6700d5b56ba765543a1301ef419a872d5f8157324aae4a8ff863ad2e288221146c6a2e1e30d5cac71b45 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.2.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.2.5.ebuild new file mode 100644 index 000000000000..8d44bc9827e6 --- /dev/null +++ b/kde-plasma/plasma-sdk/plasma-sdk-6.2.5.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +ECM_TEST="true" +KFMIN=6.6.0 +QTMIN=6.7.2 +inherit ecm plasma.kde.org + +DESCRIPTION="Useful applications for Plasma development" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 + >=kde-frameworks/kpackage-${KFMIN}:6 + >=kde-frameworks/ksvg-${KFMIN}:6 + >=kde-frameworks/ktexteditor-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-plasma/libplasma-${KDE_CATV}:6 + >=kde-plasma/plasma5support-${KDE_CATV}:6 +" +RDEPEND="${DEPEND} + >=dev-qt/qt5compat-${QTMIN}:6[qml] + >=kde-frameworks/kirigami-${KFMIN}:6 +" + +src_prepare() { + # bug 945980 + sed -e "s/^ *kdoctools_create_manpage.*(.*)/#& # disabled by USE !handbook/" \ + -i {engineexplorer,kqml,plasmoidviewer}/CMakeLists.txt || die + + ecm_src_prepare +}