Skip to content

Commit b3e5b2c

Browse files
committed
ingest wtype fork for international input
1 parent 530b676 commit b3e5b2c

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

Dockerfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

7168
FROM ghcr.io/linuxserver/baseimage-arch:latest AS selkies-desktop

Dockerfile.aarch64

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

7168
FROM ghcr.io/linuxserver/baseimage-arch:arm64v8-latest AS selkies-desktop

0 commit comments

Comments
 (0)