Skip to content

Commit

Permalink
Adds desktop file and icon for wlmclock.
Browse files Browse the repository at this point in the history
  • Loading branch information
phkaeser committed Jul 28, 2024
1 parent 1c3bca0 commit 24aa653
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ INSTALL(FILES
clip-48x48.png
firefox-48x48.png
terminal-48x48.png
wlmclock-64x64.png
DESTINATION share/icons/wlmaker)
Binary file added icons/wlmclock-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions share/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ CONFIGURE_FILE(
INSTALL(
FILES ${CMAKE_CURRENT_BINARY_DIR}/wlmaker.desktop
TYPE DATA)

CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/wlmclock.desktop.in
${CMAKE_CURRENT_BINARY_DIR}/wlmclock.desktop
@ONLY)
INSTALL(
FILES ${CMAKE_CURRENT_BINARY_DIR}/wlmclock.desktop
TYPE DATA)

0 comments on commit 24aa653

Please sign in to comment.