diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:10:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:11:17 +0200 |
commit | cace445d5118ee027dc43f829fc50f27d623134c (patch) | |
tree | 2dfaad77bd443bf2f28d49d3bcf8c2880aa92ff3 /kde-apps/akonadi-calendar | |
parent | dev-util/rbtools: maintainer-needed (diff) | |
download | gentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.gz gentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.bz2 gentoo-cace445d5118ee027dc43f829fc50f27d623134c.zip |
kde-apps: Add KDE Applications 19.08.1
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r-- | kde-apps/akonadi-calendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-calendar/akonadi-calendar-19.08.1.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index a086b8e54dc5..a54992ee2833 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,2 +1,3 @@ DIST akonadi-calendar-19.04.3.tar.xz 332632 BLAKE2B 928fc1ce338f90fa16378eddab3861aa49938f35d434259675362ca1a4461cfc7c4181f2c14f5b037be8f4e512ba917b3adb58440415c34c4a1c91259bab2c3c SHA512 b72b79c51d007669f637299a60dc246a363a9484f332983c348984e62e8e1dfd3f7808e6de9014efc09786f78a12bb705cf11193c32071aef7b916c7a4abc3e2 DIST akonadi-calendar-19.08.0.tar.xz 332900 BLAKE2B 2b1819757f64a2bf7ea288792a0507ca06de46996647fcd475c86a4498e7c8fd52e0204505030e5e696d61c14f6bf1ed86194121ef2c64aae7bfa979beaf88e5 SHA512 8587c494ee5df2109c08e0becced54a8ab730fca8ad4c21bb483276130b6d6790970e6761cd909176bed24e6a157c85ed1fffb64c70e3086cf0b1c03e107830d +DIST akonadi-calendar-19.08.1.tar.xz 331352 BLAKE2B 10eb4a6452e4c7b73fe5277290a737f4f592c1bc49866fef6f10b60644c17b3f04b9d13cb03e1fbadfc71a7e3fbc7fa7e4ba2ca1369da6ff2108813a3345f1f6 SHA512 107f9a94243a5a6be0338dbf773515cd03679319cb32ed7cc4c5a2324bbbeba9252f81034954cc38543075346c36dc1ccd2eee39ca547a41ea1bc80f58af588f diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1.ebuild new file mode 100644 index 000000000000..1b6ebdae27d5 --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi calendar integration" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.03.80 +" + +RESTRICT+=" test" |