libnotify: update and fix

This commit is contained in:
Jeremy Soller 2025-11-15 11:10:03 -07:00
parent 98dac32a9a
commit 16b3b50acd
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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",
]