kde-plasma/plasma-vault: New package

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Andreas Sturmlechner
2017-07-01 22:46:49 +02:00
parent cd56b669fd
commit af51398fe2
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST plasma-vault-5.9.96.tar.xz 75152 SHA256 1f1868c42df15e1584bb29efc51b1e533f95f1f8374021a7a12d4945d9b1bc00 SHA512 158196378a8171c1edf7cfb310687f10430957a66436370a3dc468758fb483dc5be6906a02fd161e0ecc56f94e8de9fbd833aa30850148d93d165c15b3a36699 WHIRLPOOL 79f07248eebafcdc9689fadb0c19537a80981c74b3fb7c2ddf70ed4ca5181bae6f326703084c12ddaa33daca50d0090f8e03ffc52f3a039250d27fe5034fda08

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit kde5
DESCRIPTION="Plasma applet and services for creating encrypted vaults"
HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/"
if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
fi
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86"
IUSE=""
# TODO: CryFS not yet packaged
DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep plasma)
$(add_frameworks_dep kwidgetsaddons)
$(add_plasma_dep libksysguard)
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}
sys-fs/encfs
"