Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2021-11-09 23:54:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and      /work/SRC/openSUSE:Factory/.liblxqt.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblxqt"

Tue Nov  9 23:54:37 2021 rev:17 rq:930495 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2021-04-17 
00:01:58.301613612 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new.1890/liblxqt.changes        
2021-11-09 23:54:59.215964135 +0100
@@ -1,0 +2,10 @@
+Fri Nov  5 15:44:36 UTC 2021 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.0.0:
+  * Bumped version to 1.0.0 and required Qt 5.15.0.
+- Move into main package liblxqt:
+  * /usr/share/lxqt/power.conf
+  * /usr/bin/lxqt-backlight_backend
+  * /usr/share/polkit-1/actions/org.lxqt.backlight.pkexec.policy
+
+-------------------------------------------------------------------

Old:
----
  liblxqt-0.17.0.tar.xz
  liblxqt-0.17.0.tar.xz.asc

New:
----
  liblxqt-1.0.0.tar.xz
  liblxqt-1.0.0.tar.xz.asc

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

Other differences:
------------------
++++++ liblxqt.spec ++++++
--- /var/tmp/diff_new_pack.SOacAC/_old  2021-11-09 23:55:00.143964608 +0100
+++ /var/tmp/diff_new_pack.SOacAC/_new  2021-11-09 23:55:00.143964608 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           liblxqt
-Version:        0.17.0
+Version:        1.0.0
 Release:        0
 Summary:        Core utility library for LXQt
 License:        LGPL-2.1-or-later
@@ -29,18 +29,20 @@
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel >= 0.9.0
+BuildRequires:  lxqt-build-tools-devel >= 0.10.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem) >= 5.36.0
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  pkgconfig(Qt5Xdg) >= 3.7.0
+BuildRequires:  pkgconfig(Qt5Xdg) >= 3.8.0
 BuildRequires:  pkgconfig(polkit-qt5-1)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xscrnsaver)
 Obsoletes:      liblxqt-qt5 < %{version}
 Provides:       liblxqt-qt5 = %{version}
+# moved files to correct location in liblxqt1 (/lxqt-backlight_backend, 
power.conf, polkit)
+Conflicts:      liblxqt0
 
 %description
 liblxqt represents the core library of LXQt providing essential
@@ -48,20 +50,21 @@
 
 %lang_package
 
-%package -n liblxqt0
+%package -n liblxqt1
 Summary:        LXQt core library
 Group:          System/Libraries
 Recommends:     %{name}-lang
 Provides:       liblxqt
+Recommends:     %{name} >= %{version}
 
-%description -n liblxqt0
+%description -n liblxqt1
 liblxqt represents the core library of LXQt providing essential
 functionality needed by nearly all of its components.
 
 %package devel
 Summary:        Devel files for liblxqt
 Group:          Development/Libraries/C and C++
-Requires:       liblxqt0 = %{version}
+Requires:       liblxqt1 = %{version}
 Requires:       pkgconfig
 Requires:       pkgconfig(Qt5Xdg)
 
@@ -84,28 +87,29 @@
 
 %find_lang %{name} --with-qt
 
-%post -n liblxqt0 -p /sbin/ldconfig
-%postun -n liblxqt0 -p /sbin/ldconfig
+%post -n liblxqt1 -p /sbin/ldconfig
+%postun -n liblxqt1 -p /sbin/ldconfig
 
-%files -n liblxqt0
-%license COPYING
-%doc AUTHORS
-%{_libdir}/%{name}.so.0
-%{_libdir}/%{name}.so.0.*
+%files
 %dir %{_datadir}/lxqt/
 %{_datadir}/lxqt/power.conf
 %{_bindir}/lxqt-backlight_backend
 %dir %{_datadir}/polkit-1/
 %{_datadir}/polkit-1/actions/
 
+%files -n liblxqt1
+%license COPYING
+%doc AUTHORS
+%{_libdir}/%{name}.so.?
+%{_libdir}/%{name}.so.?.*
+
 %files devel
 %{_includedir}/lxqt/
-%{_datadir}/cmake/lxqt/
 %{_libdir}/pkgconfig/lxqt.pc
 %{_libdir}/%{name}.so
+%{_datadir}/cmake/lxqt/
 
 %files lang -f %{name}.lang
-%dir %{_datadir}/lxqt
 %dir %{_datadir}/lxqt/translations
 %dir %{_datadir}/lxqt/translations/liblxqt
 %{_datadir}/lxqt/translations/liblxqt/*

++++++ liblxqt-0.17.0.tar.xz -> liblxqt-1.0.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/AUTHORS new/liblxqt-1.0.0/AUTHORS
--- old/liblxqt-0.17.0/AUTHORS  2021-04-10 09:24:13.000000000 +0200
+++ new/liblxqt-1.0.0/AUTHORS   2021-11-05 10:58:22.000000000 +0100
@@ -1,5 +1,5 @@
 Upstream Authors:
-    LXQt team: https://lxqt.org
+    LXQt team: https://lxqt-project.org
     Razor team: http://razor-qt.org
 
 Copyright:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/CHANGELOG new/liblxqt-1.0.0/CHANGELOG
--- old/liblxqt-0.17.0/CHANGELOG        2021-04-10 09:24:13.000000000 +0200
+++ new/liblxqt-1.0.0/CHANGELOG 2021-11-05 10:58:22.000000000 +0100
@@ -1,3 +1,7 @@
+liblxqt-1.0.0 / 2021-11-04
+===========================
+  * Bumped version to 1.0.0 and required Qt 5.15.0.
+
 liblxqt-0.17.0 / 2021-04-15
 ===========================
   * Used Qt5.15's Qt::SplitBehavior.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/CMakeLists.txt 
new/liblxqt-1.0.0/CMakeLists.txt
--- old/liblxqt-0.17.0/CMakeLists.txt   2021-04-10 09:24:13.000000000 +0200
+++ new/liblxqt-1.0.0/CMakeLists.txt    2021-11-05 10:58:22.000000000 +0100
@@ -7,15 +7,15 @@
 project(liblxqt)
 
 
-set(LXQTBT_MINIMUM_VERSION "0.9.0")
+set(LXQTBT_MINIMUM_VERSION "0.10.0")
 set(KF5_MINIMUM_VERSION "5.36.0")
-set(QT_MINIMUM_VERSION "5.12.0")
-set(QTXDG_MINIMUM_VERSION "3.7.0")
+set(QT_MINIMUM_VERSION "5.15.0")
+set(QTXDG_MINIMUM_VERSION "3.8.0")
 
 # Major LXQt Version, belong to all components
-set(LXQT_MAJOR_VERSION 0)
+set(LXQT_MAJOR_VERSION 1)
 # Minor LXQt Version, belong to all components
-set(LXQT_MINOR_VERSION 17)
+set(LXQT_MINOR_VERSION 0)
 #
 # Patch Version, belong *only* to the component
 # LXQt is 0.13 - liblxqt is at patch version 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/lxqtpower/lxqtpowerproviders.cpp 
new/liblxqt-1.0.0/lxqtpower/lxqtpowerproviders.cpp
--- old/liblxqt-0.17.0/lxqtpower/lxqtpowerproviders.cpp 2021-04-10 
09:24:13.000000000 +0200
+++ new/liblxqt-1.0.0/lxqtpower/lxqtpowerproviders.cpp  2021-11-05 
10:58:22.000000000 +0100
@@ -685,9 +685,6 @@
         return false;
     }
 
-#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
-    return QProcess::startDetached(command);
-#else
     QStringList args = QProcess::splitCommand(command);
     if (args.isEmpty())
         return false;
@@ -696,5 +693,4 @@
     process.setProgram(args.takeFirst());
     process.setArguments(args);
     return process.startDetached();
-#endif
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/lxqtprogramfinder.cpp 
new/liblxqt-1.0.0/lxqtprogramfinder.cpp
--- old/liblxqt-0.17.0/lxqtprogramfinder.cpp    2021-04-10 09:24:13.000000000 
+0200
+++ new/liblxqt-1.0.0/lxqtprogramfinder.cpp     2021-11-05 10:58:22.000000000 
+0100
@@ -39,11 +39,7 @@
     }
 
     const QString path = QFile::decodeName(qgetenv("PATH"));
-#if (QT_VERSION >= QT_VERSION_CHECK(5,15,0))
     const QStringList dirs = path.split(QL1C(':'), Qt::SkipEmptyParts);
-#else
-    const QStringList dirs = path.split(QL1C(':'), QString::SkipEmptyParts);
-#endif
     for (const QString& dirName : dirs)
     {
         const QFileInfo fi(QDir(dirName), program);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/lxqtrotatedwidget.cpp 
new/liblxqt-1.0.0/lxqtrotatedwidget.cpp
--- old/liblxqt-0.17.0/lxqtrotatedwidget.cpp    2021-04-10 09:24:13.000000000 
+0200
+++ new/liblxqt-1.0.0/lxqtrotatedwidget.cpp     2021-11-05 10:58:22.000000000 
+0100
@@ -269,11 +269,7 @@
         return;
     cascadeCall = true;
 
-#if (QT_VERSION >= QT_VERSION_CHECK(5,14,0))
     QWheelEvent contentEvent(adjustedPoint(event->position()), 
event->globalPosition(), event->pixelDelta(), event->angleDelta(), 
event->buttons(), event->modifiers(), event->phase(), false);
-#else
-    QWheelEvent contentEvent(adjustedPoint(event->pos()), event->globalPos(), 
event->delta(), event->buttons(), event->modifiers(), event->orientation());
-#endif
     QApplication::sendEvent(mContent, &contentEvent);
 
     cascadeCall = false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/lxqtscreensaver.cpp 
new/liblxqt-1.0.0/lxqtscreensaver.cpp
--- old/liblxqt-0.17.0/lxqtscreensaver.cpp      2021-04-10 09:24:13.000000000 
+0200
+++ new/liblxqt-1.0.0/lxqtscreensaver.cpp       2021-11-05 10:58:22.000000000 
+0100
@@ -251,9 +251,6 @@
 {
     Q_D(ScreenSaver);
     if (!d->isScreenSaverLocked()) {
-#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
-        d->m_lockProcess->start(d->lock_command);
-#else
         QStringList args = QProcess::splitCommand(d->lock_command);
         if (args.isEmpty()) {
             qWarning() << Q_FUNC_INFO << "Empty screen lock_command";
@@ -261,7 +258,6 @@
         }
         const QString program = args.takeFirst();
         d->m_lockProcess->start(program, args, QIODevice::ReadWrite);
-#endif
     }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/translations/liblxqt_hr.ts 
new/liblxqt-1.0.0/translations/liblxqt_hr.ts
--- old/liblxqt-0.17.0/translations/liblxqt_hr.ts       2021-04-10 
09:24:13.000000000 +0200
+++ new/liblxqt-1.0.0/translations/liblxqt_hr.ts        2021-11-05 
10:58:22.000000000 +0100
@@ -60,7 +60,7 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="158"/>
         <source>LXQt Session Suspend</source>
-        <translation>LXQt sesija za pripravno stanje</translation>
+        <translation>LXQt sesija ??? pripravno stanje</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="159"/>
@@ -70,7 +70,7 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="168"/>
         <source>LXQt Session Hibernate</source>
-        <translation>LXQt sesija za stanje mirovanja</translation>
+        <translation>LXQt sesija ??? stanje mirovanja</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="169"/>
@@ -80,7 +80,7 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="178"/>
         <source>LXQt Session Reboot</source>
-        <translation>LXQt sesija za ponovno pokretanje</translation>
+        <translation>LXQt sesija ??? ponovno pokretanje</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="179"/>
@@ -90,7 +90,7 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="188"/>
         <source>LXQt Session Shutdown</source>
-        <translation>LXQt sesija za isklju??ivanje ra??unala</translation>
+        <translation>LXQt sesija ??? isklju??ivanje ra??unala</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="189"/>
@@ -100,7 +100,7 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="198"/>
         <source>LXQt Session Logout</source>
-        <translation>LXQt sesija za odjavu</translation>
+        <translation>LXQt sesija ??? odjava</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="199"/>
@@ -111,7 +111,7 @@
         <location filename="../lxqtpowermanager.cpp" line="207"/>
         <location filename="../lxqtpowermanager.cpp" line="212"/>
         <source>LXQt Power Manager Error</source>
-        <translation>Gre??ka LXQt upravljanja energijom</translation>
+        <translation>LXQt upravljanja energijom ??? gre??ka</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="207"/>
@@ -129,12 +129,12 @@
     <message>
         <location filename="../lxqtscreensaver.cpp" line="161"/>
         <source>Failed to run  &quot;%1&quot;. Ensure you have a 
locker/screensaver compatible with xdg-screensaver installed and 
running.</source>
-        <translation>???%1??? nije mogu??e pokrenuti. Za??tita ekrana koja je 
kompatibilna s xdg-screensaver mora biti instalirana i pokrenuta.</translation>
+        <translation>Nije bilo mogu??e pokrenuti ???%1???. Uvjeri se da je 
modul za zaklju??avanje/za??titu ekrana (kompatibilan s xdg-screensaver) 
instaliran i pokrenut.</translation>
     </message>
     <message>
         <location filename="../lxqtscreensaver.cpp" line="165"/>
         <source>Failed to run  &quot;%1&quot;. Ensure the specified 
locker/screensaver is installed and running.</source>
-        <translation>???%1??? nije mogu??e pokrenuti. Odre??en modul za 
zaklju??avanje/za??titu ekrana mora biti instaliran i pokrenut.</translation>
+        <translation>Nije bilo mogu??e pokrenuti ???%1???. Uvjeri se da je 
modul za zaklju??avanje/za??titu ekrana instaliran i pokrenut.</translation>
     </message>
     <message>
         <location filename="../lxqtscreensaver.cpp" line="243"/>
@@ -167,7 +167,7 @@
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="88"/>
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="138"/>
         <source>QDBusInterface is invalid</source>
-        <translation>QDBusInterface je neispravno</translation>
+        <translation>QDBusInterface je neispravan</translation>
     </message>
     <message>
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="102"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/translations/liblxqt_it.ts 
new/liblxqt-1.0.0/translations/liblxqt_it.ts
--- old/liblxqt-0.17.0/translations/liblxqt_it.ts       2021-04-10 
09:24:13.000000000 +0200
+++ new/liblxqt-1.0.0/translations/liblxqt_it.ts        2021-11-05 
10:58:22.000000000 +0100
@@ -129,12 +129,12 @@
     <message>
         <location filename="../lxqtscreensaver.cpp" line="160"/>
         <source>Failed to run  &quot;%1&quot;. Ensure you have a 
locker/screensaver compatible with xdg-screensaver installed and 
running.</source>
-        <translation>Impossibile eseguire  &quot;%1&quot;. Assicurati che ?? 
installato e in esecuzione un salva/blocca-schermo compatibile con 
xdg-screensaver.</translation>
+        <translation>Impossibile eseguire  &quot;%1&quot;. Assicurati che un 
salva/blocca-schermo compatibile con xdg-screensaver sia installato e in 
esecuzione.</translation>
     </message>
     <message>
         <location filename="../lxqtscreensaver.cpp" line="164"/>
         <source>Failed to run  &quot;%1&quot;. Ensure the specified 
locker/screensaver is installed and running.</source>
-        <translation>Impossibile eseguire  &quot;%1&quot;.  Assicurati che ?? 
installato e in esecuzione lo salvaschermo impostato.</translation>
+        <translation>Impossibile eseguire  &quot;%1&quot;.  Assicurati che lo 
salvaschermo impostato sia installato ed in esecuzione.</translation>
     </message>
     <message>
         <location filename="../lxqtscreensaver.cpp" line="242"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.17.0/translations/liblxqt_lv.ts 
new/liblxqt-1.0.0/translations/liblxqt_lv.ts
--- old/liblxqt-0.17.0/translations/liblxqt_lv.ts       2021-04-10 
09:24:13.000000000 +0200
+++ new/liblxqt-1.0.0/translations/liblxqt_lv.ts        2021-11-05 
10:58:22.000000000 +0100
@@ -14,7 +14,7 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="76"/>
         <source>LXQt Power Manager Error</source>
-        <translation>LXQt Ener??ijas Mened??era K????da</translation>
+        <translation>LXQt ener??ijas mened??era ??ibele</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="76"/>
@@ -27,7 +27,7 @@
     <message>
         <location filename="../lxqtnotification.cpp" line="163"/>
         <source>Notifications Fallback</source>
-        <translation>Pazi??ojumu atk??p??an??s</translation>
+        <translation>Pazi??ojumu rezerves variants</translation>
     </message>
 </context>
 <context>
@@ -40,12 +40,12 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="115"/>
         <source>Suspend</source>
-        <translation>Aiztur??t</translation>
+        <translation>Aiztur??t (suspend)</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="122"/>
         <source>Reboot</source>
-        <translation>P??rstart??t</translation>
+        <translation>Restart??t</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="129"/>
@@ -55,63 +55,63 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="136"/>
         <source>Logout</source>
-        <translation>Izlogoties</translation>
+        <translation>Izrakst??ties/izlogoties</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="148"/>
         <source>LXQt Session Suspend</source>
-        <translation>LXQt Sesijas Aiztur????ana</translation>
+        <translation>LXQt sesijas gaidre????ms (suspend)</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="149"/>
         <source>Do you want to really suspend your computer?&lt;p&gt;Suspends 
the computer into a low power state. System state is not preserved if the power 
is lost.</source>
-        <translation>Vai tie????m v??lies aiztur??t savu 
datoru?&lt;p&gt;Aiztur datoru mazas ener??ijas pat??r??????nas re????m??. 
Sist??mas statuss netiek saglab??ts, ja str??va tiek atsl??gta.</translation>
+        <translation>Vai tie????m v??lies p??rsl??gt datoru 
gaidre????m???&lt;p&gt;P??rsl??dz datoru ener??ijas maza pat??ri??a re????m??. 
Ja str??va tiks atsl??gta, sist??mas st??voklis nesaglab??sies.</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="158"/>
         <source>LXQt Session Hibernate</source>
-        <translation>LXQt Sesijas Iemidzin????ana</translation>
+        <translation>LXQt sesijas iemidzin????ana (hibern??cija)</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="159"/>
         <source>Do you want to really hibernate your 
computer?&lt;p&gt;Hibernates the computer into a low power state. System state 
is preserved if the power is lost.</source>
-        <translation>Vai tie????m v??lies iemidzin??t savu 
datoru?&lt;p&gt;Iemidzina datoru mazas ener??ijas pat??r??????nas re????m??. 
Sist??mas statuss netiek saglab??ts, ja str??va tiek atsl??gta.</translation>
+        <translation>Vai tie????m v??lies iemidzin??t/hibern??t 
datoru?&lt;p&gt;P??rsl??dz datoru ener??ijas maza pat??ri??a re????m??. Ja 
str??va tiks atsl??gta, sist??mas st??voklis saglab??sies.</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="168"/>
         <source>LXQt Session Reboot</source>
-        <translation>LXQt Sesijas P??rstart????ana</translation>
+        <translation>LXQt sesijas restarts</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="169"/>
         <source>Do you want to really restart your computer? All unsaved work 
will be lost...</source>
-        <translation>Vai tie????m v??lies p??rstart??t savu datoru? Visas 
nesagl??b??t??s darb??bas tiks zaud??tas...</translation>
+        <translation>Vai tie????m v??laties restart??t savu datoru? Viss 
nesaglab??tais darbs tiks zaud??ts...</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="178"/>
         <source>LXQt Session Shutdown</source>
-        <translation>LXQt Sesijas Izsl??g??ana</translation>
+        <translation>LXQt sesijas izsl??g??ana</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="179"/>
         <source>Do you want to really switch off your computer? All unsaved 
work will be lost...</source>
-        <translation>Vai tie????m v??lies izsl??gt savu datoru? Visas 
nesagl??b??t??s darb??bas tiks zaud??tas...</translation>
+        <translation>Vai tie????m v??laties izsl??gt datoru? Visas 
nesaglab??t??s izmai??as tiks zaud??tas...</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="188"/>
         <source>LXQt Session Logout</source>
-        <translation>LXQt Sesijas Atsl??g??ana</translation>
+        <translation>LXQt sesijas pabeig??ana / izrakst????an??s</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="189"/>
         <source>Do you want to really logout? All unsaved work will be 
lost...</source>
-        <translation>Vai tie????m v??lies atsl??gties? Visas nesagl??b??t??s 
darb??bas tiks zaud??tas...</translation>
+        <translation>Vai tie????m v??laties izrakst??ties? Viss nesaglab??tais 
darbs tiks pazaud??ts...</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="197"/>
         <location filename="../lxqtpowermanager.cpp" line="202"/>
         <source>LXQt Power Manager Error</source>
-        <translation>LXQt Ener??ijas Mened??era K????da</translation>
+        <translation>LXQt ener??ijas mened??era ??ibele</translation>
     </message>
     <message>
         <location filename="../lxqtpowermanager.cpp" line="197"/>
@@ -121,7 +121,7 @@
     <message>
         <location filename="../lxqtpowermanager.cpp" line="202"/>
         <source>Suspend failed.</source>
-        <translation>Aiztur????ana neizdev??s.</translation>
+        <translation>Aiztur????ana (suspends) neizdev??s.</translation>
     </message>
 </context>
 <context>
@@ -129,22 +129,22 @@
     <message>
         <location filename="../lxqtscreensaver.cpp" line="160"/>
         <source>Failed to run  &quot;%1&quot;. Ensure you have a 
locker/screensaver compatible with xdg-screensaver installed and 
running.</source>
-        <translation type="unfinished"></translation>
+        <translation>Neizdev??s palaist &quot;%1&quot;. P??rliecinieties, ka 
ekr??nblo????t??js/ekr??nsaudz??t??js ir sader??gs ar instal??to un darbojo??os 
xdg-screensaver.</translation>
     </message>
     <message>
         <location filename="../lxqtscreensaver.cpp" line="164"/>
         <source>Failed to run  &quot;%1&quot;. Ensure the specified 
locker/screensaver is installed and running.</source>
-        <translation type="unfinished"></translation>
+        <translation>Neizdev??s palaist &quot;%1&quot;. P??rliecinieties, ka 
nor??d??t?? ekr??nblo????t??js/ekr??nsaudz??t??js ir uzst??d??ts un 
palaists.</translation>
     </message>
     <message>
         <location filename="../lxqtscreensaver.cpp" line="242"/>
         <source>Lock Screen</source>
-        <translation>Aizsl??gt ekr??nu</translation>
+        <translation>Sl??gt ekr??nu</translation>
     </message>
     <message>
         <location filename="../lxqtscreensaver.cpp" line="155"/>
         <source>Screen Saver Error</source>
-        <translation>Ekr??nsarg??t??ja K????da</translation>
+        <translation>Ekr??nsaudz??k??a ??ibele</translation>
     </message>
 </context>
 <context>
@@ -152,7 +152,7 @@
     <message>
         <location 
filename="../configdialog/lxqtconfigdialogcmdlineoptions.cpp" line="49"/>
         <source>Choose the page to be shown.</source>
-        <translation type="unfinished"></translation>
+        <translation>Izv??lieties lapu, kas tiks r??d??ta.</translation>
     </message>
 </context>
 <context>
@@ -161,19 +161,19 @@
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="87"/>
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="137"/>
         <source>Power Manager Error</source>
-        <translation>Ener??ijas Mened??era K????da</translation>
+        <translation>Ener??ijas mened??era ??ibele</translation>
     </message>
     <message>
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="88"/>
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="138"/>
         <source>QDBusInterface is invalid</source>
-        <translation>QDBusInterface is neder????s</translation>
+        <translation>QDBusInterface nav der??gs</translation>
     </message>
     <message>
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="102"/>
         <location filename="../lxqtpower/lxqtpowerproviders.cpp" line="152"/>
         <source>Power Manager Error (D-BUS call)</source>
-        <translation>Ener??ijas Mened??era K????da (D-BUS 
izsaukums)</translation>
+        <translation>Ener??ijas mened??era ??ibele (D-BUS 
izsaukums)</translation>
     </message>
 </context>
 </TS>

Reply via email to