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/app-admin/packagekit-qt4/packagekit-qt4-0.9.5.ebuild

33 lines
617 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit cmake-utils
MY_PN="PackageKit-Qt"
MY_P=${MY_PN}-${PV}
DESCRIPTION="Qt4 PackageKit backend library"
HOMEPAGE="http://www.packagekit.org/"
SRC_URI="http://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="
>=dev-qt/qtcore-4.4.0:4
>=dev-qt/qtdbus-4.4.0:4
>=dev-qt/qtsql-4.4.0:4
>=app-admin/packagekit-base-0.9
"
DEPEND="${RDEPEND}
dev-libs/libxslt
virtual/pkgconfig
"
S="${WORKDIR}/${MY_P}"