Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt 2020/04/25 01:57:55 1.1 +++ pkgsrc/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt 2020/04/26 03:05:51 1.2 @@ -1,9 +1,11 @@ -$NetBSD: patch-panel_CMakeLists.txt,v 1.1 2020/04/25 01:57:55 gutteridge Exp $ +$NetBSD: patch-panel_CMakeLists.txt,v 1.2 2020/04/26 03:05:51 gutteridge Exp $ Work around undefined symbol issue (which would cause the panel to fail to run if the volume plugin was enabled), as discussed in: https://github.com/lxqt/lxqt/issues/1075 +Install fallback .conf files to a consistent location. + --- panel/CMakeLists.txt.orig 2019-02-25 22:16:30.000000000 +0000 +++ panel/CMakeLists.txt @@ -55,6 +55,8 @@ set(LIBRARIES @@ -15,3 +17,12 @@ https://github.com/lxqt/lxqt/issues/1075 file(GLOB CONFIG_FILES resources/*.conf) ############################################ +@@ -104,7 +106,7 @@ target_link_libraries(${PROJECT} + ) + + install(TARGETS ${PROJECT} RUNTIME DESTINATION bin) +-install(FILES ${CONFIG_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/lxqt) ++install(FILES ${CONFIG_FILES} DESTINATION ${LXQT_ETC_XDG_DIR}/lxqt) + install(FILES ${PUB_HEADERS} DESTINATION include/lxqt) + install(FILES + man/lxqt-panel.1