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 A331D139696 for ; Wed, 15 Mar 2017 17:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF93721C1F7; Wed, 15 Mar 2017 17:23:36 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C384421C1F7 for ; Wed, 15 Mar 2017 17:23:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 968DD34108B for ; Wed, 15 Mar 2017 17:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D17746944 for ; Wed, 15 Mar 2017 17:23: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: <1489598602.59a707e3ca56d4525a8cca2ecdc90d5f4ca8ef89.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 59a707e3ca56d4525a8cca2ecdc90d5f4ca8ef89 X-VCS-Branch: master Date: Wed, 15 Mar 2017 17:23: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: c5847505-1847-4753-82d9-a77e965769cf X-Archives-Hash: 390e1dc6fdeecfae9fa3a7084f48dc2d commit: 59a707e3ca56d4525a8cca2ecdc90d5f4ca8ef89 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 15 17:11:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 15 17:23:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a707e3 kde-apps/kio-extras: Add stable candidate without USE=htmlthumbs It would bump the required version of Qt to 5.7.1 which is not stable. That also allows to add back ~arm keyword. Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild | 85 ++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild new file mode 100644 index 00000000000..b9bcf03ea22 --- /dev/null +++ b/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="activities exif +man mtp openexr phonon samba +sftp slp" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive 'bzip2,lzma') + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + virtual/jpeg:0 + activities? ( + $(add_frameworks_dep kactivities) + $(add_qt_dep qtsql) + ) + exif? ( media-gfx/exiv2:= ) + man? ( $(add_frameworks_dep khtml) ) + mtp? ( media-libs/libmtp:= ) + openexr? ( media-libs/openexr ) + phonon? ( media-libs/phonon[qt5] ) + samba? ( net-fs/samba[client] ) + sftp? ( net-libs/libssh:=[sftp] ) + slp? ( net-libs/openslp ) +" +RDEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kded) +" +DEPEND="${COMMON_DEPEND} + x11-misc/shared-mime-info +" + +# requires running kde environment +RESTRICT+=" test" + +PATCHES=( + "${FILESDIR}/${PN}"-16.12.1-activities-optional.patch + "${FILESDIR}/${PN}"-16.12.1-man-optional.patch +) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(cmake-utils_use_find_package exif Exiv2) + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON + $(cmake-utils_use_find_package man KF5KHtml) + $(cmake-utils_use_find_package mtp Mtp) + $(cmake-utils_use_find_package openexr OpenEXR) + $(cmake-utils_use_find_package phonon Phonon4Qt5) + $(cmake-utils_use_find_package samba Samba) + $(cmake-utils_use_find_package sftp LibSSH) + $(cmake-utils_use_find_package slp SLP) + ) + + kde5_src_configure +}