[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/soprano
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2010-03-01 9:58:46
Message-ID: 1267437526.570320.11021.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097408 by trueg:

Added pkgconfig files for sopranoclient, sopranoserver, and sopranoindex.


 M  +13 -3     CMakeLists.txt  
 A             sopranoclient.pc.cmake  
 A             sopranoindex.pc.cmake  
 A             sopranoserver.pc.cmake  


--- trunk/kdesupport/soprano/CMakeLists.txt #1097407:1097408
@@ -7,7 +7,7 @@
 ##################  Soprano version  ################################
 set(CMAKE_SOPRANO_VERSION_MAJOR 2)
 set(CMAKE_SOPRANO_VERSION_MINOR 4)
-set(CMAKE_SOPRANO_VERSION_RELEASE 60)
+set(CMAKE_SOPRANO_VERSION_RELEASE 61)
 set(CMAKE_SOPRANO_VERSION_STRING \
"${CMAKE_SOPRANO_VERSION_MAJOR}.${CMAKE_SOPRANO_VERSION_MINOR}.${CMAKE_SOPRANO_VERSION_RELEASE}")
  
 
@@ -183,10 +183,20 @@
 add_subdirectory(cmake)
 
 
-##################  create pkgconfig file  ################################
+##################  create pkgconfig files  ################################
 if(NOT WIN32)
   configure_file(${CMAKE_CURRENT_SOURCE_DIR}/soprano.pc.cmake \
                ${CMAKE_CURRENT_BINARY_DIR}/soprano.pc @ONLY)
-  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/soprano.pc DESTINATION \
${PKGCONFIG_INSTALL_PREFIX}) +  \
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/sopranoclient.pc.cmake \
${CMAKE_CURRENT_BINARY_DIR}/sopranoclient.pc @ONLY) +  \
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/sopranoserver.pc.cmake \
${CMAKE_CURRENT_BINARY_DIR}/sopranoserver.pc @ONLY) +  \
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/sopranoindex.pc.cmake \
${CMAKE_CURRENT_BINARY_DIR}/sopranoindex.pc @ONLY) +  install(
+    FILES
+    ${CMAKE_CURRENT_BINARY_DIR}/soprano.pc
+    ${CMAKE_CURRENT_BINARY_DIR}/sopranoclient.pc
+    ${CMAKE_CURRENT_BINARY_DIR}/sopranoserver.pc
+    ${CMAKE_CURRENT_BINARY_DIR}/sopranoindex.pc
+    DESTINATION
+    ${PKGCONFIG_INSTALL_PREFIX})
 endif(NOT WIN32)
 
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic