aboutsummaryrefslogtreecommitdiff
path: root/graphics/libavif
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-03-26 07:05:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-03-27 13:21:30 +0000
commitbd08b1edde618be0d9644299561b696a507a446f (patch)
treec3dbd07088c901eedb645c7283564247a93f5eb2 /graphics/libavif
parentf5269b1820b794f9d3256e9e1d9605f9e5cbc3f9 (diff)
downloadports-bd08b1edde618be0d9644299561b696a507a446f.tar.gz
ports-bd08b1edde618be0d9644299561b696a507a446f.zip
graphics/gdk-pixbuf2: add trigger to run gdk-pixbuf-query-loaders
gdk-pixbuf2 uses a cache of its loadable modules, which is updated by ${RREFIX}/bin/gdk-pixbuf-query-loaders and stored in ${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders. Remove the pre-existing @exec and @postexec commands in the ports providing such modules, and add a trigger in graphics/gdk-pixbuf2 to do this automatically. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D34679
Diffstat (limited to 'graphics/libavif')
-rw-r--r--graphics/libavif/pkg-plist2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/libavif/pkg-plist b/graphics/libavif/pkg-plist
index 23c018ec1137..08f46c72a996 100644
--- a/graphics/libavif/pkg-plist
+++ b/graphics/libavif/pkg-plist
@@ -9,5 +9,3 @@ lib/libavif.so
lib/libavif.so.13
lib/libavif.so.13.0.0
libdata/pkgconfig/libavif.pc
-%%PIXBUF%%@postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true
-%%PIXBUF%%@postunexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true