summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-04-20 18:15:02 +0200
committerJohannes Huber <johu@gentoo.org>2017-04-20 18:22:40 +0200
commit8f00b2bf566d896205f52099530159c97b977f68 (patch)
tree6dfeae9f7a9dc7b276cb384a7f4ad8d589de52d1 /kde-apps/kalarmcal/kalarmcal-17.04.0.ebuild
parentkde5*eclass: KDE Applications 17.04.0 improvements (diff)
downloadgentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.gz
gentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.bz2
gentoo-8f00b2bf566d896205f52099530159c97b977f68.zip
kde-apps: Version bump KDE Applications 17.04.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'kde-apps/kalarmcal/kalarmcal-17.04.0.ebuild')
-rw-r--r--kde-apps/kalarmcal/kalarmcal-17.04.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/kalarmcal/kalarmcal-17.04.0.ebuild b/kde-apps/kalarmcal/kalarmcal-17.04.0.ebuild
new file mode 100644
index 000000000000..4b6dcf977296
--- /dev/null
+++ b/kde-apps/kalarmcal/kalarmcal-17.04.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Client library to access and handling of KAlarm calendar data"
+LICENSE="GPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kholidays)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}
+"