summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r--kde-apps/grantlee-editor/Manifest1
-rw-r--r--kde-apps/grantlee-editor/grantlee-editor-19.04.1.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest
index 1287882e2127..550cbc99aed5 100644
--- a/kde-apps/grantlee-editor/Manifest
+++ b/kde-apps/grantlee-editor/Manifest
@@ -1,2 +1,3 @@
DIST grantlee-editor-18.12.3.tar.xz 110884 BLAKE2B 482a343b3d280fd456ad8344eec36c0b740f655065beb635b307f2c3a68815e3d5006f59d562b8093a11b42f32e1ca6bd41281287c4458ff64d4437cc3c3e095 SHA512 62519dcdffe19e041831c50111d640ede7a4018b62b6fa3045340efcfbaf4dceca8e5679923556ffc28cd035b2c690159d32127a1cd0c3b0754fc5c6458f780e
DIST grantlee-editor-19.04.0.tar.xz 111048 BLAKE2B 7ba6ae4eb7887385f1e36b53c3d92887de2013cbefce324514385bcc82f9339dc5f568b02f03127370e87fc2303497db9157706fd0a6bc76e471b7ffd58a4909 SHA512 bf2ad11c557647ece1322b93eeb7f95ac6901e59ece1353e6aaf0cc0d307563b291bfd0b7d431ffd8f6441ed6c2144507ec970d142aa996213798c63e4ada4e5
+DIST grantlee-editor-19.04.1.tar.xz 110788 BLAKE2B 0d1c1cd52354c8231c6b1dd5fce5bced91971272397e98a0c3b6b3509fbcf8263b9a9cca9cdce2e1704f4e76ddcafe3a89f6dfa16430f01ce871cffa0edc5002 SHA512 5091364de35fe1fc3ca6827ebe005d3c39470b0f262da5b8202b1767b874ef20d48a5af6f10270d9db0ef70bf6416f054c543d72286e6da758c57d7b46bb078c
diff --git a/kde-apps/grantlee-editor/grantlee-editor-19.04.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-19.04.1.ebuild
new file mode 100644
index 000000000000..a0cb47643f2e
--- /dev/null
+++ b/kde-apps/grantlee-editor/grantlee-editor-19.04.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~arm64 ~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
+"