Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
17 lines
674 B
Diff
17 lines
674 B
Diff
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
|
|
index 71a110a7b..e69880d46 100644
|
|
--- a/data/CMakeLists.txt
|
|
+++ b/data/CMakeLists.txt
|
|
@@ -38,11 +38,6 @@ if(NOT WIN32)
|
|
# find the correct file.
|
|
set(DESKTOP_ANSEL_BINARY "ansel")
|
|
set(DESKTOP_ANSEL_ICON "ansel")
|
|
- if(NOT CMAKE_INSTALL_PREFIX STREQUAL "/usr")
|
|
- set(DESKTOP_ANSEL_BINARY "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}/ansel")
|
|
- # `hicolor` is always available.
|
|
- set(DESKTOP_ANSEL_ICON "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps/ansel.svg")
|
|
- endif()
|
|
|
|
# Append supported MIME types dynamically.
|
|
if("avif" IN_LIST DT_SUPPORTED_EXTENSIONS)
|