summaryrefslogtreecommitdiff
path: root/x11-terms/wezterm/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-25 18:50:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-25 18:50:52 +0000
commite292b671b113c2cc012beddad93a3df4f9410698 (patch)
tree96b510d2f17600f87d69b1ad0edddee81cb7b791 /x11-terms/wezterm/files
parent71d582d27eeece574ab3d904aa3fbe7742b0e895 (diff)
gentoo auto-resync : 25:03:2023 - 18:50:52
Diffstat (limited to 'x11-terms/wezterm/files')
-rw-r--r--x11-terms/wezterm/files/wezterm-20230320-124340-image.patch44
-rw-r--r--x11-terms/wezterm/files/wezterm-20230320-124340-vendored-sources.patch13
-rw-r--r--x11-terms/wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch11
3 files changed, 68 insertions, 0 deletions
diff --git a/x11-terms/wezterm/files/wezterm-20230320-124340-image.patch b/x11-terms/wezterm/files/wezterm-20230320-124340-image.patch
new file mode 100644
index 000000000000..12090c9512bd
--- /dev/null
+++ b/x11-terms/wezterm/files/wezterm-20230320-124340-image.patch
@@ -0,0 +1,44 @@
+--- wezterm-20230320-124340-559cb7b0-orig/termwiz/Cargo.toml 2023-03-21 06:43:40.000000000 +1100
++++ wezterm-20230320-124340-559cb7b0/termwiz/Cargo.toml 2023-03-25 16:56:20.193628496 +1100
+@@ -22,7 +22,7 @@
+ fnv = {version="1.0", optional=true}
+ hex = "0.4"
+ # we want image 0.24.6 or later. see https://github.com/wez/wezterm/issues/3250
+-image = {version="0.24", git="https://github.com/image-rs/image.git", rev="fe069785ae245a2c510fd724ef96da283b05a236", optional=true}
++image = {version="0.24.6", optional=true}
+ lazy_static = "1.4"
+ libc = "0.2"
+ log = "0.4"
+--- wezterm-20230320-124340-559cb7b0-orig/lua-api-crates/color-funcs/Cargo.toml 2023-03-21 06:43:40.000000000 +1100
++++ wezterm-20230320-124340-559cb7b0/lua-api-crates/color-funcs/Cargo.toml 2023-03-25 18:10:12.806185917 +1100
+@@ -11,7 +11,7 @@
+ csscolorparser = {version="0.6", features=["lab"]}
+ deltae = "0.3"
+ # we want image 0.24.6 or later. see https://github.com/wez/wezterm/issues/3250
+-image = {version="0.24", git="https://github.com/image-rs/image.git", rev="fe069785ae245a2c510fd724ef96da283b05a236"}
++image = {version="0.24.6"}
+ lazy_static = "1.4"
+ log = "0.4"
+ lru = "0.7"
+--- wezterm-20230320-124340-559cb7b0-orig/term/Cargo.toml 2023-03-21 06:43:40.000000000 +1100
++++ wezterm-20230320-124340-559cb7b0/term/Cargo.toml 2023-03-25 18:11:54.504212757 +1100
+@@ -22,7 +22,7 @@
+ finl_unicode = "1.2"
+ hex = "0.4"
+ # we want image 0.24.6 or later. see https://github.com/wez/wezterm/issues/3250
+-image = {version="0.24", git="https://github.com/image-rs/image.git", rev="fe069785ae245a2c510fd724ef96da283b05a236"}
++image = {version="0.24.6"}
+ lazy_static = "1.4"
+ log = "0.4"
+ lru = "0.7"
+--- wezterm-20230320-124340-559cb7b0-orig/wezterm-gui/Cargo.toml 2023-03-21 06:43:40.000000000 +1100
++++ wezterm-20230320-124340-559cb7b0/wezterm-gui/Cargo.toml 2023-03-25 18:10:05.233481770 +1100
+@@ -56,7 +56,7 @@
+ hdrhistogram = "7.1"
+ http_req = "0.9"
+ # we want image 0.24.6 or later. see https://github.com/wez/wezterm/issues/3250
+-image = {version="0.24", git="https://github.com/image-rs/image.git", rev="fe069785ae245a2c510fd724ef96da283b05a236"}
++image = {version="0.24.6"}
+ lazy_static = "1.4"
+ libc = "0.2"
+ lfucache = { path = "../lfucache" }
diff --git a/x11-terms/wezterm/files/wezterm-20230320-124340-vendored-sources.patch b/x11-terms/wezterm/files/wezterm-20230320-124340-vendored-sources.patch
new file mode 100644
index 000000000000..613d4cb8412f
--- /dev/null
+++ b/x11-terms/wezterm/files/wezterm-20230320-124340-vendored-sources.patch
@@ -0,0 +1,13 @@
+--- wezterm-20230320-124340-559cb7b0-orig/.cargo/config 2023-03-21 06:43:40.000000000 +1100
++++ wezterm-20230320-124340-559cb7b0/.cargo/config 2023-03-22 13:48:54.970057677 +1100
+@@ -7,3 +7,10 @@
+ # enabled for the target, so let's turn that on here.
+ [target.x86_64-pc-windows-msvc]
+ rustflags = "-C target-feature=+crt-static"
++
++[source."https://github.com/wez/libssh-rs.git"]
++git = "https://github.com/wez/libssh-rs.git"
++replace-with = "vendored-sources"
++
++[source.vendored-sources]
++directory = "deps/crates"
diff --git a/x11-terms/wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch b/x11-terms/wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch
new file mode 100644
index 000000000000..5a59f69d06b4
--- /dev/null
+++ b/x11-terms/wezterm/files/wezterm-20230320-124340-xcb-imdkit.patch
@@ -0,0 +1,11 @@
+--- wezterm-20230320-124340-559cb7b0-orig/window/Cargo.toml 2023-03-21 06:43:40.000000000 +1100
++++ wezterm-20230320-124340-559cb7b0/window/Cargo.toml 2023-03-22 13:52:24.775918470 +1100
+@@ -78,7 +78,7 @@
+ wayland-protocols = {version="0.29", optional=true}
+ wayland-client = {version="0.29", optional=true}
+ wayland-egl = {version="0.29", optional=true}
+-xcb-imdkit = { version="0.2", git="https://github.com/wez/xcb-imdkit-rs.git", branch="hangfix"}
++xcb-imdkit = {version="0.1.2"}
+ zbus = "3.0"
+ zvariant = "3.6"
+ futures-util = "0.3"