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/libmm-qt/libmm-qt-1.0.1-r1.ebuild

33 lines
673 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_REQUIRED="never"
inherit kde4-base
if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS="amd64 x86"
SRC_URI="mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz"
else
KEYWORDS=""
fi
DESCRIPTION="Modemmanager bindings for Qt"
HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libmm-qt"
LICENSE="LGPL-2"
SLOT="0"
IUSE="debug"
RDEPEND="
dev-qt/qtcore:4
dev-qt/qtdbus:4
net-misc/mobile-broadband-provider-info
>=net-misc/networkmanager-0.9.8[modemmanager]
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-cxxflags.patch" )