Skip to content

Commit 8b4e611

Browse files
committed
ingest wtype fork for international input
1 parent af47add commit 8b4e611

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
@@ -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

7269
FROM ghcr.io/linuxserver/baseimage-debian:trixie AS wlroots

Dockerfile.aarch64

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

7269
FROM ghcr.io/linuxserver/baseimage-debian:arm64v8-trixie AS wlroots

0 commit comments

Comments
 (0)