From 25ccb80cc3f2dc462646f7a74a457864fc36b746 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 10 May 2026 16:23:25 +0300 Subject: [PATCH] Update bpm hook --- pkg.info | 2 +- source-files/gio-querymodules.bpmhook | 4 +--- source-files/glib-compile-schemas.bpmhook | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pkg.info b/pkg.info index 4a04a2f..73eaebf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: glib description: Low-level core library version: 2.88.0 -revision: 2 +revision: 3 url: https://gitlab.gnome.org/GNOME/glib license: LGPL2.1-or-later maintainers: diff --git a/source-files/gio-querymodules.bpmhook b/source-files/gio-querymodules.bpmhook index 5d90bf0..b7bdd94 100644 --- a/source-files/gio-querymodules.bpmhook +++ b/source-files/gio-querymodules.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["usr/lib/gio/modules/*.so"] -depends: ["glib"] run: "/usr/bin/gio-querymodules /usr/lib/gio/modules" diff --git a/source-files/glib-compile-schemas.bpmhook b/source-files/glib-compile-schemas.bpmhook index 454bf4a..6c23b7d 100644 --- a/source-files/glib-compile-schemas.bpmhook +++ b/source-files/glib-compile-schemas.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["usr/share/glib-2.0/schemas/*.xml","usr/share/glib-2.0/schemas/*.override"] -depends: ["glib"] run: "/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas"