Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > ddfeee3bedf84e44f20049fdcc070a8a > files > 12

kdepimlibs4-4.14.10-2.2.mga5.src.rpm

From a84a50c4f8ca3ca74e03ed5a212853f918480c9a Mon Sep 17 00:00:00 2001
From: Allen Winter <winter@kde.org>
Date: Mon, 27 Jul 2015 07:49:02 -0400
Subject: [PATCH 12/47] gpgme++/CMakeLists.txt - don't install
 GpgmeppLibraryDepends.cmake since it isn't created anymore.

---
 gpgme++/CMakeLists.txt | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/gpgme++/CMakeLists.txt b/gpgme++/CMakeLists.txt
index a31702ca1..ae5816aab 100644
--- a/gpgme++/CMakeLists.txt
+++ b/gpgme++/CMakeLists.txt
@@ -15,22 +15,22 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-gpgme++.h.cmake ${CMAKE_CURREN
 ##     Unix: gpgme, gpgme-pthread, gpgme-pth
 ## We're building corresponding gpgme++ flavours
 
-set(gpgme_LIB_SRCS 
+set(gpgme_LIB_SRCS
         exception.cpp
-        context.cpp key.cpp 
-        trustitem.cpp 
-        data.cpp 
-        callbacks.cpp 
-        eventloopinteractor.cpp 
+        context.cpp key.cpp
+        trustitem.cpp
+        data.cpp
+        callbacks.cpp
+        eventloopinteractor.cpp
         editinteractor.cpp
         assuanresult.cpp
         keylistresult.cpp
-        keygenerationresult.cpp 
+        keygenerationresult.cpp
         importresult.cpp
-        decryptionresult.cpp 
-        verificationresult.cpp 
-        signingresult.cpp 
-        encryptionresult.cpp 
+        decryptionresult.cpp
+        verificationresult.cpp
+        signingresult.cpp
+        encryptionresult.cpp
         engineinfo.cpp
         gpgsetexpirytimeeditinteractor.cpp
         gpgsetownertrusteditinteractor.cpp
@@ -126,10 +126,10 @@ if ( GPGME_FOUND )
    add_subdirectory( interfaces )
 
    install(FILES
-        global.h error.h exception.h context.h key.h trustitem.h 
+        global.h error.h exception.h context.h key.h trustitem.h
         eventloopinteractor.h editinteractor.h data.h gpgmefw.h result.h
         assuanresult.h
-        keylistresult.h keygenerationresult.h 
+        keylistresult.h keygenerationresult.h
         importresult.h decryptionresult.h verificationresult.h
         signingresult.h encryptionresult.h notation.h engineinfo.h
         gpgsetexpirytimeeditinteractor.h
@@ -147,7 +147,6 @@ if ( GPGME_FOUND )
    install(
      FILES
      ${CMAKE_CURRENT_BINARY_DIR}/GpgmeppConfig.cmake
-     ${CMAKE_CURRENT_BINARY_DIR}/GpgmeppLibraryDepends.cmake
      DESTINATION
      ${LIB_INSTALL_DIR}/gpgmepp )
 
-- 
2.14.1