From 71e9de7ce417a3eb2eb640ac7ebb29b49966a755 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 25 Sep 2014 12:59:15 +0200 Subject: [PATCH] Don't install developer notes in plasma_install_package In the SDDM theme (and a few other places) I leave some notes for other developers; I need to add one to the workspace components too. As plasma_package blindly copies everything it seems to annoy packagers. Change-Id: I77765f96f1a5fb24a7788f69eae1bbffaf14210b --- KF5PlasmaMacros.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/KF5PlasmaMacros.cmake b/KF5PlasmaMacros.cmake index 3e0b40b50..8c8bf3ec9 100644 --- a/KF5PlasmaMacros.cmake +++ b/KF5PlasmaMacros.cmake @@ -32,6 +32,7 @@ macro(plasma_install_package dir component) install(DIRECTORY ${dir}/ DESTINATION ${PLASMA_DATA_INSTALL_DIR}/${root}/${component} PATTERN .svn EXCLUDE PATTERN CMakeLists.txt EXCLUDE + PATTERN README.txt EXCLUDE PATTERN Messages.sh EXCLUDE PATTERN dummydata EXCLUDE)