]> git.pld-linux.org Git - packages/copyq.git/blob - copyq-plugindir.patch
new (version 3.12.0)
[packages/copyq.git] / copyq-plugindir.patch
1 diff --color -urN CopyQ-3.12.0.orig/CMakeLists.txt CopyQ-3.12.0/CMakeLists.txt
2 --- CopyQ-3.12.0.orig/CMakeLists.txt    2020-07-12 11:15:04.000000000 +0200
3 +++ CopyQ-3.12.0/CMakeLists.txt 2020-10-04 17:21:02.130810256 +0200
4 @@ -30,7 +30,7 @@
5  if (UNIX AND NOT APPLE)
6      include(GNUInstallDirs)
7      set(DATA_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}" CACHE PATH "Install path for data")
8 -    set(PLUGIN_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/${CMAKE_SHARED_MODULE_PREFIX}/copyq/plugins" CACHE PATH "Install path for plugins")
9 +    set(PLUGIN_INSTALL_PREFIX "${CMAKE_INSTALL_LIBDIR}/copyq/plugins" CACHE PATH "Install path for plugins")
10      set(ICON_INSTALL_PREFIX "${DATA_INSTALL_PREFIX}/icons/hicolor/scalable/apps" CACHE PATH "Install path for icons")
11      set(ICON_INSTALL_PREFIX_TEMPLATE "${DATA_INSTALL_PREFIX}/icons/hicolor/%SIZE%/apps" CACHE PATH "Install path for icons (%SIZE% is icon size)")
12      set(THEME_INSTALL_PREFIX "${DATA_INSTALL_PREFIX}/copyq/themes" CACHE PATH "Install path for themes")
This page took 0.029842 seconds and 3 git commands to generate.