summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-16 19:38:26 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-16 19:38:38 +0100
commit31645664f42a588800ba68febd89a9c9e6afc76f (patch)
treeccc391e5d2b2b2255adcafe060246a5ddf9a3396 /kde-apps/akonadi-calendar
parentprofiles: Update masks for KDE Applications 16.12 (diff)
downloadgentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.gz
gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.bz2
gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.zip
kde-apps: Version bump KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r--kde-apps/akonadi-calendar/Manifest1
-rw-r--r--kde-apps/akonadi-calendar/akonadi-calendar-16.12.0.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest
index e2ef924483fc..9f6a238add2d 100644
--- a/kde-apps/akonadi-calendar/Manifest
+++ b/kde-apps/akonadi-calendar/Manifest
@@ -1 +1,2 @@
DIST akonadi-calendar-16.08.3.tar.xz 114868 SHA256 497a500a4587e8f4d8f6406b403b41086d5cfd033f3307c35682aba2ed4e06f2 SHA512 662694d28d7a932ce6b13954ac12bb3d6fc2b24c01bbcbe330e7d125c73cce9334767b57a39e64b8bdb9b06cb7f3d70281ae5f4bedd97eea8bd8d12c49f1dbd1 WHIRLPOOL 447f74bf43b9d4eb1b5da7088fe953c7b8d6abe40a1dbcf22105fd364e07f412d7f29db2861465dfff867bf22a3d889e5c1df5ac9d133dabdd10fd432ae3a7b5
+DIST akonadi-calendar-16.12.0.tar.xz 115180 SHA256 3019238ae34833298b803e2192759306ba6b1211963a72008d807a951c79def8 SHA512 f08a447586f5ba8f8e8dde998afa031598ffb82b4ee03b8fc33a5dce11b321ff9631a0c8bbcbf0dfc5211894400aa9599871f6e7e979c240bb458dcd6d88ff2b WHIRLPOOL e1a11b83886369e2ad17a60199f44e5848069ab8400d571e6c42e99d5c7e9a84adb7757325975d4d27fe2d6d819cafac1e406544ef3a0d4d0b924b262d02602c
diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-16.12.0.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.0.ebuild
new file mode 100644
index 000000000000..adbf8a848781
--- /dev/null
+++ b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for akonadi calendar integration"
+LICENSE="GPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~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 kdelibs4support)
+ $(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 kwallet)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcalutils)
+ $(add_kdeapps_dep kcontacts)
+ $(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}"
+
+RESTRICT+=" test"