Package: codelite / 17.0.0+dfsg-1

Metadata

Package Version Patches format
codelite 17.0.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_remove bundled cppcheck.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove bundled cppcheck from cmakelists.txt

02_remove bundled wxsqlite.patch | (download)

CMakeLists.txt | 5 1 + 4 - 0 !
CodeLite/CMakeLists.txt | 2 1 + 1 - 0 !
wxcrafter/CMakeLists.txt | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 6 deletions(-)

 remove bundled wxsqlite3 from cmakelists.txt files

03_remove bundled universal ctags.patch | (download)

CMakeLists.txt | 29 0 + 29 - 0 !
1 file changed, 29 deletions(-)

 remove bundled universal-ctags

04_remove bundled unittest++.patch | (download)

LiteEditor/CMakeLists.txt | 1 0 + 1 - 0 !
Runtime/templates/projects/UnitTest++/UnitTest++.project | 2 2 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 remove bundled unittest++ and fix unittest++ project file

05_build flags.patch | (download)

CMakeLists.txt | 31 2 + 29 - 0 !
1 file changed, 2 insertions(+), 29 deletions(-)

 remove build options not necessary for debian

09_use x terminal editor.patch | (download)

LiteEditor/app.cpp | 4 3 + 1 - 0 !
LiteEditor/manager.cpp | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 use x-terminal-emulator in preference to xterm

10_move helper binaries.patch | (download)

CodeLite/cl_standard_paths.cpp | 3 1 + 2 - 0 !
CodeLite/macros.h | 2 1 + 1 - 0 !
LiteEditor/app.cpp | 3 1 + 2 - 0 !
Plugin/pipedprocess.cpp | 3 1 + 2 - 0 !
4 files changed, 4 insertions(+), 7 deletions(-)

 move most helper binaries to /usr/lib/codelite


24_default_no_check_for_updates.patch | (download)

LiteEditor/editorsettingsmiscpanel.cpp | 2 1 + 1 - 0 !
LiteEditor/frame.cpp | 5 0 + 5 - 0 !
2 files changed, 1 insertion(+), 6 deletions(-)

 turn off automatic new-version checking.

25_shlibs adjustments.patch | (download)

Plugin/CMakeLists.txt | 2 1 + 1 - 0 !
sdk/databaselayer/CMakeLists.txt | 2 1 + 1 - 0 !
sdk/wxshapeframework/CMakeLists.txt | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 workarounds for dpkg-shlibdeps warnings

This patch gives SONAMEs to liblibcodelite and libplugin. This fixes the
dpkg-shlibdeps warnings and allows codelite-plugins to "properly" link against
libraries from the codelite package.

Converting the other libraries to static libs is ok since they are only used
by one library. It also reduces the final size and fixes some more warnings.