1
0

KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimagemapeditor?expand=0&rev=98
This commit is contained in:
Wolfgang Bauer 2019-11-29 11:39:42 +00:00 committed by Git OBS Bridge
parent 3b039290a4
commit 68d726bb63
7 changed files with 43 additions and 21 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OgACgkQ29LOiT4t
HIdM0gf/c5oMGww8EZvSuSbnOvi68/fnYFrKIcBARtuV04qRg/oXe64JbTLfIHjR
WXbOhsBrmJxUI8wcud4Sgy+qJzWE7ClQkuPKG7py/QBMgtDp4sy2GGj5LtGO281A
xejnwk4uiNn2TOPeIadsLX2gx4lXtlaSn4G9U7Soc+KMm/2dKb2+L4hYP3l0RK55
qVEuPPwEjokmoVRMw1dpbPL1XYsttgJGHwC7alrpgKDJ/EroTgo4szZZZj/D8FII
YFY90/Z921Za0CJ6lJYFr/oyQMDEpV+t9pkepmgk9QxahQwJQEO5ugoGmLDoCSSN
foCKbiBEqVjfSJsU/QumRzGxQBPFzw==
=Vtoy
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl3Obw8ACgkQOmpNuDnq
ptd9UQ/+JtVddVr/KDMk1rh/zHkgOOx4vtaip84tIa7DhMJecLuUQv7lxvgseKii
3wWpBU3M5o013gwfWWW7aMdMyRuJqeG+6osObB9KFSgYZUCX0hcXJSBbXF2o/s+0
7gl183RxAErgiHNIidsQWT5UymH2lGq/YZSeuq61iWl4u6pCD2+uddd/TdEjtUl4
3YLDAzqSeZ4Bgz2aYhsCMkC1VcQbOKYGUXMfL1d9RwD8+pq6tlQ9ll/SusjO+mlZ
ztXk0tc4+owvP3sWfKKdXjuNx83DCP/Y35APMbfw42Tg2h9V0yZ2v7x1THjM7vTa
Xm07Re0TDvFxWjMyRUpw+JRG/o3+p+7TKbva6VTuDHCGjMhMnBDiZtEsg623PPWg
K1L0uLZFqrFKIQddwwwCoSlxn99o7FZUJ1AeRq303cTJzERSahPSD2sdKlw07dMZ
5pdqWsaO0AvOEhEIl/etZ46QL0b0fgD3e56HozpcAfT2gi06dwElqCZAivguRrNj
jeEICeLljBQbInjsksFxhzgV3JiadEf0+WxGxIQH59XKhjo/5nOyl75phyimdw0X
BZ/C+N7hxzKlf2yci7pDAexjAbPdQtnrwUtqnIP5ulInXJz4a9iGxShMkRcXMqqP
M53JGE6uBQIFawq8hYES01jXAyWgMzLvrIuN69m7zQ8WQEdrM50=
=qeyb
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:28 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.12-beta.php
- Changes since 19.08.2:
* Follow KDE_APPLICATIONS_VERSION
* QFileInfo::exists is documented to be faster
* Remove unused variables
* Port away from deprecated methods
* Add override
* Fix build with cmake < 3.12
* Move preview from khtml to qwebengine
* Move xmlgui files into qrc files to be able to run without installing
* remove unused code
-------------------------------------------------------------------
Thu Nov 7 23:13:00 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kimagemapeditor
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,20 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kimagemapeditor
Version: 19.08.3
Version: 19.11.80
Release: 0
Summary: HTML Image Map Editor
License: GPL-2.0-or-later
Group: Productivity/Publishing/HTML/Editors
URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
@ -44,11 +44,11 @@ BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KHtml)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5WebEngineWidgets)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
@ -81,7 +81,6 @@ A tool to edit image maps of HTML files
%{_kf5_applicationsdir}/org.kde.kimagemapeditor.desktop
%{_kf5_htmldir}/en/kimagemapeditor/
%{_kf5_iconsdir}/hicolor/*/*/*
%{_kf5_kxmlguidir}/kimagemapeditor/
%{_kf5_servicesdir}/kimagemapeditorpart.desktop
%{_kf5_sharedir}/kimagemapeditor/
%{_kf5_appstreamdir}/org.kde.kimagemapeditor.appdata.xml