summaryrefslogtreecommitdiff
blob: 6e91909ec72f8469aa9170f76ae0fca4bf8c56f6 (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
29
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild,v 1.8 2003/07/09 17:17:18 liquidx Exp $

inherit gnome2

DESCRIPTION="a setup program for metacity"
HOMEPAGE="http://plastercast.tzo.com/~plastercast/Projects/"
SRC_URI="mirror:///sourceforge/metacity-setup/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc"

RDEPEND="x11-wm/metacity
	>=x11-libs/gtk+-2*
	>=dev-libs/glib-2*
	gnome-base/libgnomeui"
	
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS="AUTHORS COPYING  ChangeLog INSTALL NEWS README"

src_unpack() {
	unpack ${A}
	cd ${S}
	patch -p0 < ${FILESDIR}/metacity-setup-0.7.1-themedir.patch || die
}