From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id D410C1581B9 for ; Thu, 18 Sep 2025 18:56:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BD08D3420C8 for ; Thu, 18 Sep 2025 18:56:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6395311057B; Thu, 18 Sep 2025 18:55:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5B13811057B for ; Thu, 18 Sep 2025 18:55:49 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12E67342075 for ; Thu, 18 Sep 2025 18:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7237E39F7 for ; Thu, 18 Sep 2025 18:55:46 +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: <1758221683.b810db99dc91c95953c471994015184594584bfd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-6.4.90.ebuild X-VCS-Directories: kde-plasma/plasma-vault/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b810db99dc91c95953c471994015184594584bfd X-VCS-Branch: master Date: Thu, 18 Sep 2025 18:55:46 +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: ffb44777-70c3-4309-b936-aa5a990b502e X-Archives-Hash: 6aaf88f5205f5c9af29c49148b5c56a2 commit: b810db99dc91c95953c471994015184594584bfd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 18 18:45:32 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 18 18:54:43 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b810db99 kde-plasma/plasma-vault: 6.4.90 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-vault/plasma-vault-6.4.90.ebuild | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/kde-plasma/plasma-vault/plasma-vault-6.4.90.ebuild b/kde-plasma/plasma-vault/plasma-vault-6.4.90.ebuild new file mode 100644 index 0000000000..cf9bac78ad --- /dev/null +++ b/kde-plasma/plasma-vault/plasma-vault-6.4.90.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.18.0 +QTMIN=6.9.1 +inherit ecm flag-o-matic plasma.kde.org xdg + +DESCRIPTION="Plasma applet and services for creating encrypted vaults" +HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/" + +LICENSE="LGPL-3" +SLOT="6" +KEYWORDS="~amd64" +IUSE="networkmanager" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-plasma/libksysguard-${KDE_CATV}:6 + >=kde-plasma/libplasma-${KDE_CATV}:6 + >=kde-plasma/plasma-activities-${KDE_CATV}:6 + networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 ) +" +RDEPEND="${DEPEND} + || ( + >=app-crypt/gocryptfs-1.8 + >=sys-fs/cryfs-0.9.9 + >=sys-fs/encfs-1.9.2 + ) +" + +src_configure() { + # ODR violations (bug #909446, kde#471836) + filter-lto + + local mycmakeargs=( + $(cmake_use_find_package networkmanager KF6NetworkManagerQt) + ) + + ecm_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + + local has_deprecated_backend + dropping_backend() { + if has_version ${2}; then + elog "${CATEGORY}/${PN} will drop support for ${1} in the future." + elog "Migrate away from any ${2} vaults before that happens." + elog + has_deprecated_backend=1 + fi + } + + dropping_backend CryFS sys-fs/cryfs + dropping_backend EncFS sys-fs/encfs + + if [[ has_deprecated_backend ]]; then + elog "The only supported backend going forward will be app-crypt/gocryptfs." + elog + elog "See also:" + elog "https://invent.kde.org/plasma/plasma-vault/-/merge_requests/57" + elog "https://invent.kde.org/plasma/plasma-vault/-/merge_requests/62" + fi +}