summaryrefslogtreecommitdiff
blob: 2546bab50f673cb3819be56cd42b8efcbb95e770 (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock/xfce4-wmdock-0.2.0.ebuild,v 1.4 2008/08/08 18:04:07 aballier Exp $

inherit autotools xfce44

xfce44_plugin

DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html"
SRC_URI="http://www.ibh.de/~ellguth/develop/${MY_P}.tar.gz"

KEYWORDS="amd64 ~x86 ~x86-fbsd"
IUSE="debug"

RDEPEND=">=x11-libs/libwnck-2
	xfce-base/xfce4-panel
	xfce-base/libxfcegui4
	xfce-base/libxfce4util"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool"

DOCS="AUTHORS ChangeLog README TODO"