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 C9160158094 for ; Tue, 11 Oct 2022 12:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69CC9E094A; Tue, 11 Oct 2022 12:40:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 524AFE094A for ; Tue, 11 Oct 2022 12:40:47 +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 9EA09341193 for ; Tue, 11 Oct 2022 12:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA41629 for ; Tue, 11 Oct 2022 12:40:43 +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: <1665492025.23c1c40c5c4745818e09023706ba0eeec00b27be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/sddm-kcm/Manifest kde-plasma/sddm-kcm/sddm-kcm-5.26.0.ebuild X-VCS-Directories: kde-plasma/sddm-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 23c1c40c5c4745818e09023706ba0eeec00b27be X-VCS-Branch: master Date: Tue, 11 Oct 2022 12:40:43 +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: 8e98cd44-f22c-40bf-a6b3-eb2c89198a86 X-Archives-Hash: 7aa2335d1c889957bf044dd82d40411c commit: 23c1c40c5c4745818e09023706ba0eeec00b27be Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 8 18:16:21 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 11 12:40:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c1c40c kde-plasma/sddm-kcm: add 5.26.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/sddm-kcm/Manifest | 1 + kde-plasma/sddm-kcm/sddm-kcm-5.26.0.ebuild | 44 ++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest index 1dabca26b243..2e043166d5ae 100644 --- a/kde-plasma/sddm-kcm/Manifest +++ b/kde-plasma/sddm-kcm/Manifest @@ -1 +1,2 @@ DIST sddm-kcm-5.25.5.tar.xz 83376 BLAKE2B e612df395635f42fb801d65aef2cfeb66ebd0d19bfb19d75485145166dbe2990fbce4eb155fd467741a45e76c79baefc2df18dd7e102f7b54b6c417f1b2ff1ae SHA512 84d8eafab6dee3fa384ec8272cebeb1684ae6431f5b42d89cf23ca23ea1e0c8054b311d207fb8781bf6350ec6c5713ab591e59b50747f3fad7cddbc24f854d22 +DIST sddm-kcm-5.26.0.tar.xz 82860 BLAKE2B abc4ca51848ae9c7ae38bf8e18aa597d7166b095f6f21d066f385da1b525ff4f3f5a3c6b4dc9e74aa9a5f91dcf6b4bd59805e531f384013b5511661bec01b6b3 SHA512 6b85d951727f9215d0eceb5222dede6d87a104bacdbaf34347cecdad206563620b346e816ae4f710bfd358e7e29570c6a3ad1c15329d51121b94f2d1fe32cac3 diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.26.0.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.26.0.ebuild new file mode 100644 index 000000000000..5573b091342f --- /dev/null +++ b/kde-plasma/sddm-kcm/sddm-kcm-5.26.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.99.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.5 +inherit ecm plasma.kde.org + +DESCRIPTION="KDE Plasma control module for SDDM" +HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kauth-${KFMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + >=kde-plasma/kde-cli-tools-${PVCUT}:5 + x11-misc/sddm +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" + +DOCS=( CONTRIBUTORS )