[21337] trunk/dports/gnome/gthumb
source_changes at macosforge.org
source_changes at macosforge.org
Sat Jan 20 08:48:06 PST 2007
Revision: 21337
http://trac.macosforge.org/projects/macports/changeset/21337
Author: rhwood at macports.org
Date: 2007-01-20 08:48:06 -0800 (Sat, 20 Jan 2007)
Log Message:
-----------
Upgrade to version 2.8.1<BR>Fix scrollkeeper behaviors
Modified Paths:
--------------
trunk/dports/gnome/gthumb/Portfile
Removed Paths:
-------------
trunk/dports/gnome/gthumb/files/patch_image-viewer.c
Modified: trunk/dports/gnome/gthumb/Portfile
===================================================================
--- trunk/dports/gnome/gthumb/Portfile 2007-01-20 12:33:51 UTC (rev 21336)
+++ trunk/dports/gnome/gthumb/Portfile 2007-01-20 16:48:06 UTC (rev 21337)
@@ -2,18 +2,24 @@
PortSystem 1.0
name gthumb
-version 2.2.1
+version 2.8.1
description Image viewer and browser for the gnome desktop.
long_description ${description}
-maintainers macports-dev at lists.macosforge.org
+maintainers nomaintainer at macports.org
categories gnome
platforms darwin
homepage http://www.gnome.org/
-master_sites gnome:sources/gthumb/2.2/
+master_sites gnome:sources/gthumb/2.8/
use_bzip2 yes
-checksums md5 174831cfa6ee0702675e3ea9faf74b57
+checksums md5 680743ea3282c63343b4f1fcf9348079
depends_lib bin:libgnomeprintui-2:libgnomeprintui
-patchfiles patch_image-viewer.c
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
-post-configure { system "scrollkeeper-update" }
+
+post-destroot {
+ file delete -force ${destroot}${prefix}/var/scrollkeeper
+}
+
+post-activate {
+ system "scrollkeeper-update"
+}
Deleted: trunk/dports/gnome/gthumb/files/patch_image-viewer.c
===================================================================
--- trunk/dports/gnome/gthumb/files/patch_image-viewer.c 2007-01-20 12:33:51 UTC (rev 21336)
+++ trunk/dports/gnome/gthumb/files/patch_image-viewer.c 2007-01-20 16:48:06 UTC (rev 21337)
@@ -1,10 +0,0 @@
---- libgthumb/image-viewer.c.org Mon Feb 2 20:52:17 2004
-+++ libgthumb/image-viewer.c Mon Feb 2 20:56:10 2004
-@@ -21,6 +21,7 @@
- */
-
- #include <math.h>
-+#include <sys/types.h>
- #include <gdk/gdkkeysyms.h>
- #include <gtk/gtkadjustment.h>
- #include <gtk/gtkhscrollbar.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070120/ff334296/attachment.html
More information about the macports-changes
mailing list