blob: 824128131ca52b545f3a22f1db6b11101fb5080e (
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-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/baghira/baghira-0.3r.ebuild,v 1.6 2004/08/03 19:32:49 centic Exp $
inherit eutils kde
S=${WORKDIR}/${PN}
DESCRIPTION="Baghira - an OS-X like style for KDE-3.2"
SRC_URI="mirror://sourceforge/baghira/${P}.tar.bz2"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=8692"
LICENSE="BSD"
KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
need-kde 3.2
src_unpack() {
unpack "${A}"
epatch ${FILESDIR}/gcc34-baghira-03r.patch
cd "${S}"
}
|