summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-03-16 17:18:39 +0000
committerMarinus Schraal <foser@gentoo.org>2003-03-16 17:18:39 +0000
commita1916f3abceb5ea0b12077f25c761c6e53c4d2de (patch)
tree436fb97b03f6a0ee1dc5af9df7173e050db0e2d4 /media-gfx/gthumb
parentversion bump and housekeeping (diff)
downloadgentoo-2-a1916f3abceb5ea0b12077f25c761c6e53c4d2de.tar.gz
gentoo-2-a1916f3abceb5ea0b12077f25c761c6e53c4d2de.tar.bz2
gentoo-2-a1916f3abceb5ea0b12077f25c761c6e53c4d2de.zip
new version, mark 2.1.0 x86
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r--media-gfx/gthumb/ChangeLog7
-rw-r--r--media-gfx/gthumb/files/digest-gthumb-2.1.11
-rw-r--r--media-gfx/gthumb/gthumb-2.1.0.ebuild4
-rw-r--r--media-gfx/gthumb/gthumb-2.1.1.ebuild38
4 files changed, 47 insertions, 3 deletions
diff --git a/media-gfx/gthumb/ChangeLog b/media-gfx/gthumb/ChangeLog
index 834cc161aa97..3dde54ac93f2 100644
--- a/media-gfx/gthumb/ChangeLog
+++ b/media-gfx/gthumb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/gthumb
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.17 2003/03/03 16:13:17 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.18 2003/03/16 17:18:39 foser Exp $
+
+*gthumb-2.1.1 (16 Mar 2003)
+
+ 16 Mar 2003; foser <foser@gentoo.org> gthumb-2.1.1.ebuild :
+ New version
*gthumb-2.1.0 (03 Mar 2003)
diff --git a/media-gfx/gthumb/files/digest-gthumb-2.1.1 b/media-gfx/gthumb/files/digest-gthumb-2.1.1
new file mode 100644
index 000000000000..04e9b5b47543
--- /dev/null
+++ b/media-gfx/gthumb/files/digest-gthumb-2.1.1
@@ -0,0 +1 @@
+MD5 c2a5def6c5326748b2bafae2ba215d01 gthumb-2.1.1.tar.bz2 1179664
diff --git a/media-gfx/gthumb/gthumb-2.1.0.ebuild b/media-gfx/gthumb/gthumb-2.1.0.ebuild
index def1d4adcdc4..60422a8ae93d 100644
--- a/media-gfx/gthumb/gthumb-2.1.0.ebuild
+++ b/media-gfx/gthumb/gthumb-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.1.0.ebuild,v 1.1 2003/03/03 16:13:17 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.1.0.ebuild,v 1.2 2003/03/16 17:18:39 foser Exp $
inherit gnome2
@@ -10,7 +10,7 @@ HOMEPAGE="http://gthumb.sourceforge.net/"
SLOT="1"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
RDEPEND=">=dev-libs/glib-2.2
>=x11-libs/gtk+-2.2
diff --git a/media-gfx/gthumb/gthumb-2.1.1.ebuild b/media-gfx/gthumb/gthumb-2.1.1.ebuild
new file mode 100644
index 000000000000..84de8076fd17
--- /dev/null
+++ b/media-gfx/gthumb/gthumb-2.1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.1.1.ebuild,v 1.1 2003/03/16 17:18:39 foser Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Image viewer and browser for Gnome"
+HOMEPAGE="http://gthumb.sourceforge.net/"
+
+SLOT="1"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND=">=dev-libs/glib-2.2
+ >=x11-libs/gtk+-2.2
+ >=dev-libs/libxml2-2.4
+ >=gnome-base/libgnome-2.2
+ >=gnome-base/libgnomeui-2.2
+ >=gnome-base/libgnomecanvas-2
+ >=gnome-base/gnome-vfs-2.1.3
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnomeprint-2.1
+ >=gnome-base/libgnomeprintui-2.1
+ >=gnome-base/bonobo-activation-1
+ >=gnome-base/libbonobo-2
+ >=gnome-base/libbonoboui-2"
+
+DEPEND=">=dev-util/pkgconfig-0.9.0
+ app-text/scrollkeeper
+ ${RDEPEND}"
+
+DOCS="AUTHORS COPYING ChangeLog NEWS README TODO"
+
+pkg_postinst() {
+ ewarn "If you have been using 1.0.8 you might have to remove your thumbnails to correct problems."
+ ewarn "'rm -fr ~/.nautilus/thumbnails/*' as your gthumb user should do the trick."
+}