Skip to content
Permalink
Browse files

gimp2: update to version 2.10.10

  • Loading branch information
dbevans committed Apr 14, 2019
1 parent fd0e310 commit 6be0dc65f11209a0d8c722f7d0310f55623d1c29
@@ -7,8 +7,7 @@ PortGroup cxx11 1.1
name gimp2
conflicts gimp2-devel gimp3-devel
# please remember to update the gimp metapackage to match
version 2.10.8
revision 3
version 2.10.10
license GPL-3+
categories graphics
maintainers {devans @dbevans}
@@ -28,9 +27,9 @@ distname gimp-${version}

use_bzip2 yes

checksums rmd160 6ba70462096cc79c80c4e5bcb8abfe3c339542d6 \
sha256 d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b \
size 31954568
checksums rmd160 888e4a3da7198618a7db8bc3c21956169c39efbf \
sha256 12d1f243265c7aee1f2c6e97883a5c90ddc0b19b4346cf822e24adbb6c998c77 \
size 32408724

set perl_version 5.28

@@ -141,6 +140,7 @@ configure.args --build=${configure.build_arch}-apple-${os.platform}${os.ver
--disable-silent-rules \
--disable-python \
--without-alsa \
--without-libheif \
--without-gudev \
--without-webkit \
ac_cv_path_INTLTOOL_PERL=${configure.perl}
@@ -1,6 +1,6 @@
--- configure.ac.orig 2018-11-08 05:58:50.000000000 -0800
+++ configure.ac 2018-11-13 00:53:49.000000000 -0800
@@ -798,7 +798,7 @@
--- configure.ac.orig 2019-04-07 04:38:49.000000000 -0700
+++ configure.ac 2019-04-12 14:45:21.000000000 -0700
@@ -794,7 +794,7 @@
fi
AC_MSG_RESULT($have_glib_2_43)

@@ -9,7 +9,7 @@
if test "x$GEGL" = xno; then
add_deps_error([gegl], [Could not find native gegl executable in your PATH.])
fi
@@ -2241,7 +2241,7 @@
@@ -2217,7 +2217,7 @@
# Check for perl
################

@@ -1,6 +1,6 @@
--- etc/gimprc.in.orig 2018-11-08 05:58:41.000000000 -0800
+++ etc/gimprc.in 2018-11-13 00:53:49.000000000 -0800
@@ -762,11 +762,13 @@
--- etc/gimprc.in.orig 2019-04-07 04:52:46.000000000 -0700
+++ etc/gimprc.in 2019-04-12 14:45:21.000000000 -0700
@@ -767,11 +767,13 @@
# string value.
#
# (help-locales "")
@@ -14,15 +14,15 @@

# When enabled, a search of actions will also return inactive actions.
# Possible values are yes and no.
@@ -782,6 +784,7 @@
@@ -787,6 +789,7 @@
# no.
#
# (user-manual-online no)
+(user-manual-online yes)

# The location of the online user manual. This is used if
# 'user-manual-online' is enabled. This is a string value.
@@ -793,6 +796,7 @@
@@ -798,6 +801,7 @@
# windows. Possible values are normal, utility and keep-above.
#
# (dock-window-hint utility)
@@ -1,6 +1,6 @@
--- libgimpwidgets/gimppickbutton-quartz.c.orig 2018-11-08 05:58:41.000000000 -0800
+++ libgimpwidgets/gimppickbutton-quartz.c 2018-11-13 00:53:49.000000000 -0800
@@ -54,6 +54,10 @@
--- libgimpwidgets/gimppickbutton-quartz.c.orig 2019-04-07 04:38:14.000000000 -0700
+++ libgimpwidgets/gimppickbutton-quartz.c 2019-04-12 14:45:21.000000000 -0700
@@ -59,6 +59,10 @@
{
GimpPickButton *button;
NSMutableArray *windows;
@@ -11,7 +11,7 @@
}

@property (nonatomic, assign) BOOL firstBecameKey;
@@ -68,6 +72,9 @@
@@ -73,6 +77,9 @@
{
GimpPickButton *button;
GimpPickWindowController *controller;
@@ -21,7 +21,7 @@
}

@property (readonly,assign) NSTrackingArea *area;
@@ -192,7 +199,7 @@
@@ -197,7 +204,7 @@
rect = [self.window convertRectToScreen:rect];
rect.origin.y = [[[NSScreen screens] objectAtIndex:0] frame].size.height - rect.origin.y;

0 comments on commit 6be0dc6

Please sign in to comment.
You can’t perform that action at this time.