dconf: patch for redox

This commit is contained in:
Jeremy Soller 2025-11-15 08:35:20 -07:00
parent affe0c6a08
commit c6f4bc2998
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[source]
tar = "https://download.gnome.org/sources/dconf/0.49/dconf-0.49.0.tar.xz"
blake3 = "41ee23bdab3208f7a08efa134a481c852874dc5846433a665c5a5149511a7659"
patches = ["redox.patch"]
[build]
dependencies = [

View File

@ -0,0 +1,12 @@
diff -ruwN source-old/shm/dconf-shm.c source/shm/dconf-shm.c
--- source-old/shm/dconf-shm.c 2025-09-15 09:53:57.000000000 -0600
+++ source/shm/dconf-shm.c 2025-11-15 08:08:47.412198178 -0700
@@ -148,7 +148,7 @@
close (fd);
- unlink (filename);
+ //TODO: redoxfs bug: unlink (filename);
}
g_free (filename);