summaryrefslogtreecommitdiff
blob: fb9b4c96e81524bec8ca103ac5facfd0abdf5919 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit xfce44

DESCRIPTION="Xfce4 panel plugin for small command line"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=xfce-base/libxfce4util-${XFCE_BETA_VERSION}
	>=xfce-extra/exo-0.3.1.6_beta
	dev-libs/libpcre"
DEPEND="${RDEPEND}
	>=xfce-base/xfce4-panel-${XFCE_BETA_VERSION}"

xfce44_beta
xfce44_goodies_panel_plugin

src_unpack() {
	unpack ${A}
	cd "${S}"

	# Fix compile error; fixed in SVN.
	sed -i -e '7d' Makefile.am
	sed -i -e '250d' Makefile.in
}