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/www-client/rekonq/rekonq-2.4.2-r1.ebuild

48 lines
1.1 KiB

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_LINGUAS="cs da de el es et eu fi fr gl hu ia it km lt mr nb nl pl pt pt_BR
sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
KDE_HANDBOOK="optional"
KDE_MINIMAL="4.13.1"
WEBKIT_REQUIRED="always"
inherit kde4-base
DESCRIPTION="A browser based on qtwebkit"
HOMEPAGE="https://rekonq.kde.org/"
[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug kde opera"
DEPEND="
$(add_kdebase_dep kdelibs)
kde? ( $(add_kdebase_dep kactivities) )
opera? (
app-crypt/qca:2[qt4(+)]
dev-libs/qoauth:0
)
"
RDEPEND="
${DEPEND}
$(add_kdeapps_dep kdebase-kioslaves)
$(add_kdeapps_dep keditbookmarks)
"
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_NepomukCore=ON
-DCMAKE_DISABLE_FIND_PACKAGE_Soprano=ON
$(cmake-utils_use_with kde KActivities)
$(cmake-utils_use_with opera QCA2)
$(cmake-utils_use_with opera QtOAuth)
)
kde4-base_src_configure
}