From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
Date: Thu, 20 Apr 2017 13:19:38 +0000 (UTC)	[thread overview]
Message-ID: <1492694364.cb9a47049be9fe1036707646efd976333f73b9a2.asturm@gentoo> (raw)
commit:     cb9a47049be9fe1036707646efd976333f73b9a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 12:10:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:19:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9a4704
kde-frameworks/knotifications: Fix USE=dbus build switch
Reported-by: aayla.secura.1138 <AT> gmail.com
Gentoo-bug: 616072
Package-Manager: Portage-2.3.3, Repoman-2.3.1
 .../knotifications/knotifications-5.33.0-r1.ebuild | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)
diff --git a/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
new file mode 100644
index 00000000000..4eb54a810f3
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="false"
+inherit kde5
+
+DESCRIPTION="Framework for notifying the user of an event"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dbus nls speech X"
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
+RDEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui '' '' '5=')
+	$(add_qt_dep qtwidgets)
+	media-libs/phonon[qt5]
+	dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+	speech? ( $(add_qt_dep qtspeech) )
+	X? (
+		$(add_qt_dep qtx11extras)
+		x11-libs/libX11
+		x11-libs/libXtst
+	)
+"
+DEPEND="${RDEPEND}
+	nls? ( $(add_qt_dep linguist-tools) )
+	X? ( x11-proto/xproto )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+		$(cmake-utils_use_find_package X X11)
+	)
+
+	kde5_src_configure
+}
next             reply	other threads:[~2017-04-20 13:19 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-20 13:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-07 19:30 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/ Andreas Sturmlechner
2025-07-29 17:00 Arthur Zamarin
2025-07-13 15:08 Sam James
2025-06-15 22:48 Sam James
2025-06-15 22:48 Sam James
2025-06-11 15:30 Andreas Sturmlechner
2025-04-24 20:30 Arthur Zamarin
2025-03-16 23:20 Andreas Sturmlechner
2025-03-16 23:20 Andreas Sturmlechner
2025-01-26 11:21 Arthur Zamarin
2024-11-29 14:31 Arthur Zamarin
2024-10-04 16:37 Arthur Zamarin
2024-09-12 17:21 Arthur Zamarin
2024-05-27 18:13 Arthur Zamarin
2024-03-01 14:00 Arthur Zamarin
2024-02-02 12:44 Arthur Zamarin
2023-12-18 11:19 Andreas Sturmlechner
2022-11-16 21:33 Andreas Sturmlechner
2021-09-15 17:42 Andreas Sturmlechner
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2018-10-10 11:48 Mikle Kolyada
2018-06-10 18:37 Thomas Deutschmann
2017-09-03 16:13 Andreas Sturmlechner
2017-08-19 20:21 Andreas Sturmlechner
2017-07-07 19:41 Alexis Ballier
2017-04-21  6:43 Andreas Sturmlechner
2017-04-21  6:43 Andreas Sturmlechner
2017-04-20 13:19 Andreas Sturmlechner
2017-01-17 19:54 Aaron Bauman
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=1492694364.cb9a47049be9fe1036707646efd976333f73b9a2.asturm@gentoo \
    --to=asturm@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