Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
exclude:
- container-image: 'opensuse/tumbleweed:latest'
compiler: clang
# Bug in Clang 20, possibly https://github.com/llvm/llvm-project/issues/104525
- container-image: 'fedora:42'
compiler: clang

runs-on: ubuntu-24.04${{ matrix.arch == 'arm64' && '-arm' || '' }}
container: ${{ startsWith(matrix.container-image, 'fedora') && 'registry.fedoraproject.org' || 'registry.opensuse.org' }}/${{ matrix.container-image }}
Expand Down
4 changes: 2 additions & 2 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ elseif (WIN32 OR APPLE)
install(FILES "${hicolor_download_path}" DESTINATION "${TREMOTESF_EXTERNAL_RESOURCES_PATH}/icons/hicolor")

set(breeze_download_path "${CMAKE_CURRENT_BINARY_DIR}/breeze.tar.xz")
set(breeze_version "6.12.0")
set(breeze_version "6.17.0")
string(REGEX REPLACE "^(.*)\\..*" "\\1" breeze_version_without_patch "${breeze_version}")
if (NOT EXISTS "${breeze_download_path}")
set(breeze_url "https://download.kde.org/stable/frameworks/${breeze_version_without_patch}/breeze-icons-${breeze_version}.tar.xz")
Expand All @@ -67,7 +67,7 @@ elseif (WIN32 OR APPLE)
DOWNLOAD "${breeze_url}" "${breeze_download_path}"
SHOW_PROGRESS
TLS_VERIFY ON
EXPECTED_HASH SHA256=1af979a67c0539f27a8fcbff973c91245584bfb260dd64c206bc691575cbb668
EXPECTED_HASH SHA256=4ffc75886e9a14a2a02da4871600b8c0b5a40756b8e99cbecfb515696d93c3b8
STATUS download_status
)
list(GET download_status 0 download_status)
Expand Down
Loading