Package: kst / 2.0.3-3

Metadata

Package Version Patches format
kst 2.0.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
desktop entry lacks main category.diff | (download)

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

 desktop-entry-lacks-main-category
 The categories for this desktop entry do not contain any Main 
 Categories, only Additional Categories.
desktop entry contains encoding key.diff | (download)

src/kst/kst.desktop | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 desktop-entry-contains-encoding-key
 The Encoding key is now deprecated by the FreeDesktop standard and all 
 strings are required to be encoded in UTF-8.
hyphen used as minus sign.diff | (download)

src/kst/kst.1.txt | 28 14 + 14 - 0 !
1 file changed, 14 insertions(+), 14 deletions(-)

 hyphen-used-as-minus-sign
 This manual page seems to contain a hyphen where a minus sign was 
 intended.
fix qreal vs double for arm.diff | (download)

src/libkstapp/applicationsettingsdialog.cpp | 4 2 + 2 - 0 !
src/libkstapp/arrowitem.cpp | 4 2 + 2 - 0 !
src/libkstapp/mainwindow.cpp | 2 1 + 1 - 0 !
src/libkstapp/plotitem.cpp | 10 5 + 5 - 0 !
src/libkstapp/plotrenderitem.cpp | 4 2 + 2 - 0 !
5 files changed, 12 insertions(+), 12 deletions(-)

 fix build on arm by changing variable types and adding typecasts
 On most architectures qreal is double but on arm architectures qreal is
 float. While it is OK to assign between qreal and double (because it is OK
 to assign between float and double) some constructions (pointers, references,
 templates) require the programmer to care about the distinction.
fix cmake 3.0.diff | (download)

cmake/modules/KstPchSupport.cmake | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix building against cmake 3.0.