Package: codelite / 10.0+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
codelite | 10.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 |
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 |
17 0 + 17 - 0 ! |
remove build options not nessesary for debian Do not duplicate all the Debian build flags. Stripping is done by dh_strip separately. |
09_use x terminal editor.patch | (download) |
CodeLite/procutils.cpp |
2 1 + 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 |
15_fix_about_box_license.patch | (download) |
LiteEditor/aboutdlg.cpp |
58 46 + 12 - 0 ! |
fix license text in about dialog Since /usr/share/codelite/LICENSE isn't shipped, I have hard-coded the "short" GPL license text into the about dialog box. |
24_default_no_check_for_updates.patch | (download) |
LiteEditor/editorsettingsmiscpanel.cpp |
2 1 + 1 - 0 ! |
do not check for updates by default On Debian update checking should be done by the package manager, not the application itself at runtime. It's also a privacy breach if the user doesn't know about it. This patch doesn't remove anything, it just changes the default setting. |
25_shlibs adjustments.patch | (download) |
CodeLite/CMakeLists.txt |
1 1 + 0 - 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. |
26_remove_hardcoded_x86.patch | (download) |
CMakeLists.txt |
8 0 + 8 - 0 ! |
remove hardcoding of cmake_library_architecture to x86 |
27_gtk2 libs.patch | (download) |
CodeLite/CMakeLists.txt |
6 6 + 0 - 0 ! |
remove unnecessary find_package(gtk2) calls Due to a bug in CMake, the second time find_package(GTK2) is called, the wrong value is written to GTK2_LIBRARIES and not all the libs are linked against. Since the first find_package call happens at the top-level, we can just remove the calls in subdirectories. See: https://gitlab.kitware.com/cmake/cmake/issues/16582 |
28_spelling.patch | (download) |
CodeLite/ctags_manager.cpp |
2 1 + 1 - 0 ! |
fix various spelling mistakes reported by lintian |