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 2129215800A for ; Fri, 18 Aug 2023 09:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C80B92BC03B; Fri, 18 Aug 2023 09:45:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A709D2BC03C for ; Fri, 18 Aug 2023 09:45:05 +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 8F82333E830 for ; Fri, 18 Aug 2023 08:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E6BFDB for ; Fri, 18 Aug 2023 08:26:04 +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: <1692347146.de049511b2e2d0e7439fede2d6de7520edc43d06.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwallet/Manifest kde-frameworks/kwallet/kwallet-5.109.0.ebuild X-VCS-Directories: kde-frameworks/kwallet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: de049511b2e2d0e7439fede2d6de7520edc43d06 X-VCS-Branch: master Date: Fri, 18 Aug 2023 08:26:04 +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: d1acde71-ea31-47e1-a5f9-b55549d854ad X-Archives-Hash: 0f0febafe717458a980eaf0839dc346a commit: de049511b2e2d0e7439fede2d6de7520edc43d06 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 16 08:54:43 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 18 08:25:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de049511 kde-frameworks/kwallet: 5.109.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwallet/Manifest | 1 + kde-frameworks/kwallet/kwallet-5.109.0.ebuild | 52 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index 8cfec365529b..74c9617eb72f 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1 +1,2 @@ DIST kwallet-5.108.0.tar.xz 349548 BLAKE2B 67312e5887f897a9664308bd89c15871a9ef56df1196b59633a3c691764c111e657e403c9e5e0b9cab1c6b070c137095d0552f391bee7fca150cb3cc6274dd71 SHA512 ba129b8f20d1fc853075735127394629daafefd9c1c42d0a657a82ffc1634bcfa36ceddea98ac1e21fda1a4db842ae9e681cc87153571fedb3a596638d62fed7 +DIST kwallet-5.109.0.tar.xz 349624 BLAKE2B 23500a7cec6df5a0a2240fdbdfb4a54859569dc9e00b3c8bbc493f03edd55aab6afb78377511737349df9233e0badc2235ecebf1feca7f2f46591749b848e936 SHA512 6e986eba26c5a8f783bcd1b6fb6395c20039d16c19cf81a2f568c8c9eb20c18e17aeb28f5435a89d325a46b17faf8063814c591a17d31bf5538acb4103b7e577 diff --git a/kde-frameworks/kwallet/kwallet-5.109.0.ebuild b/kde-frameworks/kwallet/kwallet-5.109.0.ebuild new file mode 100644 index 000000000000..3089f22bf4c6 --- /dev/null +++ b/kde-frameworks/kwallet/kwallet-5.109.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org optfeature + +DESCRIPTION="Framework providing desktop-wide storage for passwords" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv" +IUSE="gpg +man" + +DEPEND=" + >=app-crypt/qca-2.3.1:2[qt5(+)] + dev-libs/libgcrypt:0= + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kconfigwidgets-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kdbusaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X] + gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] ) +" +RDEPEND="${DEPEND}" +BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package gpg Gpgmepp) + $(cmake_use_find_package man KF5DocTools) + ) + + ecm_src_configure +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "Auto-unlocking after account login" kde-plasma/kwallet-pam + optfeature "KWallet management" kde-apps/kwalletmanager:5 + elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" + fi + ecm_pkg_postinst +}