summarylogtreecommitdiffstats
path: root/k9copy-install-xmluifile-fix.patch
diff options
context:
space:
mode:
authorTed Alff2018-09-15 09:55:14 -0400
committerTed Alff2018-09-15 09:55:14 -0400
commita185e89ca6883eb8d899fa4c791e346f3af42b4d (patch)
treeadb4f44119de0e5c0c8bbf54885038e6c733afe4 /k9copy-install-xmluifile-fix.patch
parent5d2d9a1282a60603f4ce51b36e0adccc8f9e13c2 (diff)
downloadaur-a185e89ca6883eb8d899fa4c791e346f3af42b4d.tar.gz
Add patch to install the kxmlui file to the correct directory
Diffstat (limited to 'k9copy-install-xmluifile-fix.patch')
-rw-r--r--k9copy-install-xmluifile-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/k9copy-install-xmluifile-fix.patch b/k9copy-install-xmluifile-fix.patch
new file mode 100644
index 000000000000..5cb48955957e
--- /dev/null
+++ b/k9copy-install-xmluifile-fix.patch
@@ -0,0 +1,12 @@
+diff -Naur ./k9copy.orig/CMakeLists.txt ./k9copy/CMakeLists.txt
+--- ./k9copy.orig/CMakeLists.txt 2018-09-15 09:44:40.515572351 -0400
++++ ./k9copy/CMakeLists.txt 2018-09-15 09:46:35.369915488 -0400
+@@ -569,7 +569,7 @@
+
+ install( FILES k9copy.desktop k9copy_assistant.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+ #install( FILES k9copy.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
+-install( FILES k9copyui.rc DESTINATION ${DATA_INSTALL_DIR}/k9copy )
++install( FILES k9copyui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}/k9copy )
+
+ install(FILES k9copy_open.desktop DESTINATION ${DATA_INSTALL_DIR}/solid/actions)
+ install(FILES k9copy_assistant_open.desktop DESTINATION ${DATA_INSTALL_DIR}/solid/actions)