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-misc/homerun/homerun-1.2.4.ebuild

36 lines
840 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DECLARATIVE_REQUIRED="always"
VIRTUALX_REQUIRED="test"
VIRTUALDBUS_TEST="true"
KDE_LINGUAS="ca ca@valencia cs da de el es fi fr gl it nl pl pt pt_BR ro sk sl
sv tr uk zh_CN"
KDE_MINIMAL="4.10"
inherit kde4-base
DESCRIPTION="Application launcher for KDE Plasma desktop"
HOMEPAGE="https://projects.kde.org/projects/playground/base/homerun"
[[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1 BSD"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND="
$(add_kdeapps_dep libkonq)
$(add_kdebase_dep libkworkspace)
"
RDEPEND="
${DEPEND}
$(add_kdebase_dep plasma-workspace)
"
# Fails 2 out of 6, check later again.
# With virtualx/virtualdbus it hangs
RESTRICT="test"