Hello community,

here is the log from the commit of package lxqt-notificationd for 
openSUSE:Factory checked in at 2017-10-24 22:23:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-notificationd (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-notificationd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-notificationd"

Tue Oct 24 22:23:00 2017 rev:9 rq:535975 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-notificationd/lxqt-notificationd.changes    
2017-03-12 19:58:59.240314228 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-notificationd.new/lxqt-notificationd.changes   
    2017-10-24 22:23:07.613117947 +0200
@@ -1,0 +2,31 @@
+Mon Oct 23 11:05:54 UTC 2017 - [email protected]
+
+- Update to 0.12.0:
+  * Set patch version
+  * Don't export github templates
+  * Improvement for notification settings, see 
https://github.com/lxde/lxqt/issues/744#issuecomment-138601402
+  * Updated Lithuanian language
+  * Drops Qt5Core_VERSION_STRING
+  * lxqt-config-notificationd: set Qt::AA_UseHighDpiPixmaps to true
+  * Add a basic cli to lxqt-config-notificationd Add a basic cli to 
lxqt-notificationd
+  * Added default CMAKE_BUILD_TYPE and LXQT_NOTIFICATION_PATCH_VERSION
+  * Create lxqt-config-notificationd_pl_PL.desktop
+  * Fixes a FTBFS in superbuild mode
+  * Added merged autostart to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update desktop entries and Replace fr_FR by fr
+  * Update Greek translation (el) Remove country variant from language code
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Updates the build system to use the Targets infrastructure
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Fix a typo: singals -> signals
+  * Bump year
+- Remove post and postun
+
+-------------------------------------------------------------------

Old:
----
  lxqt-notificationd-0.11.1.tar.xz
  lxqt-notificationd-0.11.1.tar.xz.asc

New:
----
  lxqt-notificationd-0.12.0.tar.xz
  lxqt-notificationd-0.12.0.tar.xz.asc

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

Other differences:
------------------
++++++ lxqt-notificationd.spec ++++++
--- /var/tmp/diff_new_pack.omoXnR/_old  2017-10-24 22:23:08.041097941 +0200
+++ /var/tmp/diff_new_pack.omoXnR/_new  2017-10-24 22:23:08.045097754 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           lxqt-notificationd
-Version:        0.11.1
+Version:        0.12.0
 Release:        0
 Summary:        LXQt Notification daemon
 License:        LGPL-2.1+
 Group:          System/GUI/LXQt
 Url:            http://www.lxqt.org
-Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-Source1:        
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source:         
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1:        
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
@@ -35,8 +35,6 @@
 BuildRequires:  pkgconfig(Qt5Xdg)
 BuildRequires:  pkgconfig(lxqt) >= %{version} 
 Recommends:     %{name}-lang
-Requires(pre): desktop-file-utils
-Requires(post):        desktop-file-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,17 +53,12 @@
 %cmake_install
 %fdupes -s %{buildroot}%{_datadir}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS LICENSE README.md
 %{_bindir}/%{name}
 %{_bindir}/lxqt-config-notificationd
 %{_datadir}/applications/lxqt-config-notificationd.desktop
+%{_sysconfdir}/xdg/autostart/lxqt-notifications.desktop
 
 %changelog

++++++ lxqt-notificationd-0.11.1.tar.xz -> lxqt-notificationd-0.12.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/AUTHORS 
new/lxqt-notificationd-0.12.0/AUTHORS
--- old/lxqt-notificationd-0.11.1/AUTHORS       2017-01-01 23:12:42.000000000 
+0100
+++ new/lxqt-notificationd-0.12.0/AUTHORS       2017-10-21 21:18:28.000000000 
+0200
@@ -4,7 +4,7 @@
 
 Copyright:
     Copyright (c) 2010-2012 Razor team
-    Copyright (c) 2012-2016 LXQt team
+    Copyright (c) 2012-2017 LXQt team
 
 License: LGPL-2.1+
 The full text of the licenses can be found in the 'COPYING' file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/CHANGELOG 
new/lxqt-notificationd-0.12.0/CHANGELOG
--- old/lxqt-notificationd-0.11.1/CHANGELOG     2017-01-01 23:12:42.000000000 
+0100
+++ new/lxqt-notificationd-0.12.0/CHANGELOG     2017-10-21 21:18:28.000000000 
+0200
@@ -1,7 +1,37 @@
 
-lxqt-notificationd-0.11.1 / 2017-01-01
+lxqt-notificationd-0.12.0 / 2017-10-21
 ======================================
 
+  * Set patch version
+  * Don't export github templates
+  * Improvement for notification settings, see 
https://github.com/lxde/lxqt/issues/744#issuecomment-138601402
+  * Updated Lithuanian language
+  * Drops Qt5Core_VERSION_STRING
+  * lxqt-config-notificationd: set Qt::AA_UseHighDpiPixmaps to true
+  * Add a basic cli to lxqt-config-notificationd Add a basic cli to 
lxqt-notificationd
+  * Added default CMAKE_BUILD_TYPE and LXQT_NOTIFICATION_PATCH_VERSION
+  * Create lxqt-config-notificationd_pl_PL.desktop
+  * Fixes a FTBFS in superbuild mode
+  * Added merged autostart to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update desktop entries and Replace fr_FR by fr
+  * Update Greek translation (el) Remove country variant from language code
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Updates the build system to use the Targets infrastructure
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Fix a typo: singals -> signals
+  * Bump year
+
+0.11.1 / 2017-01-01
+===================
+
+  * Release 0.11.1: Update changelog
   * Updated da translation. Removed da_DK
   * Update and rename French .desktop file
   * Make CMakeList.txt more uniform.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/CMakeLists.txt 
new/lxqt-notificationd-0.12.0/CMakeLists.txt
--- old/lxqt-notificationd-0.11.1/CMakeLists.txt        2017-01-01 
23:12:42.000000000 +0100
+++ new/lxqt-notificationd-0.12.0/CMakeLists.txt        2017-10-21 
21:18:28.000000000 +0200
@@ -12,14 +12,24 @@
 option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
 
 find_package(Qt5DBus REQUIRED)
-find_package(Qt5LinguistTools REQUIRED QUIET)
+find_package(Qt5LinguistTools REQUIRED)
 find_package(Qt5Widgets REQUIRED)
-message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
+message(STATUS "Building with Qt${Qt5Core_VERSION}")
 
 find_package(KF5WindowSystem REQUIRED)
 
 find_package(lxqt REQUIRED)
 
+if(NOT CMAKE_BUILD_TYPE)
+    set(CMAKE_BUILD_TYPE Release)
+endif()
+
+# Patch Version
+set(LXQT_NOTIFICATIOND_PATCH_VERSION 0)
+
+set(LXQT_NOTIFICATIOND_VERSION 
${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_NOTIFICATIOND_PATCH_VERSION})
+add_definitions("-DLXQT_NOTIFICATIOND_VERSION=\"${LXQT_NOTIFICATIOND_VERSION}\"")
+
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
 # Translations **********************************
@@ -27,3 +37,6 @@
 
 add_subdirectory(config)
 add_subdirectory(src)
+
+## merged from lxqt-common
+add_subdirectory(autostart)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/autostart/CMakeLists.txt 
new/lxqt-notificationd-0.12.0/autostart/CMakeLists.txt
--- old/lxqt-notificationd-0.11.1/autostart/CMakeLists.txt      1970-01-01 
01:00:00.000000000 +0100
+++ new/lxqt-notificationd-0.12.0/autostart/CMakeLists.txt      2017-10-21 
21:18:28.000000000 +0200
@@ -0,0 +1,17 @@
+cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
+
+file(GLOB DESKTOP_FILES_IN *.desktop.in)
+
+# Translations **********************************
+lxqt_translate_desktop(DESKTOP_FILES
+    SOURCES
+        ${DESKTOP_FILES_IN}
+)
+add_custom_target(lxqt_notificationd_autostart_desktop_files ALL DEPENDS 
${DESKTOP_FILES})
+#************************************************
+
+install(FILES
+    ${DESKTOP_FILES}
+    DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
+    COMPONENT Runtime
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/lxqt-notifications.desktop.in 
new/lxqt-notificationd-0.12.0/autostart/lxqt-notifications.desktop.in
--- old/lxqt-notificationd-0.11.1/autostart/lxqt-notifications.desktop.in       
1970-01-01 01:00:00.000000000 +0100
+++ new/lxqt-notificationd-0.12.0/autostart/lxqt-notifications.desktop.in       
2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Notification Daemon
+TryExec=lxqt-notificationd
+Exec=lxqt-notificationd
+OnlyShowIn=LXQt;
+X-LXQt-Module=true
+
+#TRANSLATIONS_DIR=translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ar.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ar.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ar.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ar.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[ar]=بريمج الإشعارات
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_cs.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_cs.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_cs.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_cs.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[cs]=Oznamovací démon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_cs_CZ.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_cs_CZ.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_cs_CZ.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_cs_CZ.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[cs_CZ]=Oznamovací démon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_da.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_da.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_da.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_da.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[da]=Notifikationsbaggrundsprogram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_de.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_de.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_de.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_de.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[de]=Benachrichtigungsdaemon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_el.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_el.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_el.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_el.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[el]=Υπηρεσία ειδοποιήσεων
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_eo.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_eo.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_eo.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_eo.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[eo]=Demono de atentigoj
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_es.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_es.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_es.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_es.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[es]=Demonio de notificaciones
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_es_VE.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_es_VE.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_es_VE.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_es_VE.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[es_VE]=Demonio de notificaciones
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_eu.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_eu.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_eu.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_eu.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[eu]=Jakinarazpen-deabrua
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_fi.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_fi.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_fi.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_fi.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[fi]=Ilmoituspalvelu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_fr.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_fr.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_fr.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_fr.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[fr]=Démon de notification
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_hu.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_hu.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_hu.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_hu.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[hu]=Értesítő szolgáltatás
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_it_IT.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_it_IT.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_it_IT.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_it_IT.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[it_IT]=Demone delle notifiche
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ja.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ja.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ja.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ja.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[ja]=通知デーモン
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_lt.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_lt.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_lt.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_lt.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[lt]=Pranešimų tarnyba
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_nl.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_nl.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_nl.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_nl.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[nl]=notificatie Daemon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_pl_PL.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_pl_PL.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_pl_PL.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_pl_PL.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[pl_PL]=Daemon Powiadomień
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_pt.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_pt.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_pt.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_pt.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[pt]=Serviço de notificações
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_pt_BR.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_pt_BR.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_pt_BR.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_pt_BR.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[pt_BR]=Daemon de notificação
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ro_RO.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ro_RO.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ro_RO.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ro_RO.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[ro_RO]=Daemon de notificare
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ru.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ru.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ru.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ru.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[ru]=демон Cообщение 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ru_RU.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ru_RU.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_ru_RU.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_ru_RU.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[ru_RU]=Служба уведомлений
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_sl.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_sl.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_sl.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_sl.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[sl]=Obvestilnik
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_th_TH.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_th_TH.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_th_TH.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_th_TH.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[th_TH]=ดีมอนการแจ้งเตือน
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_tr.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_tr.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_tr.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_tr.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[tr]=Bildirim Artsüreci
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_uk.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_uk.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_uk.desktop
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_uk.desktop
  2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[uk]=Демон сповіщень
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_zh_CN.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_zh_CN.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_zh_CN.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_zh_CN.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[zh_CN]=通知服务
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_zh_TW.desktop
 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_zh_TW.desktop
--- 
old/lxqt-notificationd-0.11.1/autostart/translations/lxqt-notifications_zh_TW.desktop
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_zh_TW.desktop
       2017-10-21 21:18:28.000000000 +0200
@@ -0,0 +1,2 @@
+# Translations
+Name[zh_TW]=系統通知程序
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/config/basicsettings.cpp 
new/lxqt-notificationd-0.12.0/config/basicsettings.cpp
--- old/lxqt-notificationd-0.11.1/config/basicsettings.cpp      2017-01-01 
23:12:42.000000000 +0100
+++ new/lxqt-notificationd-0.12.0/config/basicsettings.cpp      2017-10-21 
21:18:28.000000000 +0200
@@ -43,7 +43,6 @@
     connect(topCenterRB,    SIGNAL(clicked()), this, 
SLOT(updateNotification()));
     connect(topRightRB,     SIGNAL(clicked()), this, 
SLOT(updateNotification()));
     connect(centerLeftRB,   SIGNAL(clicked()), this, 
SLOT(updateNotification()));
-    connect(centerCenterRB, SIGNAL(clicked()), this, 
SLOT(updateNotification()));
     connect(centerRightRB,  SIGNAL(clicked()), this, 
SLOT(updateNotification()));
     connect(bottomLeftRB,   SIGNAL(clicked()), this, 
SLOT(updateNotification()));
     connect(bottomCenterRB, SIGNAL(clicked()), this, 
SLOT(updateNotification()));
@@ -79,8 +78,6 @@
         topRightRB->setChecked(true);
     else if (QStringLiteral("center-left") == placement)
         centerLeftRB->setChecked(true);
-    else if (QStringLiteral("center-center") == placement)
-        centerCenterRB->setChecked(true);
     else if (QStringLiteral("center-right") == placement)
         centerRightRB->setChecked(true);
     else if (QStringLiteral("bottom-left") == placement)
@@ -93,7 +90,7 @@
 
 void BasicSettings::updateNotification()
 {
-    QString align;
+   QString align;
     if (topLeftRB->isChecked())
         align = QStringLiteral("top-left");
     else if (topCenterRB->isChecked())
@@ -102,8 +99,6 @@
         align = QStringLiteral("top-right");
     else if (centerLeftRB->isChecked())
         align = QStringLiteral("center-left");
-    else if (centerCenterRB->isChecked())
-        align = QStringLiteral("center-center");
     else if (centerRightRB->isChecked())
         align = QStringLiteral("center-right");
     else if (bottomLeftRB->isChecked())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/config/basicsettings.ui 
new/lxqt-notificationd-0.12.0/config/basicsettings.ui
--- old/lxqt-notificationd-0.11.1/config/basicsettings.ui       2017-01-01 
23:12:42.000000000 +0100
+++ new/lxqt-notificationd-0.12.0/config/basicsettings.ui       2017-10-21 
21:18:28.000000000 +0200
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>148</width>
-    <height>179</height>
+    <width>398</width>
+    <height>354</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -56,16 +56,6 @@
         </attribute>
        </widget>
       </item>
-      <item row="1" column="2">
-       <widget class="QRadioButton" name="centerCenterRB">
-        <property name="text">
-         <string/>
-        </property>
-        <attribute name="buttonGroup">
-         <string notr="true">buttonGroup</string>
-        </attribute>
-       </widget>
-      </item>
       <item row="0" column="1">
        <spacer name="horizontalSpacer">
         <property name="orientation">
@@ -158,6 +148,38 @@
         </property>
        </spacer>
       </item>
+      <item row="1" column="0">
+       <spacer name="spacer">
+        <property name="orientation">
+         <enum>Qt::Vertical</enum>
+        </property>
+        <property name="sizeType">
+         <enum>QSizePolicy::Minimum</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>100</width>
+          <height>90</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item row="1" column="2">
+       <spacer name="spacer">
+        <property name="orientation">
+         <enum>Qt::Vertical</enum>
+        </property>
+        <property name="sizeType">
+         <enum>QSizePolicy::Minimum</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>100</width>
+          <height>90</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
      </layout>
     </widget>
    </item>
@@ -169,7 +191,7 @@
      <property name="sizeHint" stdset="0">
       <size>
        <width>105</width>
-       <height>51</height>
+       <height>21</height>
       </size>
      </property>
     </spacer>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/config/main.cpp 
new/lxqt-notificationd-0.12.0/config/main.cpp
--- old/lxqt-notificationd-0.11.1/config/main.cpp       2017-01-01 
23:12:42.000000000 +0100
+++ new/lxqt-notificationd-0.12.0/config/main.cpp       2017-10-21 
21:18:28.000000000 +0200
@@ -29,6 +29,7 @@
 
 #include <XdgIcon>
 #include <LXQt/Settings>
+#include <QCommandLineParser>
 
 #include "mainwindow.h"
 
@@ -36,6 +37,17 @@
 int main(int argc, char** argv)
 {
     LXQt::SingleApplication a(argc, argv);
+    a.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+
+    QCommandLineParser parser;
+    parser.setApplicationDescription(QStringLiteral("LXQt Config 
Notificationd"));
+    const QString VERINFO = QStringLiteral(LXQT_NOTIFICATIOND_VERSION
+                                           "\nliblxqt   " LXQT_VERSION
+                                           "\nQt        " QT_VERSION_STR);
+    a.setApplicationVersion(VERINFO);
+    parser.addVersionOption();
+    parser.addHelpOption();
+    parser.process(a);
 
     MainWindow w;
     w.setWindowIcon(QIcon::fromTheme("preferences-desktop-theme"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/config/translations/lxqt-config-notificationd_lt.desktop
 
new/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_lt.desktop
--- 
old/lxqt-notificationd-0.11.1/config/translations/lxqt-config-notificationd_lt.desktop
      2017-01-01 23:12:42.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_lt.desktop
      2017-10-21 21:18:28.000000000 +0200
@@ -1,4 +1,4 @@
 # Translations
-GenericName[lt]=Qlipper
-Name[lt]=Energijos naudojimo nustatymai
-Comment[lt]=Konfigūruoti freedesktop pranešimus LXQt darbalaukyje
+GenericName[lt]=LXQt pranešimų nustatymai
+Name[lt]=Darbalaukio pranešimai
+Comment[lt]=Konfigūruoti darbalaukio pranešimus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-notificationd-0.11.1/config/translations/lxqt-config-notificationd_pl_PL.desktop
 
new/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_pl_PL.desktop
--- 
old/lxqt-notificationd-0.11.1/config/translations/lxqt-config-notificationd_pl_PL.desktop
   2017-01-01 23:12:42.000000000 +0100
+++ 
new/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_pl_PL.desktop
   2017-10-21 21:18:28.000000000 +0200
@@ -1,4 +1,4 @@
 # Translations
-GenericName[pl_PL]=Konfiguracja wyglądu LXQt
-Name[pl_PL]=Konfiguracja wyglądu LXQt
-Comment[pl_PL]=Konfiguruj powiadomienia freedesktop w LXQt
+Name[pl_PL]=Powiadomienia ekranowe
+GenericName[pl_PL]=Ustawienia powiadomień LXQt
+Comment[pl_PL]=Konfiguruj powiadomienia ekranowe
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/src/main.cpp 
new/lxqt-notificationd-0.12.0/src/main.cpp
--- old/lxqt-notificationd-0.11.1/src/main.cpp  2017-01-01 23:12:42.000000000 
+0100
+++ new/lxqt-notificationd-0.12.0/src/main.cpp  2017-10-21 21:18:28.000000000 
+0200
@@ -27,6 +27,7 @@
 
 #include <QApplication>
 #include <QtDBus/QDBusConnection>
+#include <QCommandLineParser>
 
 #include <LXQt/Application>
 
@@ -66,9 +67,18 @@
 int main(int argc, char** argv)
 {
     LXQt::Application a(argc, argv);
-
     a.setQuitOnLastWindowClosed(false);
 
+    QCommandLineParser parser;
+    parser.setApplicationDescription(QStringLiteral("LXQt Notification 
Daemon"));
+    const QString VERINFO = QStringLiteral(LXQT_NOTIFICATIOND_VERSION
+                                           "\nliblxqt   " LXQT_VERSION
+                                           "\nQt        " QT_VERSION_STR);
+    a.setApplicationVersion(VERINFO);
+    parser.addVersionOption();
+    parser.addHelpOption();
+    parser.process(a);
+
     // Ensure the helper widgets are hidden
     a.setStyleSheet(a.styleSheet() +
                 "NotificationArea {background: transparent;}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/src/notifyd.h 
new/lxqt-notificationd-0.12.0/src/notifyd.h
--- old/lxqt-notificationd-0.11.1/src/notifyd.h 2017-01-01 23:12:42.000000000 
+0100
+++ new/lxqt-notificationd-0.12.0/src/notifyd.h 2017-10-21 21:18:28.000000000 
+0200
@@ -109,7 +109,7 @@
      */
     void NotificationClosed(uint in0, uint in1);
 
-    // singals for our implementation - internal usage
+    // signals for our implementation - internal usage
 
     /*! Promote the external request for notification closing into the display 
engine.
      * \param id an notification ID (obtained from \c Notify)



Reply via email to