SHA256
1
0
forked from pool/lximage-qt

- Update to 0.16.0:

* Added image size and path to statusbar.
  * Added copy Path action.
  * Fixed memory leaks in annotations.
  * Show error message if saving with a format is not supported.
  * Added resize image feature.
  * Use QFlags default constructor.
  * Prevent users from defining ambiguous shortcuts.
  * Consult Qt for supported mimetypes.
  * Start app on screen with mouse cursor when opening image.
  * Added depreciation notice to screenshot command line options.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lximage-qt?expand=0&rev=18
This commit is contained in:
Michael Vetter 2020-11-04 13:31:42 +00:00 committed by Git OBS Bridge
parent 96655f3b7d
commit 4a49cb61f7
6 changed files with 43 additions and 29 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl6jCawVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+WQwQAKBTAfZgePwgLgNy892/JcOkCZ6w
9mf2FomDIwCqKkhtccILLT1woI1hRz1UvqryU/nb83wnXDFuERh6eIIYOwHjRrSw
cDAxOsPeAbgNUg+bYB7r/6G1iFvPdObFkCEStvJzuJFfu+Y48vyHLYvI7L1M44bE
HiMJoTaB6mDWT0ag7Qf6qV4pCZ94jCiycmuwBZMKmKudvByECCw/7tkQbumJmhZq
Bq9ZEMvqLh40WM73rGMPrdBg+Y7kt+u3M56q9DMX8m13k4Qq9RXA/iwwXID00KNI
FqTProuHZYxX4MTsfKykprwy1tqmVzpvjoRPndmHFA8F7FqS4OAdb29DT6kaAcy0
9WkQiXOq1EGM1KnLY4c69AD1IcF3xbYPHeQCtjpnn2n5QXQyHqhLyP6UuZFyTtYB
nHXBKSeI4M6knFCe+uWyZMxyQKEVP7e1D/SmmE4RVsoKqDmwKXWGaGaHHoyUlFU5
cS415goAQShSOcqqevuIAUGfOTuS7P/HadGCJK93kByKa2BfV37X8Nh/Q2k27yjk
zQSVXXAmsfYCEgEAFFzpsNtA1/Ux38FbKGcnYW0L9ykKQCDY1EKtZlATSnxzwVNH
3b0myCanMLtZPdRN+CD10XTRJDG+6ROMG/ZRsCiRdQPjsJtq1zxXuMunBMGPNKPt
qP4uaR6/UUZMK0Zr
=jCmw
-----END PGP SIGNATURE-----

3
lximage-qt-0.16.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl+io4oVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+SEcQALR7xDDzEnj3L7ZafIKLthWUjFNT
w7pFPEc9POtuG8e7e89CNdv+OWrBiiBWMfWseCDBoQuTA5DHxcei1rWUeq0SQbN+
cDfu37U4JvMueWhY/0G5N+L4BfH7poG/wa2ev3r8m0fb7J7WWzvjXAhg97hH3hVL
uWY+U9iwfXRd/fGtetAzi2Pk0JMwIUu632bB2A51DdOqsoHsPBjmtnSYjn/A0Mjc
1FQUCuA3x5OJ5tYUTXzpOVTwMPzChPCjbHOIpqJtDQXGOQM8nKNiBiklNAUs1EjR
znS274wEcpnS8FSFvSPz8kP81vO9wsAO5G8hn3t+790aOfPmxHKbc0U72Jci4e4S
5L70DYYipQIUx+6pUx9QcNXdendHFUqQ+lrGKPpiVJTQG7YnsqIZs12VLSjRzZz8
nnSoVv8XmuZhFIOjWGHvBYz4JEj5G7Ki7gBC7BYkc6bf2MopCgWFsx5jCp78c5TG
7+NcvUjSnEBgx4FgTJOlWMduHcuqMRCKaCljVuFOXayjdSliJS4++QzO0VW97Emc
aRPtPhitAE3G+IKazan+mTPjCLHJfMACrbtLssVW0j+JLGDc1PlYcYwjZ1vvFo5X
UO5lLtHgKVqPUaXyvQ2Zb8GzTR+2CYMHzY9dihTkOFlKoDxYCPQi41UDASLsU4aw
+wNMMuREuMMqqxaS
=zQth
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 4 13:31:19 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.16.0:
* Added image size and path to statusbar.
* Added copy Path action.
* Fixed memory leaks in annotations.
* Show error message if saving with a format is not supported.
* Added resize image feature.
* Use QFlags default constructor.
* Prevent users from defining ambiguous shortcuts.
* Consult Qt for supported mimetypes.
* Start app on screen with mouse cursor when opening image.
* Added depreciation notice to screenshot command line options.
-------------------------------------------------------------------
Mon Apr 27 10:47:37 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package lximage-qt
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# 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: lximage-qt
Version: 0.15.0
Version: 0.16.0
Release: 0
Summary: LXQt Image Viewer
License: GPL-2.0-or-later
@ -29,24 +29,23 @@ Source2: %{name}.keyring
BuildRequires: cmake >= 3.1.0
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: lxqt-build-tools-devel >= 0.7.0
BuildRequires: lxqt-build-tools-devel >= 0.8.0
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5DBus) >= 5.12.0
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libfm-qt) >= %{version}
BuildRequires: pkgconfig(libmenu-cache)
BuildRequires: pkgconfig(lxqt)
BuildRequires: pkgconfig(xfixes)
Recommends: %{name}-lang
Requires(post): desktop-file-utils
Requires(pre): desktop-file-utils
Recommends: %{name}-lang
%description
Image Viewer for LXQt and Thumbnail Generator for PCManFM-Qt
@ -60,7 +59,7 @@ Image Viewer for LXQt and Thumbnail Generator for PCManFM-Qt
%cmake \
-DUSE_QT5=ON \
-DPULL_TRANSLATIONS=OFF
make %{?_smp_mflags}
%make_build
%install
%cmake_install