- Update to 0.14.0:

* Notification history implemented
  * Implementations fixed:
    - Fixed notification styles
    - Don't use automatic string conversions
    - Use QLatin1String where it is more efficient
    - Test app updated
  * Improved cmake scripting
    - Set cmake_minimum_required to 3.1.0
    - Removed locale compile definitons
  * Moved translations from lxqt-l10n back to lxqt-notificationd
    - Removed obsolete translation fuctionality
    - Added translation promo in README.md
  * Translation updates
- Move translation from lxqt-l10n into package

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-notificationd?expand=0&rev=12
This commit is contained in:
Michael Vetter 2019-01-31 10:09:58 +00:00 committed by Git OBS Bridge
parent c20eb66ab8
commit feb9144b7b
6 changed files with 53 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a69d18a0307c5a18826c2bd0a110f3862d23fece07c64bfc7e187af8f66a10d0
size 32364

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlsDDrcACgkQQsnI069e
peMDog//bL7ZlM7BHEo/ggYsPDuXz3Cr/Wa19/Aoh3oYEyyyZ9s+bmm6hb2n+SgT
IqMx39a/N7nHlXaarPqCR/vVEDLNwqpz4HOuIXMTsGlKKSRoKS+ryW7GHb6RFN3c
vzoxgpmHzYtb9l7JyWM/qMYM38k0t6rbfR3gDxR2kkNCSjnlqBs+hbh1cYkoGOqk
W/zTC1R4XdoI7WeYJ/FHISu5SJ+w/39EsBZFrGXFo24zH2utcYMU6ZJ2MmLxEQip
WdwfTm70g9T6LhJXYrj+qRQJgWVxDeKD4xfWAFg1l6BO/UazBgOzpDj2RQJS7bA/
LW29lqZDXVdiRT5qaLf2g26sHdAUz8KSh+gcF7oNNJYJHY2Wl1/FJ9rvlKwDXoML
KLp7n7gsIPsxghbgPOIn3ZvHX4789hgtvrhDGhKoefETPrxVAKHVDJYK1PBGQMUX
fU7kaow/45rNSELDtQDuiWSA0rvDJJl34cnMxL4d3P9iY4ElPxUhnSJ0dp793pcq
XiHcrLPDXxztHc2WMabqF8LQ5Qa+EIG7qU8fgctZLtlS+11RPzWJyEG6RZhVYBv9
SsX8Ly8tirtmJbjE5MIRxq63ZXUnWqTmD3VqNNGI62yYaKZGkfE+Kwr22kvNKsha
s9ukrsmCmWN5KiomDS5t41z+dINZU7TFRphktv1piSHlTtRO/Gg=
=M8AU
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49ae08204d274768b1f3c4f6614a467185a07ea383af5b551a43cf61c964df91
size 46608

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlxLqVUACgkQQsnI069e
peM+mw//ZOd2X41TAHz8e3OU40sxfGvcY3SmmfG0q3ILTGBjJCjqPJ1NcdCZ+ssW
pfYqoNy6qguKXmek3/GCt4zT9iJPcTwynIRQvW4HMm5I9wUn4Of+FUrQceoTQVTg
OgE/ELqwmqqckfau0GP9Yv4SuxPBsr6+nZ6ek1/qMyG5eDJ/tRlQV5nagrA1t5sU
zNjz39ubISHiaIPcUgycuuVsuQKJumkmsriatyKAU9uE6Y8p+0r3JmDEPiFQtvRr
14veXSuLjkrl7HN/5DaK+YumQEWpqvkxH85FYAt5bNubfHBnyX1IEsEONAqtCJfV
i+bC3FVUaGqCBN4ZGSocIEeXxmQTSAceTNAdrXHtnfStoJ9sa5wBnu0/XV4vx/L2
FGLz6I6Jq1e31QDwOv4Nvyx4gPluzDG9xd59UBnPOQP1Je0vPzbJav+B4oLN4UVT
aZd7m9FDQBxKNJ9zerv2+TPS9+vrl7//uKfGdpUM2deNUYgmI4F2i5kmudZtigTp
NIAAmVaAlF/RbgAFOUYpxCQC8vk/Mfdir+j5zU2RvwzSntrcGOENc4eG2Dzf3dtD
mzK7+rzqsEgZa59WMPfP2skla5riE9KQreCVvAiKXg/lPML//6oe1EQ7jQuWVOuD
Ca2Lh8AKIRiDVhduZZWiBnX2geVT15p90rBaS3FKO/sf2Kk45sE=
=LT3d
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jan 31 10:09:20 UTC 2019 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.0:
* Notification history implemented
* Implementations fixed:
- Fixed notification styles
- Don't use automatic string conversions
- Use QLatin1String where it is more efficient
- Test app updated
* Improved cmake scripting
- Set cmake_minimum_required to 3.1.0
- Removed locale compile definitons
* Moved translations from lxqt-l10n back to lxqt-notificationd
- Removed obsolete translation fuctionality
- Added translation promo in README.md
* Translation updates
- Move translation from lxqt-l10n into package
-------------------------------------------------------------------
Tue May 22 15:02:19 UTC 2018 - mvetter@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package lxqt-notificationd
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: lxqt-notificationd
Version: 0.13.0
Version: 0.14.0
Release: 0
Summary: LXQt Notification daemon
License: LGPL-2.1-or-later
@ -26,10 +26,10 @@ URL: http://www.lxqt.org
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: cmake >= 3.0.2
BuildRequires: cmake >= 3.1.0
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: lxqt-build-tools-devel >= 0.5.0
BuildRequires: lxqt-build-tools-devel >= 0.6.0
BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: pkgconfig(Qt5UiTools)
@ -40,6 +40,8 @@ Recommends: %{name}-lang
%description
The LXQt Notification daemon
%lang_package
%prep
%setup -q
# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings
@ -53,6 +55,8 @@ make %{?_smp_mflags}
%cmake_install
%fdupes -s %{buildroot}%{_datadir}
%find_lang %{name} --with-qt
%files
%license LICENSE
%doc AUTHORS README.md
@ -61,4 +65,10 @@ make %{?_smp_mflags}
%{_datadir}/applications/lxqt-config-notificationd.desktop
%{_sysconfdir}/xdg/autostart/lxqt-notifications.desktop
%files lang -f %{name}.lang
%dir %{_datadir}/lxqt
%dir %{_datadir}/lxqt/translations
%dir %{_datadir}/lxqt/translations/lxqt-notificationd
%{_datadir}/lxqt/translations/lxqt-config-notificationd
%changelog