forked from pool/kimagemapeditor
KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimagemapeditor?expand=0&rev=62
This commit is contained in:
committed by
Git OBS Bridge
parent
78eabe09e4
commit
6f45cdf95f
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbbbff483200312b6a296de7612c06123145ef4e213ce47d13a1dcf5f8661308
|
||||
size 1057028
|
3
kimagemapeditor-18.11.80.tar.xz
Normal file
3
kimagemapeditor-18.11.80.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe53e3ef427c7e59e0194a88cb10c054e81e79b00332055fa83aa5fbb9b07811
|
||||
size 1070752
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:22:23 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:57:04 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||
- Changes since 18.08.3:
|
||||
* Add forgotten icon
|
||||
* Update KImageMapEditor icons
|
||||
* Get rid of gcc warning on the improper guarding
|
||||
* Rely on automoc
|
||||
* Port KImageMapEditor away from deprecated KUrl, saveWindowSize and initialGeometrySet()
|
||||
* Fix minor EBN issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:37 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@@ -16,21 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kimagemapeditor
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%define kf5_version 5.26.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: 18.11.80
|
||||
Release: 0
|
||||
Summary: HTML Image Map Editor
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/HTML/Editors
|
||||
Url: http://quanta.sf.net
|
||||
URL: https://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
@@ -40,7 +40,7 @@ BuildRequires: cmake(KF5DBusAddons)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5GuiAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KDELibs4Support)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5KHtml)
|
||||
BuildRequires: cmake(KF5Parts)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
@@ -48,7 +48,6 @@ BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
A tool to edit image maps of HTML files
|
||||
@@ -66,13 +65,12 @@ A tool to edit image maps of HTML files
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
%suse_update_desktop_file -r org.kde.kimagemapeditor Office WebDevelopment
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_configdir}/kimagemapeditor.categories
|
||||
%{_kf5_bindir}/kimagemapeditor
|
||||
%{_kf5_plugindir}/kimagemapeditor.so
|
||||
@@ -86,7 +84,7 @@ A tool to edit image maps of HTML files
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user