diff options
author | Mathieu Bridon <bochecha@daitauha.fr> | 2017-12-03 12:15:21 +0100 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2018-04-29 14:30:00 +0200 |
commit | 0d5735d22e68f5c672d61cef3ab16fa139734fbc (patch) | |
tree | 09c97763d8e92737c064b63b7859130ffc1485b9 /CMakeLists.txt | |
parent | e80da806022d8aaa32f77f3c7f0333cc1c80829b (diff) | |
download | dino-0d5735d22e68f5c672d61cef3ab16fa139734fbc.tar.gz dino-0d5735d22e68f5c672d61cef3ab16fa139734fbc.zip |
Add an appdata file
This allows "app center" applications like GNOME Software and Plasma
Discover to show Dino in all its glory, so users can install it simply.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec6583a1..5361b13f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ set_path(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share" "Installation dire set_path(BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin" "Installation directory for user executables") set_path(DATA_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dino" "Installation directory for dino-specific data") +set_path(APPDATA_FILE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/metainfo" "Installation directory for .appdata.xml files") set_path(DESKTOP_FILE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/applications" "Installation directory for .desktop files") set_path(SERVICE_FILE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/services" "Installation directory for .service files") set_path(ICON_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/icons" "Installation directory for icons") |