Re: [GIMP] 2.10.0 does not work
Reply #2 –
Somehow compiling gimp locally does not solve the issue, so I made a customizepkg-hook for json-c which incorporates the dirty fix by ALIUM.
My local patch to the PKGBUILD of json-c:
--- PKGBUILD.orig 2018-05-17 12:06:30.456501667 +0200
+++ PKGBUILD 2018-05-17 12:07:46.109555874 +0200
@@ -32,2 +32,4 @@
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ cd "${pkgdir}/usr/lib"
+ ln -s libjson-c.so libjson-c.so.3 # Dirty workaround for gimp (and maybe others) requiring libjson-c.so.3.
}