diff --git a/recipes/desktop/glib/recipe.kdl b/recipes/desktop/glib/recipe.kdl index b966c438..4ab2194a 100644 --- a/recipes/desktop/glib/recipe.kdl +++ b/recipes/desktop/glib/recipe.kdl @@ -1,7 +1,7 @@ recipe { name "glib" version "2.84.4" - release 2 + release 3 description "Low-level core library that forms the basis for GTK and GNOME" url "https://www.gtk.org/" archs "aarch64" "x86_64" @@ -49,6 +49,11 @@ package "glib" { "usr/libexec/" \ "usr/share/glib-2.0/" \ "usr/share/locale/" + + realizer "glib-schemas" { + inputs "usr/share/glib-2.0/schemas/*.xml" + command "/usr/bin/glib-compile-schemas" "usr/share/glib-2.0/schemas" + } } package "glib-dev" {