mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kwallet: 6.28.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kwallet-6.27.0.tar.xz 381384 BLAKE2B 7b5f44e65a4074a57e847265d0b8694ea019715338987a858b988b706109c6184fde528b175fe5012abdb8b885485f8969e010557c042c245951dfcc25393a4e SHA512 5f422280e8ba36a89a0754189f4c8074c13f2cc9b028b03cc4eb72ac93d56ff5c84dfbeb35c9213eee537e4c3576a1e042cbba4da77ce9004a99ed495877013b
|
||||
DIST kwallet-6.28.0.tar.xz 381928 BLAKE2B 45296210b4e117fcd5f20841343fea35ff1b87f541dbf2f3b9dcf515d21e0cdcd79209b319d1555012e07fc0ae2dd7b0b7b92de22c560e9e17397b0ced46a6d5 SHA512 858ebebb4c9392dd95fc025a28ed6bb2aef823f6457f97b7bb268f0775c6687610b7d181f478f25ba129bc902621f93129e58391d1f69a72d25694cbb17daf86
|
||||
|
||||
29
kde-frameworks/kwallet/kwallet-6.28.0.ebuild
Normal file
29
kde-frameworks/kwallet/kwallet-6.28.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QTMIN=6.10.1
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Interface to KWallet Framework providing desktop-wide storage for passwords"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="minimal"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
||||
=kde-frameworks/kconfig-${KDE_CATV}*:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
PDEPEND="!minimal? ( =kde-frameworks/kwallet-runtime-${KDE_CATV}* )"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_KSECRETD=OFF
|
||||
-DBUILD_KWALLETD=OFF
|
||||
-DBUILD_KWALLET_QUERY=OFF
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user