summaryrefslogtreecommitdiff
blob: 149c509ab4dc614eb335a2442263551dfe4b8ca3 (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/games-board/kwappen/kwappen-1.1.5.ebuild,v 1.3 2008/01/28 01:55:34 mr_bones_ Exp $

inherit kde
need-kde 3

DESCRIPTION="A jigsaw puzzle game for the KDE environment"
HOMEPAGE="http://www.lcs-chemie.de/kwappen_eng.htm"
SRC_URI="http://www.lcs-chemie.de/${P}.tar.gz"

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

src_unpack()
{
	kde_src_unpack
	cd "${S}"
	# Sorry if you speak portuguese... (bug #206370)
	# Better patch for this welcome.
	sed -i \
		-e "122 s/Op../Opï¿/" \
		doc/pt/index.docbook \
		doc/pt_BR/index.docbook \
		|| die "sed failed"
}