diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:01:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:19:52 +0200 |
commit | 9575324283ad2babba8b22185b5255376b8c686b (patch) | |
tree | 1d5567c892d13a113f6d6e7ab923fe3a0c37ba13 /kde-apps/kgpg | |
parent | media-gfx/krita: 4.1.4 version bump (diff) | |
download | gentoo-9575324283ad2babba8b22185b5255376b8c686b.tar.gz gentoo-9575324283ad2babba8b22185b5255376b8c686b.tar.bz2 gentoo-9575324283ad2babba8b22185b5255376b8c686b.zip |
kde-apps: Add KDE Applications 18.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kgpg')
-rw-r--r-- | kde-apps/kgpg/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kgpg/kgpg-18.08.2.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest index 37eca6c99378..5db1e26dab17 100644 --- a/kde-apps/kgpg/Manifest +++ b/kde-apps/kgpg/Manifest @@ -1,2 +1,3 @@ DIST kgpg-18.04.3.tar.xz 2822520 BLAKE2B 8ee556bd1ece83cae3b53e8dd2769a3805b7634dc4db9fbe02a51021938c1ff294daeed6d494f40d40c82ff43ea5f2c3d679b2fbbd980b60ebf9daf83f60e50b SHA512 e799244dd28b26cd5738cdc03a07c563eef94a92304d4e045441f9c3104cd37addb240ed2ab1a42b576746b9c02e694111e4a4de8f01da61f95ea940ac69e74c DIST kgpg-18.08.1.tar.xz 2857000 BLAKE2B 98b3390e3990bb061833e8fb87fabf90dd8da89143c59aa256323e1dab429ee925c6ab7bc452cfa00760918c336abed7b59ecfb788ab4fa5db7a3ee4cdf19c83 SHA512 339f64bc9be2a644f0c3b4f901c14c19bbe7891996d7a3ba840d9368260e87d75a3860d6bdc78d0ceb2d966f04223a2350a0d86e46b06f7e4a3e665713bafb5e +DIST kgpg-18.08.2.tar.xz 2857376 BLAKE2B 7c0d250f61a9fcb1299150a1bb3e5ae860b017ea2dfd2fc26f5d7c35b9454ef13e9bfee837eaa506a748a69485b70580fe78ab7b40da95aa9dc61741b281a80c SHA512 5a6c2335d97ed3e4f2d5cce65ec450d7789c31662d1e80d50201a1ef7596791209948bfa4516e2c49e048ebc36dab1316722ba6b0adfa1b3a6a15631da022aca diff --git a/kde-apps/kgpg/kgpg-18.08.2.ebuild b/kde-apps/kgpg/kgpg-18.08.2.ebuild new file mode 100644 index 000000000000..d3d800f21a29 --- /dev/null +++ b/kde-apps/kgpg/kgpg-18.08.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="gpg" +inherit kde5 + +DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE" +HOMEPAGE="https://www.kde.org/applications/utilities/kgpg +https://utils.kde.org/projects/kgpg/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + app-crypt/gpgme +" +RDEPEND="${COMMON_DEPEND} + app-crypt/gnupg +" |