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 filePatch | File delta | Description |
---|---|---|
01_remove bundled cppcheck.patch | (download) |
CMakeLists.txt |
1 0 + 1 - 0 ! |
remove bundled cppcheck from cmakelists.txt |
02_remove bundled wxsqlite.patch | (download) |
CMakeLists.txt |
5 1 + 4 - 0 ! |
remove bundled wxsqlite3 from cmakelists.txt files |
03_remove bundled universal ctags.patch | (download) |
CMakeLists.txt |
29 0 + 29 - 0 ! |
remove bundled universal-ctags |
04_remove bundled unittest++.patch | (download) |
LiteEditor/CMakeLists.txt |
1 0 + 1 - 0 ! |
remove bundled unittest++ and fix unittest++ project file |
05_build flags.patch | (download) |
CMakeLists.txt |
31 2 + 29 - 0 ! |
remove build options not necessary for debian |
09_use x terminal editor.patch | (download) |
LiteEditor/app.cpp |
4 3 + 1 - 0 ! |
use x-terminal-emulator in preference to xterm |
10_move helper binaries.patch | (download) |
CodeLite/cl_standard_paths.cpp |
3 1 + 2 - 0 ! |
move most helper binaries to /usr/lib/codelite |
24_default_no_check_for_updates.patch | (download) |
LiteEditor/editorsettingsmiscpanel.cpp |
2 1 + 1 - 0 ! |
turn off automatic new-version checking. |
25_shlibs adjustments.patch | (download) |
Plugin/CMakeLists.txt |
2 1 + 1 - 0 ! |
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. |