diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-14 17:13:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-15 07:36:14 +0200 |
commit | e19edabff80707de8772078358c8a9ca1169ca91 (patch) | |
tree | b15a6cde4e36de6ddebe6a9e3d015312dc40dc8d /kde-apps/kontact | |
parent | kde5-functions.eclass: Update minimum deps (diff) | |
download | gentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.gz gentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.bz2 gentoo-e19edabff80707de8772078358c8a9ca1169ca91.zip |
kde-apps: Add KDE Applications 19.04.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kontact')
-rw-r--r-- | kde-apps/kontact/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kontact/kontact-19.04.3.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest index 8fd8cdee82e3..cc46668c455d 100644 --- a/kde-apps/kontact/Manifest +++ b/kde-apps/kontact/Manifest @@ -1,2 +1,3 @@ DIST kontact-18.12.3.tar.xz 792840 BLAKE2B ba1f89a10430946782b69bd93345417938415d558da80028d8cc33531ac1483427700c5f1da55c8bf2cf5feb1ffd7f964808647b8bd3ce9c42cd6827023debfb SHA512 ce167f0f47b88c8926149fcf90cec5f4559bac28649853eb291c3a06027f3176d9653f019228e8b2549c1a36a3be528696f24389fa67789521a8580b0da6201b DIST kontact-19.04.2.tar.xz 793092 BLAKE2B 9332308d715453cc596c7801ceaaaf0dceb9b09e492f1b3887f028fb475ca28896d520cdb1f010ac5b4c75aef881fb6b473a231d2aeaf92f9881a969b737690d SHA512 25574deba5ec9faf6483eb62f71685e45148cee1450947f2305cc94e853add1a5255956098c8e803908af80dd848a24b629b3a6834f0728044dfdda29f016699 +DIST kontact-19.04.3.tar.xz 793564 BLAKE2B c2ee2208337108cd05f450ecbdfc1cea210f93a1ab84cc09b40e32c3bfc699594d055938483f98d79c1dafe008d69b0a8c95a5564e46f434af5ad6ff423d7d04 SHA512 7fe6a773dfa329dc7935d7ce44906cc0bbbdb9b844a5927e07fd988a4c36dcedf3c01c9895d02bc97ac7ee0a5bbee0e0892ed5efdf794d6ff266ca5933782b6a diff --git a/kde-apps/kontact/kontact-19.04.3.ebuild b/kde-apps/kontact/kontact-19.04.3.ebuild new file mode 100644 index 000000000000..0c785c30110b --- /dev/null +++ b/kde-apps/kontact/kontact-19.04.3.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="Container application to unify several major PIM applications within one" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(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 kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" |