blob: a2624464ef44bcf6f58709708264657878ca68c9 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/mtaskbar/mtaskbar-0.7.ebuild,v 1.4 2006/11/04 18:04:57 kugelfang Exp $
inherit kde eutils
DESCRIPTION="A beautiful taskbar for KDE's kicker"
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=16261"
SRC_URI="http://www.uni-weimar.de/~wolff3/kdelook/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
S=${WORKDIR}/${P}/${PN}
need-kde 3.3
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PN}-gcc4.patch
epatch ${FILESDIR}/${PN}-desktop.patch
}
|