diff options
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-16.12.2.ebuild | 47 |
2 files changed, 48 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index 79846ae05ff1..16879874e461 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1 +1,2 @@ DIST grantlee-editor-16.12.1.tar.xz 45440 SHA256 01fed5a83d6e9ece0591172dd5ac48b9522e9c4d749b03c3c8484d3b246b5322 SHA512 d4741727a76529eb738456c955f5017247f3bbd74999c77aa019c3e6966ac1124ee91af9c87549972d7dbeed17bea358bb615c85c09173952c918f73db9cc342 WHIRLPOOL 492a851753774a1353c1da0569965ce1b7af0dfbd25ad957f9e2b132fe46ca61a77ec70cc2f820e8f7c3a9294b9e4be690466095d4327377bcb9fcdce72c09d3 +DIST grantlee-editor-16.12.2.tar.xz 45412 SHA256 e92e107e76527f9dbe505da978d9ebf612db77c59c343ac77ed661cdf771219b SHA512 086074a3f639957bbba2f72e0783d26b0dafdad19280b9d13e4ee6d1a8bbfdb2e91d1c7aef50210e10d48826e38fca3593bebd3b1b13e6fb1509c72947a55dc8 WHIRLPOOL b84de4556ac42fc2f4455b72fe553794c9e614d17f01727ac7d34eaf3545632469164e599159189df02f9761c28a422f788b702fb06383f04c1db5e027be2b98 diff --git a/kde-apps/grantlee-editor/grantlee-editor-16.12.2.ebuild b/kde-apps/grantlee-editor/grantlee-editor-16.12.2.ebuild new file mode 100644 index 000000000000..9dfa3751ebbb --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-16.12.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 kblog) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(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:5 + !kde-apps/kdepim-common-libs:4 + !kde-apps/kmail:4 +" |