|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
Fwd: Krazy2 patchesforwarding this to Allen Winter, who is one of the krazy devs. he isn't
actually on this list =) in future, it might be best to attach patches like this for krazy to reports on bugs.kde.org filed under the krazy product. ---------- Forwarded Message ---------- Subject: Krazy2 patches Date: Friday 16 January 2009 From: Ben Boeckel <MathStuf@...> To: kde-quality@... Hi, I have 3 patches against krazy2 for fixes to libsuffix (so that 64bit installation works), prefix fixes (using wrong variable), and adding an install command for c++parser. If there are any problems, let me know. Thanks. --Ben ------------------------------------------------------- -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Software [checkutil-libsuffix.patch] diff -r -U 5 cppchecks/checkutil/CMakeLists.txt cppchecks/checkutil/CMakeLists.txt --- cppchecks/checkutil/CMakeLists.txt 2009-01-10 17:11:44.000000000 -0500 +++ cppchecks/checkutil/CMakeLists.txt 2009-01-13 17:58:02.000000000 -0500 @@ -9,6 +9,6 @@ ${QT_QTCORE_LIBRARY} # For these two you need to install KDevelop c++parser ) set_target_properties(checkutil PROPERTIES VERSION 1 SOVERSION 1.0) -install(TARGETS checkutil DESTINATION ${CMAKE_PREFIX_PATH}/lib) +install(TARGETS checkutil DESTINATION ${CMAKE_PREFIX_PATH}/lib${LIB_SUFFIX}) [checkutil-prefix.patch] diff -r -U 5 cppchecks/checkutil/CMakeLists.txt cppchecks/checkutil/CMakeLists.txt --- cppchecks/checkutil/CMakeLists.txt 2009-01-10 17:11:44.000000000 -0500 +++ cppchecks/checkutil/CMakeLists.txt 2009-01-13 17:58:02.000000000 -0500 @@ -9,6 +9,6 @@ ${QT_QTCORE_LIBRARY} # For these two you need to install KDevelop c++parser ) set_target_properties(checkutil PROPERTIES VERSION 1 SOVERSION 1.0) -install(TARGETS checkutil DESTINATION ${CMAKE_PREFIX_PATH}/lib${LIB_SUFFIX}) +install(TARGETS checkutil DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}) [c++parser-install.patch] diff -r -U 5 cppchecks/c++parser/CMakeLists.txt cppchecks/c++parser/CMakeLists.txt --- cppchecks/c++parser/CMakeLists.txt 2009-01-11 05:09:50.000000000 -0500 +++ cppchecks/c++parser/CMakeLists.txt 2009-01-16 22:15:48.000000000 -0500 @@ -37,6 +37,9 @@ Type.cpp TypeVisitor.cpp PrettyPrinter.cpp ) -add_library(c++parser SHARED ${cplusplus_SRCS}) \ No newline at end of file +add_library(c++parser SHARED ${cplusplus_SRCS}) +set_target_properties(c++parser PROPERTIES VERSION 1 SOVERSION 1.0) +install(TARGETS c++parser DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}) + _______________________________________________ kde-quality mailing list kde-quality@... https://mail.kde.org/mailman/listinfo/kde-quality |
| Free embeddable forum powered by Nabble | Forum Help |