Hello community,

here is the log from the commit of package lxqt-sudo for openSUSE:Factory 
checked in at 2016-10-06 12:44:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-sudo (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-sudo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-sudo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-sudo/lxqt-sudo.changes      2015-11-13 
23:35:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-sudo.new/lxqt-sudo.changes 2016-10-06 
12:44:35.000000000 +0200
@@ -1,0 +2,14 @@
+Sat Sep 24 22:03:54 UTC 2016 - [email protected]
+
+- Update to 0.11.0:
+  * Add README.md
+  * build: Forward translations parameters
+  * ts-files removal (#21)
+  * Remove translations (will be pulled in build time)
+  * Bump year
+  * Italian translation update
+  * Updated Russian translation Fix language and typos
+  * Add Russian translation
+- Add keyring
+
+-------------------------------------------------------------------

Old:
----
  lxqt-sudo-0.10.0.tar.xz

New:
----
  lxqt-sudo-0.11.0.tar.xz
  lxqt-sudo-0.11.0.tar.xz.asc
  lxqt-sudo.keyring

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

Other differences:
------------------
++++++ lxqt-sudo.spec ++++++
--- /var/tmp/diff_new_pack.wz7mm0/_old  2016-10-06 12:44:36.000000000 +0200
+++ /var/tmp/diff_new_pack.wz7mm0/_new  2016-10-06 12:44:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-sudo
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,35 +17,36 @@
 
 
 Name:           lxqt-sudo
-Version:        0.10.0
+Version:        0.11.0
 Release:        0
 Summary:        GUI frontend for sudo
 License:        LGPL-2.1
 Group:          System/X11/Utilities
-Url:            https://github.com/lxde/lxqt-sudo
-Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Url:            http://lxqt.org
+Source0:        
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Source1:        
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:        %{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
-BuildRequires:  kwindowsystem-devel
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(lxqt) >= %{version}
+Recommends:     %{name}-lang
 Requires:       sudo
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-A graphical QT frontend for plain sudo (for requesting optional password in GUI
+A graphical frontend for plain sudo (for requesting optional password in GUI
 fashion).
 When invoked it simply spawns child sudo process with requested command (and
 arguments). If sudo requests user's password, the GUI password dialog is shown
 and (after submit) the password is provided to sudo.
 
-%lang_package
-
 %prep
 %setup -q
 
 %build
-%cmake
+%cmake -DPULL_TRANSLATIONS=No
 make %{?_smp_mflags}
 
 %install
@@ -59,10 +60,4 @@
 %{_mandir}/man?/%{name}.*
 %{_mandir}/man?/lxsu*.*
 
-%files lang
-%defattr(-,root,root)
-%dir %{_datadir}/lxqt
-%dir %{_datadir}/lxqt/translations
-%dir %{_datadir}/lxqt/translations/%{name}
-%{_datadir}/lxqt/translations/%{name}
-
+%changelog

++++++ lxqt-sudo-0.10.0.tar.xz -> lxqt-sudo-0.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/.gitignore 
new/lxqt-sudo-0.11.0/.gitignore
--- old/lxqt-sudo-0.10.0/.gitignore     2015-11-02 06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/.gitignore     2016-09-24 00:47:03.000000000 +0200
@@ -1 +1,2 @@
 build
+translations/lxqt-sudo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/AUTHORS new/lxqt-sudo-0.11.0/AUTHORS
--- old/lxqt-sudo-0.10.0/AUTHORS        2015-11-02 06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/AUTHORS        2016-09-24 00:47:03.000000000 +0200
@@ -2,7 +2,7 @@
     LXQt team: http://lxqt.org
 
 Copyright:
-    Copyright (c) 2015 LXQt team
+    Copyright (c) 2015-2016 LXQt team
 
 License: LGPL-2.1+
 The full text of the licenses can be found in the 'LICENSE' file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/CHANGELOG 
new/lxqt-sudo-0.11.0/CHANGELOG
--- old/lxqt-sudo-0.10.0/CHANGELOG      1970-01-01 01:00:00.000000000 +0100
+++ new/lxqt-sudo-0.11.0/CHANGELOG      2016-09-24 00:47:03.000000000 +0200
@@ -0,0 +1,64 @@
+
+lxqt-sudo-0.11.0 / 2016-09-24
+=============================
+
+  * Add README.md
+  * build: Forward translations parameters
+  * ts-files removal (#21)
+  * Remove translations (will be pulled in build time)
+  * Bump year
+  * Italian translation update
+  * Updated Russian translation Fix language and typos
+  * Add Russian translation
+
+0.10.0 / 2015-11-02
+===================
+
+  * Fix LICENSE file
+  * Fix starting pcmanfm-qt
+  * Preserve environment with sudo backend
+  * Update Slovak translation
+  * Updated translation template, updated german translation.
+  * Add a plus to AUTHORS license AUTHORS must match the files fixes 
lxde/lxqt/issues/784 fix typo choosen --> chosen
+  * lxqt-sudo: partial support for running cmd with arguments using su backend
+  * lxqt-sudo: unified processing logic for su & sudo into common code
+  * lxqt-sudo: lxsu & lxsudo symlinks for lxqt-sudo
+  * lxqt-sudo: added support for su(1) backend
+  * Add Polish translation
+  * Rename LxQt to LXQt everywhere
+  * Remove the country specific from language code.
+  * Add Greek (el) translation
+  * Created italian translation, fixed missing line <TS version="2.1" 
language="XX"> for _de.ts and -sk.ts
+  * Traditional Chinese translation
+  * Handles CMake policy CMP0063
+  * Use the LXQtCompilerSettings CMake module
+  * main: removed old useless define
+  * Adds Runtime install COMPONENT
+  * Coding style change
+  * Use target_compile_definitions()
+  * Use GNUInstallDirs
+  * Use CMAKE_AUTOUIC, drop qt5_wrap_ui()
+  * Use CMAKE_AUTOMOC, drop qt5_wrap_cpp()
+  * Use CMAKE_INCLUDE_CURRENT_DIR
+  * main: use standard liblxqt unix signal handling to quit
+  * Updates the build system to the Targets infrastructure
+  * German translation
+  * lxqt-sudo: licensing
+
+0.9.0 / 2015-06-10
+==================
+
+  * lxqt-sudo: direct communication with sudo
+  * lxqt-sudo: use dialog-password icon
+  * lxqt-sudo: help & version info into stdout (instead of stderr)
+  * man: bug reporting link fixed
+  * lxqt-sudo: version parameter support
+  * lxqt-sudo: added sk translation
+  * lxqt-sudo: proper communication error messages to stderr
+  * lxqt-sudo: removed .desktop file
+  * lxqt-sudo: showing big "security-high" icon
+  * lxqt-sudo: help/usage added
+  * lxqt-sudo: information about sudo's failure
+  * lxqt-sudo: manual page
+  * lxqt-sudo: do not use -b for sudo (fixes some application starting 
problems)
+  * lxqt-sudo: new GUI frontend for sudo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/CMakeLists.txt 
new/lxqt-sudo-0.11.0/CMakeLists.txt
--- old/lxqt-sudo-0.10.0/CMakeLists.txt 2015-11-02 06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/CMakeLists.txt 2016-09-24 00:47:03.000000000 +0200
@@ -3,6 +3,7 @@
 project(lxqt-sudo)
 
 option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
+option(PULL_TRANSLATIONS "Pull translations" ON)
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_AUTOMOC ON)
@@ -47,6 +48,10 @@
     ${UIS}
     INSTALL_DIR
     "${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}"
+    PULL_TRANSLATIONS ${PULL_TRANSLATIONS}
+    CLEAN_TRANSLATIONS ${CLEAN_TRANSLATIONS}
+    TRANSLATIONS_REPO ${TRANSLATIONS_REPO}
+    TRANSLATIONS_REFSPEC ${TRANSLATIONS_REFSPEC}
 )
 
 lxqt_app_translation_loader(SRCS ${PROJECT_NAME})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/README.md 
new/lxqt-sudo-0.11.0/README.md
--- old/lxqt-sudo-0.10.0/README.md      1970-01-01 01:00:00.000000000 +0100
+++ new/lxqt-sudo-0.11.0/README.md      2016-09-24 00:47:03.000000000 +0200
@@ -0,0 +1,33 @@
+# lxqt-sudo
+
+## Overview
+
+lxqt-sudo is a graphical front-end of commands `sudo` and `su` respectively. 
As such it enables regular users to launch applications with permissions of 
other users including root.   
+
+## Installation
+
+### Compiling source code
+
+Runtime dependencies are qtbase, sudo (su should be installed by default on 
all *ix operating systems) and [liblxqt](https://github.com/lxde/liblxqt).   
+Installing at least one icon theme according to the [XDG Icon Theme 
Specification](https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/)
 like e. g. "Oxygen Icons" is recommended to have the GUI display icons.   
+Additional build dependencies are CMake and optionally Git to pull latest VCS 
checkouts. The localization files were outsourced to repository 
[lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding 
dependencies are needed, too. Please refer to this repository's `README.md` for 
further information.   
+
+Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` 
has to be set to `/usr` on most operating systems.   
+
+To build run `make`, to install `make install` which accepts variable 
`DESTDIR` as usual.   
+
+### Binary packages
+
+Official binary packages are provided by all major Linux distributions like 
Arch Linux, Debian (as of Debian stretch), Fedora and openSUSE. Just use your 
package manager to search for string `lxqt-sudo`.
+
+## Configuration
+
+lxqt-sudo itself does not require any configuration.   
+
+In order to use it as front-end of `sudo` the corresponding permissions have 
to be set, though. Most of the time this is handled by binary `visudo` or 
editing configuration file `/etc/sudoers` manually which both is beyond this 
document's scope.   
+
+## Usage
+
+lxqt-sudo comes with a man page explaining the syntax very well so running 
`man 1 lxqt-sudo` should get you started.   
+
+By default `sudo` is used as backend, the choice can be enforced by command 
line options `--su[do]` or by using symbolic links `lxsu` and `lxsudo` which 
belong to regular installations of lxqt-sudo.   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/translations/lxqt-sudo.ts 
new/lxqt-sudo-0.11.0/translations/lxqt-sudo.ts
--- old/lxqt-sudo-0.10.0/translations/lxqt-sudo.ts      2015-11-02 
06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/translations/lxqt-sudo.ts      1970-01-01 
01:00:00.000000000 +0100
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1">
-<context>
-    <name>PasswordDialog</name>
-    <message>
-        <location filename="../passworddialog.ui" line="20"/>
-        <source>LXQt sudo</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="77"/>
-        <source>Command:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="84"/>
-        <source>Password:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="43"/>
-        <source>&lt;b&gt;%1&lt;/b&gt; needs administrative privileges.
-Please enter your password.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="54"/>
-        <source>Attempt #%1</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>QObject</name>
-    <message>
-        <location filename="../sudo.cpp" line="63"/>
-        <source>Usage: %1 option [command [arguments...]]
-
-GUI frontend for %2/%3
-
-Arguments:
-  option:
-    -h|--help      Print this help.
-    -v|--version   Print version information.
-    -s|--su        Use %3(1) as backend.
-    -d|--sudo      Use %2(8) as backend.
-  command          Command to run.
-  arguments        Optional arguments for command.
-
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="80"/>
-        <source>%1 version %2
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>Sudo</name>
-    <message>
-        <location filename="../sudo.cpp" line="128"/>
-        <source>%1: no command to run provided!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="135"/>
-        <source>%1: no backend chosen!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="140"/>
-        <source>%1: warning - got multiple arguments for %2 backend, squashing 
into one: %3</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="155"/>
-        <source>Failed to fork: %1</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="193"/>
-        <source>%1: Failed to exec &apos;%2&apos;: %3
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="222"/>
-        <source>Failed to set non-block: %1</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="230"/>
-        <source>Failed to fdopen: %1</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="263"/>
-        <source>Child &apos;%1&apos; process failed!
-%2</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/translations/lxqt-sudo_de.ts 
new/lxqt-sudo-0.11.0/translations/lxqt-sudo_de.ts
--- old/lxqt-sudo-0.10.0/translations/lxqt-sudo_de.ts   2015-11-02 
06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/translations/lxqt-sudo_de.ts   1970-01-01 
01:00:00.000000000 +0100
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="de">
-<context>
-    <name>PasswordDialog</name>
-    <message>
-        <location filename="../passworddialog.ui" line="20"/>
-        <source>LXQt sudo</source>
-        <translation>LXQt sudo</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="77"/>
-        <source>Command:</source>
-        <translation>Befehl:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="84"/>
-        <source>Password:</source>
-        <translation>Kennwort:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="43"/>
-        <source>&lt;b&gt;%1&lt;/b&gt; needs administrative privileges.
-Please enter your password.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; benötigt root-Rechte.
-Bitte Kennwort eingeben.</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="54"/>
-        <source>Attempt #%1</source>
-        <translation>Versuch #%1</translation>
-    </message>
-</context>
-<context>
-    <name>QObject</name>
-    <message>
-        <location filename="../sudo.cpp" line="63"/>
-        <source>Usage: %1 option [command [arguments...]]
-
-GUI frontend for %2/%3
-
-Arguments:
-  option:
-    -h|--help      Print this help.
-    -v|--version   Print version information.
-    -s|--su        Use %3(1) as backend.
-    -d|--sudo      Use %2(8) as backend.
-  command          Command to run.
-  arguments        Optional arguments for command.
-
-</source>
-        <translation>Verwendung: %1 Option [Befehl [Argumente...]]
-
-Graphische Benutzeroberfläche für %2/%3
-
-Argumente:
-  Option:
-    -h|--help      Gibt diese Hilfe aus.
-    -v|--version   Ausgabe der Versionsinformation.
-    -s|--su        Verwendet %3(1) als Backend.
-    -d|--sudo      Verwendet %2(8) als Backend.
-  Befehl           Auszuführender Befehl.
-  Argumente        Argumente zum auszuführenden Befehl.
-
-</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="80"/>
-        <source>%1 version %2
-</source>
-        <translation>%1 Version %2
-</translation>
-    </message>
-</context>
-<context>
-    <name>Sudo</name>
-    <message>
-        <location filename="../sudo.cpp" line="128"/>
-        <source>%1: no command to run provided!</source>
-        <translation>%1: kein auszuführender Befehl angegeben!</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="135"/>
-        <source>%1: no backend chosen!</source>
-        <translation>%1: kein Backend gewählt!</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="140"/>
-        <source>%1: warning - got multiple arguments for %2 backend, squashing 
into one: %3</source>
-        <translation>%1: Warnung - mehrere Argumente für Backend %2 erhalten. 
%3 wird verwendet</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="155"/>
-        <source>Failed to fork: %1</source>
-        <translation>Abspalten des Prozesses fehlgeschlagen: %1</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="193"/>
-        <source>%1: Failed to exec &apos;%2&apos;: %3
-</source>
-        <translation>%1: Ausführen von &apos;%2&apos; fehlgeschlagen:
-%3</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="222"/>
-        <source>Failed to set non-block: %1</source>
-        <translation>Das Setzen von der Option O_NONBLOCK schlug fehl: 
%1</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="230"/>
-        <source>Failed to fdopen: %1</source>
-        <translation>Das Öffnen schlug fehl: %1</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="263"/>
-        <source>Child &apos;%1&apos; process failed!
-%2</source>
-        <translation>Nachgeordneter Prozess &apos;%1&apos; ist fehlgeschlagen!
-%2</translation>
-    </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/translations/lxqt-sudo_el.ts 
new/lxqt-sudo-0.11.0/translations/lxqt-sudo_el.ts
--- old/lxqt-sudo-0.10.0/translations/lxqt-sudo_el.ts   2015-11-02 
06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/translations/lxqt-sudo_el.ts   1970-01-01 
01:00:00.000000000 +0100
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="el">
-<context>
-    <name>PasswordDialog</name>
-    <message>
-        <location filename="../passworddialog.ui" line="20"/>
-        <location filename="../build/ui_passworddialog.h" line="129"/>
-        <source>LXQt sudo</source>
-        <translation>LXQt sudo</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="77"/>
-        <location filename="../build/ui_passworddialog.h" line="134"/>
-        <source>Command:</source>
-        <translation>Εντολή:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="84"/>
-        <location filename="../build/ui_passworddialog.h" line="135"/>
-        <source>Password:</source>
-        <translation>Κωδικός πρόσβασης:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="43"/>
-        <source>&lt;b&gt;%1&lt;/b&gt; needs administrative privileges.
-Please enter your password.</source>
-        <translation>Το &lt;b&gt;%1&lt;/b&gt; απαιτεί προνόμια διαχειριστή.
-Παρακαλώ εισαγάγετε τον κωδικό πρόσβασης.</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="54"/>
-        <source>Attempt #%1</source>
-        <translation>Προσπάθεια #%1</translation>
-    </message>
-</context>
-<context>
-    <name>QObject</name>
-    <message>
-        <location filename="../main.cpp" line="57"/>
-        <source>Usage: %1 command [arguments...]
-
-GUI frontend for %2
-
-Arguments:
-  command        Command to run.
-  arguments      Optional arguments for command.
-
-</source>
-        <translation>Χρήση: %1 εντολή [ορίσματα...]
-
-Περιβάλλον συστήματος υποστήριξης του %2
-
-Ορίσματα:
-  εντολή           Η εντολή προς εκτέλεση.
-  ορίσματα      Προαιρετικά ορίσματα για την εντολή.
-
-</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="69"/>
-        <source>%1 version %2
-</source>
-        <translation>%1 έκδοση %2
-</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="80"/>
-        <source>%1: no command to run provided!</source>
-        <translation>%1: δεν παρείχατε κάποια εντολή προς 
εκτέλεση!</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="131"/>
-        <source>Child &apos;%1&apos; process failed!
-%2</source>
-        <translation>Η θυγατρική διεργασία «%1» απέτυχε!
-%2</translation>
-    </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/translations/lxqt-sudo_it.ts 
new/lxqt-sudo-0.11.0/translations/lxqt-sudo_it.ts
--- old/lxqt-sudo-0.10.0/translations/lxqt-sudo_it.ts   2015-11-02 
06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/translations/lxqt-sudo_it.ts   1970-01-01 
01:00:00.000000000 +0100
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="it">
-<context>
-    <name>Communication</name>
-    <message>
-        <location filename="../communication.cpp" line="85"/>
-        <source>%1: Communication - unable to create shared memory(%2B), 
</source>
-        <translation>%1: Comunicazione - non è stato possibile creare memoria 
condivisa(%2B), </translation>
-    </message>
-    <message>
-        <location filename="../communication.cpp" line="183"/>
-        <source>%1: Communication - password is too long(%2) for aquired 
shared memory(%3), has to be cut-off...
-</source>
-        <translation>%1: Comunicazione - password troppo lunga(%2) per 
acquisire memoria condivisa(%3) deve essere accorciata...
-</translation>
-    </message>
-</context>
-<context>
-    <name>PasswordDialog</name>
-    <message>
-        <location filename="../passworddialog.ui" line="20"/>
-        <location filename="../build/ui_passworddialog.h" line="129"/>
-        <source>LXQt sudo</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="77"/>
-        <location filename="../build/ui_passworddialog.h" line="134"/>
-        <source>Command:</source>
-        <translation>Comando:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="84"/>
-        <location filename="../build/ui_passworddialog.h" line="135"/>
-        <source>Password:</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="43"/>
-        <source>&lt;b&gt;%1&lt;/b&gt; needs administrative privileges.
-Please enter your password.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; richiede privilegi di 
amministratore.
-Per favore inserire la password.</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="53"/>
-        <source>Attempt #%1</source>
-        <translation>Tentativo #%1</translation>
-    </message>
-</context>
-<context>
-    <name>QObject</name>
-    <message>
-        <location filename="../main.cpp" line="58"/>
-        <source>Usage: %1 command [arguments...]
-
-GUI frontend for %2
-
-Arguments:
-  command        Command to run.
-  arguments      Optional arguments for command.
-
-</source>
-        <translation>Uso: %1 comando [argomenti...]
-
-Frontend grafico per %2
-
-Argomenti:
-  comando        Comando da eseguire.
-  argomenti      Argomenti opzionali per il comando.
-</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="70"/>
-        <source>%1 version %2
-</source>
-        <translation>%1 versione %2
-</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="81"/>
-        <source>%1: no command to run provided!</source>
-        <translation>%1: non è stato immesso nessun comando da 
eseguire!</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="156"/>
-        <source>Child &apos;%1&apos; process failed!
-%2</source>
-        <translation>Sottoprocesso %1 fallito!
-%2</translation>
-    </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/translations/lxqt-sudo_pl.ts 
new/lxqt-sudo-0.11.0/translations/lxqt-sudo_pl.ts
--- old/lxqt-sudo-0.10.0/translations/lxqt-sudo_pl.ts   2015-11-02 
06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/translations/lxqt-sudo_pl.ts   1970-01-01 
01:00:00.000000000 +0100
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0">
-<context>
-    <name>PasswordDialog</name>
-    <message>
-        <location filename="../passworddialog.ui" line="20"/>
-        <location filename="../build/ui_passworddialog.h" line="129"/>
-        <source>LXQt sudo</source>
-        <translation>LXQt sudo</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="77"/>
-        <location filename="../build/ui_passworddialog.h" line="134"/>
-        <source>Command:</source>
-        <translation>Komenda:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="84"/>
-        <location filename="../build/ui_passworddialog.h" line="135"/>
-        <source>Password:</source>
-        <translation>Hasło:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="43"/>
-        <source>&lt;b&gt;%1&lt;/b&gt; needs administrative privileges.
-Please enter your password.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; potrzebuje uprawnień administratora.
-Proszę wprowadź hasło.</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="54"/>
-        <source>Attempt #%1</source>
-        <translation>Próba #%1</translation>
-    </message>
-</context>
-<context>
-    <name>QObject</name>
-    <message>
-        <location filename="../main.cpp" line="57"/>
-        <source>Usage: %1 command [arguments...]
-
-GUI frontend for %2
-
-Arguments:
-  command        Command to run.
-  arguments      Optional arguments for command.
-
-</source>
-        <translation>Sposób użycia: %1 komenda [argumenty...]
-
-Graficzna nakładka na %2
-
-Argumenty:
-  komenda        Komenda do wykonania.
-  argumenty      Opcjonalne argumenty dla komendy.
-
-</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="69"/>
-        <source>%1 version %2
-</source>
-        <translation>%1 wersja %2
-</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="80"/>
-        <source>%1: no command to run provided!</source>
-        <translation>%1: nie podano komendy do wykonania!</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="131"/>
-        <source>Child &apos;%1&apos; process failed!
-%2</source>
-        <translation>Wykonanie procesu &apos;%1&apos; nie powiodło się!
-%2</translation>
-    </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/translations/lxqt-sudo_sk.ts 
new/lxqt-sudo-0.11.0/translations/lxqt-sudo_sk.ts
--- old/lxqt-sudo-0.10.0/translations/lxqt-sudo_sk.ts   2015-11-02 
06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/translations/lxqt-sudo_sk.ts   1970-01-01 
01:00:00.000000000 +0100
@@ -1,121 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="sk">
-<context>
-    <name>PasswordDialog</name>
-    <message>
-        <location filename="../passworddialog.ui" line="20"/>
-        <source>LXQt sudo</source>
-        <translation>LXQt sudo</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="77"/>
-        <source>Command:</source>
-        <translation>Príkaz:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="84"/>
-        <source>Password:</source>
-        <translation>Heslo:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="43"/>
-        <source>&lt;b&gt;%1&lt;/b&gt; needs administrative privileges.
-Please enter your password.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; vyžaduje práva administrátora.
-Prosím, zadajte svoje heslo.</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="54"/>
-        <source>Attempt #%1</source>
-        <translation>Pokus č. %1</translation>
-    </message>
-</context>
-<context>
-    <name>QObject</name>
-    <message>
-        <location filename="../sudo.cpp" line="63"/>
-        <source>Usage: %1 option [command [arguments...]]
-
-GUI frontend for %2/%3
-
-Arguments:
-  option:
-    -h|--help      Print this help.
-    -v|--version   Print version information.
-    -s|--su        Use %3(1) as backend.
-    -d|--sudo      Use %2(8) as backend.
-  command          Command to run.
-  arguments        Optional arguments for command.
-
-</source>
-        <translation>Použitie: %1 option [command [arguments...]]
-
-GUI frontend pre %2/%3
-
-Parametre:
-  option:
-    -h|--help      Zobraziť pomoc.
-    -v|--version   Zobraziť verziu.
-    -s|--su        Použiť %3(1) ako backend.
-    -d|--sudo      Použíť %2(8) ako backend.
-  command        Príkaz na spustenie.
-  arguments      Parametre príkazu.
-
-</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="80"/>
-        <source>%1 version %2
-</source>
-        <translation>%1 verzia %2
-</translation>
-    </message>
-</context>
-<context>
-    <name>Sudo</name>
-    <message>
-        <location filename="../sudo.cpp" line="128"/>
-        <source>%1: no command to run provided!</source>
-        <translation>%1: žiaden príkaz na spustenie!</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="135"/>
-        <source>%1: no backend chosen!</source>
-        <translation>%1: nevybratý backend!</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="140"/>
-        <source>%1: warning - got multiple arguments for %2 backend, squashing 
into one: %3</source>
-        <translation>%1: upozornenie - zadaných viacero parametrov pre %2 
backend, zlúčené do jedného: %3</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="155"/>
-        <source>Failed to fork: %1</source>
-        <translation>Zlyhal fork: %1</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="193"/>
-        <source>%1: Failed to exec &apos;%2&apos;: %3
-</source>
-        <translation>%1: Zlyhal exec &apos;%2&apos;: %3</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="222"/>
-        <source>Failed to set non-block: %1</source>
-        <translation>Zlyhalo nastavenie non-block: %1</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="230"/>
-        <source>Failed to fdopen: %1</source>
-        <translation>Zlyhal fdopen: %1</translation>
-    </message>
-    <message>
-        <location filename="../sudo.cpp" line="263"/>
-        <source>Child &apos;%1&apos; process failed!
-%2</source>
-        <translation>Dcérsky &apos;%1&apos; process zlyhal!
-%2</translation>
-    </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.10.0/translations/lxqt-sudo_zh_TW.ts 
new/lxqt-sudo-0.11.0/translations/lxqt-sudo_zh_TW.ts
--- old/lxqt-sudo-0.10.0/translations/lxqt-sudo_zh_TW.ts        2015-11-02 
06:06:33.000000000 +0100
+++ new/lxqt-sudo-0.11.0/translations/lxqt-sudo_zh_TW.ts        1970-01-01 
01:00:00.000000000 +0100
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0">
-<context>
-    <name>PasswordDialog</name>
-    <message>
-        <location filename="../passworddialog.ui" line="20"/>
-        <location filename="../build/ui_passworddialog.h" line="129"/>
-        <source>LXQt sudo</source>
-        <translation>LXQt sudo</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="77"/>
-        <location filename="../build/ui_passworddialog.h" line="134"/>
-        <source>Command:</source>
-        <translation>指令:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.ui" line="84"/>
-        <location filename="../build/ui_passworddialog.h" line="135"/>
-        <source>Password:</source>
-        <translation>密碼:</translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="43"/>
-        <source>&lt;b&gt;%1&lt;/b&gt; needs administrative privileges.
-Please enter your password.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; 需要管理員權限
-請輸入您的密碼 </translation>
-    </message>
-    <message>
-        <location filename="../passworddialog.cpp" line="54"/>
-        <source>Attempt #%1</source>
-        <translation>嘗試 %1</translation>
-    </message>
-</context>
-<context>
-    <name>QObject</name>
-    <message>
-        <location filename="../main.cpp" line="57"/>
-        <source>Usage: %1 command [arguments...]
-
-GUI frontend for %2
-
-Arguments:
-  command        Command to run.
-  arguments      Optional arguments for command.
-
-</source>
-<translation>用法:%1 指令 [選項...]
-
-%2 的圖型前端
-
-選項:
-  指令           要執行的指令
-  選項           給指令的選項
-
-</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="69"/>
-        <source>%1 version %2
-</source>
-        <translation>%1 版本 %s</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="80"/>
-        <source>%1: no command to run provided!</source>
-        <translation>%1:沒有可執行的指令</translation>
-    </message>
-    <message>
-        <location filename="../main.cpp" line="131"/>
-        <source>Child &apos;%1&apos; process failed!
-%2</source>
-        <translation>子執行序&apos;%1&apos;執行失敗!
-%2</translation>
-    </message>
-</context>
-</TS>


Reply via email to