From 772f69cc306b47d424bdab9b0ad2689b5ceff980 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 11 Feb 2026 09:19:21 +0000 Subject: [PATCH] Update to gthumb-3.12.10. --- graphics/gthumb/Makefile | 2 +- graphics/gthumb/distinfo | 4 ++-- graphics/gthumb/patches/patch-gthumb_gth-browser_c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 3b322a592db..7e2854ec56b 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,7 +1,7 @@ COMMENT= image viewer and browser for GNOME GNOME_PROJECT= gthumb -GNOME_VERSION= 3.12.9 +GNOME_VERSION= 3.12.10 CATEGORIES= graphics diff --git a/graphics/gthumb/distinfo b/graphics/gthumb/distinfo index ab942654525..c61cdc8f112 100644 --- a/graphics/gthumb/distinfo +++ b/graphics/gthumb/distinfo @@ -1,2 +1,2 @@ -SHA256 (gthumb-3.12.9.tar.xz) = 13+ItWneSSV4BzDnhnspB3GNpmBowkLd6bvaEH4YP/o= -SIZE (gthumb-3.12.9.tar.xz) = 7594032 +SHA256 (gthumb-3.12.10.tar.xz) = MiI0RlPNb7XXmBtzlRrj2QxBT3QiCoschmWyVXQoTHU= +SIZE (gthumb-3.12.10.tar.xz) = 7594208 diff --git a/graphics/gthumb/patches/patch-gthumb_gth-browser_c b/graphics/gthumb/patches/patch-gthumb_gth-browser_c index c3f95727ae4..a8ca7f57047 100644 --- a/graphics/gthumb/patches/patch-gthumb_gth-browser_c +++ b/graphics/gthumb/patches/patch-gthumb_gth-browser_c @@ -4,7 +4,7 @@ using integer absolute value function 'abs' when argument is of floating point t Index: gthumb/gth-browser.c --- gthumb/gth-browser.c.orig +++ gthumb/gth-browser.c -@@ -2474,8 +2474,8 @@ viewer_motion_notify_event_cb (GtkWidget *widget, +@@ -2476,8 +2476,8 @@ viewer_motion_notify_event_cb (GtkWidget *widget, if (browser->priv->last_mouse_y == 0.0) browser->priv->last_mouse_y = event->y;