blob: 658136e492f6f03590f38a3c3abc611065d3460f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/kink/kink-0.2.1-r1.ebuild,v 1.2 2007/06/22 05:54:33 philantrop Exp $
inherit kde eutils
DESCRIPTION="KDE printer ink level utility monitor"
HOMEPAGE="http://kink.sourceforge.net/"
SRC_URI="mirror://sourceforge/kink/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=net-print/libinklevel-0.7.1"
need-kde 3.1
PATCHES="${FILESDIR}/kink-0.2.1-compilefix.diff
${FILESDIR}/${P}-libinklevel-0.6.6.patch
${FILESDIR}/${P}-api-update.patch"
|