summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-13 15:43:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-13 19:43:38 +0200
commit6af86633da3ef027421dadef2fcfdfe277ee7079 (patch)
treee9fcc39bc913c590d828b3b4f4bedc950a84c5d8 /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: 5.27.8 version bump (diff)
downloadgentoo-6af86633da3ef027421dadef2fcfdfe277ee7079.tar.gz
gentoo-6af86633da3ef027421dadef2fcfdfe277ee7079.tar.bz2
gentoo-6af86633da3ef027421dadef2fcfdfe277ee7079.zip
kde-plasma/kwallet-pam: 5.27.8 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.27.8.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 475e05dcd431..90006d221249 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1 +1,2 @@
DIST kwallet-pam-5.27.7.tar.xz 22884 BLAKE2B d45bd76e094771eb71cd0bf462481b7e9fe7128fd76cf7cece76b61ebfc48ee673be7ff9186c2ddaa466bc0792488e77eae26c0d90f4f95fbefe436bd8ce0c09 SHA512 1af8393e4b2e7d8443fb8ca203a24145ca61f7c8eb850500a0106b0cc7a881b67eca0cb7e0acbe41d451b7c588c8213d36feb3402c846373c609f6d240dc08bc
+DIST kwallet-pam-5.27.8.tar.xz 22876 BLAKE2B a9975b4609e309384aaf767ecc9c2819e25c016be3587a57ba6f73773951c2ce32ced420243ea3c63e5aff5652b676e0a28433f4addae820233d3af847396360 SHA512 fd608811783eac6862055e89ef67f3cdb5d4482eb2a27289460052e058e3a28d03b65e10425b766005c51cb83d1e134c5e2f7f797acf6cadbd1362c216d444ee
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.8.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.8.ebuild
new file mode 100644
index 000000000000..cfb8a1b64668
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.27.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+inherit ecm plasma.kde.org
+
+DESCRIPTION="PAM module to not enter KWallet password again after login"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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"
+}