# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 KDE_GCC_MINIMAL="4.9" KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Personal finances manager, aiming at being simple and intuitive" HOMEPAGE="http://www.skrooge.org/" [[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2" KEYWORDS="~amd64" IUSE="activities crypt ofx" COMMON_DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) $(add_frameworks_dep kitemviews) $(add_frameworks_dep knewstuff) $(add_frameworks_dep knotifications) $(add_frameworks_dep knotifyconfig) $(add_frameworks_dep kparts) $(add_frameworks_dep krunner) $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtconcurrent) $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtscript) $(add_qt_dep qtsql) $(add_qt_dep qtsvg) $(add_qt_dep qtwebkit) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) app-crypt/qca:2[qt5] dev-libs/grantlee:5 activities? ( $(add_frameworks_dep kactivities) ) crypt? ( dev-db/sqlcipher ) !crypt? ( dev-db/sqlite:3 ) ofx? ( >=dev-libs/libofx-0.9.1 ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep kdesignerplugin) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep kwindowsystem) $(add_qt_dep designer) dev-libs/libxslt virtual/pkgconfig x11-misc/shared-mime-info " RDEPEND="${COMMON_DEPEND} !app-office/skrooge:4 " # hangs + installs files RESTRICT="test" DOCS=( AUTHORS CHANGELOG README TODO ) PATCHES=( "${FILESDIR}/${P}-glibc-2.23.patch" ) src_configure() { local mycmakeargs=( -DSKG_BUILD_TEST=$(usex test) -DSKG_CIPHER=$(usex crypt) $(cmake-utils_use_find_package activities KF5Activities) $(cmake-utils_use_find_package ofx LibOfx) ) kde5_src_configure } src_test() { local mycmakeargs=( -DSKG_BUILD_TEST=ON ) kde5_src_test }