From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 298EF13829C for ; Fri, 3 Jun 2016 14:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB3B6254049; Fri, 3 Jun 2016 14:38:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9638E254049 for ; Fri, 3 Jun 2016 14:38:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EB27340D00 for ; Fri, 3 Jun 2016 14:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A689984 for ; Fri, 3 Jun 2016 14:37:59 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1464964667.59389cc56888dc5bf72348085fa6c298ab87a054.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kaffeine/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kaffeine/kaffeine-9999.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 59389cc56888dc5bf72348085fa6c298ab87a054 X-VCS-Branch: master Date: Fri, 3 Jun 2016 14:37:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfbddda1-7069-462f-9570-bce1c07b330f X-Archives-Hash: b0f9ee532cdebd1fb077d43fed03254c commit: 59389cc56888dc5bf72348085fa6c298ab87a054 Author: Johannes Huber gentoo org> AuthorDate: Fri Jun 3 14:37:47 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Jun 3 14:37:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=59389cc5 media-video/kaffeine: Sync with tree Package-Manager: portage-2.3.0_rc1 media-video/kaffeine/kaffeine-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild index c696f1b..0f3bafb 100644 --- a/media-video/kaffeine/kaffeine-9999.ebuild +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -19,6 +19,7 @@ CDEPEND=" $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) @@ -43,7 +44,9 @@ RDEPEND="${CDEPEND} DOCS=( Changelog NOTES README ) -PATCHES=( "${FILESDIR}/${PN}-2.0.1-desktop-file.patch" ) +if [[ ${KDE_BUILD_TYPE} != live ]] ; then + S="${WORKDIR}" +fi src_configure() { # tools working on $HOME directory for a local git checkout