| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
KDE_HANDBOOK="optional"
|
| 7 |
KDE_LINGUAS="de"
|
| 8 |
inherit kde4-base
|
| 9 |
|
| 10 |
DESCRIPTION="KDE port of Ding, a dictionary lookup program."
|
| 11 |
HOMEPAGE="http://www.rexi.org/software/kding/"
|
| 12 |
SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2"
|
| 13 |
|
| 14 |
LICENSE="GPL-2"
|
| 15 |
SLOT="4"
|
| 16 |
KEYWORDS="~amd64 ~x86"
|
| 17 |
IUSE="debug"
|
| 18 |
|
| 19 |
PATCHES=( "${FILESDIR}"/${P}-dtd.patch )
|
| 20 |
|
| 21 |
src_prepare() {
|
| 22 |
sed -e "/Encoding=UTF-8/d" \
|
| 23 |
-i resources/kding.desktop || die "fixing .desktop file failed"
|
| 24 |
sed -e "s/Office/Office;TextTools;Utility/" \
|
| 25 |
-i resources/kding.desktop || die "fixing .desktop file failed"
|
| 26 |
|
| 27 |
kde4-base_src_prepare
|
| 28 |
}
|