Package: kvirc / 4:5.0.0+dfsg-5

Metadata

Package Version Patches format
kvirc 4:5.0.0+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python3.patch | (download)

CMakeLists.txt | 7 2 + 5 - 0 !
src/modules/pythoncore/kvircmodule.cpp | 2 1 + 1 - 0 !
src/modules/pythoncore/pythonheaderwrapper.h | 6 6 + 0 - 0 !
3 files changed, 9 insertions(+), 6 deletions(-)

---
10_fix_desktop_entry.patch | (download)

cmake/kvirc4.desktop.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 corrected the place to show up for the desktop entry.
  Add KDE category. KVIrc is not proposed upstream to be a KDE application
  but rather a Qt one. In Debian we build it with KDE dependencies and hence
  we tag application as KDE in for the menu entry.
  .
  This patch can be studied to be forwarded upstream.
enable optimisation with debug.patch | (download)

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

 remove -o0 from cflags/cxxflags
fix rfc links.patch | (download)

src/kvirc/kvs/KviKvsCoreSimpleCommands.cpp | 4 2 + 2 - 0 !
src/kvirc/kvs/KviKvsCoreSimpleCommands_sz.cpp | 4 2 + 2 - 0 !
src/modules/objects/libkviobjects.cpp | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 switch rfc2812 links from internal to external.
  As we don't ship the RFC in the format of a help page.
upstream_fix build with Qt 5.15.patch | (download)

src/modules/iograph/libkviiograph.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix build with qt 5.15+
upstream wayland fixes.patch | (download)

src/kvirc/kernel/KviIpcSentinel.cpp | 12 12 + 0 - 0 !
src/kvirc/ui/KviMainWindow.cpp | 5 4 + 1 - 0 !
2 files changed, 16 insertions(+), 1 deletion(-)

 fix a crash and set the window icon on wayland.