freebsd-ports/graphics/gimp-app/files/patch-configure
Dima Panov ba21ee1e0e
graphics/gimp-app: update to 2.10.36 release (+)
New features and improvements:
    * ASE and ACB palettes support
    * New Gradient: FG to Transparent (Hardedge)
    * GIF: non-square ratio support
    * More enhancements
Security and bug fixes:
    * Fixed Vulnerabilities
    * Broken Graphics Tablets with recent linuxwacom driver

Read more:	https://www.gimp.org/news/2023/11/07/gimp-2-10-36-released/
2024-02-13 19:53:19 +03:00

15 lines
344 B
Text

--- configure.orig 2023-11-05 23:51:29 UTC
+++ configure
@@ -34797,9 +34797,9 @@ esac
;;
esac
-gimpdatadir="$datadir/$PACKAGE/2.0"
-gimpplugindir="$libdir/$PACKAGE/2.0"
-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
+gimpdatadir="$datadir/$PACKAGE"
+gimpplugindir="$libexecdir/$PACKAGE/2.2"
+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2"