File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,14 +58,11 @@ RUN \
5858 echo "**** build wtype ****" && \
5959 cd /tmp && \
6060 git clone \
61- -b international-fix \
62- --single-branch \
63- --depth 1 https://github.com/thelamer/wtype.git && \
64- cd wtype && \
65- meson build && \
66- ninja -C build && \
61+ https://github.com/linuxserver/waylandtyper.git && \
62+ cd waylandtyper && \
63+ make && \
6764 mv \
68- build/ wtype \
65+ wtype \
6966 /usr/sbin/wtype
7067
7168FROM ghcr.io/linuxserver/baseimage-arch:latest AS selkies-desktop
Original file line number Diff line number Diff line change @@ -58,14 +58,11 @@ RUN \
5858 echo "**** build wtype ****" && \
5959 cd /tmp && \
6060 git clone \
61- -b international-fix \
62- --single-branch \
63- --depth 1 https://github.com/thelamer/wtype.git && \
64- cd wtype && \
65- meson build && \
66- ninja -C build && \
61+ https://github.com/linuxserver/waylandtyper.git && \
62+ cd waylandtyper && \
63+ make && \
6764 mv \
68- build/ wtype \
65+ wtype \
6966 /usr/sbin/wtype
7067
7168FROM ghcr.io/linuxserver/baseimage-arch:arm64v8-latest AS selkies-desktop
You can’t perform that action at this time.
0 commit comments