aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 02:48:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 02:48:58 +0100
commit4aad2610b4d146670da328599b0e2d8dcb83cb0a (patch)
tree31894fa46ecd14d2f6f9047309b181515541c309 /kde-apps/kmail-account-wizard
parentprofiles: Add kde-apps-18.12.1 package.mask (diff)
downloadkde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.gz
kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.bz2
kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.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/kmail-account-wizard')
-rw-r--r--kde-apps/kmail-account-wizard/Manifest1
-rw-r--r--kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.1.ebuild52
2 files changed, 53 insertions, 0 deletions
diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest
new file mode 100644
index 0000000000..333aac8547
--- /dev/null
+++ b/kde-apps/kmail-account-wizard/Manifest
@@ -0,0 +1 @@
+DIST kmail-account-wizard-18.12.1.tar.xz 155856 BLAKE2B 8882dbb3f40dc32dacf47743ff995691c01a2f5cefcde8d70b007e26e348c9c88186532a0a90b35640e291084a869fd6518f1fb8004521e00b4d898d25d1eb58 SHA512 d75e1aae49154a046bee58691dc10b90030c22593353a21e4d6e5589192a5c3c2454b49144497dafda998ab62513005fbe1d5275ae3d791dcba21f3012332517
diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.1.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.1.ebuild
new file mode 100644
index 0000000000..01851efe31
--- /dev/null
+++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Assistant for KMail accounts configuration"
+HOMEPAGE+=" https://userbase.kde.org/Kmail/Account_Wizard"
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kross)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_kdeapps_dep kldap)
+ $(add_kdeapps_dep kmailtransport)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep libkleo)
+ $(add_kdeapps_dep pimcommon)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-common-libs:4
+ !kde-apps/kdepim-l10n
+ !kde-apps/kdepim-runtime:4
+"