From 16b3b50acd4ed6a511e363678f0d54405c137b3f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 15 Nov 2025 11:10:03 -0700 Subject: [PATCH] libnotify: update and fix --- recipes/wip/libs/other/libnotify/recipe.toml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/recipes/wip/libs/other/libnotify/recipe.toml b/recipes/wip/libs/other/libnotify/recipe.toml index 9e66bfe37..6efb5c3f1 100644 --- a/recipes/wip/libs/other/libnotify/recipe.toml +++ b/recipes/wip/libs/other/libnotify/recipe.toml @@ -1,11 +1,15 @@ -#TODO not compiled or tested [source] -tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.3.tar.xz" +tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.4.tar.xz" +blake3 = "1c749e4f1cc85f88348bb363b6d78c8373baa19a6db4d2b3a4cf537c1af6b929" + [build] -template = "meson" dependencies = [ - "gtk3", "gdk-pixbuf", - "gobject-introspection", - "glib", + "gtk3", ] +template = "meson" +mesonflags = [ + "-Dgtk_doc=false", + "-Dintrospection=disabled", +] +