summaryrefslogtreecommitdiff
blob: fcbb05f3488cf68ce234e214e3dd32a8e03d673d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

GCONF_DEBUG="no"
inherit eutils gnome2

MY_P="ubuntulooks_${PV}"

DESCRIPTION="Ubuntu GTK+ theme based on famous Clearlooks."
HOMEPAGE="http://www.ubuntu.com/testing/flight5#head-8e514c39116551b6503ac8bc874d7d6d143657e4"
SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/${MY_P}.orig.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
S=${WORKDIR}/${MY_P/_/-}

DEPEND=">=x11-themes/gtk-engines-2.6.5
	>=x11-libs/gtk+-2.8.8"
RDEPEND="${DEPEND}"