You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/kcontacts/kcontacts-17.08.1.ebuild

41 lines
855 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
KDE_TEST="true"
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Address book API based on KDE Frameworks"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
"
src_prepare() {
kde5_src_prepare
# FIXME: Fails test because access to /dev/dri/card0 is denied
sed -i \
-e "/ecm_add_tests/ s/picturetest\.cpp //" \
autotests/CMakeLists.txt || die
}
src_test() {
mkdir -p "${HOME}/.local/share/kf5/kcontacts" || die
cp "${S}/src/countrytransl.map" "${HOME}/.local/share/kf5/kcontacts/" || die
kde5_src_test
}