summaryrefslogtreecommitdiff
blob: 2d1fa213492c9ee47f74569ef630a8ba09ba4bf9 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/kiso/kiso-0.8.3.ebuild,v 1.11 2009/10/24 22:42:20 ssuominen Exp $

ARTS_REQUIRED=never
inherit kde

DESCRIPTION="a frontend for KDE to make it as easy as possible to create manipulate and extract CD Image files."
HOMEPAGE="http://kiso.sourceforge.net/"
SRC_URI="mirror://sourceforge/kiso/${P}.tar.gz"

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

DEPEND=">=dev-libs/libcdio-0.73
	virtual/cdrtools
	app-admin/sudo"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}"/${P}-libcdio-077.patch
	"${FILESDIR}"/${PN}-desktop_file.patch )

need-kde 3.5

S=${WORKDIR}/${P/c}

src_install() {
	kde_src_install

	rm -Rf "${D}"/usr/share/applnk
	domenu "${S}"/src/${PN}.desktop
}

pkg_postinst() {
	elog
	elog "Applications KIso will use when available:"
	elog
	elog "to burn cd images         - app-cdr/k3b"
	elog "to create encypted images - app-crypt/mcrypt"
	elog "to hex edit images        - kdebase/khexedit, kdebase/kdeutils or app-editors/ghex"
	elog
}