Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2015-10-03 20:18:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kalgebra (Old)
 and      /work/SRC/openSUSE:Factory/.kalgebra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kalgebra"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes        2015-07-14 
17:40:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2015-10-03 
20:18:19.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 18:59:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Wed Aug 19 19:42:41 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug  7 07:07:41 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  kalgebra-15.04.3.tar.xz

New:
----
  kalgebra-15.08.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kalgebra.spec ++++++
--- /var/tmp/diff_new_pack.HqePr8/_old  2015-10-03 20:18:20.000000000 +0200
+++ /var/tmp/diff_new_pack.HqePr8/_new  2015-10-03 20:18:20.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
 Url:            http://edu.kde.org
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  analitza-devel

++++++ kalgebra-15.04.3.tar.xz -> kalgebra-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/CMakeLists.txt 
new/kalgebra-15.08.1/CMakeLists.txt
--- old/kalgebra-15.04.3/CMakeLists.txt 2015-04-27 13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/CMakeLists.txt 2015-07-20 18:05:02.000000000 +0200
@@ -1,7 +1,7 @@
 project(kalgebra)
 cmake_minimum_required(VERSION 2.8.11)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${ECM_MODULE_PATH})
 
 find_package(Qt5 5.2 REQUIRED NO_MODULE COMPONENTS Qml Quick Xml Svg OpenGL 
PrintSupport Test)
@@ -10,6 +10,7 @@
 include(KDECMakeSettings)
 include(ECMInstallIcons)
 include(FeatureSummary)
+include(ECMAddAppIcon)
 
 find_package(Analitza5 REQUIRED)
 
@@ -68,6 +69,6 @@
 
   add_subdirectory(doc)
 endif()
-install(FILES kalgebra.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/appdata/)
+install(FILES kalgebra.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/calgebra/CMakeLists.txt 
new/kalgebra-15.08.1/calgebra/CMakeLists.txt
--- old/kalgebra-15.04.3/calgebra/CMakeLists.txt        2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/calgebra/CMakeLists.txt        2015-07-20 
18:05:02.000000000 +0200
@@ -15,5 +15,5 @@
 add_executable(calgebra main.cpp)
 target_link_libraries(calgebra Qt5::Core ${READLINE_LIBRARY} KF5::Analitza)
 
-install(TARGETS calgebra ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS calgebra ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/doc/CMakeLists.txt 
new/kalgebra-15.08.1/doc/CMakeLists.txt
--- old/kalgebra-15.04.3/doc/CMakeLists.txt     2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/doc/CMakeLists.txt     2015-07-20 18:05:02.000000000 
+0200
@@ -1,4 +1,4 @@
 ########### install files ###############
 #
 
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kalgebra)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kalgebra)
Files old/kalgebra-15.04.3/icons/128-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/128-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/16-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/16-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/32-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/32-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/48-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/48-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/64-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/64-apps-kalgebra.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/icons/CMakeLists.txt 
new/kalgebra-15.08.1/icons/CMakeLists.txt
--- old/kalgebra-15.04.3/icons/CMakeLists.txt   2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/icons/CMakeLists.txt   2015-07-20 18:05:02.000000000 
+0200
@@ -1,10 +1,9 @@
 ecm_install_icons(ICONS
-    hi16-apps-kalgebra.png
-    hi32-apps-kalgebra.png
-    hi48-apps-kalgebra.png
-    hi64-apps-kalgebra.png
-    hi128-apps-kalgebra.png
-    hisc-apps-kalgebra.svgz
-THEME hicolor
-DESTINATION ${ICON_INSTALL_DIR} )
+    16-apps-kalgebra.png
+    32-apps-kalgebra.png
+    48-apps-kalgebra.png
+    64-apps-kalgebra.png
+    128-apps-kalgebra.png
+    sc-apps-kalgebra.svgz
+DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor )
 
Files old/kalgebra-15.04.3/icons/hi128-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/hi128-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/hi16-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/hi16-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/hi32-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/hi32-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/hi48-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/hi48-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/hi64-apps-kalgebra.png and 
new/kalgebra-15.08.1/icons/hi64-apps-kalgebra.png differ
Files old/kalgebra-15.04.3/icons/hisc-apps-kalgebra.svgz and 
new/kalgebra-15.08.1/icons/hisc-apps-kalgebra.svgz differ
Files old/kalgebra-15.04.3/icons/sc-apps-kalgebra.svgz and 
new/kalgebra-15.08.1/icons/sc-apps-kalgebra.svgz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/kalgebra.appdata.xml 
new/kalgebra-15.08.1/kalgebra.appdata.xml
--- old/kalgebra-15.04.3/kalgebra.appdata.xml   2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/kalgebra.appdata.xml   2015-07-20 18:05:02.000000000 
+0200
@@ -15,6 +15,7 @@
   <name xml:lang="et">KAlgebra</name>
   <name xml:lang="fi">KAlgebra</name>
   <name xml:lang="fr">KAlgebra</name>
+  <name xml:lang="gl">KAlgebra</name>
   <name xml:lang="hu">KAlgebra</name>
   <name xml:lang="it">KAlgebra</name>
   <name xml:lang="ko">KAlgebra</name>
@@ -43,6 +44,7 @@
   <summary xml:lang="et">Graafide arvutaja</summary>
   <summary xml:lang="fi">Graafinen laskin</summary>
   <summary xml:lang="fr">Calculatrice graphique</summary>
+  <summary xml:lang="gl">Calculadora gráfica</summary>
   <summary xml:lang="hu">Grafikus számológép</summary>
   <summary xml:lang="it">Calcolatrice grafica</summary>
   <summary xml:lang="ko">그래핑 계산기</summary>
@@ -62,6 +64,7 @@
   <summary xml:lang="zh-TW">圖形計算器</summary>
   <description>
     <p>KAlgebra is an application that can replace your graphing calculator. 
It has numerical, logical, symbolic, and analysis features that let you 
calculate mathematical expressions on the console and graphically plot the 
results in 2D or 3D. KAlgebra is rooted in the Mathematical Markup Language 
(MathML); however, one does not need to know MathML to use KAlgebra.</p>
+    <p xml:lang="ast">KAlgebra ye una aplicación que pue trocar la to 
calculadora gráfica. Tien carauterístiques numbériques, llóxiques, simbóliques 
y d'analís que te permiten calcular espresiones matemátiques na consola y 
trazar gráficamente los resultaos en 2D ó 3D. KAlgebra ta arraigonáu nel 
llinguax matemáticu d'etiquetes (MathML); por embargu, naide necesita saber 
MathML pa usar KAlgebra</p>
     <p xml:lang="ca">El KAlgebra és una aplicació que pot substituir la 
calculadora gràfica. Té característiques numèriques, lògiques, simbòliques i 
d'anàlisi que us permetran calcular expressions matemàtiques a la consola i 
traçar gràfics dels resultats en 2D o 3D. El KAlgebra té les seves arrels en el 
llenguatge de marques matemàtic (Mathematical Markup Language -MathML-). Però 
un no us caldrà saber MathML per utilitzar el KAlgebra.</p>
     <p xml:lang="de">KAlgebra ist eine Anwendung, die Ihren grafischen 
Taschenrechner ersetzt. KAlgebra hat numerische, logische, symbolische und 
analytische Fähigkeiten, mit denen Sie mathematische Ausdrücke in der Konsole 
auswerten und die Ergebnisse zwei- oder dreidimensional darstellen können. 
KAlgebra basiert auf der Sprache „Mathematical Markup Language“ (MathML), es 
sind jedoch keine Kenntnisse von MathML erforderlich, um KAlgebra erfolgreich 
einsetzen zu können.</p>
     <p xml:lang="en-GB">KAlgebra is an application that can replace your 
graphing calculator. It has numerical, logical, symbolic, and analysis features 
that let you calculate mathematical expressions on the console and graphically 
plot the results in 2D or 3D. KAlgebra is rooted in the Mathematical Markup 
Language (MathML); however, one does not need to know MathML to use 
KAlgebra.</p>
@@ -69,6 +72,7 @@
     <p xml:lang="et">KAlgebra on rakendus, mis võib asendada su senist 
graafikalkulaatorit Sel on arvulisi, loogilisi, sümbolilisi ja analüüsiomadusi, 
mis võimaldavad arvutada matemaatilisi avaldisi konsoolis ja lasta tulemusi 
kujutada graafiliselt nii tasapinnaliselt (2D) kui ka ruumiliselt (3D). 
KAlgebra juured on matemaatilises märkekeeles (MathML), kuid KAlgebra 
kasutamiseks ei ole MathML-i tundmine sugugi vajalik.</p>
     <p xml:lang="fi">KAlgebralla voi korvata graafisen laskimen. Siinä on 
numeeriset, loogiset, symboliset ja analyysiominaisuudet, jotka tarvitaan 
matemaattisten lausekkeiden laskemiseen sekä tulosten piirtämiseen kaksi- tai 
kolmiulotteisesti. KAlgebra perustuu MathML:ään (Mathematical Markup Language), 
mutta sitä ei tarvitse osata käyttääkseen KAlgebraa.</p>
     <p xml:lang="fr">KAlgebra est une application qui peut remplacer votre 
calculatrice graphique. Elle fournit des fonctions pour le calcul numérique, 
logique, symbolique et l'analyse qui vous permettent de calculer des 
expressions mathématiques dans la console et tracer graphiquement les résultats 
en 2D ou 3D. KAlgebra repose sur MathML, le langage de balise pour les 
mathématiques ; cependant, il n'est pas nécessaire de connaître MathML pour 
utiliser KAlgebra.</p>
+    <p xml:lang="gl">KAlgebra é un programa que pode substituír as 
calculadoras gráficas. Ten funcionalidades numéricas, lóxicas, simbólicas e de 
análise que permiten calcular expresións matemáticas na consola e trazar 
graficamente os resultados en 2D ou 3D. KAlgebra ten o seu alicerce na Linguaxe 
de Marcaxe Matemática (MathML); porén, non hai que saber nada do MathML para 
poder empregar o KAlgebra.</p>
     <p xml:lang="hu">A KAlgebra a grafikus számológépe helyébe léphet. 
Numerikus, logikai, szimbolikus és analízis képességei lehetővé teszik 
matematikai kifejezések kiértékelését a konzolon, majd grafikus ábrázolását 
2D-ben vagy 3D-ben. A KAlgebra erősen épít a MathML matematikai leírónyelv 
használatára, ugyanakkor nem szükséges MathML ismeret a KAlgebra 
használatához.</p>
     <p xml:lang="it">KAlgebra è un'applicazione che può sostituire la tua 
calcolatrice grafica. Ha funzionalità numeriche, logiche, simboliche e di 
analisi che ti permettono di calcolare espressioni matematiche sulla console e 
visualizzarne il grafico in 2D o 3D. KAlgebra si basa sul linguaggio a 
marcatori di matematica («Mathematical Markup Language», MathML); tuttavia, non 
è necessario conoscere MathML per usare KAlgebra.</p>
     <p xml:lang="nds">KAlgebra kannst Du ansteed Dien Grafik-Taschenreekner 
bruken. Dat gifft numeersche, logische, symboolsche un Analysis-Funkschonen, 
mit de Du mathemaatsch Utdrück op de Konsool utreken un de Resultaten graafsch 
in 2- un 3-D utgeven kannst. KAlgebra buut op de Mathemaatsch Schriftsatzspraak 
(„Mathematical Markup Language – MathML“); man Du kannst KAlgebra ok bruken, 
wenn Du nix vun MathML afweetst.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/mobile/CMakeLists.txt 
new/kalgebra-15.08.1/mobile/CMakeLists.txt
--- old/kalgebra-15.04.3/mobile/CMakeLists.txt  2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/mobile/CMakeLists.txt  2015-07-20 18:05:02.000000000 
+0200
@@ -11,9 +11,9 @@
 target_link_libraries(kalgebramobile Qt5::Qml Qt5::Quick Qt5::Gui
        KF5::Analitza KF5::AnalitzaGui KF5::AnalitzaPlot)
 
-set(DESKTOPFILE_INSTALL ${XDG_APPS_INSTALL_DIR})
+set(DESKTOPFILE_INSTALL ${KDE_INSTALL_APPDIR})
 if(${MOBILE_BACKEND} STREQUAL "harmattan")
-       set(DESKTOPFILE_INSTALL ${XDG_APPS_INSTALL_DIR}/..)
+       set(DESKTOPFILE_INSTALL ${KDE_INSTALL_APPDIR}/..)
 elseif(KDeclarative_FOUND)
        target_link_libraries(kalgebramobile KF5::KDeclarative)
 endif()
@@ -23,5 +23,5 @@
        set(DESKTOPFILE kalgebramobile${MOBILE_BACKEND}.desktop)
 endif()
 
-install(TARGETS kalgebramobile ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS kalgebramobile ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 install(PROGRAMS ${DESKTOPFILE} DESTINATION ${DESKTOPFILE_INSTALL} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/mobile/kalgebramobile.desktop 
new/kalgebra-15.08.1/mobile/kalgebramobile.desktop
--- old/kalgebra-15.04.3/mobile/kalgebramobile.desktop  2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/mobile/kalgebramobile.desktop  2015-07-20 
18:05:02.000000000 +0200
@@ -45,7 +45,7 @@
 Name[zh_CN]=KAlgebra 移动
 Name[zh_TW]=KAlgebra 行動版
 GenericName=Pocket Graph Calculator
-GenericName[ast]=Calculadora gráfica de bolsiellu
+GenericName[ast]=Calculadora gráfica de bolsín
 GenericName[bg]=Джобен графичен калкулатор
 GenericName[bs]=Džepni graf kalkulator
 GenericName[ca]=Calculadora gràfica de butxaca
@@ -89,6 +89,7 @@
 GenericName[zh_CN]=口袋图形计算器
 GenericName[zh_TW]=行動版圖形計算器
 Comment=Pocket Math Expression Solver and Plotter
+Comment[ast]=Iguador y trazador de bolsín d'espresiones matemátiques
 Comment[bg]=Джобен инструмент за решаване на математически задачи
 Comment[bs]=Matematski sistem za rješavanje i crtač
 Comment[ca]=Solucionador i representador gràfic de butxaca d'expressions 
matemàtiques
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-15.04.3/mobile/kalgebramobileharmattan.desktop 
new/kalgebra-15.08.1/mobile/kalgebramobileharmattan.desktop
--- old/kalgebra-15.04.3/mobile/kalgebramobileharmattan.desktop 2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/mobile/kalgebramobileharmattan.desktop 2015-07-20 
18:05:02.000000000 +0200
@@ -58,7 +58,7 @@
 Name[zh_CN]=KAlgebra
 Name[zh_TW]=數學_KAlgebra
 GenericName=Pocket Graph Calculator
-GenericName[ast]=Calculadora gráfica de bolsiellu
+GenericName[ast]=Calculadora gráfica de bolsín
 GenericName[bg]=Джобен графичен калкулатор
 GenericName[bs]=Džepni graf kalkulator
 GenericName[ca]=Calculadora gràfica de butxaca
@@ -102,6 +102,7 @@
 GenericName[zh_CN]=口袋图形计算器
 GenericName[zh_TW]=行動版圖形計算器
 Comment=Pocket Math Expression Solver and Plotter
+Comment[ast]=Iguador y trazador de bolsín d'espresiones matemátiques
 Comment[bg]=Джобен инструмент за решаване на математически задачи
 Comment[bs]=Matematski sistem za rješavanje i crtač
 Comment[ca]=Solucionador i representador gràfic de butxaca d'expressions 
matemàtiques
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/mobile/plugins/CMakeLists.txt 
new/kalgebra-15.08.1/mobile/plugins/CMakeLists.txt
--- old/kalgebra-15.04.3/mobile/plugins/CMakeLists.txt  2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/mobile/plugins/CMakeLists.txt  2015-07-20 
18:05:02.000000000 +0200
@@ -5,5 +5,5 @@
        About.qml VariablesView.qml
        kalgebraabout.json
        kalgebraconsole.json kalgebraplot2d.json kalgebratables.json 
kalgebravariables.json
-       DESTINATION ${DATA_INSTALL_DIR}/kalgebramobile/plugins/
+       DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-15.04.3/mobile/plugins/widgets/CMakeLists.txt 
new/kalgebra-15.08.1/mobile/plugins/widgets/CMakeLists.txt
--- old/kalgebra-15.04.3/mobile/plugins/widgets/CMakeLists.txt  2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/mobile/plugins/widgets/CMakeLists.txt  2015-07-20 
18:05:02.000000000 +0200
@@ -2,5 +2,5 @@
 
 install( FILES
     qmldir
-    DESTINATION ${DATA_INSTALL_DIR}/kalgebramobile/plugins/widgets/
+    DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-15.04.3/mobile/plugins/widgets/kde/CMakeLists.txt 
new/kalgebra-15.08.1/mobile/plugins/widgets/kde/CMakeLists.txt
--- old/kalgebra-15.04.3/mobile/plugins/widgets/kde/CMakeLists.txt      
2015-04-27 13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/mobile/plugins/widgets/kde/CMakeLists.txt      
2015-07-20 18:05:02.000000000 +0200
@@ -3,5 +3,5 @@
     Keyboard.qml RealInput.qml SimpleListView.qml
     
     KAlgebraPage.qml  KAlgebraMobile.qml
-    DESTINATION ${DATA_INSTALL_DIR}/kalgebramobile/plugins/widgets/
+    DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-15.04.3/mobile/plugins/widgets/neutral/CMakeLists.txt 
new/kalgebra-15.08.1/mobile/plugins/widgets/neutral/CMakeLists.txt
--- old/kalgebra-15.04.3/mobile/plugins/widgets/neutral/CMakeLists.txt  
2015-04-27 13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/mobile/plugins/widgets/neutral/CMakeLists.txt  
2015-07-20 18:05:02.000000000 +0200
@@ -3,5 +3,5 @@
     RealInput.qml SimpleListView.qml ScrollDecorator.qml
     
     KAlgebraPage.qml  KAlgebraMobile.qml
-    DESTINATION ${DATA_INSTALL_DIR}/kalgebramobile/plugins/widgets/
+    DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-15.04.3/mobile/plugins/widgets/qtcontrols/CMakeLists.txt 
new/kalgebra-15.08.1/mobile/plugins/widgets/qtcontrols/CMakeLists.txt
--- old/kalgebra-15.04.3/mobile/plugins/widgets/qtcontrols/CMakeLists.txt       
2015-04-27 13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/mobile/plugins/widgets/qtcontrols/CMakeLists.txt       
2015-07-20 18:05:02.000000000 +0200
@@ -3,5 +3,5 @@
     RealInput.qml SimpleListView.qml
     
     KAlgebraPage.qml  KAlgebraMobile.qml
-    DESTINATION ${DATA_INSTALL_DIR}/kalgebramobile/plugins/widgets/
+    DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/mobile/resources.qrc 
new/kalgebra-15.08.1/mobile/resources.qrc
--- old/kalgebra-15.04.3/mobile/resources.qrc   2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/mobile/resources.qrc   2015-07-20 18:05:02.000000000 
+0200
@@ -3,7 +3,7 @@
                <file 
alias='kde-edu-logo.png'>plugins/resources/kde-edu-logo.png</file>
     </qresource>
     <qresource>
-               <file 
alias='kalgebra.png'>../icons/hi64-apps-kalgebra.png</file>
-               <file 
alias='kalgebra.svgz'>../icons/hisc-apps-kalgebra.svgz</file>
+               <file alias='kalgebra.png'>../icons/64-apps-kalgebra.png</file>
+               <file 
alias='kalgebra.svgz'>../icons/sc-apps-kalgebra.svgz</file>
     </qresource>
 </RCC>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/plasmoids/CMakeLists.txt 
new/kalgebra-15.08.1/plasmoids/CMakeLists.txt
--- old/kalgebra-15.04.3/plasmoids/CMakeLists.txt       2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/plasmoids/CMakeLists.txt       2015-07-20 
18:05:02.000000000 +0200
@@ -1,6 +1,6 @@
 # add_subdirectory(calculator)
 # TODO: port to QML
 
-install(DIRECTORY graphsplasmoid/ DESTINATION 
${DATA_INSTALL_DIR}/plasma/plasmoids/org.kde.graphsplasmoid)
-install(FILES graphsplasmoid/metadata.desktop DESTINATION 
${SERVICES_INSTALL_DIR} RENAME graphsplasmoid.desktop)
+install(DIRECTORY graphsplasmoid/ DESTINATION 
${KDE_INSTALL_DATADIR}/plasma/plasmoids/org.kde.graphsplasmoid)
+install(FILES graphsplasmoid/metadata.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR} RENAME graphsplasmoid.desktop)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/plasmoids/calculator/CMakeLists.txt 
new/kalgebra-15.08.1/plasmoids/calculator/CMakeLists.txt
--- old/kalgebra-15.04.3/plasmoids/calculator/CMakeLists.txt    2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/plasmoids/calculator/CMakeLists.txt    2015-07-20 
18:05:02.000000000 +0200
@@ -6,6 +6,6 @@
 add_library(plasma_applet_kalgebra MODULE ${kalgebraplasma_SRCS})
 target_link_libraries(plasma_applet_kalgebra ${KF5::plasma}  KF5::Analitza)
 
-set(plugin_dir ${PLUGIN_INSTALL_DIR}/plugins/kalgebra)
-install(TARGETS plasma_applet_kalgebra DESTINATION ${PLUGIN_INSTALL_DIR})
-install(FILES kalgebraplasmoid.desktop DESTINATION ${SERVICES_INSTALL_DIR})
+set(plugin_dir ${KDE_INSTALL_PLUGINDIR}/plugins/kalgebra)
+install(TARGETS plasma_applet_kalgebra DESTINATION ${KDE_INSTALL_PLUGINDIR})
+install(FILES kalgebraplasmoid.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-15.04.3/plasmoids/graphsplasmoid/metadata.desktop 
new/kalgebra-15.08.1/plasmoids/graphsplasmoid/metadata.desktop
--- old/kalgebra-15.04.3/plasmoids/graphsplasmoid/metadata.desktop      
2015-04-27 13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/plasmoids/graphsplasmoid/metadata.desktop      
2015-07-20 18:05:02.000000000 +0200
@@ -3,6 +3,7 @@
 Type=Service
 ServiceTypes=Plasma/Applet
 Name=2D Plots
+Name[ast]=Trazaos 2D
 Name[bs]=2D crtanja
 Name[ca]=Gràfiques 2D
 Name[ca@valencia]=Gràfiques 2D
@@ -40,6 +41,7 @@
 Name[zh_CN]=二维绘图
 Name[zh_TW]=2D 繪圖
 Comment=Put the weirdest plots on your desktop!
+Comment[ast]=¡Pon los trazaos más estraños nel to escritoriu!
 Comment[bs]=Postavite najčudnije crteže na vašem desktopu
 Comment[ca]=Poseu les gràfiques més estranyes al vostre escriptori!
 Comment[ca@valencia]=Poseu les gràfiques més estranyes al vostre escriptori!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/src/CMakeLists.txt 
new/kalgebra-15.08.1/src/CMakeLists.txt
--- old/kalgebra-15.04.3/src/CMakeLists.txt     2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/src/CMakeLists.txt     2015-07-20 18:05:02.000000000 
+0200
@@ -30,8 +30,8 @@
    target_link_libraries(kalgebra Qt5::OpenGL ${OPENGL_gl_LIBRARY} 
${OPENGL_glu_LIBRARY})
 endif(OPENGL_FOUND)
 
-install(TARGETS kalgebra ${INSTALL_TARGETS_DEFAULT_ARGS})
-install(PROGRAMS org.kde.kalgebra.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
-install(FILES kalgebra.xml DESTINATION ${DATA_INSTALL_DIR}/katepart5/syntax )
+install(TARGETS kalgebra ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install(PROGRAMS org.kde.kalgebra.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
+install(FILES kalgebra.xml DESTINATION ${KDE_INSTALL_DATADIR}/katepart5/syntax 
)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/src/consolehtml.cpp 
new/kalgebra-15.08.1/src/consolehtml.cpp
--- old/kalgebra-15.04.3/src/consolehtml.cpp    2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/src/consolehtml.cpp    2015-07-20 18:05:02.000000000 
+0200
@@ -121,8 +121,9 @@
                                QUrlQuery query(url);
                                query.addQueryItem("id", opt->id());
                                query.addQueryItem("func", 
lambdaexp.toString());
+                               url.setQuery(query);
                                
-                               options += i18n(" <a href='%1'>%2</a>", 
query.toString(), opt->caption());
+                               options += i18n(" <a href='%1'>%2</a>", 
url.toString(), opt->caption());
                        }
                }
                
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/src/kalgebra.cpp 
new/kalgebra-15.08.1/src/kalgebra.cpp
--- old/kalgebra-15.04.3/src/kalgebra.cpp       2015-04-27 13:11:48.000000000 
+0200
+++ new/kalgebra-15.08.1/src/kalgebra.cpp       2015-07-20 18:05:02.000000000 
+0200
@@ -499,7 +499,7 @@
 
 void KAlgebra::loadScript()
 {
-       QUrl path = QFileDialog::getOpenFileUrl(this, i18n("Choose a script"), 
QUrl(), "*.kal|"+i18n("Script (*.kal)"));
+       QUrl path = QFileDialog::getOpenFileUrl(this, i18n("Choose a script"), 
QUrl(), i18n("Script (*.kal)"));
        
        if(!path.isEmpty())
                loadScript(path);
@@ -515,7 +515,7 @@
 
 void KAlgebra::saveScript()
 {
-       QUrl path = QFileDialog::getSaveFileUrl(this, QString(), QUrl(), 
"*.kal|"+i18n("Script (*.kal)"));
+       QUrl path = QFileDialog::getSaveFileUrl(this, QString(), QUrl(), 
i18n("Script (*.kal)"));
        bool loaded=false;
        if(!path.isEmpty())
                loaded=c_results->saveScript(path);
@@ -526,7 +526,7 @@
 
 void KAlgebra::saveLog()
 {
-       QUrl path = QFileDialog::getSaveFileUrl(this, QString(), QUrl(), 
"*.html|"+i18n("HTML File (*.html)"));
+       QUrl path = QFileDialog::getSaveFileUrl(this, QString(), QUrl(), 
i18n("HTML File (*.html)"));
        if(!path.isEmpty())
                c_results->saveLog(path);
 }
@@ -573,7 +573,7 @@
 void KAlgebra::save3DGraph()
 {
 #ifdef HAVE_OPENGL
-       QString path = QFileDialog::getSaveFileName(this, QString(), QString(), 
i18n("*.png|PNG File\n*.pdf|PDF Document\n*.x3d|X3D Document"));
+       QString path = QFileDialog::getSaveFileName(this, QString(), QString(), 
i18n("PNG File (*.png);;PDF Document(*.pdf);;X3D Document (*.x3d)"));
        if(!path.isEmpty()) {
                if(path.endsWith(".x3d")) {
                        m_graph3d->exportSurfaces(path);
@@ -608,7 +608,7 @@
 
 void KAlgebra::saveGraph()
 {
-    QPointer<QFileDialog> dialog=new QFileDialog(this, i18n("Select where to 
put the rendered plot"), QString(), i18n("*.png|Image File\n*.svg|SVG File"));
+    QPointer<QFileDialog> dialog=new QFileDialog(this, i18n("Select where to 
put the rendered plot"), QString(), i18n("Image File (*.png);;SVG File 
(*.svg)"));
        dialog->setConfirmOverwrite(true);
        
        if(dialog->exec() && !dialog->selectedFiles().isEmpty()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.3/src/org.kde.kalgebra.desktop 
new/kalgebra-15.08.1/src/org.kde.kalgebra.desktop
--- old/kalgebra-15.04.3/src/org.kde.kalgebra.desktop   2015-04-27 
13:11:48.000000000 +0200
+++ new/kalgebra-15.08.1/src/org.kde.kalgebra.desktop   2015-07-20 
18:05:02.000000000 +0200
@@ -113,7 +113,7 @@
 GenericName[zh_CN]=图形计算器
 GenericName[zh_TW]=圖形計算器
 Comment=Math Expression Solver and Plotter
-Comment[ast]=Resolver y trazar espresiones matemátiques
+Comment[ast]=Igua y traza espresiones matemátiques
 Comment[bg]=Решаване на математически задачи
 Comment[bs]=Matematski Sistem za rješavanje i crtač
 Comment[ca]=Soluciona i representa gràficament expressions matemàtiques


Reply via email to