From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarm/
Date: Wed, 21 Dec 2016 12:32:32 +0000 (UTC) [thread overview]
Message-ID: <1482323537.4cc6bb92c2cd663462512acc6d24ec1088a09746.kensington@gentoo> (raw)
commit: 4cc6bb92c2cd663462512acc6d24ec1088a09746
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec 20 20:15:42 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 12:32:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc6bb92
kde-apps/kalarm: Add missing RDEPEND
Needs kde-apps/kdepim-runtime for akonadi resources
Package-Manager: portage-2.3.0
kde-apps/kalarm/kalarm-16.12.0-r1.ebuild | 78 ++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/kde-apps/kalarm/kalarm-16.12.0-r1.ebuild b/kde-apps/kalarm/kalarm-16.12.0-r1.ebuild
new file mode 100644
index 00000000..0ce8abb
--- /dev/null
+++ b/kde-apps/kalarm/kalarm-16.12.0-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Application to manage alarms and other timer based alerts for the desktop"
+HOMEPAGE+=" https://userbase.kde.org/KAlarm"
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND="
+ $(add_frameworks_dep kauth)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep kalarmcal)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcalutils)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kdepim-apps-libs)
+ $(add_kdeapps_dep kholidays)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_kdeapps_dep kmailtransport)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep kontactinterface)
+ $(add_kdeapps_dep kpimtextedit)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep mailcommon)
+ $(add_kdeapps_dep pimcommon)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ dev-libs/libxslt
+ media-libs/phonon[qt5]
+ X? (
+ $(add_qt_dep qtx11extras)
+ x11-libs/libX11
+ )
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim:5
+ $(add_kdeapps_dep kdepim-runtime)
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package X Qt5X11Extras)
+ $(cmake-utils_use_find_package X X11)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2016-12-21 12:32 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-21 12:32 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 23:01 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarm/ Andreas Sturmlechner
2024-08-28 18:48 Andreas Sturmlechner
2024-06-12 15:29 Andreas Sturmlechner
2023-07-06 12:13 Andreas Sturmlechner
2022-07-08 12:54 Andreas Sturmlechner
2021-11-27 12:45 Andreas Sturmlechner
2021-11-15 18:59 Andreas Sturmlechner
2021-11-15 18:59 Andreas Sturmlechner
2020-10-15 10:30 Georgy Yakovlev
2019-04-06 15:37 Mikle Kolyada
2019-03-19 11:18 Andreas Sturmlechner
2019-02-09 14:26 Andreas Sturmlechner
2017-05-07 21:24 Agostino Sarubbo
2016-12-21 12:32 Michael Palimaka
2016-12-19 20:25 Johannes Huber
2016-06-11 12:23 Agostino Sarubbo
2016-06-11 10:56 Agostino Sarubbo
2016-03-06 11:26 Mikle Kolyada
2016-03-05 13:05 Mikle Kolyada
2016-02-06 15:59 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1482323537.4cc6bb92c2cd663462512acc6d24ec1088a09746.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox