Skip to content

Commit

Permalink
media-gfx/digikam: Restore application style support
Browse files Browse the repository at this point in the history
Gentoo-bug: 597734

Package-Manager: portage-2.3.2
  • Loading branch information
johu committed Oct 31, 2016
1 parent 9a76e1f commit b6a1c64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions media-gfx/digikam/digikam-5.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b6a1c64

Please sign in to comment.