- Update to 0.14.0:

* Dynamically load libfm-qt on demand to create
    the file dialog helper.
  * Don't use automatic string conversions
  * Improved cmake scripting
    - Set cmake_minimum_required to 3.1.0
    - Removed locale compile definitons
    - Removed the superfluous libfm-qt dependency
- Move translation from lxqt-l10n into package

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=9
This commit is contained in:
2019-01-31 10:22:40 +00:00
committed by Git OBS Bridge
parent a06cbd5089
commit 9ee9feed66
6 changed files with 37 additions and 25 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 31 10:21:21 UTC 2019 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.0:
* Dynamically load libfm-qt on demand to create
the file dialog helper.
* Don't use automatic string conversions
* Improved cmake scripting
- Set cmake_minimum_required to 3.1.0
- Removed locale compile definitons
- Removed the superfluous libfm-qt dependency
- Move translation from lxqt-l10n into package
-------------------------------------------------------------------
Tue May 22 15:14:06 UTC 2018 - mvetter@suse.com