diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-18 15:55:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-18 19:21:38 +0100 |
commit | 490c50511b9dea29861125ea5332bb915f26e5c2 (patch) | |
tree | 4e7cbd8023edf32707cbd2ea587acdeafa3ac922 /kde-misc/plasma-pass | |
parent | net-dns/bind: Revbump for MySQL dependency change (diff) | |
download | gentoo-490c50511b9dea29861125ea5332bb915f26e5c2.tar.gz gentoo-490c50511b9dea29861125ea5332bb915f26e5c2.tar.bz2 gentoo-490c50511b9dea29861125ea5332bb915f26e5c2.zip |
kde-misc/plasma-pass: New package
Closes: https://bugs.gentoo.org/654656
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/plasma-pass')
-rw-r--r-- | kde-misc/plasma-pass/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/plasma-pass/metadata.xml | 8 | ||||
-rw-r--r-- | kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild | 31 |
3 files changed, 40 insertions, 0 deletions
diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest new file mode 100644 index 000000000000..6144986b6e14 --- /dev/null +++ b/kde-misc/plasma-pass/Manifest @@ -0,0 +1 @@ +DIST plasma-pass-1.0.0.tar.xz 26496 BLAKE2B 290e5f326be3bb7d8a2771dd9481da2721a9a7151d64e9bb4a5b5db3d9d8d03dc5202d4c7ee6def32c7c5a7c01eb602cec62c65bfef4a353db46e733281fb5ca SHA512 b67f3e8e18260564873000aa0b07f24dd95334882f3b81685dc1da59c06315b48112c26aed040f625e7240e3776ed29ec927ee79c81458ed01bb8a98cccbfa44 diff --git a/kde-misc/plasma-pass/metadata.xml b/kde-misc/plasma-pass/metadata.xml new file mode 100644 index 000000000000..2fdbf33d963d --- /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-1.0.0.ebuild b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild new file mode 100644 index 000000000000..d1ea19ba7f7f --- /dev/null +++ b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Plasma applet to access password from pass" +HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://cgit.kde.org/plasma-pass.git/" + +if [[ ${KDE_BUILD_TYPE} != live ]] ; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +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} + $(add_frameworks_dep kirigami) +" |