Package: kover / 1:4-11

Metadata

Package Version Patches format
kover 1:4-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_fix compilation errors with gcc 4.4.patch | (download)

src/directory.cc | 1 1 + 0 - 0 !
src/inexact_dialog.cc | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 [patch] fix compilation errors with gcc 4.4


upstream_make kover.desktop valid.patch | (download)

src/kover.desktop | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] make kover.desktop valid

upstream_applied patch from Adi Roiban adi roiban.ro.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
po/CMakeLists.txt | 33 33 + 0 - 0 !
po/Makefile.am | 4 0 + 4 - 0 !
3 files changed, 36 insertions(+), 4 deletions(-)

 [patch] applied patch from adi roiban <adi@roiban.ro>

I have added the required cmake file and scripts to include the
translations in the binary package.

fix PACKAGE VERSION.diff | (download)

config.h.cmake | 4 2 + 2 - 0 !
src/cddb_fill.cc | 2 1 + 1 - 0 !
src/koverfile.cpp | 8 4 + 4 - 0 !
src/kovertop.cc | 4 2 + 2 - 0 !
src/main.cpp | 12 7 + 5 - 0 !
src/sd.cpp | 4 3 + 1 - 0 !
6 files changed, 19 insertions(+), 15 deletions(-)

 fix defines with application name and version
 Rename the PACKAGE and VERSION macros to K_PACKAGE and K_VERSION, so there
 is no conflict with the same (generic, from autoheader) macros coming from
 the libcdio headers.
 .
 Switch from #cmakedefine to #define, as the string value must always be
 written, even when the names of cmake variable and of the target #define
 do not match (like in this patch).
 .
 Include <config.h> in a couple of places that needed it.
 .
 Most of this work (at least the "K_" prefixes) is done upstream already, in
 version 6.
cmake policy.diff | (download)

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

 update cmake version & policy.
 Set cmake_mininum_required to a newer version, and enable newer cmake
 policies.