Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2014-06-10 14:37:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcmutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcmutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcmutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes        2014-05-14 
20:26:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes   2014-06-10 
14:37:31.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+-------------------------------------------------------------------

Old:
----
  kcmutils-4.99.0.tar.xz

New:
----
  baselibs.conf
  kcmutils-4.100.0.tar.xz

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

Other differences:
------------------
++++++ kcmutils.spec ++++++
--- /var/tmp/diff_new_pack.tptXQS/_old  2014-06-10 14:37:32.000000000 +0200
+++ /var/tmp/diff_new_pack.tptXQS/_new  2014-06-10 14:37:32.000000000 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5KCMUtils5
 Name:           kcmutils
-Version:        4.99.0
+Version:        4.100.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel >= %{_kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{_kf5_version}
@@ -37,7 +37,8 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source0:        kcmutils-%{version}.tar.xz
+Source:         
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,6 +49,7 @@
 Summary:        Provides various classes to work with KCModules
 Group:          System/GUI/KDE
 Obsoletes:      libKF5KCMUtils4
+Recommends:     %lname-lang = %{version}
 
 %description -n %lname
 KCMUtils provides various classes to work with KCModules. KCModules can be
@@ -68,6 +70,7 @@
 KCMUtils provides various classes to work with KCModules. KCModules can be
 created with the KConfigWidgets framework. Development files.
 
+%lang_package -n %lname
 %prep
 %setup -q
 
@@ -79,10 +82,14 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
+  %find_lang %{name}5
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*

++++++ baselibs.conf ++++++
libKF5KCMUtils5
kcmutils-devel
        requires "libKF5KCMUtils5-<targettype> = <version>"
++++++ kcmutils-4.99.0.tar.xz -> kcmutils-4.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/CMakeLists.txt 
new/kcmutils-4.100.0/CMakeLists.txt
--- old/kcmutils-4.99.0/CMakeLists.txt  2014-05-05 02:12:45.000000000 +0200
+++ new/kcmutils-4.100.0/CMakeLists.txt 2014-06-01 14:05:59.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KCMUtils)
 
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "4.99.0") # handled by release scripts
-set(KF5_DEP_VERSION "4.99.0") # handled by release scripts
+set(KF5_VERSION "4.100.0") # handled by release scripts
+set(KF5_DEP_VERSION "4.100.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCMUTILS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcmutils_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KCMUtilsConfigVersion.cmake"
@@ -37,6 +37,9 @@
 endif()
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kcmutils5\")
+if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
+    ki18n_install(po)
+endif()
 add_subdirectory(src)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/po/nds/kcmutils5.po 
new/kcmutils-4.100.0/po/nds/kcmutils5.po
--- old/kcmutils-4.99.0/po/nds/kcmutils5.po     2014-05-05 02:12:45.000000000 
+0200
+++ new/kcmutils-4.100.0/po/nds/kcmutils5.po    2014-06-01 14:05:59.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-27 20:56+0000\n"
-"PO-Revision-Date: 2014-03-11 23:48+0100\n"
+"PO-Revision-Date: 2014-05-11 00:55+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
 "Language: nds\n"
@@ -38,13 +38,13 @@
 "<qt><p>The diagnosis is:<br />The desktop file %1 could not be found.</p></"
 "qt>"
 msgstr ""
-"<qt><p>De Diagnoos is:<br />De Schriefdischdatei \"%1\" lett sik nich finnen."
-"</p></qt>"
+"<qt><p>De Diagnoos is:<br />De Schriefdischdatei „%1“ lett sik nich finnen.</"
+"p></qt>"
 
 #: kcmoduleloader.cpp:79
 #, kde-format
 msgid "The module %1 is disabled."
-msgstr "Dat Moduul \"%1\" is utmaakt."
+msgstr "Dat Moduul „%1“ is utmaakt."
 
 #: kcmoduleloader.cpp:80
 msgid ""
@@ -65,7 +65,7 @@
 "<qt>The diagnosis is:<br />The desktop file %1 does not specify a library.</"
 "qt>"
 msgstr ""
-"<qt>De Diagnoos is: <br />De Schriefdischdatei \"%1\" gifft keen Bibliotheek "
+"<qt>De Diagnoos is: <br />De Schriefdischdatei „%1“ gifft keen Bibliotheek "
 "an.</qt>"
 
 #: kcmoduleloader.cpp:140
@@ -87,7 +87,7 @@
 #, kde-format
 msgctxt "Argument is application name"
 msgid "This configuration section is already opened in %1"
-msgstr "Disse Instellensett is al binnen \"%1\" opmaakt"
+msgstr "Disse Instellensett is al binnen „%1“ opmaakt"
 
 #: kcmultidialog.cpp:57
 msgid ""
@@ -126,8 +126,7 @@
 "The name of the widget style, for example \"keramik\" or \"plastik\". "
 "Without quotes."
 msgstr ""
-"De Naam vun den Knoopstil, a.B. \"keramik\" oder \"plastik\", man ahn "
-"Goosfööt."
+"De Naam vun den Knoopstil, a.B. „keramik“ oder „plastik\", man ahn Goosfööt."
 
 #. i18n: ectx: label, entry, group (General)
 #: kdeglobals.kcfg:30
@@ -388,8 +387,7 @@
 "plugin"
 msgstr ""
 "\n"
-"    Moduul \"%1\" wöör automaatsch anmaakt, dor hangt dat Moduul \"%2\" vun "
-"af"
+"    Moduul „%1“ wöör automaatsch anmaakt, dor hangt dat Moduul „%2“ vun af"
 
 #: kpluginselector.cpp:213
 #, kde-format
@@ -399,7 +397,7 @@
 "%2 plugin"
 msgstr ""
 "\n"
-"    Moduul \"%1\" wöör automaatsch utmaakt, dat hangt vun Moduul \"%2\" af"
+"    Moduul „%1“ wöör automaatsch utmaakt, dat hangt vun Moduul „%2“ af"
 
 #: kpluginselector.cpp:216
 msgid "Dependency Check"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/po/sr/kcmutils5.po 
new/kcmutils-4.100.0/po/sr/kcmutils5.po
--- old/kcmutils-4.99.0/po/sr/kcmutils5.po      2014-05-05 02:12:45.000000000 
+0200
+++ new/kcmutils-4.100.0/po/sr/kcmutils5.po     2014-06-01 14:05:59.000000000 
+0200
@@ -90,7 +90,8 @@
 msgctxt "Argument is application name"
 msgid "This configuration section is already opened in %1"
 msgstr ""
-"Овај одељак за подешавање већ је отворен у <application>%1</application>|/|"
+"Овај одељак за подешавање већ је отворен у <application>%1</application>"
+"|/|"
 "Овај одељак за подешавање већ је отворен у <application>$[дат %1]</"
 "application>"
 
@@ -438,7 +439,10 @@
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
-msgstr "О %1|/|О $[дат %1]"
+msgstr ""
+"О %1"
+"|/|"
+"О $[дат %1]"
 
 # >> @title:window
 #: ksettings/componentsdialog.cpp:55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/po/sr@ijekavian/kcmutils5.po 
new/kcmutils-4.100.0/po/sr@ijekavian/kcmutils5.po
--- old/kcmutils-4.99.0/po/sr@ijekavian/kcmutils5.po    2014-05-05 
02:12:45.000000000 +0200
+++ new/kcmutils-4.100.0/po/sr@ijekavian/kcmutils5.po   2014-06-01 
14:05:59.000000000 +0200
@@ -89,7 +89,8 @@
 msgctxt "Argument is application name"
 msgid "This configuration section is already opened in %1"
 msgstr ""
-"Овај одјељак за подешавање већ је отворен у <application>%1</application>|/|"
+"Овај одјељак за подешавање већ је отворен у <application>%1</application>"
+"|/|"
 "Овај одјељак за подешавање већ је отворен у <application>$[дат %1]</"
 "application>"
 
@@ -437,7 +438,10 @@
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
-msgstr "О %1|/|О $[дат %1]"
+msgstr ""
+"О %1"
+"|/|"
+"О $[дат %1]"
 
 # >> @title:window
 #: ksettings/componentsdialog.cpp:55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/po/sr@ijekavianlatin/kcmutils5.po 
new/kcmutils-4.100.0/po/sr@ijekavianlatin/kcmutils5.po
--- old/kcmutils-4.99.0/po/sr@ijekavianlatin/kcmutils5.po       2014-05-05 
02:12:45.000000000 +0200
+++ new/kcmutils-4.100.0/po/sr@ijekavianlatin/kcmutils5.po      2014-06-01 
14:05:59.000000000 +0200
@@ -89,9 +89,10 @@
 msgctxt "Argument is application name"
 msgid "This configuration section is already opened in %1"
 msgstr ""
-"Ovaj odjeljak za podešavanje već je otvoren u <application>%1</"
-"application>|/|Ovaj odjeljak za podešavanje već je otvoren u <application>"
-"$[dat %1]</application>"
+"Ovaj odjeljak za podešavanje već je otvoren u <application>%1</application>"
+"|/|"
+"Ovaj odjeljak za podešavanje već je otvoren u <application>$[dat %1]</"
+"application>"
 
 #: kcmultidialog.cpp:57
 msgid ""
@@ -437,7 +438,10 @@
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
-msgstr "O %1|/|O $[dat %1]"
+msgstr ""
+"O %1"
+"|/|"
+"O $[dat %1]"
 
 # >> @title:window
 #: ksettings/componentsdialog.cpp:55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/po/sr@latin/kcmutils5.po 
new/kcmutils-4.100.0/po/sr@latin/kcmutils5.po
--- old/kcmutils-4.99.0/po/sr@latin/kcmutils5.po        2014-05-05 
02:12:45.000000000 +0200
+++ new/kcmutils-4.100.0/po/sr@latin/kcmutils5.po       2014-06-01 
14:05:59.000000000 +0200
@@ -89,7 +89,8 @@
 msgctxt "Argument is application name"
 msgid "This configuration section is already opened in %1"
 msgstr ""
-"Ovaj odeljak za podešavanje već je otvoren u <application>%1</application>|/|"
+"Ovaj odeljak za podešavanje već je otvoren u <application>%1</application>"
+"|/|"
 "Ovaj odeljak za podešavanje već je otvoren u <application>$[dat %1]</"
 "application>"
 
@@ -437,7 +438,10 @@
 #, kde-format
 msgctxt "Used only for plugins"
 msgid "About %1"
-msgstr "O %1|/|O $[dat %1]"
+msgstr ""
+"O %1"
+"|/|"
+"O $[dat %1]"
 
 # >> @title:window
 #: ksettings/componentsdialog.cpp:55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/po/uk/kcmutils5.po 
new/kcmutils-4.100.0/po/uk/kcmutils5.po
--- old/kcmutils-4.99.0/po/uk/kcmutils5.po      2014-05-05 02:12:45.000000000 
+0200
+++ new/kcmutils-4.100.0/po/uk/kcmutils5.po     2014-06-01 14:05:59.000000000 
+0200
@@ -704,7 +704,7 @@
 
 #~ msgid "Password must be at least 1 character long"
 #~ msgid_plural "Password must be at least %1 characters long"
-#~ msgstr[0] "Довжина пароля повинна бути щонайменше %1 символ"
+#~ msgstr[0] "Довжина пароля повинна бути щонайменше один символ"
 #~ msgstr[1] "Довжина пароля повинна бути щонайменше %1 символи"
 #~ msgstr[2] "Довжина пароля повинна бути щонайменше %1 символів"
 #~ msgstr[3] "Довжина пароля повинна бути щонайменше один символ"
@@ -4430,7 +4430,7 @@
 
 #~ msgid "1 match found."
 #~ msgid_plural "%1 matches found."
-#~ msgstr[0] "Знайдено %1 відповідний варіант."
+#~ msgstr[0] "Знайдено 1 відповідний варіант."
 #~ msgstr[1] "Знайдено %1 відповідних варіанта."
 #~ msgstr[2] "Знайдено %1 відповідних варіантів."
 #~ msgstr[3] "Знайдено 1 відповідний варіант."
@@ -4678,7 +4678,7 @@
 
 #~ msgid "but your pattern only defines 1 capture."
 #~ msgid_plural "but your pattern only defines %1 captures."
-#~ msgstr[0] "в той час, як взірець визначає тільки %1 захоплення."
+#~ msgstr[0] "в той час, як взірець визначає тільки одне захоплення."
 #~ msgstr[1] "в той час, як взірець визначає тільки %1 захоплення."
 #~ msgstr[2] "в той час, як взірець визначає тільки %1 захоплень."
 #~ msgstr[3] "в той час, як взірець визначає тільки одне захоплення."
@@ -6681,7 +6681,7 @@
 #~ msgid_plural ""
 #~ "The shortcut '%2' conflicts with the following key combinations:\n"
 #~ msgstr[0] ""
-#~ "Клавіатурне скорочення «%2» суперечить наступним комбінаціям клавіш:\n"
+#~ "Клавіатурне скорочення «%2» суперечить наступній комбінації клавіш:\n"
 #~ msgstr[1] ""
 #~ "Клавіатурне скорочення «%2» суперечить наступним комбінаціям клавіш:\n"
 #~ msgstr[2] ""
@@ -6692,7 +6692,7 @@
 #~ msgctxt "%1 is the number of shortcuts with which there is a conflict"
 #~ msgid "Conflict with Registered Global Shortcut"
 #~ msgid_plural "Conflict with Registered Global Shortcuts"
-#~ msgstr[0] "Конфлікт з зареєстрованими загальними скороченнями"
+#~ msgstr[0] "Конфлікт з зареєстрованим загальним скороченням"
 #~ msgstr[1] "Конфлікт з зареєстрованими загальними скороченнями"
 #~ msgstr[2] "Конфлікт з зареєстрованими загальними скороченнями"
 #~ msgstr[3] "Конфлікт з зареєстрованим загальним скороченням"
@@ -6700,7 +6700,7 @@
 #~ msgctxt "%1 is the number of conflicts"
 #~ msgid "Shortcut Conflict"
 #~ msgid_plural "Shortcut Conflicts"
-#~ msgstr[0] "Конфлікти скорочень"
+#~ msgstr[0] "Конфлікт скорочень"
 #~ msgstr[1] "Конфлікти скорочень"
 #~ msgstr[2] "Конфлікти скорочень"
 #~ msgstr[3] "Конфлікт скорочень"
@@ -7400,7 +7400,7 @@
 
 #~ msgid "&Send File"
 #~ msgid_plural "&Send Files"
-#~ msgstr[0] "&Надіслати файли"
+#~ msgstr[0] "&Надіслати файл"
 #~ msgstr[1] "&Надіслати файли"
 #~ msgstr[2] "&Надіслати файли"
 #~ msgstr[3] "&Надіслати файл"
@@ -8010,7 +8010,7 @@
 
 #~ msgid "&Show Blocked Popup Window"
 #~ msgid_plural "&Show %1 Blocked Popup Windows"
-#~ msgstr[0] "&Показати %1 заблокований вигульк"
+#~ msgstr[0] "&Показати заблокований вигульк"
 #~ msgstr[1] "&Показати %1 заблоковані вигульки"
 #~ msgstr[2] "&Показати %1 заблокованих вигульків"
 #~ msgstr[3] "&Показати заблокований вигульк"
@@ -9078,7 +9078,7 @@
 
 #~ msgid "Loading one preview"
 #~ msgid_plural "Loading %1 previews"
-#~ msgstr[0] "Завантаження %1 ескізу"
+#~ msgstr[0] "Завантаження ескізу"
 #~ msgstr[1] "Завантаження %1 ескізів"
 #~ msgstr[2] "Завантаження %1 ескізів"
 #~ msgstr[3] "Завантаження ескізу"
@@ -9201,14 +9201,14 @@
 #~ msgctxt "fan as in supporter"
 #~ msgid "1 fan"
 #~ msgid_plural "%1 fans"
-#~ msgstr[0] "%1 прихильник"
+#~ msgstr[0] "1 прихильник"
 #~ msgstr[1] "%1 прихильники"
 #~ msgstr[2] "%1 прихильників"
 #~ msgstr[3] "1 прихильник"
 
 #~ msgid "1 download"
 #~ msgid_plural "%1 downloads"
-#~ msgstr[0] "%1 звантаження"
+#~ msgstr[0] "1 звантаження"
 #~ msgstr[1] "%1 звантаження"
 #~ msgstr[2] "%1 звантажень"
 #~ msgstr[3] "1 звантаження"
@@ -9260,7 +9260,7 @@
 #~ msgid_plural ""
 #~ "The server does not recognize any of the categories to which you are "
 #~ "trying to upload: %2"
-#~ msgstr[0] "Серверу невідомі категорії вашого вивантаження: %2"
+#~ msgstr[0] "Серверу невідома категорія вашого вивантаження: %2"
 #~ msgstr[1] "Серверу невідома категорія ваших вивантажень: %2"
 #~ msgstr[2] "Серверу невідома категорія ваших вивантажень: %2"
 #~ msgstr[3] "Серверу невідома категорія вашого вивантаження: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/po/x-test/kcmutils5.po 
new/kcmutils-4.100.0/po/x-test/kcmutils5.po
--- old/kcmutils-4.99.0/po/x-test/kcmutils5.po  2014-05-05 02:12:45.000000000 
+0200
+++ new/kcmutils-4.100.0/po/x-test/kcmutils5.po 1970-01-01 01:00:00.000000000 
+0100
@@ -1,447 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: kcmutils5\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2014-04-27 20:56+0000\n"
-"PO-Revision-Date: 2014-04-27 21:05+0000\n"
-"Last-Translator: transxx.py program <n...@kde.org>\n"
-"Language-Team: KDE Test Language <kde-i18n-...@kde.org>\n"
-"Language: x-test\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-msgctxt "NAME OF TRANSLATORS"
-msgid "Your names"
-msgstr "xxYour namesxx"
-
-msgctxt "EMAIL OF TRANSLATORS"
-msgid "Your emails"
-msgstr "xxYour emailsxx"
-
-#: kcmoduleloader.cpp:76
-#, kde-format
-msgid "The module %1 could not be found."
-msgstr "xxThe module %1 could not be found.xx"
-
-#: kcmoduleloader.cpp:77
-#, kde-format
-msgid ""
-"<qt><p>The diagnosis is:<br />The desktop file %1 could not be found.</p></"
-"qt>"
-msgstr ""
-"xx<qt><p>The diagnosis is:<br />The desktop file %1 could not be found.</p></"
-"qt>xx"
-
-#: kcmoduleloader.cpp:79
-#, kde-format
-msgid "The module %1 is disabled."
-msgstr "xxThe module %1 is disabled.xx"
-
-#: kcmoduleloader.cpp:80
-msgid ""
-"<qt><p>Either the hardware/software the module configures is not available "
-"or the module has been disabled by the administrator.</p></qt>"
-msgstr ""
-"xx<qt><p>Either the hardware/software the module configures is not available "
-"or the module has been disabled by the administrator.</p></qt>xx"
-
-#: kcmoduleloader.cpp:124
-#, kde-format
-msgid "The module %1 is not a valid configuration module."
-msgstr "xxThe module %1 is not a valid configuration module.xx"
-
-#: kcmoduleloader.cpp:125
-#, kde-format
-msgid ""
-"<qt>The diagnosis is:<br />The desktop file %1 does not specify a library.</"
-"qt>"
-msgstr ""
-"xx<qt>The diagnosis is:<br />The desktop file %1 does not specify a library."
-"</qt>xx"
-
-#: kcmoduleloader.cpp:140
-msgid ""
-"<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>"
-msgstr ""
-"xx<qt><p>Possible reasons:<ul><li>An error occurred during your last KDE "
-"upgrade leaving an orphaned control module</li><li>You have old third party "
-"modules lying around.</li></ul></p><p>Check these points carefully and try "
-"to remove the module mentioned in the error message. If this fails, consider "
-"contacting your distributor or packager.</p></qt>xx"
-
-#: kcmoduleproxy.cpp:161
-#, kde-format
-msgctxt "Argument is application name"
-msgid "This configuration section is already opened in %1"
-msgstr "xxThis configuration section is already opened in %1xx"
-
-#: kcmultidialog.cpp:57
-msgid ""
-"The settings of the current module have changed.\n"
-"Do you want to apply the changes or discard them?"
-msgstr ""
-"xxThe settings of the current module have changed.\n"
-"Do you want to apply the changes or discard them?xx"
-
-#: kcmultidialog.cpp:59
-msgid "Apply Settings"
-msgstr "xxApply Settingsxx"
-
-#: kcmultidialog.cpp:220
-msgid "Configure"
-msgstr "xxConfigurexx"
-
-#. i18n: ectx: label, entry, group (DesktopIcons)
-#: kdeglobals.kcfg:9
-msgid "Distance between desktop icons"
-msgstr "xxDistance between desktop iconsxx"
-
-#. i18n: ectx: whatsthis, entry, group (DesktopIcons)
-#: kdeglobals.kcfg:10
-msgid "The distance between icons specified in pixels."
-msgstr "xxThe distance between icons specified in pixels.xx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:23
-msgid "Widget style to use"
-msgstr "xxWidget style to usexx"
-
-#. i18n: ectx: whatsthis, entry, group (General)
-#: kdeglobals.kcfg:24
-msgid ""
-"The name of the widget style, for example \"keramik\" or \"plastik\". "
-"Without quotes."
-msgstr ""
-"xxThe name of the widget style, for example \"keramik\" or \"plastik\". "
-"Without quotes.xx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:30
-msgid "Use the PC speaker"
-msgstr "xxUse the PC speakerxx"
-
-#. i18n: ectx: whatsthis, entry, group (General)
-#: kdeglobals.kcfg:31
-msgid ""
-"Whether the ordinary PC speaker should be used instead of KDE's own "
-"notifications system."
-msgstr ""
-"xxWhether the ordinary PC speaker should be used instead of KDE's own "
-"notifications system.xx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:35
-msgid "What terminal application to use"
-msgstr "xxWhat terminal application to usexx"
-
-#. i18n: ectx: whatsthis, entry, group (General)
-#: kdeglobals.kcfg:37
-msgid ""
-"Whenever a terminal application is launched this terminal emulator program "
-"will be used.\n"
-msgstr ""
-"xxWhenever a terminal application is launched this terminal emulator program "
-"will be used.\n"
-"xx\n"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:41
-msgid "Fixed width font"
-msgstr "xxFixed width fontxx"
-
-#. i18n: ectx: whatsthis, entry, group (General)
-#: kdeglobals.kcfg:43
-msgid ""
-"This font is used when a fixed font is needed. A fixed font has a constant "
-"width.\n"
-msgstr ""
-"xxThis font is used when a fixed font is needed. A fixed font has a constant "
-"width.\n"
-"xx\n"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:46
-msgid "System wide font"
-msgstr "xxSystem wide fontxx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:49
-msgid "Font for menus"
-msgstr "xxFont for menusxx"
-
-#. i18n: ectx: whatsthis, entry, group (General)
-#: kdeglobals.kcfg:50
-msgid "What font to use for menus in applications."
-msgstr "xxWhat font to use for menus in applications.xx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:53
-msgid "Color for links"
-msgstr "xxColor for linksxx"
-
-#. i18n: ectx: whatsthis, entry, group (General)
-#: kdeglobals.kcfg:54
-msgid "What color links should be that have not yet been clicked on"
-msgstr "xxWhat color links should be that have not yet been clicked onxx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:57
-msgid "Color for visited links"
-msgstr "xxColor for visited linksxx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:60
-msgid "Font for the taskbar"
-msgstr "xxFont for the taskbarxx"
-
-#. i18n: ectx: whatsthis, entry, group (General)
-#: kdeglobals.kcfg:61
-msgid ""
-"What font to use for the panel at the bottom of the screen, where the "
-"currently running applications are."
-msgstr ""
-"xxWhat font to use for the panel at the bottom of the screen, where the "
-"currently running applications are.xx"
-
-#. i18n: ectx: label, entry, group (General)
-#: kdeglobals.kcfg:64
-msgid "Fonts for toolbars"
-msgstr "xxFonts for toolbarsxx"
-
-#. i18n: ectx: label, entry (Desktop Screenshot), group (Global Shortcuts)
-#: kdeglobals.kcfg:73
-msgid "Shortcut for taking screenshot"
-msgstr "xxShortcut for taking screenshotxx"
-
-#. i18n: ectx: label, entry (Enable/Disable Clipboard Actions), group (Global 
Shortcuts)
-#: kdeglobals.kcfg:78
-msgid "Shortcut for toggling Clipboard Actions on and off"
-msgstr "xxShortcut for toggling Clipboard Actions on and offxx"
-
-#. i18n: ectx: label, entry (Halt without Confirmation), group (Global 
Shortcuts)
-#: kdeglobals.kcfg:83
-msgid "Shortcut for shutting down the computer without confirmation"
-msgstr "xxShortcut for shutting down the computer without confirmationxx"
-
-#. i18n: ectx: label, entry (Sort directories first), group (KFileDialog 
Settings)
-#: kdeglobals.kcfg:380
-msgid "Show directories first"
-msgstr "xxShow directories firstxx"
-
-#. i18n: ectx: whatsthis, entry (Sort directories first), group (KFileDialog 
Settings)
-#: kdeglobals.kcfg:381
-msgid "Whether directories should be placed at the top when displaying files"
-msgstr ""
-"xxWhether directories should be placed at the top when displaying filesxx"
-
-#. i18n: ectx: label, entry (Recent URLs), group (KFileDialog Settings)
-#: kdeglobals.kcfg:389
-msgid "The URLs recently visited"
-msgstr "xxThe URLs recently visitedxx"
-
-#. i18n: ectx: whatsthis, entry (Recent URLs), group (KFileDialog Settings)
-#: kdeglobals.kcfg:390
-msgid "Used for auto-completion in file dialogs, for example"
-msgstr "xxUsed for auto-completion in file dialogs, for examplexx"
-
-#. i18n: ectx: label, entry (Show Preview), group (KFileDialog Settings)
-#: kdeglobals.kcfg:394
-msgid "Show file preview in file dialog"
-msgstr "xxShow file preview in file dialogxx"
-
-#. i18n: ectx: label, entry (Show hidden files), group (KFileDialog Settings)
-#: kdeglobals.kcfg:399
-msgid "Show hidden files"
-msgstr "xxShow hidden filesxx"
-
-#. i18n: ectx: whatsthis, entry (Show hidden files), group (KFileDialog 
Settings)
-#: kdeglobals.kcfg:400
-msgid ""
-"Whether files starting with a dot (convention for hidden files) should be "
-"shown"
-msgstr ""
-"xxWhether files starting with a dot (convention for hidden files) should be "
-"shownxx"
-
-#. i18n: ectx: label, entry (Show Speedbar), group (KFileDialog Settings)
-#: kdeglobals.kcfg:405
-msgid "Show speedbar"
-msgstr "xxShow speedbarxx"
-
-#. i18n: ectx: whatsthis, entry (Show Speedbar), group (KFileDialog Settings)
-#: kdeglobals.kcfg:406
-msgid ""
-"Whether the shortcut icons to the left in the file dialog should be shown"
-msgstr ""
-"xxWhether the shortcut icons to the left in the file dialog should be shownxx"
-
-#. i18n: ectx: label, entry, group (Locale)
-#: kdeglobals.kcfg:425
-msgid "What country"
-msgstr "xxWhat countryxx"
-
-#. i18n: ectx: whatsthis, entry, group (Locale)
-#: kdeglobals.kcfg:426
-msgid ""
-"Used to determine how to display numbers, currency and time/date, for example"
-msgstr ""
-"xxUsed to determine how to display numbers, currency and time/date, for "
-"examplexx"
-
-#. i18n: ectx: label, entry, group (Locale)
-#: kdeglobals.kcfg:430
-msgid "What language to use to display text"
-msgstr "xxWhat language to use to display textxx"
-
-#. i18n: ectx: label, entry, group (Locale)
-#: kdeglobals.kcfg:433
-msgid "Character used for indicating positive numbers"
-msgstr "xxCharacter used for indicating positive numbersxx"
-
-#. i18n: ectx: whatsthis, entry, group (Locale)
-#: kdeglobals.kcfg:434
-msgid "Most countries have no character for this"
-msgstr "xxMost countries have no character for thisxx"
-
-#. i18n: ectx: label, entry, group (Paths)
-#: kdeglobals.kcfg:439
-msgid "Path to the autostart directory"
-msgstr "xxPath to the autostart directoryxx"
-
-#. i18n: ectx: whatsthis, entry, group (Paths)
-#: kdeglobals.kcfg:440
-msgid "Path to the directory containing executables to be run on session login"
-msgstr ""
-"xxPath to the directory containing executables to be run on session loginxx"
-
-#. i18n: ectx: label, entry, group (Socks)
-#: kdeglobals.kcfg:487
-msgid "Enable SOCKS support"
-msgstr "xxEnable SOCKS supportxx"
-
-#. i18n: ectx: whatsthis, entry, group (Socks)
-#: kdeglobals.kcfg:488
-msgid "Whether SOCKS version 4 and 5 should be enabled in KDE's sub systems"
-msgstr ""
-"xxWhether SOCKS version 4 and 5 should be enabled in KDE's sub systemsxx"
-
-#. i18n: ectx: label, entry, group (Socks)
-#: kdeglobals.kcfg:492
-msgid "Path to custom SOCKS library"
-msgstr "xxPath to custom SOCKS libraryxx"
-
-#. i18n: ectx: label, entry, group (Toolbar style)
-#: kdeglobals.kcfg:498
-msgid "Highlight toolbar buttons on mouse over"
-msgstr "xxHighlight toolbar buttons on mouse overxx"
-
-#. i18n: ectx: label, entry, group (Toolbar style)
-#: kdeglobals.kcfg:502
-msgid "Show text on toolbar icons "
-msgstr "xxShow text on toolbar icons xx"
-
-#. i18n: ectx: whatsthis, entry, group (Toolbar style)
-#: kdeglobals.kcfg:503
-msgid "Whether text should be shown in addition to icons on toolbar icons"
-msgstr "xxWhether text should be shown in addition to icons on toolbar iconsxx"
-
-#. i18n: ectx: label, entry (EchoMode), group (Passwords)
-#: kdeglobals.kcfg:524
-msgid "Password echo type"
-msgstr "xxPassword echo typexx"
-
-#. i18n: ectx: label, entry (Dialog Size), group (KKeyDialog Settings)
-#: kdeglobals.kcfg:534
-msgid "The size of the dialog"
-msgstr "xxThe size of the dialogxx"
-
-#: kpluginselector.cpp:139
-msgid ""
-"Automatic changes have been performed due to plugin dependencies. Click here "
-"for further information"
-msgstr ""
-"xxAutomatic changes have been performed due to plugin dependencies. Click "
-"here for further informationxx"
-
-#: kpluginselector.cpp:208
-msgid ""
-"Automatic changes have been performed in order to satisfy plugin "
-"dependencies:\n"
-msgstr ""
-"xxAutomatic changes have been performed in order to satisfy plugin "
-"dependencies:\n"
-"xx\n"
-
-#: kpluginselector.cpp:211
-#, kde-format
-msgid ""
-"\n"
-"    %1 plugin has been automatically checked because of the dependency of %2 "
-"plugin"
-msgstr ""
-"\n"
-"xx\n"
-"    %1 plugin has been automatically checked because of the dependency of %2 "
-"pluginxx"
-
-#: kpluginselector.cpp:213
-#, kde-format
-msgid ""
-"\n"
-"    %1 plugin has been automatically unchecked because of its dependency on "
-"%2 plugin"
-msgstr ""
-"\n"
-"xx\n"
-"    %1 plugin has been automatically unchecked because of its dependency on "
-"%2 pluginxx"
-
-#: kpluginselector.cpp:216
-msgid "Dependency Check"
-msgstr "xxDependency Checkxx"
-
-#: kpluginselector.cpp:233
-#, kde-format
-msgid "%1 plugin automatically added due to plugin dependencies"
-msgid_plural "%1 plugins automatically added due to plugin dependencies"
-msgstr[0] "xx%1 plugins automatically added due to plugin dependenciesxx"
-
-#: kpluginselector.cpp:237
-msgid ", "
-msgstr "xx, xx"
-
-#: kpluginselector.cpp:241
-#, kde-format
-msgid "%1 plugin automatically removed due to plugin dependencies"
-msgid_plural "%1 plugins automatically removed due to plugin dependencies"
-msgstr[0] "xx%1 plugins automatically removed due to plugin dependenciesxx"
-
-#: kpluginselector.cpp:262
-msgid "Search Plugins"
-msgstr "xxSearch Pluginsxx"
-
-#: kpluginselector.cpp:785
-#, kde-format
-msgctxt "Used only for plugins"
-msgid "About %1"
-msgstr "xxAbout %1xx"
-
-#: ksettings/componentsdialog.cpp:55
-msgid "Select Components"
-msgstr "xxSelect Componentsxx"
-
-#: ksettings/dialog.cpp:230
-msgid "Enable component"
-msgstr "xxEnable componentxx"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-4.99.0/src/kpluginselector.cpp 
new/kcmutils-4.100.0/src/kpluginselector.cpp
--- old/kcmutils-4.99.0/src/kpluginselector.cpp 2014-05-05 02:12:45.000000000 
+0200
+++ new/kcmutils-4.100.0/src/kpluginselector.cpp        2014-06-01 
14:05:59.000000000 +0200
@@ -768,7 +768,7 @@
     const QString version = model->data(index, VersionRole).toString();
     const QString license = model->data(index, LicenseRole).toString();
 
-    KAboutData aboutData(name, name, name, version, comment, 
KAboutLicense::byKeyword(license).key(), QString(), QString(), website);
+    KAboutData aboutData(name, name, version, comment, 
KAboutLicense::byKeyword(license).key(), QString(), QString(), website);
     aboutData.setProgramIconName(index.model()->data(index, 
Qt::DecorationRole).toString());
     const QStringList authors = author.split(QLatin1Char(','));
     const QStringList emails = email.split(QLatin1Char(','));

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to