Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 165149
Collapse All | Expand All

(-)filelight-1.0_rc2.ebuild (-6 / +10 lines)
Lines 1-19 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/filelight-1.0_rc2.ebuild,v 1.5 2006/10/29 01:11:09 flameeyes Exp $
3
# $Header: $
4
4
5
inherit kde eutils
5
inherit kde eutils
6
6
7
MY_P="${P/_/-}"
8
S="${WORKDIR}/${P%_*}"
9
10
DESCRIPTION="Filelight is a tool to display where the space is used on the harddisk"
7
DESCRIPTION="Filelight is a tool to display where the space is used on the harddisk"
11
HOMEPAGE="http://www.methylblue.com/filelight/"
8
HOMEPAGE="http://www.methylblue.com/filelight/"
12
SRC_URI="http://www.methylblue.com/filelight/packages/${MY_P}.tar.bz2"
9
SRC_URI="http://www.methylblue.com/filelight/packages/${P}.tar.bz2"
13
10
14
SLOT="0"
11
SLOT="0"
15
LICENSE="GPL-2"
12
LICENSE="GPL-2"
16
KEYWORDS="amd64 ~hppa ppc ~sparc x86 ~x86-fbsd"
13
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
17
IUSE=""
14
IUSE=""
18
15
19
need-kde 3.4
16
need-kde 3.4
17
18
src_install() {
19
	kde_src_install
20
21
	sed -i -e 's:Generic Name:GenericName:' \
22
		${D}/usr/share/applications/kde/filelight.desktop
23
}

Return to bug 165149