summaryrefslogtreecommitdiff
blob: 1042b8bc4ddeaece4de576e66f78d76309f3625a (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
26
27
28
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-1.0.2.ebuild,v 1.6 2008/04/30 15:43:06 mattepiu Exp $

inherit kde

IUSE="crypt"

DESCRIPTION="A DropDrawers clone. Multiple information organizer"
HOMEPAGE="http://basket.kde.org/"
SRC_URI="http://basket.kde.org/downloads/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86"

DEPEND="crypt? ( >=app-crypt/gpgme-1.0 )"
RDEPEND="${DEPEND}"

need-kde 3.3

PATCHES[0]="${FILESDIR}/${P}-gcc43.patch"

src_unpack() {
	kde_src_unpack

	sed -e "s/x-basket-template/&;/" -i "${S}/src/${PN}.desktop" || die "Sed failed."
}