diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:10:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:18:26 +0200 |
commit | a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4 (patch) | |
tree | 4d3ec8ddaa83500e5b7b78a9fdbb5d4fd20540d5 /kde-apps/grantlee-editor | |
parent | kde-frameworks/kdelibs: 4.14.37 version bump (diff) | |
download | gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.gz gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.bz2 gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.zip |
kde-apps: Add KDE Applications 17.08.2
Package-Manager: Portage-2.3.11, Repoman-2.3.3
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-17.08.2.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index e31eba21fbdf..3daa0593f3b7 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1,2 +1,3 @@ DIST grantlee-editor-17.04.3.tar.xz 110896 SHA256 5b4c860be849870bd16f149dcd9fb665e1fb18af0cc97713ceeb09e1583ca952 SHA512 f342ddb6817d63559f74ec6fc017965b8d66f227445f5ff3110dfecc063856b91877a9013e59575b20e80ea8fdbdbdcf6bc0e595698f799cee109a70d579470c WHIRLPOOL 043179d86db68bbd2af5bb73c867209c410ccfaaba1e91f8c5d825fe06090f457d8b436720358ffeeb7b9e13d90f515dc7cc924b7e9331098c6de871193916d7 DIST grantlee-editor-17.08.1.tar.xz 110532 SHA256 d2fd7490de7201e04466626ed4a51d1dbad83e0900d1012b0aa319cfce8df376 SHA512 bbd1f0bc1ce3784f56dc5f495552f0fbaf767da7bb37d5cfb28ca4605b4da01a4316f7214f45fb18f64da0244130705025785ce549f274a64b15dc28e85bd88a WHIRLPOOL cc65fb778c21332c990f81958768e0339c847b508f621c9ddf91b23df520b675e5403db3e8eb98af08145ba23b7a470b0210d98193755071a0a28c6e1d3cfd44 +DIST grantlee-editor-17.08.2.tar.xz 110660 SHA256 f74f966d4f4202e4c7700dce2606ee1c6c9a3d8ee79aab5992520e2f1ce3058d SHA512 47a000dfd92787e7d1753a8bfde41a75fa26505886ac6f0b7e82e1f94e50d2a7ff66449401e8561ca682400877d3320dbff7d503111d076370f14be7bac197b3 WHIRLPOOL d517954540d51c28d28399e3f72d99bb7860bf6e2be8312e097c7bd26125c33714a8841b84d7916bab44f3e63a7c15a925d0fec66ab12bd62598b0b1b935f36c diff --git a/kde-apps/grantlee-editor/grantlee-editor-17.08.2.ebuild b/kde-apps/grantlee-editor/grantlee-editor-17.08.2.ebuild new file mode 100644 index 000000000000..c5a75bf73309 --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-17.08.2.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 +" |