File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,14 +59,11 @@ RUN \
5959 echo "**** build wtype ****" && \
6060 cd /tmp && \
6161 git clone \
62- -b international-fix \
63- --single-branch \
64- --depth 1 https://github.com/thelamer/wtype.git && \
65- cd wtype && \
66- meson build && \
67- ninja -C build && \
62+ https://github.com/linuxserver/waylandtyper.git && \
63+ cd waylandtyper && \
64+ make && \
6865 mv \
69- build/ wtype \
66+ wtype \
7067 /usr/bin/wtype
7168
7269FROM ghcr.io/linuxserver/baseimage-debian:trixie AS wlroots
Original file line number Diff line number Diff line change @@ -59,14 +59,11 @@ RUN \
5959 echo "**** build wtype ****" && \
6060 cd /tmp && \
6161 git clone \
62- -b international-fix \
63- --single-branch \
64- --depth 1 https://github.com/thelamer/wtype.git && \
65- cd wtype && \
66- meson build && \
67- ninja -C build && \
62+ https://github.com/linuxserver/waylandtyper.git && \
63+ cd waylandtyper && \
64+ make && \
6865 mv \
69- build/ wtype \
66+ wtype \
7067 /usr/bin/wtype
7168
7269FROM ghcr.io/linuxserver/baseimage-debian:arm64v8-trixie AS wlroots
You can’t perform that action at this time.
0 commit comments