summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-03-28 22:46:29 +0200
committerJohannes Huber <johu@gentoo.org>2018-03-28 23:01:25 +0200
commit7b987bb059c77d82ef9b24b535e8a09430b9ac35 (patch)
tree202828e2af1320fe8f4218cb1aea662295840a78 /kde-plasma/plasma-vault
parentmedia-libs/openjpeg: Fix 2.3.0 USE=static-libs compile (diff)
downloadgentoo-7b987bb059c77d82ef9b24b535e8a09430b9ac35.tar.gz
gentoo-7b987bb059c77d82ef9b24b535e8a09430b9ac35.tar.bz2
gentoo-7b987bb059c77d82ef9b24b535e8a09430b9ac35.zip
kde-plasma: Version bump KDE Plasma 5.12.4
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'kde-plasma/plasma-vault')
-rw-r--r--kde-plasma/plasma-vault/Manifest1
-rw-r--r--kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest
index d8e45171c4ee..b1e78b86cece 100644
--- a/kde-plasma/plasma-vault/Manifest
+++ b/kde-plasma/plasma-vault/Manifest
@@ -1,2 +1,3 @@
DIST plasma-vault-5.11.5.tar.xz 97556 BLAKE2B b6a1b8bb4660c8e00ea0dcd098eead4171f44f747f5fd4ce414b35a00e36c9433ea9540b620c713d613e903deb3ef008add1549e163bc4644f0c330392362d17 SHA512 7505afee50f1f0a5340d9a2936ac9534326acf5abe4cf4009efa21584e3fcee54b58311ab850b94e601df85dd446d6ccfffdb18d2839536c6730d3bf7ef96541
DIST plasma-vault-5.12.3.tar.xz 104024 BLAKE2B 324f7d5d037777d2de4d4835fb137f70891aeb407c6dcfbdd02339456ddfe7449f073f27a003bc39af66138040a3ad4c804f23cb708b8ca395da813ff1d31960 SHA512 3754a1aaedb8612b54bf8451165165a9e9da4a3ce6e94c8169770c881fd65cbe898726864cabed847ff8ddf0ad3a82cad4b4ed8da3536b26681ea2e92cdc50d7
+DIST plasma-vault-5.12.4.tar.xz 104848 BLAKE2B 21936cf55a19e059fdd731d53c0415289c4b512f7cc5902a34859419cb558510d6a33935f8fffe30274544acdc812f8f3fbbaf85e0fc98cf152db5207b400cc1 SHA512 50186657fd1338743d46d7591a551fede63011fe3cb7e37273e33013d8ca8a4b4f4d91b73ef91c841bcbbc0d314f3bd316b626cee541318c4e0473113ba55793
diff --git a/kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild
new file mode 100644
index 000000000000..e346ad1f7d2f
--- /dev/null
+++ b/kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 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/"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kactivities)
+ $(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 qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ || ( >=sys-fs/encfs-1.9.2 sys-fs/cryfs )
+"