diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 19:27:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 19:27:47 +0100 |
commit | c6320bb13dc48f0969cc893f4406c7b892b819c3 (patch) | |
tree | a01a01e4f3df86e3ea7d5a862ff5d0e8fc1d7f95 /kde-plasma/kwallet-pam | |
parent | net-misc/dhcpcd: Remove more unstable versions (diff) | |
download | gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.gz gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.bz2 gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.zip |
kde-plasma: Add KDE Plasma 5.12.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/kwallet-pam')
-rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.12.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index d02db1dfec97..40bbe7982a0f 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1 +1,2 @@ DIST kwallet-pam-5.11.5.tar.xz 19060 BLAKE2B 814199f67c9026ca420c66d0dbe48ef9f1cab2d30bf3784cb3441af56ceec9ab3841dcf41021bbc5d42edffc0fc0849b714c1f279065c974bba794924fc0879c SHA512 1602ef0eeec86c653c2a99c1c514133367e7dee07d11ffbe0533066d895c71e3b7dd90187cb353446b717738600143cd09de1a5baffad5113152fd616bef90ee +DIST kwallet-pam-5.12.0.tar.xz 18596 BLAKE2B 65aae9ad00f717b0c679c16a7543391f28f6112b90a24833050564df256ee8930335f3ebf5fc04e0cc6532fb25db6bbb4bc4655857032fa50d4a4c8c5089d925 SHA512 54d3c08b8872b27a03ba9a4da4939e1722dcfa3ad440324f6ea103d95f82762a8e3073f91e1373a0916fb60cde242afecab5855b3a5627bd1aa6698899887fff diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.12.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.12.0.ebuild new file mode 100644 index 000000000000..8c9a7437fc09 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.12.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KWallet PAM module to not enter password again" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + dev-libs/libgcrypt:0= + virtual/pam +" +RDEPEND="${DEPEND} + net-misc/socat +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" + -DKWALLET4=0 + ) + kde5_src_configure +} + +pkg_postinst() { + kde5_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" +} |