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 54027138335 for ; Thu, 9 Aug 2018 02:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91BF5E091B; Thu, 9 Aug 2018 02:10:18 +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 09E40E091F for ; Thu, 9 Aug 2018 02:10:18 +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 DAE7A335D3A for ; Wed, 8 Aug 2018 08:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D3B39D for ; Wed, 8 Aug 2018 08:11:33 +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: <1533715810.e34c58f4e48f372c26d7a0a898f62d313b234cab.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/gwenview/gwenview-9999.ebuild kde-apps/gwenview/metadata.xml X-VCS-Directories: kde-apps/gwenview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e34c58f4e48f372c26d7a0a898f62d313b234cab X-VCS-Branch: master Date: Wed, 8 Aug 2018 08:11:33 +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: 4a4bdfcf-5942-4bca-91fb-63d38ced1bf6 X-Archives-Hash: 3cbe31ad0187c2238a42554abae3ac9d commit: e34c58f4e48f372c26d7a0a898f62d313b234cab Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 7 22:28:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 8 08:10:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e34c58f4 kde-apps/gwenview: Add USE=activities Upstream commit a00eecc78507f48843f719f32e80ae8805a34c15 Package-Manager: Portage-2.3.44, Repoman-2.3.10 kde-apps/gwenview/gwenview-9999.ebuild | 5 +++-- kde-apps/gwenview/metadata.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/gwenview/gwenview-9999.ebuild b/kde-apps/gwenview/gwenview-9999.ebuild index fdd3a2a2e2..b6342a3478 100644 --- a/kde-apps/gwenview/gwenview-9999.ebuild +++ b/kde-apps/gwenview/gwenview-9999.ebuild @@ -15,13 +15,12 @@ HOMEPAGE=" LICENSE="GPL-2+ handbook? ( FDL-1.2 )" KEYWORDS="" -IUSE="fits kipi +mpris raw semantic-desktop X" +IUSE="activities fits kipi +mpris raw semantic-desktop X" # requires running environment RESTRICT+=" test" COMMON_DEPEND=" - $(add_frameworks_dep kactivities) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -48,6 +47,7 @@ COMMON_DEPEND=" media-libs/libpng:0= media-libs/phonon[qt5(+)] virtual/jpeg:0 + activities? ( $(add_frameworks_dep kactivities) ) fits? ( sci-libs/cfitsio ) kipi? ( $(add_kdeapps_dep libkipi '' '' '5=') ) mpris? ( $(add_qt_dep qtdbus) ) @@ -72,6 +72,7 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) $(cmake-utils_use_find_package fits CFitsio) $(cmake-utils_use_find_package kipi KF5Kipi) $(cmake-utils_use_find_package mpris Qt5DBus) diff --git a/kde-apps/gwenview/metadata.xml b/kde-apps/gwenview/metadata.xml index fe2dcfdf86..0bca8f5e65 100644 --- a/kde-apps/gwenview/metadata.xml +++ b/kde-apps/gwenview/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + Enable kactivities support Enable support for NASA's sci-libs/cfitsio library Enable support for the KDE Image Plugin Interface Enable support for MPRIS2 interface, requiring dev-qt/qtdbus as dependency.