From ca9a701bb1d6462457f6515896c99520a1e30005 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 10 May 2026 16:08:42 +0300 Subject: [PATCH] Update bpm hook --- pkg.info | 8 ++++---- source-files/gdk-pixbuf-query-loaders.bpmhook | 4 +--- source.sh | 1 - 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/pkg.info b/pkg.info index b80f9ad..0cc081f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: gdk-pixbuf description: An image loading library version: 2.44.6 -revision: 1 +revision: 2 url: https://wiki.gnome.org/Projects/GdkPixbuf license: LGPL2-or-later maintainers: @@ -14,9 +14,9 @@ depends: - glycin - shared-mime-info optional_depends: - - libheif - - libopenraw - - libwmf + - libheif:For .avif, .heic and .heif support + - libopenraw:For .arw, .cr2, .crw, .dng, .erf, .mrw, .nef, .orf, .pef and .raf support + - libwmf:For .apm and .wmf support make_depends: - gi-docgen - glib diff --git a/source-files/gdk-pixbuf-query-loaders.bpmhook b/source-files/gdk-pixbuf-query-loaders.bpmhook index 848f0e9..54c6c74 100644 --- a/source-files/gdk-pixbuf-query-loaders.bpmhook +++ b/source-files/gdk-pixbuf-query-loaders.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so"] -depends: ["gdk-pixbuf"] run: "/usr/bin/gdk-pixbuf-query-loaders --update-cache" diff --git a/source.sh b/source.sh index f7fd3e2..7e5cee9 100644 --- a/source.sh +++ b/source.sh @@ -10,7 +10,6 @@ build() { --wrap-mode=nofallback \ -Ddocumentation=true \ -Dinstalled_tests=false \ - -Dgtk_doc=true \ -Dman=true \ -Dintrospection=enabled \ -Dbuiltin_loaders=all \