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 09C57158089 for ; Tue, 24 Oct 2023 22:37:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FD532BC022; Tue, 24 Oct 2023 22:37:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 18BFA2BC022 for ; Tue, 24 Oct 2023 22:37:43 +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 5CD38335CDF for ; Tue, 24 Oct 2023 22:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90D0812C4 for ; Tue, 24 Oct 2023 22:37:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698186958.a602cf99bd9344e64221922d53c100f43e0c89f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-integration/Manifest kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild X-VCS-Directories: kde-plasma/plasma-integration/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a602cf99bd9344e64221922d53c100f43e0c89f3 X-VCS-Branch: master Date: Tue, 24 Oct 2023 22:37:39 +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: 04339e39-c01b-4299-93c5-526033e34e2b X-Archives-Hash: 477ff9482d273fee4e4fcbc983adfa30 commit: a602cf99bd9344e64221922d53c100f43e0c89f3 Author: Sam James gentoo org> AuthorDate: Tue Oct 24 22:14:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 24 22:35:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a602cf99 kde-plasma/plasma-integration: 5.27.9 version bump Signed-off-by: Sam James gentoo.org> kde-plasma/plasma-integration/Manifest | 1 + .../plasma-integration-5.27.9.ebuild | 52 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 086d97c7794c..0fa1952aeb65 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1 +1,2 @@ DIST plasma-integration-5.27.8.tar.xz 89908 BLAKE2B 2c7c5f357d4df0617bf7717363569d737cb298293453ceb335b3fdc2fe81fd33cb603d8f87adbfa3a5c5eb6229f3c0cb1b017f752f64e684858af852302a78a5 SHA512 a0405c6bac7606421892bef65b010a9113b02add115cf654d84a7903d2930eb0ee9da4af18d0ef6e4a7f4c09b1594eed4a8ea552a17ce38dd7c86f98c556b543 +DIST plasma-integration-5.27.9.tar.xz 89796 BLAKE2B 081c36fe46bf60b50a7691bd87c40ba1c85fd5fa7adc1918da6ea0d4327ed51f29771525acd33bc2688c10fab5c766a5edc81af528fedb4a35b760ee1d0f5dea SHA512 d1f028962eb421896a6db885e126b8fd2b21f61c84018404c428f0fd9beb78e37af45ee4099ac11f4ce0df199de7820e3f6683a7e1c34e1a6d79c55a8d9a3625 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild new file mode 100644 index 000000000000..948e0e94a4e1 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.27.9.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.9 +inherit ecm plasma.kde.org + +DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +# requires running kde environment +RESTRICT="test" + +COMMON_DEPEND=" + dev-libs/wayland + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5=[dbus] + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-plasma/breeze-${PVCUT}:5 + x11-libs/libXcursor + x11-libs/libxcb +" +DEPEND="${COMMON_DEPEND} + >=dev-libs/plasma-wayland-protocols-1.6.0 +" +RDEPEND="${COMMON_DEPEND} + media-fonts/hack + media-fonts/noto +" +BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"