summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-14 10:23:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-14 14:43:06 +0200
commitce5e96b53458ffef9f4de2d6df235c9521dbd79e (patch)
treef2629fc38a066a27915d3ff3ca59648b5e47ab54 /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: 5.25.0 version bump (diff)
downloadgentoo-ce5e96b53458ffef9f4de2d6df235c9521dbd79e.tar.gz
gentoo-ce5e96b53458ffef9f4de2d6df235c9521dbd79e.tar.bz2
gentoo-ce5e96b53458ffef9f4de2d6df235c9521dbd79e.zip
kde-plasma/kwallet-pam: 5.25.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwallet-pam')
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index c4d311ef3c35..dbb18b094fe8 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1 +1,2 @@
DIST kwallet-pam-5.24.5.tar.xz 20480 BLAKE2B 10597c6fd3905ace5a64a28585b051cee0325a63b184b171a3b8a066bc3cd8891be7fbcfccd054acc6627bbee282c1ae5553f65d902e754a9cd51bd2d38fa1c2 SHA512 9ce9862b5cc6525b183911cd9d96edeae585cd0d54055fc38a7f2f41febfeb388d31b4aa18f1c36a7068898457af53f560e22a2f5a8a4a015910d56fa70aa740
+DIST kwallet-pam-5.25.0.tar.xz 20476 BLAKE2B 8508c7c0e1cf084e16758eff5eb2da0c7dd9006882675b0e7303196042d01a24dfd456270707e63f93c4797ccc3e1db7d1eba816c0d6a4b6fcc4de2a4ab786e5 SHA512 9d4690a78cc6d17ba2baf56164c0761d6b6038d3c19628e8104503df36d6d513ffc26b79c1771d6749d16d934b7d0bf31ab9d54c2ac41d41e6d279048cbccbef
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild
new file mode 100644
index 000000000000..668e83ba641d
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.94.0
+PVCUT=$(ver_cut 1-3)
+inherit ecm kde.org
+
+DESCRIPTION="PAM module to not enter KWallet password again after login"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/libgcrypt:0=
+ >=kde-frameworks/kwallet-${KFMIN}:5
+ sys-libs/pam
+"
+RDEPEND="${DEPEND}
+ net-misc/socat
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+ elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
+ elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
+}