Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-12-13 15:23:41 +0300
committerJanek Bevendorff <janek@jbev.net>2017-12-13 20:45:23 +0300
commit882f0ab8a5724f2b20054aaab5a3c073285aff9a (patch)
tree9b8717f83cf49d897e307c749d66523716693c09 /share
parent4cfa687a3f56ba49f113161fb3a522b7493bfb17 (diff)
Correct desktop and appdata file paths (backport from develop)
Diffstat (limited to 'share')
-rw-r--r--share/CMakeLists.txt4
-rw-r--r--share/linux/org.keepassxc.KeePassXC.appdata.xml (renamed from share/linux/org.keepassxc.appdata.xml)0
-rw-r--r--share/linux/org.keepassxc.KeePassXC.desktop (renamed from share/linux/org.keepassxc.desktop)0
3 files changed, 2 insertions, 2 deletions
diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt
index 6323ece88..81bb26938 100644
--- a/share/CMakeLists.txt
+++ b/share/CMakeLists.txt
@@ -30,8 +30,8 @@ if(UNIX AND NOT APPLE)
install(DIRECTORY icons/application/ DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor
FILES_MATCHING PATTERN "application-x-keepassxc.png" PATTERN "application-x-keepassxc.svgz"
PATTERN "status" EXCLUDE PATTERN "actions" EXCLUDE PATTERN "categories" EXCLUDE)
- install(FILES linux/org.keepassxc.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
- install(FILES linux/org.keepassxc.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
+ install(FILES linux/org.keepassxc.KeePassXC.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
+ install(FILES linux/org.keepassxc.KeePassXC.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
install(FILES linux/keepassxc.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
endif(UNIX AND NOT APPLE)
diff --git a/share/linux/org.keepassxc.appdata.xml b/share/linux/org.keepassxc.KeePassXC.appdata.xml
index b995cf3f5..b995cf3f5 100644
--- a/share/linux/org.keepassxc.appdata.xml
+++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml
diff --git a/share/linux/org.keepassxc.desktop b/share/linux/org.keepassxc.KeePassXC.desktop
index d3b007bdc..d3b007bdc 100644
--- a/share/linux/org.keepassxc.desktop
+++ b/share/linux/org.keepassxc.KeePassXC.desktop