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/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild

27 lines
594 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_MINIMAL=4.13.0
inherit kde4-base
DESCRIPTION="Alternative configuration module for the Baloo search framework"
HOMEPAGE="https://gitlab.com/baloo-kcmadv/baloo-kcmadv"
EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git"
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE=""
DEPEND="
$(add_kdebase_dep baloo)
$(add_kdebase_dep kfilemetadata)
dev-libs/qjson
dev-libs/xapian
"
RDEPEND="${DEPEND}"