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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68369159251 for ; Sat, 29 Jun 2024 18:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8057E2BC04D; Sat, 29 Jun 2024 18:08:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B27D2BC04D for ; Sat, 29 Jun 2024 18:08:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2972833DD21 for ; Sat, 29 Jun 2024 18:08:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB431D0C for ; Sat, 29 Jun 2024 18:08: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: <1719684347.afb8e6cc17bda22c3ed8a46c48115d64c3c4bd57.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kshutdown/Manifest kde-misc/kshutdown/kshutdown-5.92.ebuild X-VCS-Directories: kde-misc/kshutdown/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: afb8e6cc17bda22c3ed8a46c48115d64c3c4bd57 X-VCS-Branch: master Date: Sat, 29 Jun 2024 18:08: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: 7e1d4444-1fa3-4f5d-b1ee-bd4cfc1ed0ed X-Archives-Hash: d0a1bf9a9ef5ff5b52f93bb5c7bd9f7c commit: afb8e6cc17bda22c3ed8a46c48115d64c3c4bd57 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 29 18:05:47 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 29 18:05:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb8e6cc kde-misc/kshutdown: add 5.92 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kshutdown/Manifest | 1 + kde-misc/kshutdown/kshutdown-5.92.ebuild | 55 ++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest index f21e46992bec..4d4f7510ad99 100644 --- a/kde-misc/kshutdown/Manifest +++ b/kde-misc/kshutdown/Manifest @@ -1 +1,2 @@ DIST kshutdown-source-5.2.zip 445025 BLAKE2B 161a637ded6fa7ddc11daab5bfa20efe51bee0407339e178668c584cc690dd419bfb1e7e134cbc9ec3274a394d47496423f8b3b561cdd8083470daa4e8d24511 SHA512 ac46164da88815604007e637663c42430212b37231d6116fd31b947b24d2bd69aff0d79fcab570425960420d77168de184ccda99dd685bec96bb353cb578ee04 +DIST kshutdown-source-5.92-beta.zip 529301 BLAKE2B 6c0edb821c8d6c1f63fd2baa4d9ce5f1168b742ab8fb0bc0bcb7fa14f1613ef83c5c3c06dd59f9b9b436826980e5fa6a13a0088002379a82b0eb07a82e1a6771 SHA512 0958ea112b44b7eb837aad6a5f17e9a86455b285d4ae02c53e5a60057f23d3c253f71f02a03fbabd22bb8ff101eea45f00b27f98c8e63c1cc312e09e0f262203 diff --git a/kde-misc/kshutdown/kshutdown-5.92.ebuild b/kde-misc/kshutdown/kshutdown-5.92.ebuild new file mode 100644 index 000000000000..7ffb9b0f3841 --- /dev/null +++ b/kde-misc/kshutdown/kshutdown-5.92.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Shutdown manager for desktop environments like KDE Plasma" +HOMEPAGE="https://kshutdown.sourceforge.io" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}-source-${PV}-beta.zip" +S="${WORKDIR}/${P}-beta" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +IUSE="+kde" + +DEPEND=" + dev-qt/qtbase:6[dbus,gui,widgets] + kde? ( + kde-frameworks/kconfig:6 + kde-frameworks/kconfigwidgets:6 + kde-frameworks/kcoreaddons:6 + kde-frameworks/kcrash:6 + kde-frameworks/kdbusaddons:6 + kde-frameworks/kglobalaccel:6 + kde-frameworks/ki18n:6 + kde-frameworks/kidletime:6 + kde-frameworks/knotifications:6 + kde-frameworks/knotifyconfig:6 + kde-frameworks/kstatusnotifieritem:6 + kde-frameworks/kwidgetsaddons:6 + kde-frameworks/kxmlgui:6 + ) +" +RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5 + || ( + kde-frameworks/breeze-icons:* + kde-frameworks/oxygen-icons:* + ) +" +BDEPEND=" + app-arch/unzip + sys-devel/gettext + kde? ( kde-frameworks/extra-cmake-modules:0 ) +" + +src_configure() { + local mycmakeargs=( + -DKS_PURE_QT=$(usex !kde) + ) + + cmake_src_configure +}