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 D460F138334 for ; Sun, 21 Jul 2019 18:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B8F4E0857; Sun, 21 Jul 2019 18:02:52 +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 E0CE7E0857 for ; Sun, 21 Jul 2019 18:02:51 +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 C9F133483ED for ; Sun, 21 Jul 2019 18:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F6186F2 for ; Sun, 21 Jul 2019 18:02:48 +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: <1563732137.a3a4b3e3539bdc5ad6b52be74ebcf4afc0a54521.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.16.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: a3a4b3e3539bdc5ad6b52be74ebcf4afc0a54521 X-VCS-Branch: master Date: Sun, 21 Jul 2019 18:02:48 +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: c78a4994-7d45-469d-b19c-e194cbd3193f X-Archives-Hash: 963752eb4607de59334476843543149b commit: a3a4b3e3539bdc5ad6b52be74ebcf4afc0a54521 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 21 17:31:41 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 21 18:02:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3a4b3e3 kde-plasma/plasma-workspace: USE prison -> qrcode Better describe what it does. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/metadata.xml | 2 +- kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild | 6 +++--- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index 7c6938f31a..38d3c03573 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -8,7 +8,7 @@ Enable AppStream software metadata support Enables dataengine providing location information - Enable support for barcodes/QRcodes Enable Qalculate runner using sci-libs/libqalculate + Enable support for creating QR codes from clipboard data using kde-frameworks/prison diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild index d3cdb07eb2..de7bf3b24c 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 qmake-utils DESCRIPTION="KDE Plasma workspace" KEYWORDS="" -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd" +IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop systemd" REQUIRED_USE="gps? ( geolocation )" @@ -81,8 +81,8 @@ COMMON_DEPEND=" calendar? ( $(add_frameworks_dep kholidays) ) geolocation? ( $(add_frameworks_dep networkmanager-qt) ) gps? ( sci-geosciences/gpsd ) - prison? ( $(add_frameworks_dep prison) ) qalculate? ( sci-libs/libqalculate:= ) + qrcode? ( $(add_frameworks_dep prison) ) semantic-desktop? ( $(add_frameworks_dep baloo) ) " DEPEND="${COMMON_DEPEND} @@ -139,8 +139,8 @@ src_configure() { $(cmake-utils_use_find_package appstream AppStreamQt) $(cmake-utils_use_find_package calendar KF5Holidays) $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt) - $(cmake-utils_use_find_package prison KF5Prison) $(cmake-utils_use_find_package qalculate Qalculate) + $(cmake-utils_use_find_package qrcode KF5Prison) $(cmake-utils_use_find_package semantic-desktop KF5Baloo) ) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 4dbe10c961..981cab824c 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 qmake-utils DESCRIPTION="KDE Plasma workspace" KEYWORDS="" -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd" +IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop systemd" REQUIRED_USE="gps? ( geolocation )" @@ -81,8 +81,8 @@ COMMON_DEPEND=" calendar? ( $(add_frameworks_dep kholidays) ) geolocation? ( $(add_frameworks_dep networkmanager-qt) ) gps? ( sci-geosciences/gpsd ) - prison? ( $(add_frameworks_dep prison) ) qalculate? ( sci-libs/libqalculate:= ) + qrcode? ( $(add_frameworks_dep prison) ) semantic-desktop? ( $(add_frameworks_dep baloo) ) " DEPEND="${COMMON_DEPEND} @@ -137,8 +137,8 @@ src_configure() { $(cmake-utils_use_find_package appstream AppStreamQt) $(cmake-utils_use_find_package calendar KF5Holidays) $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt) - $(cmake-utils_use_find_package prison KF5Prison) $(cmake-utils_use_find_package qalculate Qalculate) + $(cmake-utils_use_find_package qrcode KF5Prison) $(cmake-utils_use_find_package semantic-desktop KF5Baloo) )