blob: 7e9b7173fb789652276282fa17154b52f30e519e (
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.1.8.ebuild,v 1.1 2008/01/13 15:40:58 drac 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"
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"
|