Hi,
I was spoiled by my mutt, automatically filling in the kdevelop.org..
So as the CCMAIL failed, here's the message:
----- Forwarded message from Andreas Pakulat <apaku gmx.de> -----
Delivery-date: Sat, 19 Jan 2008 09:20:02 +0100
From: Andreas Pakulat <apaku gmx.de>
To: kde-commits kde.org
Subject: KDE/kdevplatform
X-Commit-Directories: (0) trunk/KDE/kdevplatform
trunk/KDE/kdevplatform/editor
trunk/KDE/kdevplatform/interfaces
trunk/KDE/kdevplatform/language
trunk/KDE/kdevplatform/outputview
trunk/KDE/kdevplatform/project
trunk/KDE/kdevplatform/shell
trunk/KDE/kdevplatform/sublime trunk/KDE/kdevplatform/util
trunk/KDE/kdevplatform/vcs
Cc: kdevelop-devel svn.kde.org
X-BeenThere: kde-commits kde.org
X-Mailman-Version: 2.1.9
Reply-To: kde-commits kde.org
List-Id: Notification of KDE commits
<kde-commits.kde.org>
List-Unsubscribe: <https://mail.kde.org/mailman/listinfo/kde-commits>,
<mailto:kde-commits-request kde.org?subject=unsubscribe>
List-Post: <mailto:kde-commits kde.org>
List-Help: <mailto:kde-commits-request kde.org?subject=help>
List-Subscribe: <https://mail.kde.org/mailman/listinfo/kde-commits>,
<mailto:kde-commits-request kde.org?subject=subscribe>
SVN commit 763290 by apaku:
Change our SOVERSION to 1 as discussed. Claiming these libs
had already 4 BiC
releases is just false.
Sorry for being a bit late, I totally forgot about this on
thursday.
Note for anybody with an existing kdevplatform build: After
this update you
first need to completely remove any libkdevplatform* in your
builddir and
installation dir and then start the build.
AFAIK no reason to completely remove the builddir for
kdevplatform or kdevelop,
just the above and then run a simple make in both.
CCMAIL:kdevelop-devel
M +3 -0 CMakeLists.txt
M +1 -1 editor/CMakeLists.txt
M +1 -1 interfaces/CMakeLists.txt
M +1 -1 language/CMakeLists.txt
M +1 -1 outputview/CMakeLists.txt
M +1 -1 project/CMakeLists.txt
M +1 -1 shell/CMakeLists.txt
M +1 -1 sublime/CMakeLists.txt
M +1 -1 util/CMakeLists.txt
M +1 -1 vcs/CMakeLists.txt
--- trunk/KDE/kdevplatform/CMakeLists.txt #763289:763290
 -18,6
+18,9 
# create config.h
configure_file (config.h.cmake
$/config.h )
+set(KDEVPLATFORM_LIB_VERSION 1.0.0)
+set(KDEVPLATFORM_LIB_SOVERSION 1)
+
add_subdirectory(cmake)
add_subdirectory(sublime)
add_subdirectory(interfaces)
--- trunk/KDE/kdevplatform/editor/CMakeLists.txt
#763289:763290
 -15,7
+15,7 
kde4_add_library(kdevplatformeditor SHARED
$)
target_link_libraries(kdevplatformeditor
$ $)
-set_target_properties(kdevplatformeditor PROPERTIES VERSION
$ SOVERSION $)
+set_target_properties(kdevplatformeditor PROPERTIES VERSION
$ SOVERSION
$)
install(TARGETS kdevplatformeditor DESTINATION
$ )
########### install files ###############
--- trunk/KDE/kdevplatform/interfaces/CMakeLists.txt
#763289:763290
 -23,7
+23,7 
kde4_add_library(kdevplatforminterfaces SHARED
$)
target_link_libraries(kdevplatforminterfaces
$ $ $
$ $
$ $ )
-set_target_properties(kdevplatforminterfaces PROPERTIES
VERSION $ SOVERSION
$)
+set_target_properties(kdevplatforminterfaces PROPERTIES
VERSION $ SOVERSION
$)
install(TARGETS kdevplatforminterfaces DESTINATION
$ )
install(FILES
--- trunk/KDE/kdevplatform/language/CMakeLists.txt
#763289:763290
 -47,7
+47,7 
kde4_add_library(kdevplatformlanguage SHARED
$)
target_link_libraries(kdevplatformlanguage
$ $
$
kdevplatforminterfaces kdevplatformeditor)
-set_target_properties(kdevplatformlanguage PROPERTIES
VERSION $ SOVERSION
$)
+set_target_properties(kdevplatformlanguage PROPERTIES
VERSION $ SOVERSION
$)
install(TARGETS kdevplatformlanguage DESTINATION
$ )
########### install files ###############
--- trunk/KDE/kdevplatform/outputview/CMakeLists.txt
#763289:763290
 -13,7
+13,7 
)
kde4_add_library( kdevplatformoutputview SHARED
$ )
target_link_libraries(kdevplatformoutputview
$ $ )
-set_target_properties(kdevplatformoutputview PROPERTIES
VERSION $ SOVERSION
$)
+set_target_properties(kdevplatformoutputview PROPERTIES
VERSION $ SOVERSION
$)
install(TARGETS kdevplatformoutputview DESTINATION
$ )
########### install files ###############
--- trunk/KDE/kdevplatform/project/CMakeLists.txt
#763289:763290
 -17,7
+17,7 
kde4_add_library(kdevplatformproject SHARED
$)
target_link_libraries(kdevplatformproject
$ kdevplatforminterfaces )
-set_target_properties(kdevplatformproject PROPERTIES
VERSION $ SOVERSION
$)
+set_target_properties(kdevplatformproject PROPERTIES
VERSION $ SOVERSION
$)
install(TARGETS kdevplatformproject DESTINATION
$ )
########### install files ###############
--- trunk/KDE/kdevplatform/shell/CMakeLists.txt
#763289:763290
 -38,7
+38,7 
kde4_add_library(kdevplatformshell SHARED
$)
target_link_libraries(kdevplatformshell $
$ $
$ $
$ $
kdevplatforminterfaces kdevplatformproject
kdevplatformeditor kdevplatformlanguage sublime )
-set_target_properties(kdevplatformshell PROPERTIES VERSION
$ SOVERSION $)
+set_target_properties(kdevplatformshell PROPERTIES VERSION
$ SOVERSION
$)
install(TARGETS kdevplatformshell DESTINATION
$ )
install(FILES
--- trunk/KDE/kdevplatform/sublime/CMakeLists.txt
#763289:763290
 -28,7
+28,7 
kde4_add_library(sublime SHARED $)
target_link_libraries(sublime $
$)
-set_target_properties(sublime PROPERTIES VERSION
$ SOVERSION $)
+set_target_properties(sublime PROPERTIES VERSION
$ SOVERSION
$)
install(TARGETS sublime DESTINATION $ )
--- trunk/KDE/kdevplatform/util/CMakeLists.txt
#763289:763290
 -15,7
+15,7 
kde4_add_ui_files(kdevplatformutil_LIB_SRCS
$)
kde4_add_library(kdevplatformutil SHARED
$)
target_link_libraries(kdevplatformutil $
kdevplatforminterfaces)
-set_target_properties(kdevplatformutil PROPERTIES VERSION
$ SOVERSION $)
+set_target_properties(kdevplatformutil PROPERTIES VERSION
$ SOVERSION
$)
install(TARGETS kdevplatformutil DESTINATION
$ )
########### install files ###############
--- trunk/KDE/kdevplatform/vcs/CMakeLists.txt
#763289:763290
 -29,7
+29,7 
kde4_add_ui_files(kdevplatformvcs_LIB_SRCS
$)
kde4_add_library(kdevplatformvcs SHARED
$)
target_link_libraries(kdevplatformvcs $
kdevplatforminterfaces )
-set_target_properties(kdevplatformvcs PROPERTIES VERSION
$ SOVERSION $)
+set_target_properties(kdevplatformvcs PROPERTIES VERSION
$ SOVERSION
$)
install(TARGETS kdevplatformvcs DESTINATION
$ )
install(FILES
----- End forwarded message -----
--
Go to a movie tonight. Darkness becomes you.
_______________________________________________
KDevelop-devel mailing list
KDevelop-devel kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinf
o/kdevelop-devel
|