Package: kvirc / 4:4.1.3+20111124.svn5988-2

Metadata

Package Version Patches format
kvirc 4:4.1.3+20111124.svn5988-2 3.0 (quilt)

Patch series

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

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

 use build flags from environment (dpkg-buildflags).
 Necessary for hardening flags.
05_xpmicon.patch | (download)

data/icons/32x32/CMakeLists.txt | 3 3 + 0 - 0 !
data/icons/32x32/kvirc32x32.xpm | 295 295 + 0 - 0 !
2 files changed, 298 insertions(+)

 this patch adds an xpm icon to the kvirc package.
  Debian menu files support icons but just in XPM format. This patch creates
  the XPM icon file.
  .
  This patch is Debian specific.
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.
21_make_shared mime info_B D_superfluous.patch | (download)

data/mimetypes/CMakeLists.txt | 22 2 + 20 - 0 !
1 file changed, 2 insertions(+), 20 deletions(-)

 don't call update-mime-database during install.
 Upstream has the XDG MIME database snippets in its CMakeLists.txt,
 which leads to an update-mime-database call during "make install".
 .
 As we only need the MIME file and trigger the update-mime-database
 during package installation, we can remove this snippet and thus the
 B-D on shared-mime-database.
22_use_old_.protocol_file_names.patch | (download)

data/protocols/CMakeLists.txt | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 use old file name for .protocol files
 Upstream renamed the .protocol files which shouldn't be needed on Debian
 systems. Thus this patch, which reverts the name change.
30_upstream_build g | (download)

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

 added compiler flag generating debug information.
  With the current provided cmake flags, no debug information was generated in
  the compilation. The proper flag is added to either CMAKE_C_FLAGS and
  CMAKE_CXX_FLAGS.
  .
  This patch should be forwarded upstream.