summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-04-20 18:15:02 +0200
committerJohannes Huber <johu@gentoo.org>2017-04-20 18:22:40 +0200
commit8f00b2bf566d896205f52099530159c97b977f68 (patch)
tree6dfeae9f7a9dc7b276cb384a7f4ad8d589de52d1 /kde-apps/grantlee-editor
parentkde5*eclass: KDE Applications 17.04.0 improvements (diff)
downloadgentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.gz
gentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.bz2
gentoo-8f00b2bf566d896205f52099530159c97b977f68.zip
kde-apps: Version bump KDE Applications 17.04.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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.04.0.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest
index d289eaca1c52..57820d291528 100644
--- a/kde-apps/grantlee-editor/Manifest
+++ b/kde-apps/grantlee-editor/Manifest
@@ -1 +1,2 @@
DIST grantlee-editor-16.12.3.tar.xz 45408 SHA256 f1df143df3cd6754b51e08985534af65c1366a59c28bca9be17f0f571633f800 SHA512 cfc6d73926598ca53116307b9f6ad15cae4dafd07c66d16b7d82dd3030de49232fb6dbdebfd00ad917f0d28e4c4427445df73c3e8992cad5b2205275b18a14b8 WHIRLPOOL 4b46689dc825d74159539e2743d2cc764011bc8072135b85bd05731267de8a432b45d19d4500b729c0a670dabf63c0b48797dbff189e3a9af0afac95d626b11a
+DIST grantlee-editor-17.04.0.tar.xz 111384 SHA256 0b9825762e65d4b6680169dcddca35146632519c38aa732b88a88a914d7555b9 SHA512 7f46b526a326fbbf706b100b05fc3022623652e97eeb7fbcf9551757ecade3a1cc59c1d0099f179a0affa174d301a91c1101b12f0d6605c425fa148022742bc1 WHIRLPOOL bd44591f41979dbcee19bffda4cd81ada99849e8a8aa85eb411dff993e4cde5469bbf51ab43f93e05c646fb845f7ba9060f0a8c85b8c1aebd372fcd1e34d898a
diff --git a/kde-apps/grantlee-editor/grantlee-editor-17.04.0.ebuild b/kde-apps/grantlee-editor/grantlee-editor-17.04.0.ebuild
new file mode 100644
index 000000000000..9a6c05721587
--- /dev/null
+++ b/kde-apps/grantlee-editor/grantlee-editor-17.04.0.ebuild
@@ -0,0 +1,44 @@
+# 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/kmail:4
+"