bump selkies and pixelflux, fix x11 input issues, get pixelflux wayland up to kde support

This commit is contained in:
thelamer 2026-01-01 11:53:13 -05:00
parent 87047a8f1d
commit 0d30dfdbeb
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 884036d1f7a4747c625ba8a4ce9eefc9c0a667e8
git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4
RUN \
echo "**** build shared core library ****" && \
@ -191,7 +191,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/884036d1f7a4747c625ba8a4ce9eefc9c0a667e8.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 884036d1f7a4747c625ba8a4ce9eefc9c0a667e8
git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4
RUN \
echo "**** build shared core library ****" && \
@ -189,7 +189,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/884036d1f7a4747c625ba8a4ce9eefc9c0a667e8.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \