blob: c9ff09e77240c43f06b7ab3c690a1e5875c6341e (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/ristretto/ristretto-0.0.14.ebuild,v 1.5 2007/12/12 15:01:07 ranger Exp $
inherit xfce44
xfce44
xfce44_gzipped
DESCRIPTION="a fast and lightweight picture-viewer for the Xfce desktop environment"
HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}"
KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86"
IUSE="debug"
RDEPEND=">=x11-libs/gtk+-2.12
>=dev-libs/glib-2.12
dev-libs/dbus-glib
media-libs/libexif
>=sys-apps/dbus-1
>=xfce-extra/exo-0.3.2
>=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
>=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
>=xfce-base/thunar-${THUNAR_MASTER_VERSION}"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
DOCS="AUTHORS ChangeLog NEWS README TODO"
|