From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-909081-garchives=archives.gentoo.org@lists.gentoo.org> 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 478C31395E1 for <garchives@archives.gentoo.org>; Mon, 31 Oct 2016 18:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A468CE0B95; Mon, 31 Oct 2016 18:52:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8CBBDE0B95 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Oct 2016 18:52:52 +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 D5B1C3413B7 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Oct 2016 18:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47FC42EE for <gentoo-commits@lists.gentoo.org>; Mon, 31 Oct 2016 18:52:49 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org> Message-ID: <1477939889.b6a1c64ef009dc58390dc28ce38ee75d600640ce.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-5.2.0.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b6a1c64ef009dc58390dc28ce38ee75d600640ce X-VCS-Branch: master Date: Mon, 31 Oct 2016 18:52:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f779ab2-6ae3-4f30-98ad-6989b3ff118a X-Archives-Hash: 16870c6bba8cfad5b7e0d4b87530ef7f commit: b6a1c64ef009dc58390dc28ce38ee75d600640ce Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Mon Oct 31 18:48:49 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Mon Oct 31 18:51:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a1c64e media-gfx/digikam: Restore application style support Gentoo-bug: 597734 Package-Manager: portage-2.3.2 media-gfx/digikam/digikam-5.2.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-gfx/digikam/digikam-5.2.0.ebuild b/media-gfx/digikam/digikam-5.2.0.ebuild index 9c3d169..f3e85ba 100644 --- a/media-gfx/digikam/digikam-5.2.0.ebuild +++ b/media-gfx/digikam/digikam-5.2.0.ebuild @@ -20,16 +20,12 @@ KEYWORDS="~amd64 ~x86" IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble semantic-desktop mysql opengl openmp +panorama scanner video X" if [[ ${KDE_BUILD_TYPE} != live ]]; then - MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} - SRC_BRANCH=stable [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz" - S="${WORKDIR}/${MY_P}/core" - fi COMMON_DEPEND=" @@ -147,6 +143,7 @@ src_prepare() { src_configure() { # LQR = only allows to choose between bundled/external local mycmakeargs=( + -DENABLE_APPSTYLES=ON -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook) -DENABLE_MYSQLSUPPORT=$(usex mysql) -DENABLE_MEDIAPLAYER=$(usex video)