summaryrefslogtreecommitdiff
path: root/kde-misc/plasma-pass/plasma-pass-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/plasma-pass/plasma-pass-9999.ebuild')
-rw-r--r--kde-misc/plasma-pass/plasma-pass-9999.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild
new file mode 100644
index 00000000000..dccfd6abcf3
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://cgit.kde.org/scratch/dvratil/plasma-pass.git"
+EGIT_REPO_URI="https://anongit.kde.org/scratch/dvratil/plasma-pass.git"
+LICENSE="LGPL-2.1+"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep plasma)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}
+ app-admin/pass
+"