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.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- pkgsrc/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt 2020/04/26 03:05:51 1.2 +++ pkgsrc/x11/lxqt-panel/patches/patch-panel_CMakeLists.txt 2020/12/07 12:55:28 1.3 @@ -1,4 +1,4 @@ -$NetBSD: patch-panel_CMakeLists.txt,v 1.2 2020/04/26 03:05:51 gutteridge Exp $ +$NetBSD: patch-panel_CMakeLists.txt,v 1.3 2020/12/07 12:55:28 pin Exp $ Work around undefined symbol issue (which would cause the panel to fail to run if the volume plugin was enabled), as discussed in: @@ -6,7 +6,7 @@ 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.orig 2020-11-05 16:09:19.000000000 +0000 +++ panel/CMakeLists.txt @@ -55,6 +55,8 @@ set(LIBRARIES lxqt @@ -22,7 +22,7 @@ Install fallback .conf files to a consis 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 ${CONFIG_FILES} DESTINATION share/examples/lxqt) install(FILES ${PUB_HEADERS} DESTINATION include/lxqt) install(FILES man/lxqt-panel.1