summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-01 22:46:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-01 22:47:22 +0200
commitaf51398fe23e732786dc8564a69d4d318bf8bd69 (patch)
treee22042fc8d4390dc5cbee32d9339bf1568476b47 /kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild
parentapp-crypt/libscrypt: version bump (diff)
downloadgentoo-af51398fe23e732786dc8564a69d4d318bf8bd69.tar.gz
gentoo-af51398fe23e732786dc8564a69d4d318bf8bd69.tar.bz2
gentoo-af51398fe23e732786dc8564a69d4d318bf8bd69.zip
kde-plasma/plasma-vault: New package
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild')
-rw-r--r--kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild
new file mode 100644
index 000000000000..cd600daafdb2
--- /dev/null
+++ b/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild
@@ -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
+"