blob: d2c793c63861da4031338afa7532bec5d454a54b (
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-2008 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.12 2008/02/19 13:38:04 ingmar 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 ~x86-fbsd"
IUSE=""
DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* )
|| ( =kde-base/konqueror-3.5* =kde-base/kdebase-3.5* )"
need-kde 3.3
S="${WORKDIR}/${PN}-release"
PATCHES="${FILESDIR}/${P}-gcc41.patch"
|