diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 10:53:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 14:03:48 +0200 |
commit | 44068399ad98520a66cafb092af777af8d77a11e (patch) | |
tree | 41ec18453e7fe581c9f6020280baaa81ae0a167d /kde-apps/grantlee-editor | |
parent | kde-frameworks: Add KDE Frameworks 5.50.0 (diff) | |
download | gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.gz gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.bz2 gentoo-44068399ad98520a66cafb092af777af8d77a11e.zip |
kde-apps: Add KDE Applications 18.08.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r-- | kde-apps/grantlee-editor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/grantlee-editor/grantlee-editor-18.08.1.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index 7f3436a0a877..a222755ea3e6 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1 +1,2 @@ DIST grantlee-editor-18.04.3.tar.xz 111032 BLAKE2B ac0c177c5f2038d941e172e84155ae4de33183a13a5e522b6ff39eaa402ac41e80fa53cbe2c56351943568fcd33ac2de7eefa59489c68f3ca4663cbe7dad425b SHA512 6eb55fe1632dbee7fd2d632642460a8c6471d801e877be241a519fb1f103154844a01949b0e5db0b833351c6fb496e3dd34998acf1634817c1319b173be15acb +DIST grantlee-editor-18.08.1.tar.xz 111508 BLAKE2B 215e90d2a512403568e21ae6bdac128daac23405eef4960eedeb0ba6674e34c2f1afcecf165dc4d8deeeb49ef6f57b5d8dfd8f660fd719fc005412a27ed8d40c SHA512 78fb17ef357a8ba1c6b1da0e7093bc5c17e3662aae38042add9f01de0d2ddcbcca8b1c796d70c05de8dbdc7293da8fcb58a23a6904c90560b4b7fe61370975e5 diff --git a/kde-apps/grantlee-editor/grantlee-editor-18.08.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-18.08.1.ebuild new file mode 100644 index 000000000000..53bf85082a4f --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-18.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(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 kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kaddressbook:4 + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" |