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/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.e...

48 lines
953 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
KDE_REQUIRED="never"
inherit kde4-base python-any-r1 qmake-utils
DESCRIPTION="Qt4 bindings for the Telepathy logger"
HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="debug"
RDEPEND="
media-libs/qt-gstreamer[qt4(+)]
>=net-im/telepathy-logger-0.8.0
net-libs/telepathy-glib
>=net-libs/telepathy-qt-0.9.1
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
sys-devel/bison
sys-devel/flex
"
pkg_setup() {
python-any-r1_pkg_setup
kde4-base_pkg_setup
}
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
-DQT_QMAKE_EXECUTABLE="$(qt4_get_bindir)/qmake"
)
kde4-base_src_configure
}