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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28509158018 for ; Fri, 1 Oct 2021 06:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F55AE08BD; Fri, 1 Oct 2021 06:44:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F23DEE08BD for ; Fri, 1 Oct 2021 06:44:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5706342C92 for ; Fri, 1 Oct 2021 06:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB22116 for ; Fri, 1 Oct 2021 06:44:22 +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: <1633070625.98d3c9c745aaa8e835c6e737dba8b1c245cda63a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/oxygen/Manifest kde-plasma/oxygen/oxygen-5.22.90.ebuild X-VCS-Directories: kde-plasma/oxygen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 98d3c9c745aaa8e835c6e737dba8b1c245cda63a X-VCS-Branch: master Date: Fri, 1 Oct 2021 06:44:22 +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: 017df2f3-3533-451f-8a3a-338d98666af5 X-Archives-Hash: 300c70eb6c12697702489a5101db483f commit: 98d3c9c745aaa8e835c6e737dba8b1c245cda63a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 1 06:28:08 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 1 06:43:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d3c9c7 kde-plasma/oxygen: 5.22.90 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/oxygen/Manifest | 1 + kde-plasma/oxygen/oxygen-5.22.90.ebuild | 54 +++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest index 93407477be9..a889c88fc2e 100644 --- a/kde-plasma/oxygen/Manifest +++ b/kde-plasma/oxygen/Manifest @@ -1 +1,2 @@ DIST oxygen-5.22.5.tar.xz 4471020 BLAKE2B 3462d89fc6d151d9a746290374c174066eed0e95404b8a6fd4c1810b185ed3d74ef78e76c583750dafb2d29cc7fcb9ddfd6415db061fcad6040984e0145fd1f5 SHA512 5002d0260a5bf93ac98d9262330f4db8484c0a6ecbd217783321bf916ef4a8f27e5c94d301e6da95cf8f276ab210e14765439f8ff6be44220e8f526d7bb24fe1 +DIST oxygen-5.22.90.tar.xz 4610464 BLAKE2B 6e60c6aed59401f5e63b0129d7a346d51764c29b8826775fe7e3fc1ea9ad4d4c55fd014a9f6abad9828dd233b3d9bc51085eb32dbaebbcf84487085e1b445b2f SHA512 81c1e71ed820e2998d546d108e62d269d61f542e2fa5cced839721723ae222e219797ad26622a9b84493100b898078e910e5b5c6bcae03f48c41ae9be170729d diff --git a/kde-plasma/oxygen/oxygen-5.22.90.ebuild b/kde-plasma/oxygen/oxygen-5.22.90.ebuild new file mode 100644 index 00000000000..3123e9e382a --- /dev/null +++ b/kde-plasma/oxygen/oxygen-5.22.90.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.86.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Oxygen visual style for the Plasma desktop" +HOMEPAGE="https://invent.kde.org/plasma/oxygen" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="wayland" + +COMMON_DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + >=kde-frameworks/frameworkintegration-${KFMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-plasma/kdecoration-${PVCUT}:5 + x11-libs/libxcb + wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 ) +" +DEPEND="${COMMON_DEPEND} + >=kde-frameworks/kservice-${KFMIN}:5 +" +RDEPEND="${COMMON_DEPEND} + !