blob: 03b570769fa0e69820081581af0f8557ca60a3e6 (
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
|
# Copyright 1999-2009 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.3.2.ebuild,v 1.2 2009/02/14 16:48:12 angelos Exp $
inherit xfce44
xfce44_goodies_panel_plugin
DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="debug"
RDEPEND="x11-libs/libwnck"
DEPEND="${RDEPEND}
dev-util/intltool"
src_unpack() {
unpack ${A}
cd "${S}"
echo panel-plugin/wmdock.desktop.in.in >>po/POTFILES.skip
}
DOCS="AUTHORS ChangeLog README TODO"
|