Hello community,

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

Package is "klettres"

Changes:
--------
--- /work/SRC/openSUSE:Factory/klettres/klettres.changes        2015-07-14 
17:35:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2015-10-03 
20:21:42.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:17:48 UTC 2015 - [email protected]
+
+- 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:43:25 UTC 2015 - [email protected]
+
+- 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 06:55:48 UTC 2015 - [email protected]
+
+- 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:
----
  klettres-15.04.3.tar.xz

New:
----
  klettres-15.08.1.tar.xz

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

Other differences:
------------------
++++++ klettres.spec ++++++
--- /var/tmp/diff_new_pack.ofCN0l/_old  2015-10-03 20:21:43.000000000 +0200
+++ /var/tmp/diff_new_pack.ofCN0l/_new  2015-10-03 20:21:43.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           klettres
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Summary:        Alphabet Learning Game
 License:        GPL-2.0+

++++++ klettres-15.04.3.tar.xz -> klettres-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/CMakeLists.txt 
new/klettres-15.08.1/CMakeLists.txt
--- old/klettres-15.04.3/CMakeLists.txt 2015-04-27 13:14:12.000000000 +0200
+++ new/klettres-15.08.1/CMakeLists.txt 2015-06-25 11:03:27.000000000 +0200
@@ -5,7 +5,7 @@
 set(QT_MIN_VERSION "5.2.0")
 
 # we need some parts of the ECM CMake helpers
-find_package (ECM 1.3.0 REQUIRED NO_MODULE)
+find_package (ECM 1.7.0 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 include(ECMOptionalAddSubdirectory)
 include(CMakePackageConfigHelpers)
@@ -15,12 +15,14 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 include(ECMAddTests)
+include(ECMAddAppIcon)
 
 # Load the frameworks we need
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED
   Core
   Svg
+  Network
   Test
   Widgets
 )
@@ -32,15 +34,12 @@
   Emoticons
   ItemModels
   I18n
-  KDELibs4Support
   NewStuff
   WidgetsAddons
   ConfigWidgets
   CoreAddons
 )
 
-include(KDE4Defaults)
-
 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} 
${PHONON_INCLUDE_DIR})
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 
@@ -53,7 +52,7 @@
 ecm_optional_add_subdirectory( themes )
 ecm_optional_add_subdirectory( tests )
 
-install(FILES klettres.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/appdata/)
+install(FILES klettres.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/data/CMakeLists.txt 
new/klettres-15.08.1/data/CMakeLists.txt
--- old/klettres-15.04.3/data/CMakeLists.txt    2015-04-27 13:14:12.000000000 
+0200
+++ new/klettres-15.08.1/data/CMakeLists.txt    2015-06-25 11:03:27.000000000 
+0200
@@ -2,4 +2,4 @@
 
 ########### install files ###############
 
-install( FILES sounds.xml  DESTINATION  ${DATA_INSTALL_DIR}/klettres/data )
+install( FILES sounds.xml  DESTINATION  ${KDE_INSTALL_DATADIR}/klettres/data )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/data/langs/CMakeLists.txt 
new/klettres-15.08.1/data/langs/CMakeLists.txt
--- old/klettres-15.04.3/data/langs/CMakeLists.txt      2015-04-27 
13:14:12.000000000 +0200
+++ new/klettres-15.08.1/data/langs/CMakeLists.txt      2015-06-25 
11:03:27.000000000 +0200
@@ -1,2 +1,2 @@
-install( FILES cs.txt da.txt sk.txt es.txt de.txt nds.txt hu.txt DESTINATION  
${DATA_INSTALL_DIR}/klettres )
+install( FILES cs.txt da.txt sk.txt es.txt de.txt nds.txt hu.txt DESTINATION  
${KDE_INSTALL_DATADIR}/klettres )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/doc/CMakeLists.txt 
new/klettres-15.08.1/doc/CMakeLists.txt
--- old/klettres-15.04.3/doc/CMakeLists.txt     2015-04-27 13:14:12.000000000 
+0200
+++ new/klettres-15.08.1/doc/CMakeLists.txt     2015-06-25 11:03:27.000000000 
+0200
@@ -1,4 +1,4 @@
 ########### install files ###############
 #
 #
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR klettres)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR klettres)
Files old/klettres-15.04.3/icons/128-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/128-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/128-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/128-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/128-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/128-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/16-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/16-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/16-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/16-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/16-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/16-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/22-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/22-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/22-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/22-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/22-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/22-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/32-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/32-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/32-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/32-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/32-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/32-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/48-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/48-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/48-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/48-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/48-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/48-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/64-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/64-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/64-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/64-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/64-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/64-actions-klettres_kids.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/icons/CMakeLists.txt 
new/klettres-15.08.1/icons/CMakeLists.txt
--- old/klettres-15.04.3/icons/CMakeLists.txt   2015-04-27 13:14:12.000000000 
+0200
+++ new/klettres-15.08.1/icons/CMakeLists.txt   2015-06-25 11:03:27.000000000 
+0200
@@ -1,21 +1,21 @@
 ecm_install_icons( ICONS
-hi128-actions-klettres_desert.png
-hi128-actions-klettres_grownup.png
-hi128-actions-klettres_kids.png
-hi16-actions-klettres_desert.png
-hi16-actions-klettres_grownup.png
-hi16-actions-klettres_kids.png
-hi22-actions-klettres_desert.png
-hi22-actions-klettres_grownup.png
-hi22-actions-klettres_kids.png
-hi32-actions-klettres_desert.png
-hi32-actions-klettres_grownup.png
-hi32-actions-klettres_kids.png
-hi48-actions-klettres_desert.png
-hi48-actions-klettres_grownup.png
-hi48-actions-klettres_kids.png
-hi64-actions-klettres_desert.png
-hi64-actions-klettres_grownup.png
-hi64-actions-klettres_kids.png
+128-actions-klettres_desert.png
+128-actions-klettres_grownup.png
+128-actions-klettres_kids.png
+16-actions-klettres_desert.png
+16-actions-klettres_grownup.png
+16-actions-klettres_kids.png
+22-actions-klettres_desert.png
+22-actions-klettres_grownup.png
+22-actions-klettres_kids.png
+32-actions-klettres_desert.png
+32-actions-klettres_grownup.png
+32-actions-klettres_kids.png
+48-actions-klettres_desert.png
+48-actions-klettres_grownup.png
+48-actions-klettres_kids.png
+64-actions-klettres_desert.png
+64-actions-klettres_grownup.png
+64-actions-klettres_kids.png
 DESTINATION
-${DATA_INSTALL_DIR}/klettres/icons  )
+${KDE_INSTALL_DATADIR}/klettres/icons  )
Files old/klettres-15.04.3/icons/hi128-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/hi128-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/hi128-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/hi128-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/hi128-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/hi128-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/hi16-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/hi16-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/hi16-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/hi16-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/hi16-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/hi16-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/hi22-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/hi22-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/hi22-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/hi22-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/hi22-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/hi22-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/hi32-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/hi32-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/hi32-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/hi32-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/hi32-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/hi32-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/hi48-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/hi48-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/hi48-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/hi48-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/hi48-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/hi48-actions-klettres_kids.png differ
Files old/klettres-15.04.3/icons/hi64-actions-klettres_desert.png and 
new/klettres-15.08.1/icons/hi64-actions-klettres_desert.png differ
Files old/klettres-15.04.3/icons/hi64-actions-klettres_grownup.png and 
new/klettres-15.08.1/icons/hi64-actions-klettres_grownup.png differ
Files old/klettres-15.04.3/icons/hi64-actions-klettres_kids.png and 
new/klettres-15.08.1/icons/hi64-actions-klettres_kids.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/klettres.appdata.xml 
new/klettres-15.08.1/klettres.appdata.xml
--- old/klettres-15.04.3/klettres.appdata.xml   2015-04-27 13:14:12.000000000 
+0200
+++ new/klettres-15.08.1/klettres.appdata.xml   2015-06-25 11:03:27.000000000 
+0200
@@ -15,6 +15,7 @@
   <name xml:lang="et">KLettres</name>
   <name xml:lang="fi">KLettres</name>
   <name xml:lang="fr">KLettres</name>
+  <name xml:lang="gl">KLettres</name>
   <name xml:lang="hu">KLettres</name>
   <name xml:lang="ko">KLettres</name>
   <name xml:lang="nds">KLettres</name>
@@ -40,6 +41,7 @@
   <summary xml:lang="et">Tähestiku õppimine</summary>
   <summary xml:lang="fi">Opi aakkoset</summary>
   <summary xml:lang="fr">Apprenez l'alphabet</summary>
+  <summary xml:lang="gl">Aprende o alfabeto.</summary>
   <summary xml:lang="hu">Tanulja meg az ABC-t</summary>
   <summary xml:lang="ko">알파벳 익히기</summary>
   <summary xml:lang="nds">Dat Alfabeet lehren</summary>
@@ -56,6 +58,7 @@
   <summary xml:lang="zh-TW">語言_KLetters</summary>
   <description>
     <p>KLettres is an application specially designed to help the user to learn 
an alphabet in a new language and then to learn to read simple syllables. The 
user can be a young child aged from two and a half or an adult that wants to 
learn the basics of a foreign language. There are currently 25 languages 
available: Arabian, Brazilian Portuguese, Czech, Danish, Dutch, British 
English, US English, Phonics English, French, German, Hebrew, Hungarian, 
Italian, Kannada, Low Saxon, Malayalam, Norwegian Bokmål, Punjabi, Luganda, 
Romanized Hindi, Russian, Spanish, Slovak, Telugu and Ukrainian. KLettres 
provides a special user interface and themes for younger users.</p>
+    <p xml:lang="ast">KLettres ye una aplicación diseñada especialmente 
p'ayudar al usuariu a deprender un alfabetu d'una llingua nueva y llueu 
deprender a lleer sílabes cencielles. L'usuariu pue ser dende un guaḥe de 2 
años y mediu fasta un adultu que quiera deprender lo básico d'una llingua 
foriata. Anguaño hai 25 llingües disponibles: árabe, portugués brasileñu, 
checu, danés, holandés, bretón, inglés, inglés d'EE.XX, fonética inglesa, 
francés, hebréu, húngaru, italianu, kannada, saxón baxu, malayalam, bokmål 
noruegu, punyabi, luganda, hindi romanizáu, rusu, español, eslovacu, telugu y 
ucranianu. KLettres apurre una interfaz d'usuariu especial pa usuarios 
xóvenes.</p>
     <p xml:lang="bs">KLettres je aplikacija specijalno dizajnirana da pomogne 
korisniku da uči alfabetu u novom jeziku, a zatim da nauči da čita jednostavne 
slogove. Korisnik može biti dijete uzrasta od dvije i po ili odrasla osoba koja 
želi da nauči osnove stranog jezika. Trenutno ima 25 jezika dostupnih: arapski, 
brazilski portugalski, češki, danski, holandski, britanski engleski, američki 
engleski, fonetski engleski, francuski, nemački, hebrejski, mađarski, 
italijanski, kanada, Lov Sakon, malajalam, norveški bokmal, pandžabi, Luganda , 
romanizovanimhindi, ruski, španski, slovački, ukrajinski i telugu. KLettres 
daje poseban korisnički interfejs i teme za mlađe korisnike.</p>
     <p xml:lang="ca">El KLettres és una aplicació especialment dissenyada per 
ajudar a l'usuari a aprendre un alfabet en un idioma nou i després a prendre a 
llegir síl·labes senzilles. L'usuari pot ser des d'un nen de dos anys i mig a 
un adult que vol aprendre les bases d'un idioma estranger. Actualment hi ha 25 
idiomes disponibles: àrab, portuguès de Brasil, txec, danès, holandès, anglès 
britànic, anglès d'EEUU, anglès fònic, francès, alemany, hebreu, hongarès, 
italià, kanarès, baix saxó, malaiàlam, noruec Bokmal, panjabi, luganda, hindi 
romanitzat, rus, espanyol, eslovac, telugu i ucraïnès. El KLettres proporciona 
una interfície d'usuari espacial i temes per usuaris joves.</p>
     <p xml:lang="de">KLettres ist eine Anwendung, die dafür erstellt wurde, 
dem Benutzer das Lernen des Alphabets in einer neuen Sprache zu erleichtern und 
dann anschließend das Lesen von einfachen Silben. Der Benutzer kann ein junges 
Kind von zweieinhalb sein oder ein Erwachsener, der die Grundlage einer fremden 
Sprache lernen möchte.Fünfundzwanzig Sprachen sind zurzeit verfügbar: Arabisch, 
Brasilianisches Portugiesisch, Tschechisch, Dänisch, Holländisch, Britisches 
Englisch, Amerikanisches Englisch, Englisches Phonics, Französisch, Deutsch, 
Hebräisch, Ungarisch, Italienisch, Kanadisch, Niederdeutsch, Malayam, 
Norwegisch Bokmål, Punjab, Hindi (in lateinischer Umschrift), Russisch, 
Spanisch, Slowakisch, Telugu und Ukrainisch. KLettres hat eine 
Benutzeroberfläche und Designs speziell für junge Benutzer. </p>
@@ -64,6 +67,7 @@
     <p xml:lang="et">KLettres on rakendus, mille eesmärk on aidata õppuril 
omandada uue keele tähestik ja seejärel lugeda lihtsamaid silpe. Õppur võib 
olla väike laps (alates umbes 2.5-aastastest) või ka täiskasvanu, kes soovib 
tundma õppida mõne võõrkeele põhitõdesid. Praegu on välja pakkuda 25 keelt: 
alamsaksa, araabia, Brasiilia portugali, Briti inglise, foneetiline inglise, 
heebrea, hispaania, hollandi, itaalia, kannada, latiniseeritud hindi, luganda, 
malajalami, Norra Bokmåli, pandžaabi, prantsuse, saksa, slovaki, taani, telugu, 
tšehhi, ukraina, ungari, USA inglise ja vene keel. KLettres pakub eriti 
noortele õppuritele spetsiaalset kasutajaliidest ja teemasid.</p>
     <p xml:lang="fi">KLettres on sovellus, joka on suunniteltu erityisesti 
auttamaan käyttäjää oppimaan uuden kielen aakkoset ja oppimaan sitten lukemaan 
yksinkertaisia tavuja. Käyttäjä voi olla kaksi ja puoli -vuotiaasta lapsesta 
aikuiseen, joka haluaa oppia vieraan kielen perusteet. Tällä hetkellä on 
saatavilla 25 kieltä: alasaksa, amerikanenglanti, arabia, brasilianportugali, 
brittienglanti, englannin äänteet, espanja, ganda, heprea, hollanti, italia, 
kannada, latinaistettu hindi, malajalam, norjan bokmål, pandžabi, ranska, 
saksa, slovakki, tanska, telugu, tšekki, ukraina, unkari ja venäjä. 
KLettresissä on nuorempia käyttäjiä varten oma käyttöliittymä ja teemoja.</p>
     <p xml:lang="fr">KLettres est une application spécialement conçue pour 
aider l'utilisateur à apprendre l'alphabet d'une nouvelle langue puis l'aider à 
apprendre à lire des syllabes simples. L'utilisateur peut être un jeune enfant 
à partir de deux ans et demi ou un adulte qui souhaite apprendre les rudiments 
d'une langue étrangère. 25 langues sont disponibles : arabe, portugais 
brésilien, tchèque, danois, néerlandais, anglais britannique, anglais 
américain, anglais phonétique, français, allemand, hébreu, hongrois, italien, 
kannada, bas saxon, malayalam, norvégien bokmål, pendjabi, luganda, hindi 
romanisé, russe, espagnol, slovaque, télougou et ukrainien. KLettres fournit 
une interface utilisateur spéciale et des thèmes pour les jeunes 
utilisateurs.</p>
+    <p xml:lang="gl">KLettres é un programa deseñado especialmente para axudar 
aos usuarios a aprender o alfabeto nun novo idioma e aprender a continuación a 
ler sílabas sinxelas. O usuario pode ser por exemplo un rapaz de dous anos e 
medio ou un adulto que quere aprender a base dun idioma estranxeiro. 
Actualmente hai 25 idiomas dispoñíbeis: alemán, árabe, baixo saxón, bokmål, 
canarés, castelán, checo, danés, eslovaco, francés, hebreo, hindi romanizado, 
holandés, húngaro, inglés británico, inglés estadounidense, inglés silábico, 
italiano, luganda, malaialam, portugués do Brasil, punjabi, ruso, telugu e 
ucraíno. KLettres fornece unha interface de usuario e temas especiais para 
rapaces.</p>
     <p xml:lang="nds">KLettres is en Programm, dat Brukers hölpt, dat Alfabet 
in en nieg Spraak to lehren un denn ok eenfach Sülven in disse Spraak to lesen. 
De Bruker kann en lütt Blaag vun tweeenhalf Johr oder en Opwussen wesen, de dat 
Grundweten vun en nieg Spraak lehren will. Opstunns sünd 25 Spraken verföögbor: 
Araabsch, Brasiliaansch Portugeesch, Tschechsch, Däänsch, Nedderlannsch, 
Britsch Engelsch, US Engelsch, Foneetsch Engelsch, Franzöösch, Hoochdüütsch, 
Hebrääsch, Ungaarsch, Italieensch, Kannadaansch, Plattdüütsch, Malayalaamsch, 
Norweegsch (Bokmål), Pandschaabsch, Lugandsch, Romaniseert Hindi, Russ'sch, 
Spaansch, Slowaaksch, Telugu un Ukrainsch. KLetrres hett en besünner Böversiet 
un Mustern för jünger Brukers.</p>
     <p xml:lang="nl">KLettres is een toepassing speciaal ontworpen om de 
gebruiker te helpen bij het leren van het alfabet van een nieuwe taal en daarna 
het leren lezen van eenvoudige zinnen. De gebruiker kan een jong kind zijn ij 
de leeftijd van twee en een half of een volwassene die de basis van een vreemde 
taal wil leren. Er zijn nu 25 talen beschikbaar: Arabisch, Braziliaans 
Portugees, Tsjechisch, Deens, Nederlands, Brits Engels, VS Engels, Fonetisch 
Engels, Frans, Duits, Hebreeuws, Hongaars, Italiaans, Kannada, Nedersaksisch, 
Malayalam, Noors Bokmål, Punjabi, Luganda, Geromaniseerd Hindi, Russisch, 
Spaans, Slowaaks, Telugu en Oekraïens. KLettres biedt een speciaal 
gebruikersinterface en thema's voor jonge gebruikers.</p>
     <p xml:lang="pl">KLettres jest programem specjalnie zaprojektowanym do 
pomocy użytkownikowi przy nauce alfabetu w nowym języku, a następnie do nauki 
prostych sylab. Użytkownik może być małym dzieckiem w wieku dwóch i pół roku 
lub dorosłym, który chce się nauczyć podstaw obcego języka. Dostępnych jest 
dwadzieścia języków: Arabski, Czeski, Portugalski Brazylijski, Angielski 
Brytyjski, Duński, Holenderski, Angielski, Francuski, Niemiecki, Hebrajski, 
Węgierski, Włoski, Kanadyjski, Dolno saksoński, Luganda, Malayalam, 
Zromanizowany Hindi, Hiszpański, Słowacki, Telugu i Ukraiński. KLettres 
zapewnia własny układ sterowania programem i wystroje dla młodszych 
użytkowników.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/pics/CMakeLists.txt 
new/klettres-15.08.1/pics/CMakeLists.txt
--- old/klettres-15.04.3/pics/CMakeLists.txt    2015-04-27 13:14:12.000000000 
+0200
+++ new/klettres-15.08.1/pics/CMakeLists.txt    2015-06-25 11:03:27.000000000 
+0200
@@ -1,2 +1,2 @@
-install( FILES klettres_kids.jpeg klettres_grownup.png klettres_desert.png  
DESTINATION  ${DATA_INSTALL_DIR}/klettres/pics )
+install( FILES klettres_kids.jpeg klettres_grownup.png klettres_desert.png  
DESTINATION  ${KDE_INSTALL_DATADIR}/klettres/pics )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/sounds/CMakeLists.txt 
new/klettres-15.08.1/sounds/CMakeLists.txt
--- old/klettres-15.04.3/sounds/CMakeLists.txt  2015-04-27 13:14:12.000000000 
+0200
+++ new/klettres-15.08.1/sounds/CMakeLists.txt  2015-06-25 11:03:27.000000000 
+0200
@@ -2,10 +2,10 @@
 set(sublangdir alpha syllab )
 foreach (_langcurrentdir ${langdir})
     file(GLOB _xmlfile "${_langcurrentdir}/*.xml" )
-    install(FILES ${_xmlfile} DESTINATION 
${DATA_INSTALL_DIR}/klettres/${_langcurrentdir})
+    install(FILES ${_xmlfile} DESTINATION 
${KDE_INSTALL_DATADIR}/klettres/${_langcurrentdir})
     foreach(_sublangcurrentdir ${sublangdir})
         file(GLOB _oggfile "${_langcurrentdir}/${_sublangcurrentdir}/*.ogg" )
-        install(FILES ${_oggfile} DESTINATION 
${DATA_INSTALL_DIR}/klettres/${_langcurrentdir}/${_sublangcurrentdir})
+        install(FILES ${_oggfile} DESTINATION 
${KDE_INSTALL_DATADIR}/klettres/${_langcurrentdir}/${_sublangcurrentdir})
     endforeach(_sublangcurrentdir ${sublangdir} )
 endforeach(_langcurrentdir ${langdir})
 
Files old/klettres-15.04.3/src/128-apps-klettres.png and 
new/klettres-15.08.1/src/128-apps-klettres.png differ
Files old/klettres-15.04.3/src/16-apps-klettres.png and 
new/klettres-15.08.1/src/16-apps-klettres.png differ
Files old/klettres-15.04.3/src/22-apps-klettres.png and 
new/klettres-15.08.1/src/22-apps-klettres.png differ
Files old/klettres-15.04.3/src/32-apps-klettres.png and 
new/klettres-15.08.1/src/32-apps-klettres.png differ
Files old/klettres-15.04.3/src/48-apps-klettres.png and 
new/klettres-15.08.1/src/48-apps-klettres.png differ
Files old/klettres-15.04.3/src/64-apps-klettres.png and 
new/klettres-15.08.1/src/64-apps-klettres.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/src/CMakeLists.txt 
new/klettres-15.08.1/src/CMakeLists.txt
--- old/klettres-15.04.3/src/CMakeLists.txt     2015-04-27 13:14:12.000000000 
+0200
+++ new/klettres-15.08.1/src/CMakeLists.txt     2015-06-25 11:03:27.000000000 
+0200
@@ -20,9 +20,8 @@
 
 kconfig_add_kcfg_files(klettres_SRCS prefs.kcfgc )
 
-#kde4_add_app_icon(klettres_SRCS "${KDE4_ICON_DIR}/oxygen/*/apps/klettres.png")
-#kde4_add_app_icon(klettres_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/ox*-apps-klettres.png")
-kde4_add_app_icon(klettres_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/hi*-apps-klettres.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-klettres.png")
+ecm_add_app_icon(klettres_SRCS ICONS ${ICONS_SRCS})
 
 add_executable(klettres ${klettres_SRCS})
 
@@ -32,19 +31,18 @@
   KF5::NewStuff
   KF5::I18n
   KF5::ItemModels
-  KF5::KDELibs4Support
   Qt5::Svg
   ${PHONON_LIBRARY}
   Qt5::Xml)
 
-install(TARGETS klettres  ${INSTALL_TARGETS_DEFAULT_ARGS} )
+install(TARGETS klettres  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
 
 
 ########### install files ###############
 
-install( PROGRAMS org.kde.klettres.desktop  DESTINATION  
${XDG_APPS_INSTALL_DIR} )
-install( FILES klettresui.rc  DESTINATION  ${KXMLGUI_INSTALL_DIR}/klettres )
-install( FILES klettres.kcfg  DESTINATION  ${KCFG_INSTALL_DIR} )
-install( FILES klettres.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )
+install( PROGRAMS org.kde.klettres.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} 
)
+install( FILES klettresui.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/klettres 
)
+install( FILES klettres.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR} )
+install( FILES klettres.knsrc  DESTINATION  ${KDE_INSTALL_CONFDIR} )
 
-ecm_install_icons( ICONS hi128-apps-klettres.png  hi16-apps-klettres.png  
hi22-apps-klettres.png  hi32-apps-klettres.png  hi48-apps-klettres.png  
hi64-apps-klettres.png DESTINATION ${ICON_INSTALL_DIR}   )
+ecm_install_icons( ICONS 128-apps-klettres.png  16-apps-klettres.png  
22-apps-klettres.png  32-apps-klettres.png  48-apps-klettres.png  
64-apps-klettres.png DESTINATION ${KDE_INSTALL_ICONDIR}   )
Files old/klettres-15.04.3/src/hi128-apps-klettres.png and 
new/klettres-15.08.1/src/hi128-apps-klettres.png differ
Files old/klettres-15.04.3/src/hi16-apps-klettres.png and 
new/klettres-15.08.1/src/hi16-apps-klettres.png differ
Files old/klettres-15.04.3/src/hi22-apps-klettres.png and 
new/klettres-15.08.1/src/hi22-apps-klettres.png differ
Files old/klettres-15.04.3/src/hi32-apps-klettres.png and 
new/klettres-15.08.1/src/hi32-apps-klettres.png differ
Files old/klettres-15.04.3/src/hi48-apps-klettres.png and 
new/klettres-15.08.1/src/hi48-apps-klettres.png differ
Files old/klettres-15.04.3/src/hi64-apps-klettres.png and 
new/klettres-15.08.1/src/hi64-apps-klettres.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/src/main.cpp 
new/klettres-15.08.1/src/main.cpp
--- old/klettres-15.04.3/src/main.cpp   2015-04-27 13:14:12.000000000 +0200
+++ new/klettres-15.08.1/src/main.cpp   2015-06-25 11:03:27.000000000 +0200
@@ -41,6 +41,7 @@
 int main(int argc, char **argv)
 {
     QApplication app(argc, argv);
+    KLocalizedString::setApplicationDomain("klettres");
 
     QStringList configFiles;
     QStringList rcFiles;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/src/org.kde.klettres.desktop 
new/klettres-15.08.1/src/org.kde.klettres.desktop
--- old/klettres-15.04.3/src/org.kde.klettres.desktop   2015-04-27 
13:14:12.000000000 +0200
+++ new/klettres-15.08.1/src/org.kde.klettres.desktop   2015-06-25 
11:03:27.000000000 +0200
@@ -131,7 +131,6 @@
 Name[zh_CN]=KLettres
 Name[zh_TW]=語言_KLetters
 GenericName=Learn The Alphabet
-GenericName[ast]=Deprender l'alfabetu
 GenericName[bg]=Изучаване на азбуката
 GenericName[bs]=Naučite abecedu
 GenericName[ca]=Apreneu l'alfabet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/themes/aqua/CMakeLists.txt 
new/klettres-15.08.1/themes/aqua/CMakeLists.txt
--- old/klettres-15.04.3/themes/aqua/CMakeLists.txt     2015-04-27 
13:14:12.000000000 +0200
+++ new/klettres-15.08.1/themes/aqua/CMakeLists.txt     2015-06-25 
11:03:27.000000000 +0200
@@ -1,4 +1,4 @@
 
-install( FILES klettres_aqua.svg   DESTINATION  
${DATA_INSTALL_DIR}/klettres/pics/aqua )
+install( FILES klettres_aqua.svg   DESTINATION  
${KDE_INSTALL_DATADIR}/klettres/pics/aqua )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/themes/desert/CMakeLists.txt 
new/klettres-15.08.1/themes/desert/CMakeLists.txt
--- old/klettres-15.04.3/themes/desert/CMakeLists.txt   2015-04-27 
13:14:12.000000000 +0200
+++ new/klettres-15.08.1/themes/desert/CMakeLists.txt   2015-06-25 
11:03:27.000000000 +0200
@@ -1,4 +1,4 @@
 
-install( FILES klettres_desert.svg   DESTINATION  
${DATA_INSTALL_DIR}/klettres/pics/desert )
+install( FILES klettres_desert.svg   DESTINATION  
${KDE_INSTALL_DATADIR}/klettres/pics/desert )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/themes/kids/CMakeLists.txt 
new/klettres-15.08.1/themes/kids/CMakeLists.txt
--- old/klettres-15.04.3/themes/kids/CMakeLists.txt     2015-04-27 
13:14:12.000000000 +0200
+++ new/klettres-15.08.1/themes/kids/CMakeLists.txt     2015-06-25 
11:03:27.000000000 +0200
@@ -1,4 +1,4 @@
 
-install( FILES klettres_kids.svg   DESTINATION  
${DATA_INSTALL_DIR}/klettres/pics/kids )
+install( FILES klettres_kids.svg   DESTINATION  
${KDE_INSTALL_DATADIR}/klettres/pics/kids )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.3/themes/savannah/CMakeLists.txt 
new/klettres-15.08.1/themes/savannah/CMakeLists.txt
--- old/klettres-15.04.3/themes/savannah/CMakeLists.txt 2015-04-27 
13:14:12.000000000 +0200
+++ new/klettres-15.08.1/themes/savannah/CMakeLists.txt 2015-06-25 
11:03:27.000000000 +0200
@@ -1,4 +1,4 @@
 
-install( FILES klettres_savannah.svg   DESTINATION  
${DATA_INSTALL_DIR}/klettres/pics/savannah )
+install( FILES klettres_savannah.svg   DESTINATION  
${KDE_INSTALL_DATADIR}/klettres/pics/savannah )
 
 


Reply via email to