24 lines
649 B
Bash
24 lines
649 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild,v 1.1 2012/06/14 12:06:48 kensington Exp $
|
|
|
|
EAPI=4
|
|
|
|
inherit cmake-utils
|
|
|
|
DESCRIPTION="Application menu module for Qt"
|
|
HOMEPAGE="https://launchpad.net/appmenu-qt"
|
|
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-${PV}.tar.bz2"
|
|
|
|
LICENSE="GPL-2 LGPL-2.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=">=x11-libs/qt-core-4.8:4
|
|
>=x11-libs/qt-dbus-4.8:4
|
|
>=x11-libs/qt-gui-4.8:4
|
|
>=dev-libs/libdbusmenu-qt-0.9.0"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
DOCS=( NEWS README )
|