mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
add .desktop file
This commit is contained in:
parent
8ee712b3ba
commit
43f773f1a8
@ -30,6 +30,7 @@ set(CMAKE_AUTOMOC ON)
|
||||
|
||||
add_subdirectory(crontablib)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(misc)
|
||||
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(tests)
|
||||
|
||||
5
misc/CMakeLists.txt
Normal file
5
misc/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
install(DIRECTORY applications DESTINATION share)
|
||||
#install(DIRECTORY icons DESTINATION share)
|
||||
#install(DIRECTORY pixmaps DESTINATION share)
|
||||
#install(DIRECTORY man DESTINATION share)
|
||||
9
misc/applications/zeit.desktop
Normal file
9
misc/applications/zeit.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Zeit
|
||||
Comment=Qt GUI for crontab and at
|
||||
Exec=/usr/bin/zeit
|
||||
Icon=zeit
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;KDE;Utility;System;Scheduler;
|
||||
StartupNotify=true
|
||||
Loading…
Reference in New Issue
Block a user