diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 12:48:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:28:34 +0100 |
commit | 4596f01b1eeebf3ee9cb8ec94f694191e4150c0b (patch) | |
tree | 0ea2e0348c592fa6fb772ef4d664ee944481630f /kde-apps/calendarsupport | |
parent | dev-libs/rasqal: Fix typo (diff) | |
download | gentoo-4596f01b1eeebf3ee9cb8ec94f694191e4150c0b.tar.gz gentoo-4596f01b1eeebf3ee9cb8ec94f694191e4150c0b.tar.bz2 gentoo-4596f01b1eeebf3ee9cb8ec94f694191e4150c0b.zip |
kde-apps: Add KDE Applications 18.08.3
Package-Manager: Portage-2.3.51, 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.08.3.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest index bfb741bc6a36..3e62d5e97a4e 100644 --- a/kde-apps/calendarsupport/Manifest +++ b/kde-apps/calendarsupport/Manifest @@ -1,2 +1,3 @@ DIST calendarsupport-18.04.3.tar.xz 647108 BLAKE2B 8088fcf42474e9b876e57135dcaccad97fdf4f433f57fd72886c1d94d7086471f1b76a08aff5df24f2cdb9891da041dfcf444951f908837ebb3aa53bc58b332d SHA512 7631d81bfbd3282448d4d78cf05a4714392736a74e23155b4c75f288a906975ea1bd32e3412e03b8ff74778e85560a071a11482c35cf769a738675c4fedd3e6e DIST calendarsupport-18.08.2.tar.xz 647628 BLAKE2B 8c81843ec05c51efb3115c8d3e3e595ddd4cd870e1be4552d0fc0308a29c36b1174fbd221881fcb57be34ff8da74a90b955729db1613fef271a7c9b738317216 SHA512 4d7cfd13ea2fa1d9fc9577dcf245bfa65a6b6f57a18529f8af588563d836e4b18cbbd1328338019c2cf4665c8977f4b87a4b06890aa0f1594cdefd31d1dfff5f +DIST calendarsupport-18.08.3.tar.xz 647540 BLAKE2B 76e0ddb739b74d378af0f91dafde28f930c3224fd4f75377632531ff510ccc47c1cba91e78304545af6e3ab723c758adbdeda3f0d613503ace2a8e71fd45a860 SHA512 7b4d7229ce54146bd4746fb78c8079395409228f87013820de31b5d1a3288c8312c4f489b6dcb2b3bd0f4cdca51fe8deb48e51a77a22d7d41473819dabd3a41d diff --git a/kde-apps/calendarsupport/calendarsupport-18.08.3.ebuild b/kde-apps/calendarsupport/calendarsupport-18.08.3.ebuild new file mode 100644 index 000000000000..4a6948a768bd --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-18.08.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 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 +" |