summaryrefslogtreecommitdiff
blob: c27d6d436ed34a640b18c9eb8bfdc5852ed72fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

inherit cmake-utils git-2

EGIT_REPO_URI="git://gitorious.org/qtpanel/qtpanel.git"

DESCRIPTION="Yet another desktop panel written in Qt"
HOMEPAGE="https://gitorious.org/qtpanel/qtpanel"
SRC_URI=""

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXcomposite
	x11-libs/libXdamage
	x11-libs/qt-gui:4"
DEPEND="${RDEPEND}"

src_install() {
	dobin ${CMAKE_BUILD_DIR}/${PN}
}