summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/grantlee-editor
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r--kde-apps/grantlee-editor/Manifest1
-rw-r--r--kde-apps/grantlee-editor/grantlee-editor-17.08.0.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest
index f145a1e08692..4ac69906314e 100644
--- a/kde-apps/grantlee-editor/Manifest
+++ b/kde-apps/grantlee-editor/Manifest
@@ -1 +1,2 @@
DIST grantlee-editor-17.04.3.tar.xz 110896 SHA256 5b4c860be849870bd16f149dcd9fb665e1fb18af0cc97713ceeb09e1583ca952 SHA512 f342ddb6817d63559f74ec6fc017965b8d66f227445f5ff3110dfecc063856b91877a9013e59575b20e80ea8fdbdbdcf6bc0e595698f799cee109a70d579470c WHIRLPOOL 043179d86db68bbd2af5bb73c867209c410ccfaaba1e91f8c5d825fe06090f457d8b436720358ffeeb7b9e13d90f515dc7cc924b7e9331098c6de871193916d7
+DIST grantlee-editor-17.08.0.tar.xz 110572 SHA256 617c82a608175a356acd05895384f9942ac2482b68d1ff46c8885ac7a25c73cf SHA512 1d284a90c3cbbd22921914b7e811cf69cb4d52d6d0fc3de14626f7349a0a8623217c223152cb6485e802f7666f4528f801b9278105e2dc79fbb2ce23f8321fe5 WHIRLPOOL 8de9cdef0ed17643ca20afaa6df48d109a51186c24c88868448fc6eabc3ac841a345202ff1950d2eb6f33d6c04d0c1bbf057a849304250c6bbf7fe60cd1534be
diff --git a/kde-apps/grantlee-editor/grantlee-editor-17.08.0.ebuild b/kde-apps/grantlee-editor/grantlee-editor-17.08.0.ebuild
new file mode 100644
index 000000000000..c5a75bf73309
--- /dev/null
+++ b/kde-apps/grantlee-editor/grantlee-editor-17.08.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 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 kblog)
+ $(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
+"