mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
dconf: patch for redox
This commit is contained in:
parent
affe0c6a08
commit
c6f4bc2998
@ -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 = [
|
||||
|
||||
12
recipes/wip/libs/gtk/dconf/redox.patch
Normal file
12
recipes/wip/libs/gtk/dconf/redox.patch
Normal 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);
|
||||
Loading…
Reference in New Issue
Block a user