mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-25 16:04:45 +00:00
Update qt5 cutter-deps for linux (#3404)
* Qt 5.15.16+kde patches * Pyside2 5.15.16 * Python 3.11.11
This commit is contained in:
parent
3652cb7b23
commit
de575df666
@ -49,9 +49,9 @@ if [ "$image" = "ubuntu:18.04" ]; then
|
|||||||
libglu1-mesa-dev \
|
libglu1-mesa-dev \
|
||||||
freeglut3-dev \
|
freeglut3-dev \
|
||||||
mesa-common-dev \
|
mesa-common-dev \
|
||||||
libclang-8-dev \
|
libclang-10-dev \
|
||||||
llvm-8
|
llvm-10
|
||||||
ln -s /usr/bin/llvm-config-8 /usr/bin/llvm-config
|
ln -s /usr/bin/llvm-config-10 /usr/bin/llvm-config
|
||||||
fi
|
fi
|
||||||
if [ "$image" = "ubuntu:18.04" ] || [ "$image" = "ubuntu:20.04" ]; then
|
if [ "$image" = "ubuntu:18.04" ] || [ "$image" = "ubuntu:20.04" ]; then
|
||||||
# install additional packages needed for appimage
|
# install additional packages needed for appimage
|
||||||
|
@ -8,9 +8,9 @@ mkdir -p cutter-deps && cd cutter-deps
|
|||||||
DEPS_BASE_URL=https://github.com/rizinorg/cutter-deps/releases/download/v16
|
DEPS_BASE_URL=https://github.com/rizinorg/cutter-deps/releases/download/v16
|
||||||
|
|
||||||
if [ "$CUTTER_QT" == "5" ]; then
|
if [ "$CUTTER_QT" == "5" ]; then
|
||||||
DEPS_FILE_linux_x86_64=cutter-deps-linux-x86_64.tar.gz
|
DEPS_FILE_linux_x86_64=cutter-deps-q5-linux-x86_64.tar.gz
|
||||||
DEPS_SHA256_linux_x86_64=0721c85548bbcf31f6911cdb2227e5efb4a20c34262672d4cd2193db166b2f8c
|
DEPS_SHA256_linux_x86_64=ab3099fe699db100f2d00e1b70cdf77dec6b8fdd9cd1709c96e123a15fb62571
|
||||||
DEPS_BASE_URL=https://github.com/rizinorg/cutter-deps/releases/download/v15
|
DEPS_BASE_URL=https://github.com/rizinorg/cutter-deps/releases/download/qt5-v17
|
||||||
else
|
else
|
||||||
DEPS_FILE_linux_x86_64=cutter-deps-linux-x86_64.tar.gz
|
DEPS_FILE_linux_x86_64=cutter-deps-linux-x86_64.tar.gz
|
||||||
DEPS_SHA256_linux_x86_64=f63c5af2d9872bc6538a94c839d6ef6645c7630c42cff30f1d9da8eefd9eb040
|
DEPS_SHA256_linux_x86_64=f63c5af2d9872bc6538a94c839d6ef6645c7630c42cff30f1d9da8eefd9eb040
|
||||||
|
Loading…
Reference in New Issue
Block a user