6af6104882
Core: - Make sure indexed images always have a colormap - Fix language selection via preferences on Windows - Don't crash on setting a large text size GUI: - Keep the same image active when switching between MWM and SWM - Make sure all dockables are properly resizable (particularly shrinkable) - Add links to jump directly to Save/Export from the Export/Save file extension warning dialogs Libgimp: - Fix GimpPickButton on OSX Plug-ins: - Properly document plug-in-autocrop-layer's PDB interface - Fix importing of indexed BMPs General: - Fix lots of places to use GIO to get proper file sizes and times on windows - Add an AppData file for GIMP - Backport lcms2 support from master, because lcms1 is not getting bug fixes any longer - Lots of bug fixes - Lots of translation updates
13 lines
425 B
Text
13 lines
425 B
Text
$NetBSD: patch-aa,v 1.29 2013/11/06 20:32:45 adam Exp $
|
|
|
|
--- etc/Makefile.in.orig 2010-06-21 20:00:58.000000000 +0000
|
|
+++ etc/Makefile.in
|
|
@@ -436,7 +436,7 @@ gimpdatadir = @gimpdatadir@
|
|
gimpdir = @gimpdir@
|
|
gimplocaledir = @gimplocaledir@
|
|
gimpplugindir = @gimpplugindir@
|
|
-gimpsysconfdir = @gimpsysconfdir@
|
|
+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|