johu 15/07/11 11:49:28 Added: kleopatra-install-headers.patch Log: Version bump KDE PIM 4.14.10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Revision Changes Path 1.1 kde-base/kleopatra/files/kleopatra-install-headers.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kleopatra/files/kleopatra-install-headers.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kleopatra/files/kleopatra-install-headers.patch?rev=1.1&content-type=text/plain Index: kleopatra-install-headers.patch =================================================================== Install headers needed by Kopete's cryptography plugin. Patch borrowed from Fedora. diff --git a/kleopatra/libkleopatraclient/CMakeLists.txt b/kleopatra/libkleopatraclient/CMakeLists.txt index 17b4980..690b00d 100644 --- a/kleopatra/libkleopatraclient/CMakeLists.txt +++ b/kleopatra/libkleopatraclient/CMakeLists.txt @@ -6,3 +6,7 @@ add_subdirectory(gui) add_subdirectory(tests) +install( + FILES kleopatraclient_export.h + DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient + ) diff --git a/kleopatra/libkleopatraclient/core/CMakeLists.txt b/kleopatra/libkleopatraclient/core/CMakeLists.txt index d4f1ea2..17a6eb5 100644 --- a/kleopatra/libkleopatraclient/core/CMakeLists.txt +++ b/kleopatra/libkleopatraclient/core/CMakeLists.txt @@ -63,3 +63,13 @@ else() endif() install(TARGETS kleopatraclientcore ${INSTALL_TARGETS_DEFAULT_ARGS}) + +install( + FILES + initialization.h + command.h + selectcertificatecommand.h + signencryptfilescommand.h + decryptverifyfilescommand.h + DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/core + ) diff --git a/kleopatra/libkleopatraclient/gui/CMakeLists.txt b/kleopatra/libkleopatraclient/gui/CMakeLists.txt index 3c5bab2..78dde2e 100644 --- a/kleopatra/libkleopatraclient/gui/CMakeLists.txt +++ b/kleopatra/libkleopatraclient/gui/CMakeLists.txt @@ -16,3 +16,9 @@ set_target_properties(kleopatraclientgui PROPERTIES ) install(TARGETS kleopatraclientgui ${INSTALL_TARGETS_DEFAULT_ARGS}) + +install( + FILES + certificaterequester.h + DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/gui + )
