Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/
Date: Mon, 31 Oct 2016 18:52:53
Message-Id: 1477939889.b6a1c64ef009dc58390dc28ce38ee75d600640ce.johu@gentoo
1 commit: b6a1c64ef009dc58390dc28ce38ee75d600640ce
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 18:48:49 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 18:51:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a1c64e
7
8 media-gfx/digikam: Restore application style support
9
10 Gentoo-bug: 597734
11
12 Package-Manager: portage-2.3.2
13
14 media-gfx/digikam/digikam-5.2.0.ebuild | 5 +----
15 1 file changed, 1 insertion(+), 4 deletions(-)
16
17 diff --git a/media-gfx/digikam/digikam-5.2.0.ebuild b/media-gfx/digikam/digikam-5.2.0.ebuild
18 index 9c3d169..f3e85ba 100644
19 --- a/media-gfx/digikam/digikam-5.2.0.ebuild
20 +++ b/media-gfx/digikam/digikam-5.2.0.ebuild
21 @@ -20,16 +20,12 @@ KEYWORDS="~amd64 ~x86"
22 IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble semantic-desktop mysql opengl openmp +panorama scanner video X"
23
24 if [[ ${KDE_BUILD_TYPE} != live ]]; then
25 -
26 MY_PV=${PV/_/-}
27 MY_P=${PN}-${MY_PV}
28 -
29 SRC_BRANCH=stable
30 [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
31 SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
32 -
33 S="${WORKDIR}/${MY_P}/core"
34 -
35 fi
36
37 COMMON_DEPEND="
38 @@ -147,6 +143,7 @@ src_prepare() {
39 src_configure() {
40 # LQR = only allows to choose between bundled/external
41 local mycmakeargs=(
42 + -DENABLE_APPSTYLES=ON
43 -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook)
44 -DENABLE_MYSQLSUPPORT=$(usex mysql)
45 -DENABLE_MEDIAPLAYER=$(usex video)