summaryrefslogtreecommitdiff
blob: 213b268de4a9ffb5e3559df0c714333abe4a996d (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/kuickshow-0.9.1_p20091105.ebuild,v 1.1 2009/11/09 03:03:38 wired Exp $

EAPI="2"

KDE_LINGUAS="ar bg br cs cy da de el en_GB es et fr ga gl hi hu it ja ka lt nb
nds nl pl pt pt_BR ro ru rw sv ta tg tr uk zh_CN"
KDE_MINIMAL="4.3"

inherit kde4-base

MY_P="${P/_p*}-kde4.3.3"
DESCRIPTION="KDE4 program to view images"
HOMEPAGE="http://userbase.kde.org/KuickShow"
SRC_URI="mirror://kde/stable/latest/src/extragear/${MY_P}.tar.bz2"

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

DEPEND="media-libs/imlib"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"