blob: 075accc4c8a074fec48ffba52eee6922c3d4adcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/baghira/baghira-0.7.ebuild,v 1.3 2006/03/17 13:23:45 flameeyes Exp $
inherit kde
DESCRIPTION="Baghira - an OS-X like style for KDE"
HOMEPAGE="http://baghira.sourceforge.net/"
SRC_URI="mirror://sourceforge/baghira/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.3 )
|| ( kde-base/konqueror >=kde-base/kdebase-3.3 )"
need-kde 3.3
S="${WORKDIR}/${PN}-release"
PATCHES="${FILESDIR}/${P}-gcc41.patch"
|