forked from kiss-community/repo
foot: 1.12.1
This commit is contained in:
parent
c7978710cb
commit
b6b5b9af97
@ -5,8 +5,6 @@
|
||||
exit 1
|
||||
}
|
||||
|
||||
patch -p1 < fix-pgo.patch
|
||||
|
||||
case $("$CC" --version) in
|
||||
*clang*)
|
||||
# Clang requires this for PGO.
|
||||
|
@ -1,4 +0,0 @@
|
||||
d8c27f735d2f361ee627cce282bee2462545f4df9532ee6ac28fd86a193404fa
|
||||
0d9b9f3add24aef5efcf42a32e8ad0e50060e1441a491e04fff3d79a36a526ea
|
||||
b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd
|
||||
9fa8ede522adead15fb4175312dbe9e4cb0d55ea4f05518988044d1dfe1f1f20
|
1
wayland/foot-pgo/checksums
Symbolic link
1
wayland/foot-pgo/checksums
Symbolic link
@ -0,0 +1 @@
|
||||
../foot/checksums
|
@ -1,31 +0,0 @@
|
||||
diff --git a/pgo/pgo.c b/pgo/pgo.c
|
||||
index 26e0c10e..92d97dbf 100644
|
||||
--- a/pgo/pgo.c
|
||||
+++ b/pgo/pgo.c
|
||||
@@ -178,6 +178,13 @@ struct key_binding_set *
|
||||
key_binding_for(
|
||||
struct key_binding_manager *mgr, const struct terminal *term,
|
||||
const struct seat *seat)
|
||||
+{
|
||||
+ return &kbd;
|
||||
+}
|
||||
+
|
||||
+void
|
||||
+key_binding_new_for_term(
|
||||
+ struct key_binding_manager *mgr, const struct terminal *term)
|
||||
{
|
||||
if (!kbd_initialized) {
|
||||
kbd_initialized = true;
|
||||
@@ -189,8 +196,11 @@ key_binding_for(
|
||||
.selection_overrides = 0,
|
||||
};
|
||||
}
|
||||
+}
|
||||
|
||||
- return &kbd;
|
||||
+void
|
||||
+key_binding_unref_term(struct key_binding_manager *mgr, const struct terminal *term)
|
||||
+{
|
||||
}
|
||||
|
||||
int
|
@ -1,4 +0,0 @@
|
||||
https://codeberg.org/dnkl/foot/archive/VERSION.tar.gz
|
||||
https://codeberg.org/dnkl/fcft/archive/3.0.1.tar.gz subprojects/fcft
|
||||
https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz subprojects/tllist
|
||||
patches/fix-pgo.patch
|
1
wayland/foot-pgo/sources
Symbolic link
1
wayland/foot-pgo/sources
Symbolic link
@ -0,0 +1 @@
|
||||
../foot/sources
|
@ -1,3 +1,3 @@
|
||||
d8c27f735d2f361ee627cce282bee2462545f4df9532ee6ac28fd86a193404fa
|
||||
14e307ac89454b682bb9f1bc644043779f4462df656034fcc4c1e72b18fbffdd
|
||||
0d9b9f3add24aef5efcf42a32e8ad0e50060e1441a491e04fff3d79a36a526ea
|
||||
b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd
|
||||
|
@ -1 +1 @@
|
||||
1.12.0 1
|
||||
1.12.1 1
|
||||
|
Loading…
Reference in New Issue
Block a user