diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 19:57:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 20:43:12 +0100 |
commit | d4fe789db1d07b9069fafd3728f09cfc325800d6 (patch) | |
tree | caf29d096849a0b777c8c3a2383fc0666c6d11eb /kde-plasma/kwallet-pam | |
parent | kde-frameworks/kholidays: Restore accidentally lost ~arm,~arm64 keywords (diff) | |
download | gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.gz gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.bz2 gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.zip |
kde-plasma: Add KDE Plasma 5.12.1
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.1.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 40bbe7982a0f..dbe8102118b7 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,3 @@ 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 +DIST kwallet-pam-5.12.1.tar.xz 18484 BLAKE2B c44033e90be594f858913afbd20bd8254c6dec7b695cdfa79265c2f069e28b3457238f3e4df9a2a3cd37bc6d709d087d3f4bf09239ec37fabda7b1edc44d1bbe SHA512 c5bd45b2dc6d0637610fea48b93ab9bb9068bc96ccd5f41a537b8f41db9f3d35bc5c1edd510885735e2605a93ed166cc7b5f979ffe48e6fc3af26f81cc822d08 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.12.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.12.1.ebuild new file mode 100644 index 000000000000..8c9a7437fc09 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.12.1.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" +} |