From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71867138334 for ; Fri, 22 Nov 2019 13:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84353E081A; Fri, 22 Nov 2019 13:00:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30C73E081A for ; Fri, 22 Nov 2019 13:00:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA99534D206 for ; Fri, 22 Nov 2019 13:00:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 375FD744 for ; Fri, 22 Nov 2019 13:00:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574427594.794f895bf4b584b875af4af5b628e69b750ce4b7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/phonon/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/phonon/phonon-9999.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 794f895bf4b584b875af4af5b628e69b750ce4b7 X-VCS-Branch: master Date: Fri, 22 Nov 2019 13:00:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40045a73-cc0a-4aeb-a767-a83c2fea7b21 X-Archives-Hash: ffd860ff410bc0e5b8e4f72798e9a6ae commit: 794f895bf4b584b875af4af5b628e69b750ce4b7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 22 12:59:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 22 12:59:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=794f895b media-libs/phonon: Always build phononsettings Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon/phonon-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 0ebc2ce066..56480c9276 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -41,14 +41,13 @@ src_configure() { -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer) -DCMAKE_DISABLE_FIND_PACKAGE_GLIB2=$(usex !pulseaudio) -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio=$(usex !pulseaudio) - -DPHONON_BUILD_SETTINGS=$(usex !pulseaudio) + -DPHONON_BUILD_SETTINGS=ON ) ecm_src_configure } src_install() { ecm_src_install - use pulseaudio || \ - make_desktop_entry "${PN}settings" \ - "Phonon Audio and Video" preferences-desktop-sound + make_desktop_entry "${PN}settings" \ + "Phonon Audio and Video" preferences-desktop-sound }