summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/grantlee-editor
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r--kde-apps/grantlee-editor/Manifest1
-rw-r--r--kde-apps/grantlee-editor/grantlee-editor-18.12.1.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest
index f16dac2ab364..64341cf01ea9 100644
--- a/kde-apps/grantlee-editor/Manifest
+++ b/kde-apps/grantlee-editor/Manifest
@@ -1,2 +1,3 @@
DIST grantlee-editor-18.08.3.tar.xz 111340 BLAKE2B 60cc21a9912876f4e6e3844b3fde8d98a20ad073a871c28ea284ec1a3fa88190af463fc3d79f4331ddb723673b846b157562bb9f45b677fee8b690ba51b82fb8 SHA512 f02a2f59ede6a03af556d470291356f8e003292609cb8109b6690e7946ef2a67bab6ec12fb12ebbbeb481aa6f14cbcfc0217e008ba88e92a4b567976f32fe89b
DIST grantlee-editor-18.12.0.tar.xz 110700 BLAKE2B 7544f96ccf6d31f59a58436338f32a8c6a48cb0d503cb3b5d2f5bf519f8a969df6369a8472cf0b9cd9860029340344b5da04308e131bdeea27932cfeb24251a6 SHA512 e0d649188474c1d9fa14cf7a731d719d7e30b573dd00b0f1030fe989a2380c1512a4f290d96ff906ee5c8d55d140a6f4cffac4581254c40689b997c534f623cf
+DIST grantlee-editor-18.12.1.tar.xz 110696 BLAKE2B ac05c0e9f62a1babea55572c2cbbb0eeb0ad1ea1e23924869a120e8ad32a3d3920f6f46553a591ce776206fde48d953df4948574cfa488454bd2af1ea7cd7d63 SHA512 0150e6888b843ae1b143288928b60b007d57611721af3f97c7b67ed080b69dbafa6215132006302095ee9e75dc7756313c35eba4b663e8b2748453d759e73031
diff --git a/kde-apps/grantlee-editor/grantlee-editor-18.12.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-18.12.1.ebuild
new file mode 100644
index 000000000000..504fe14f690e
--- /dev/null
+++ b/kde-apps/grantlee-editor/grantlee-editor-18.12.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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 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
+"