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 E02E313835B for ; Mon, 7 Sep 2020 18:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBB30E097D; Mon, 7 Sep 2020 18:08:41 +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 C602EE097D for ; Mon, 7 Sep 2020 18:08:41 +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 BBDCF33E01A for ; Mon, 7 Sep 2020 18:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 389FD353 for ; Mon, 7 Sep 2020 18:08:39 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1599502104.54f3e432a44c8648dd14c62b2ae60d08be5da543.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/mate-applets/mate-applets-9999.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 54f3e432a44c8648dd14c62b2ae60d08be5da543 X-VCS-Branch: master Date: Mon, 7 Sep 2020 18:08:39 +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: 9dd94d0d-5d70-4c32-8b55-2e4395321703 X-Archives-Hash: d312001d2c4c69ae417f890c1a8070ab commit: 54f3e432a44c8648dd14c62b2ae60d08be5da543 Author: Adam Feldman gentoo org> AuthorDate: Sun Sep 6 21:06:13 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Mon Sep 7 18:08:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=54f3e432 mate-base/mate-applets: Sync 9999 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman gentoo.org> mate-base/mate-applets/mate-applets-9999.ebuild | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/mate-base/mate-applets/mate-applets-9999.ebuild b/mate-base/mate-applets/mate-applets-9999.ebuild index 1dfb6f6..63d6ba9 100644 --- a/mate-base/mate-applets/mate-applets-9999.ebuild +++ b/mate-base/mate-applets/mate-applets-9999.ebuild @@ -17,7 +17,8 @@ IUSE="X +cpupower ipv6 policykit +upower" REQUIRED_USE="policykit? ( cpupower )" -COMMON_DEPEND="dev-libs/atk +COMMON_DEPEND=" + dev-libs/atk >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.50:2 >=dev-libs/libmateweather-1.17.0 @@ -39,9 +40,12 @@ COMMON_DEPEND="dev-libs/atk policykit? ( >=sys-auth/polkit-0.97:0 ) ) upower? ( >=sys-power/upower-0.9.23 ) - !!net-analyzer/mate-netspeed" + !!net-analyzer/mate-netspeed +" RDEPEND="${COMMON_DEPEND} + mate-base/caja + mate-base/mate-desktop >=mate-base/mate-settings-daemon-1.6 virtual/libintl " @@ -52,17 +56,23 @@ DEPEND="${COMMON_DEPEND} >=app-text/scrollkeeper-dtd-1:1.0 app-text/yelp-tools dev-libs/libxslt - >=sys-devel/gettext-0.19.8:* - virtual/pkgconfig:*" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" src_configure() { + + # configure.ac logic is a little hinky + # and ignores --enable flags for cpufreq + use cpupower || myconf="--disable-cpufreq" + mate_src_configure \ --libexecdir=/usr/libexec/mate-applets \ $(use_with X x) \ $(use_with upower) \ - $(use_enable cpupower cpufreq) \ $(use_enable ipv6) \ - $(use_enable policykit polkit) + $(use_enable policykit polkit) \ + "${myconf[@]}" } src_test() {