summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/akonadi-calendar
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r--kde-apps/akonadi-calendar/Manifest1
-rw-r--r--kde-apps/akonadi-calendar/akonadi-calendar-17.08.0.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest
index a4fad4f09247..c8c2c86f4ade 100644
--- a/kde-apps/akonadi-calendar/Manifest
+++ b/kde-apps/akonadi-calendar/Manifest
@@ -1 +1,2 @@
DIST akonadi-calendar-17.04.3.tar.xz 280224 SHA256 67984d83217466ff09319600e7e5a09d8dec17e512794d41d70079ee7ae48314 SHA512 d712843e11427f4156b1f94d5c6ddefa6f9a1c8fbbac63d088c680c5752bf3109331cd8b100346c978d82e1b2187acae3448f86494c7dbc3aa8bc20fdbc5a36e WHIRLPOOL 8e33fd2cb887516c250a5e6d6ec0d36fd876bc9a50a4908ada78d215a78c79a32cff6f8a595f5c09dc8fb860f91a702dc55a9c9e23dc3ab0fb58d7577cccf3f9
+DIST akonadi-calendar-17.08.0.tar.xz 280324 SHA256 a497db4de1fe88e7dc7d4d513d7cc602a80aa3eafb7cdfcb5b2d1361e70d6457 SHA512 f03472e3bb491b19d56f0c3e0a6fcf01da75faf297f1d758e2462eb186b2cabed7bbaf03477ed9a72af5f9d55c5ce8f73569237fad41b84deee2dc19ea3e23ce WHIRLPOOL b6b4d4632d7afaa9992f8dcdfc8b945076cc776bd16ec7bc7e7773bc31d5641dba350fe141d220c095d38e6abcbdc3f855d7806ec76a0b58a0227349e83ed8f3
diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-17.08.0.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-17.08.0.ebuild
new file mode 100644
index 000000000000..10e6379a7d12
--- /dev/null
+++ b/kde-apps/akonadi-calendar/akonadi-calendar-17.08.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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}
+ !kde-apps/kdepim-l10n
+"
+
+RESTRICT+=" test"