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 1562A1382C5 for ; Tue, 4 May 2021 16:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A765E0829; Tue, 4 May 2021 16:05:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9B799E0829 for ; Tue, 4 May 2021 16:05:22 +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 4E8CA33BDFF for ; Tue, 4 May 2021 16:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF773737 for ; Tue, 4 May 2021 16:05:19 +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: <1620143779.4256c550991105e8ad7d9d6f1782706118c14327.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/metadata.xml kde-plasma/plasma-workspace/plasma-workspace-5.21.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4256c550991105e8ad7d9d6f1782706118c14327 X-VCS-Branch: master Date: Tue, 4 May 2021 16:05:19 +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: 436bb2b7-caba-449c-b8bc-f1de0a1340bc X-Archives-Hash: d7b8070ac22a4cf265836a813a3a053a commit: 4256c550991105e8ad7d9d6f1782706118c14327 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 4 14:59:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 4 15:56:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4256c550 kde-plasma/plasma-workspace: Rename IUSE=qalculate -> calculator As discussed on https://bugs.kde.org/show_bug.cgi?id=433730 rather than having bad floating point precision, we should build calculator runner conditionally on qalculate. Based on work by Zoltan Puskas but solved without using patch that is not yet filed upstream. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Thanks-to: Zoltan Puskas sinustrom.info> Closes: https://github.com/gentoo/kde/pull/901 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/metadata.xml | 2 +- .../plasma-workspace-5.21.49.9999.ebuild | 15 +++++++++------ .../plasma-workspace/plasma-workspace-9999.ebuild | 21 ++++++++++++--------- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index 599877f90b..2bd7fc185c 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -7,8 +7,8 @@ Enable AppStream software metadata support + Enable calculator runner using sci-libs/libqalculate Enables dataengine providing location information - Enable Qalculate runner using sci-libs/libqalculate Enable screencast portal using media-video/pipewire Enable User Feedback control module for kde-plasma/systemsettings diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.21.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.21.49.9999.ebuild index 03cc7cf68a..2c81fd4458 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.21.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.21.49.9999.ebuild @@ -16,12 +16,12 @@ DESCRIPTION="KDE Plasma workspace" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="appstream +calendar +fontconfig geolocation gps qalculate screencast +semantic-desktop systemd telemetry" +IUSE="appstream +calculator +calendar +fontconfig geolocation gps screencast ++semantic-desktop systemd telemetry" REQUIRED_USE="gps? ( geolocation )" RESTRICT+=" test" -BDEPEND="virtual/pkgconfig" COMMON_DEPEND=" >=dev-libs/wayland-1.15 >=dev-qt/qtdbus-${QTMIN}:5 @@ -93,6 +93,7 @@ COMMON_DEPEND=" x11-libs/xcb-util x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) + calculator? ( sci-libs/libqalculate:= ) calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 ) fontconfig? ( media-libs/fontconfig @@ -102,7 +103,6 @@ COMMON_DEPEND=" ) geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) gps? ( sci-geosciences/gpsd ) - qalculate? ( sci-libs/libqalculate:= ) screencast? ( >=media-video/pipewire-0.3:= x11-libs/libdrm @@ -138,6 +138,7 @@ RDEPEND="${COMMON_DEPEND} !systemd? ( sys-apps/dbus ) !=kde-frameworks/kholidays-${KFMIN}:5 ) fontconfig? ( >=dev-qt/qtprintsupport-${QTMIN}:5 @@ -108,7 +106,6 @@ COMMON_DEPEND=" ) geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) gps? ( sci-geosciences/gpsd ) - qalculate? ( sci-libs/libqalculate:= ) screencast? ( >=media-video/pipewire-0.3:= x11-libs/libdrm @@ -144,6 +141,10 @@ RDEPEND="${COMMON_DEPEND} !systemd? ( sys-apps/dbus ) !