# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit git cmake-utils DESCRIPTION="A library providing Qt implementation of DBusMenu specification" HOMEPAGE="http://people.canonical.com/~agateau/dbusmenu/" EGIT_REPO_URI="git://gitorious.org/dbusmenu/dbusmenu-qt.git" LICENSE="LGPL-2" KEYWORDS="" SLOT="0" IUSE="debug" # Bug #315215, require X server running RESTRICT="test" DEPEND=" x11-libs/qt-core:4 x11-libs/qt-gui:4[dbus] x11-libs/qt-test:4 " RDEPEND="${DEPEND}" DOCS=(NEWS README) src_unpack() { git_src_unpack }