summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-05-16 09:51:41 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-05-16 09:51:41 +0000
commit69fcc8569f6623f53933cf75e7dac589d18a9c85 (patch)
tree88b69d41987d91ab2f367addbcd2bd95c492370c /media-gfx
parentversion bump and omf/scrollkeeper fixes (diff)
downloadhistorical-69fcc8569f6623f53933cf75e7dac589d18a9c85.tar.gz
historical-69fcc8569f6623f53933cf75e7dac589d18a9c85.tar.bz2
historical-69fcc8569f6623f53933cf75e7dac589d18a9c85.zip
version bump and omf/scrollkeeper fixes
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gthumb/Manifest4
-rw-r--r--media-gfx/gthumb/files/digest-gthumb-2.1.21
-rw-r--r--media-gfx/gthumb/gthumb-2.1.2.ebuild46
3 files changed, 49 insertions, 2 deletions
diff --git a/media-gfx/gthumb/Manifest b/media-gfx/gthumb/Manifest
index df5ebd5df6f6..ff9513dcdfc6 100644
--- a/media-gfx/gthumb/Manifest
+++ b/media-gfx/gthumb/Manifest
@@ -1,7 +1,7 @@
-MD5 a3c086e29d747886db3363fb42129adf ChangeLog 2917
+MD5 7642bbda7ba48b6c8057a77158965afb ChangeLog 3057
MD5 9e7a21a0eae98900c2d5bad94e15a66a gthumb-0.13.ebuild 953
MD5 1ea5c9d54c6befb5c5e184ef3da5ef40 gthumb-1.104.ebuild 992
-MD5 d43373a0dbbd201052a746fbeb7411f1 gthumb-2.1.2.ebuild 1098
+MD5 c725c8bc412ef192e8931899288a4e32 gthumb-2.1.2.ebuild 1192
MD5 bed2ea0937855e2d4be48ad1985cf5e9 gthumb-2.0.1.ebuild 1058
MD5 a356c73a36bd7581937893aff678abaa gthumb-2.1.0.ebuild 1097
MD5 d43373a0dbbd201052a746fbeb7411f1 gthumb-2.1.1.ebuild 1098
diff --git a/media-gfx/gthumb/files/digest-gthumb-2.1.2 b/media-gfx/gthumb/files/digest-gthumb-2.1.2
new file mode 100644
index 000000000000..50d68d1afb87
--- /dev/null
+++ b/media-gfx/gthumb/files/digest-gthumb-2.1.2
@@ -0,0 +1 @@
+MD5 830e291b591ca02fd18dafa92b63879b gthumb-2.1.2.tar.bz2 1207123
diff --git a/media-gfx/gthumb/gthumb-2.1.2.ebuild b/media-gfx/gthumb/gthumb-2.1.2.ebuild
new file mode 100644
index 000000000000..28968c4c0250
--- /dev/null
+++ b/media-gfx/gthumb/gthumb-2.1.2.ebuild
@@ -0,0 +1,46 @@
+# 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.2.ebuild,v 1.1 2003/05/16 09:51:16 liquidx Exp $
+
+inherit gnome2
+
+IUSE=""
+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
+ >=media-libs/libexif-0.5.8"
+
+DEPEND=">=dev-util/pkgconfig-0.9.0
+ app-text/scrollkeeper
+ ${RDEPEND}"
+
+DOCS="AUTHORS COPYING ChangeLog NEWS README TODO"
+
+src_unpack() {
+ unpack ${A}
+ gnome2_omf_fix
+}
+
+pkg_postinst() {
+ ewarn "If you have been using 1.0.8 you might have to remove your thumbnails to"
+ ewarn "correct problems."
+ ewarn "'rm -fr ~/.nautilus/thumbnails/*' as your gthumb user should do the trick."
+}