diff options
| author | Johannes Huber <johu@gentoo.org> | 2018-05-20 23:05:02 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2018-05-20 23:05:02 +0200 |
| commit | da48c8a9d935d98c9c0f72fce730671f483e04ac (patch) | |
| tree | b2d82324d273f8e4a133bcf0d06cbdb999c1ef89 /kde-misc/plasma-pass | |
| parent | 49d17e7216b5776d7670bb5dcea3e7a136da4524 (diff) | |
| download | kde-da48c8a9d935d98c9c0f72fce730671f483e04ac.tar.gz kde-da48c8a9d935d98c9c0f72fce730671f483e04ac.tar.bz2 kde-da48c8a9d935d98c9c0f72fce730671f483e04ac.zip | |
kde-misc/plasma-pass: New package
Bug: https://bugs.gentoo.org/654656
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'kde-misc/plasma-pass')
| -rw-r--r-- | kde-misc/plasma-pass/metadata.xml | 8 | ||||
| -rw-r--r-- | kde-misc/plasma-pass/plasma-pass-9999.ebuild | 26 |
2 files changed, 34 insertions, 0 deletions
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 @@ +<?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> 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 +" |
