Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47561 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-gfx/gthumb/gthumb-2.2.1.ebuild (-50 lines)
Lines 1-50 Link Here
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.2.1.ebuild,v 1.2 2004/02/02 02:58:21 avenj Exp $
4
5
inherit gnome2
6
7
IUSE="jpeg tiff png"
8
DESCRIPTION="Image viewer and browser for Gnome"
9
HOMEPAGE="http://gthumb.sourceforge.net/"
10
11
SLOT="0"
12
LICENSE="GPL-2"
13
KEYWORDS="~x86 ~ppc ~amd64"
14
15
RDEPEND=">=dev-libs/glib-2.2
16
	>=x11-libs/gtk+-2.2
17
	>=dev-libs/libxml2-2.4
18
	>=gnome-base/libgnome-2.2
19
	>=gnome-base/libgnomeui-2.2
20
	>=gnome-base/libgnomecanvas-2
21
	>=gnome-base/gnome-vfs-2.1.3
22
	>=gnome-base/libglade-2
23
	>=gnome-base/libgnomeprint-2.2
24
	>=gnome-base/libgnomeprintui-2.2
25
	>=gnome-base/libbonobo-2.3.3
26
	>=gnome-base/libbonoboui-2.3.3
27
	png? ( media-libs/libpng )
28
	tiff? ( media-libs/tiff )
29
	jpeg? ( media-libs/jpeg
30
		>=media-libs/libexif-0.5.12 )"
31
32
DEPEND="${RDEPEND}
33
	>=dev-util/pkgconfig-0.9.0
34
	app-text/scrollkeeper
35
	>=dev-util/intltool-0.21"
36
37
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
38
39
MAKEOPTS="${MAKEOPTS} -j2"
40
41
pkg_postinst() {
42
43
	gnome2_pkg_postinst
44
45
	einfo "Due to a mistake in slotting this package it may be that gthumb-2.0.1"
46
	einfo "is shown to be installed alongside this release."
47
	einfo "To fix this issue 'emerge -C =gthumb-2.0*' as root, this should"
48
	einfo "have no influence on your current installed gthumb."
49
50
}

Return to bug 47561