2016-12-25 23:57:01 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2012-06-14 20:56:09 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2012-06-14 20:56:09 +04:00
|
|
|
|
2016-12-25 23:57:01 +03:00
|
|
|
EAPI=6
|
2012-06-14 20:56:09 +04:00
|
|
|
|
|
|
|
inherit cmake-utils
|
|
|
|
|
|
|
|
DESCRIPTION="Application menu module for Qt"
|
|
|
|
HOMEPAGE="https://launchpad.net/appmenu-qt"
|
2016-12-25 23:57:01 +03:00
|
|
|
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
|
2012-06-14 20:56:09 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2 LGPL-2.1"
|
|
|
|
SLOT="0"
|
2012-06-15 19:09:57 +04:00
|
|
|
KEYWORDS="~amd64 ~x86"
|
2012-06-14 20:56:09 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2016-12-25 23:57:01 +03:00
|
|
|
DEPEND="
|
|
|
|
dev-qt/qtcore:4
|
|
|
|
dev-qt/qtdbus:4
|
|
|
|
dev-qt/qtgui:4
|
2014-12-31 20:49:40 +03:00
|
|
|
>=dev-libs/libdbusmenu-qt-0.9.0[qt4(+)]"
|
2012-06-14 20:56:09 +04:00
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
DOCS=( NEWS README )
|