diff --git a/wayland/foot-pgo/build b/wayland/foot-pgo/build index 3292d8df..57c0d1e8 100755 --- a/wayland/foot-pgo/build +++ b/wayland/foot-pgo/build @@ -5,8 +5,6 @@ exit 1 } -patch -p1 < fix-pgo.patch - case $("$CC" --version) in *clang*) # Clang requires this for PGO. diff --git a/wayland/foot-pgo/checksums b/wayland/foot-pgo/checksums deleted file mode 100644 index 1c1500f7..00000000 --- a/wayland/foot-pgo/checksums +++ /dev/null @@ -1,4 +0,0 @@ -d8c27f735d2f361ee627cce282bee2462545f4df9532ee6ac28fd86a193404fa -0d9b9f3add24aef5efcf42a32e8ad0e50060e1441a491e04fff3d79a36a526ea -b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd -9fa8ede522adead15fb4175312dbe9e4cb0d55ea4f05518988044d1dfe1f1f20 diff --git a/wayland/foot-pgo/checksums b/wayland/foot-pgo/checksums new file mode 120000 index 00000000..0ee46252 --- /dev/null +++ b/wayland/foot-pgo/checksums @@ -0,0 +1 @@ +../foot/checksums \ No newline at end of file diff --git a/wayland/foot-pgo/patches/fix-pgo.patch b/wayland/foot-pgo/patches/fix-pgo.patch deleted file mode 100644 index 7319f40b..00000000 --- a/wayland/foot-pgo/patches/fix-pgo.patch +++ /dev/null @@ -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 diff --git a/wayland/foot-pgo/sources b/wayland/foot-pgo/sources deleted file mode 100644 index e0772db0..00000000 --- a/wayland/foot-pgo/sources +++ /dev/null @@ -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 diff --git a/wayland/foot-pgo/sources b/wayland/foot-pgo/sources new file mode 120000 index 00000000..f1633ffc --- /dev/null +++ b/wayland/foot-pgo/sources @@ -0,0 +1 @@ +../foot/sources \ No newline at end of file diff --git a/wayland/foot/checksums b/wayland/foot/checksums index fcfaccda..c3efeb39 100644 --- a/wayland/foot/checksums +++ b/wayland/foot/checksums @@ -1,3 +1,3 @@ -d8c27f735d2f361ee627cce282bee2462545f4df9532ee6ac28fd86a193404fa +14e307ac89454b682bb9f1bc644043779f4462df656034fcc4c1e72b18fbffdd 0d9b9f3add24aef5efcf42a32e8ad0e50060e1441a491e04fff3d79a36a526ea b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd diff --git a/wayland/foot/version b/wayland/foot/version index 880a3f4c..5db1add4 100644 --- a/wayland/foot/version +++ b/wayland/foot/version @@ -1 +1 @@ -1.12.0 1 +1.12.1 1