Skip to content
Permalink
Browse files

gimp2-devel: update to version 2.10.11 devel branch as of 20190415

  • Loading branch information
dbevans committed Apr 16, 2019
1 parent aa955d6 commit 5afd6ae33d8a9b8847a51dc8cbbf2ea668fdf9d1
@@ -7,9 +7,9 @@ PortGroup cxx11 1.1
name gimp2-devel
conflicts gimp2 gimp3-devel
set git_name gimp
set git_commit 9173e4227404c487e298f876bc3f033a10d0b5eb
set git_date 20190304
version 2.10.9-${git_date}
set git_commit d1d002250040ddacda39b1e802d5194a2805ed4a
set git_date 20190415
version 2.10.11-${git_date}
license GPL-3+
categories graphics
maintainers {devans @dbevans}
@@ -30,9 +30,9 @@ distname ${git_name}-${git_commit}

use_bzip2 yes

checksums rmd160 678a68083abbfa793fcb57a2268bd690779941d7 \
sha256 6cbd4be492ebddb785d34d3f16a920f917e85e57d9fa60090fc3f6c026e2a521 \
size 82308292
checksums rmd160 cbd04b62b0b24a66f72cd68be436d663f07151a5 \
sha256 23b0d9630b2e49eccd76559140c2b26093165b4b8f3fdd7cc5a66a1e0c28f325 \
size 82511261

set perl_version 5.28

@@ -91,7 +91,7 @@ use_parallel_build no
# redefinition of typedef is invalid in C [-Wtypedef-redefinition] (#50329)
# as of version 2.10.0 requires a C++14 compatible compiler to configure

compiler.blacklist *gcc-3.* *gcc-4.* {clang < 700}
compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 700}

patchfiles patch-configure.ac.diff \
patch-etc-gimprc.in.diff \
@@ -1,6 +1,6 @@
--- etc/gimprc.in.orig 2018-10-24 11:50:49.000000000 -0700
+++ etc/gimprc.in 2018-10-24 18:39:09.000000000 -0700
@@ -762,11 +762,13 @@
--- etc/gimprc.in.orig 2019-04-15 08:53:37.000000000 -0700
+++ etc/gimprc.in 2019-04-15 14:14:58.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-10-24 11:50:49.000000000 -0700
+++ libgimpwidgets/gimppickbutton-quartz.c 2018-10-24 18:39:09.000000000 -0700
@@ -54,6 +54,10 @@
--- libgimpwidgets/gimppickbutton-quartz.c.orig 2019-04-15 08:53:37.000000000 -0700
+++ libgimpwidgets/gimppickbutton-quartz.c 2019-04-15 14:14:58.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 5afd6ae

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