From da48c8a9d935d98c9c0f72fce730671f483e04ac Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 20 May 2018 23:05:02 +0200 Subject: kde-misc/plasma-pass: New package Bug: https://bugs.gentoo.org/654656 Package-Manager: Portage-2.3.38, Repoman-2.3.9 --- kde-misc/plasma-pass/metadata.xml | 8 ++++++++ kde-misc/plasma-pass/plasma-pass-9999.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 kde-misc/plasma-pass/metadata.xml create mode 100644 kde-misc/plasma-pass/plasma-pass-9999.ebuild (limited to 'kde-misc/plasma-pass') diff --git a/kde-misc/plasma-pass/metadata.xml b/kde-misc/plasma-pass/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/kde-misc/plasma-pass/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + 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 +" -- cgit v1.2.3