mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 19:12:11 +01:00
KNotifications - Install falkon.notifyrc
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
529189d42c
commit
fbf6537ce6
|
@ -4,7 +4,37 @@ Name=Falkon
|
||||||
Comment=Falkon Web Browser
|
Comment=Falkon Web Browser
|
||||||
DesktopEntry=falkon.desktop
|
DesktopEntry=falkon.desktop
|
||||||
|
|
||||||
[Event/newmail]
|
[Event/General]
|
||||||
Name=New E-Mail
|
Name=General
|
||||||
Comment=You have got a new email
|
Comment=General information
|
||||||
|
Action=Popup
|
||||||
|
|
||||||
|
[Event/Web]
|
||||||
|
Name=Web
|
||||||
|
Comment=Notifications from web sites
|
||||||
|
Action=Popup
|
||||||
|
|
||||||
|
[Event/DownloadFinished]
|
||||||
|
Name=Download Finished
|
||||||
|
Comment=All downloads are finished
|
||||||
Action=Sound|Popup
|
Action=Sound|Popup
|
||||||
|
|
||||||
|
[Event/UpdateAvailable]
|
||||||
|
Name=Update Available
|
||||||
|
Comment=New Falkon version is available
|
||||||
|
Action=Popup
|
||||||
|
|
||||||
|
[Event/OcsSupport]
|
||||||
|
Name=Plugin installer
|
||||||
|
Comment=Information from online plugin installer
|
||||||
|
Action=Sound|Popup
|
||||||
|
|
||||||
|
[Event/Plugins]
|
||||||
|
Name=Plugins
|
||||||
|
Comment=General notifications from plugins
|
||||||
|
Action=Popup
|
||||||
|
|
||||||
|
[Event/Preview]
|
||||||
|
Name=Preview
|
||||||
|
Comment=Dummy entry for preview functionality
|
||||||
|
Action=Popup
|
||||||
|
|
|
@ -53,3 +53,5 @@ if (UNIX AND NOT APPLE)
|
||||||
install(FILES ../../linux/appdata/org.kde.falkon.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
|
install(FILES ../../linux/appdata/org.kde.falkon.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Install general files
|
||||||
|
install( FILES ${CMAKE_SOURCE_DIR}/common/falkon.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR} )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user