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 884841396D9 for ; Mon, 23 Oct 2017 23:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B592BC012; Mon, 23 Oct 2017 23:19:53 +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 B46E32BC012 for ; Mon, 23 Oct 2017 23:19:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5ABA233C1EB for ; Mon, 23 Oct 2017 23:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A1A31F for ; Mon, 23 Oct 2017 23:19:49 +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: <1508800765.9bafeae2fae60df77ac17cbbd8cb692f673f32ae.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/breeze/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/breeze/breeze-5.11.49.9999.ebuild kde-plasma/breeze/breeze-9999.ebuild X-VCS-Directories: kde-plasma/breeze/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9bafeae2fae60df77ac17cbbd8cb692f673f32ae X-VCS-Branch: master Date: Mon, 23 Oct 2017 23:19:49 +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: 2f7441c6-1e7e-48ae-926e-2f70f044f8af X-Archives-Hash: f1e8e14936f29bc0f31b34ff3c0de6c6 commit: 9bafeae2fae60df77ac17cbbd8cb692f673f32ae Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 23 21:28:44 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 23 23:19:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bafeae2 kde-plasma/breeze: Add USE=X Package-Manager: Portage-2.3.12, Repoman-2.3.3 kde-plasma/breeze/breeze-5.11.49.9999.ebuild | 11 ++++++++--- kde-plasma/breeze/breeze-9999.ebuild | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/kde-plasma/breeze/breeze-5.11.49.9999.ebuild b/kde-plasma/breeze/breeze-5.11.49.9999.ebuild index 063879f0ac..b42401c941 100644 --- a/kde-plasma/breeze/breeze-5.11.49.9999.ebuild +++ b/kde-plasma/breeze/breeze-5.11.49.9999.ebuild @@ -8,7 +8,9 @@ inherit kde5 multibuild DESCRIPTION="Breeze visual style for the Plasma desktop" HOMEPAGE="https://cgit.kde.org/breeze.git" KEYWORDS="" -IUSE="qt4 wayland" +IUSE="qt4 wayland X" + +REQUIRED_USE="qt4? ( X )" COMMON_DEPEND=" $(add_frameworks_dep frameworkintegration) @@ -25,13 +27,15 @@ COMMON_DEPEND=" $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( $(add_frameworks_dep kwayland) ) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libxcb + ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep kpackage) @@ -56,6 +60,7 @@ src_configure() { else mycmakeargs+=( $(cmake-utils_use_find_package wayland KF5Wayland) + $(cmake-utils_use_find_package X XCB) ) fi diff --git a/kde-plasma/breeze/breeze-9999.ebuild b/kde-plasma/breeze/breeze-9999.ebuild index 063879f0ac..b42401c941 100644 --- a/kde-plasma/breeze/breeze-9999.ebuild +++ b/kde-plasma/breeze/breeze-9999.ebuild @@ -8,7 +8,9 @@ inherit kde5 multibuild DESCRIPTION="Breeze visual style for the Plasma desktop" HOMEPAGE="https://cgit.kde.org/breeze.git" KEYWORDS="" -IUSE="qt4 wayland" +IUSE="qt4 wayland X" + +REQUIRED_USE="qt4? ( X )" COMMON_DEPEND=" $(add_frameworks_dep frameworkintegration) @@ -25,13 +27,15 @@ COMMON_DEPEND=" $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( $(add_frameworks_dep kwayland) ) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libxcb + ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep kpackage) @@ -56,6 +60,7 @@ src_configure() { else mycmakeargs+=( $(cmake-utils_use_find_package wayland KF5Wayland) + $(cmake-utils_use_find_package X XCB) ) fi