aboutsummaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2024-10-04 12:41:48 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-03-12 10:35:02 +0100
commita196ee745e77243913816d61f00ca1393235f6fc (patch)
tree406d2e69d1b56f6788e4734e386dfa0e295ece1e /data/CMakeLists.txt
parent72af139ff4b04f240b81031a8df7eab94e36727f (diff)
downloadayatana-settings-a196ee745e77243913816d61f00ca1393235f6fc.tar.gz
ayatana-settings-a196ee745e77243913816d61f00ca1393235f6fc.tar.bz2
ayatana-settings-a196ee745e77243913816d61f00ca1393235f6fc.zip
Provide both HighContrast and ContrastHigh icons
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 507df29..3d60f0c 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -9,8 +9,7 @@ configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.desktop.in" "
intltool_merge_translations ("${CMAKE_PROJECT_NAME}.desktop.intl" "${CMAKE_PROJECT_NAME}.desktop" ALL UTF8)
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.desktop" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/applications")
-# icons/ContrastHigh/scalable/apps/ayatana-settings.svg
-# icons/hicolor/scalable/apps/ayatana-settings.svg
+# icons
install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/icons" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}")