diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 09:30:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 16:50:00 +0100 |
commit | f1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch) | |
tree | 9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/calendarsupport | |
parent | app-emulation/libvirt: init submodules for live ebuild (diff) | |
download | gentoo-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/calendarsupport')
-rw-r--r-- | kde-apps/calendarsupport/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/calendarsupport/calendarsupport-18.12.1.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest index 15e5f62f52d8..33c8a243476e 100644 --- a/kde-apps/calendarsupport/Manifest +++ b/kde-apps/calendarsupport/Manifest @@ -1,2 +1,3 @@ DIST calendarsupport-18.08.3.tar.xz 647540 BLAKE2B 76e0ddb739b74d378af0f91dafde28f930c3224fd4f75377632531ff510ccc47c1cba91e78304545af6e3ab723c758adbdeda3f0d613503ace2a8e71fd45a860 SHA512 7b4d7229ce54146bd4746fb78c8079395409228f87013820de31b5d1a3288c8312c4f489b6dcb2b3bd0f4cdca51fe8deb48e51a77a22d7d41473819dabd3a41d DIST calendarsupport-18.12.0.tar.xz 646352 BLAKE2B e3b7c796f7d2304e5ffce6b9ba8b6682cb47f1e19e2d7069d19115ef72f6ee1757a1a66edbbc3dc423de58787c65ef248fc4933b712767e83bfc92d31782780c SHA512 492f353f9cb2d7c1f1296fb81afdfac8b68b477dd458c8242fdfb4379f5e317c7feeb90ce7f3533186265cfb27d4d5433cd1e43e1622efdf8c749dcb3093c844 +DIST calendarsupport-18.12.1.tar.xz 646704 BLAKE2B 4ade87f65fc37befd5358be8d968d7462df8d577c0105750d5ce53ef09c03040c74ac775e20488d7d8265f4d28badd4f27e33fe738a3aedc29a6062b03ce9ce4 SHA512 6329c4f00ac5cc4b19344242b690f3effac424c22fbf18d50aadc94c24e3a45360ec74d9890a4218e2e6b96c77f884bccb0f6531e30e4dd2faa7ded19a321ca2 diff --git a/kde-apps/calendarsupport/calendarsupport-18.12.1.ebuild b/kde-apps/calendarsupport/calendarsupport-18.12.1.ebuild new file mode 100644 index 000000000000..e02d9f131fff --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-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_TEST="false" +inherit kde5 + +DESCRIPTION="Calendar support library" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep designer) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + dev-libs/libical +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" |