1
0

KDE Applications 17.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimagemapeditor?expand=0&rev=34
This commit is contained in:
Fabian Vogt 2017-11-21 22:26:27 +00:00 committed by Git OBS Bridge
parent ecd4f7d95c
commit 10a102c24e
4 changed files with 83 additions and 24 deletions

View File

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

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Nov 20 06:59:13 CET 2017 - lbeltrame@kde.org
- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
* Add a basic appstream file
* Fix minor typos
* Bump version number
* Fix the encoding in the name of the original author
* Recognize an image by MIME type, not extension
* Port away from KDialog and K{H,V}Box
* Port away from KTemporaryFile to QTemporaryFile
* Port away from KMimeType to QMime* and reorder headers
* Remove few unused includes (from deprecated classes)
* Check if the name returned by QInputDialog is not empty
* Port from KInputDialog to QInputDialog
* Remove the last references to kapplication.h
* Port from KFileDialog to QFileDialog
* Cleanup of the shortcut handling for actions
* Add more application metadata (desktop file, icon, etc)
* Fix desktop file: -qwindowtitle replace -caption
* Port away from KIcon and (noop) KPushButton
* Port to categorized logging (using the ECM macro)
* doc: adapt the DTD, cleanup entities and terminology
* Initial port to KF5
* Add the org namespace to the application desktop file
* Remove the last Qt3Support dependency
-------------------------------------------------------------------
Thu Nov 09 23:11:46 CET 2017 - lbeltrame@kde.org

View File

@ -16,8 +16,10 @@
#
%bcond_without lang
Name: kimagemapeditor
Version: 17.08.3
Version: 17.11.80
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@ -27,42 +29,68 @@ License: GPL-2.0+
Group: Productivity/Publishing/HTML/Editors
Url: http://quanta.sf.net
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: libkdepimlibs4-devel
BuildRequires: libtidy-devel
BuildRequires: ruby-devel
BuildRequires: xz
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5KHtml)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{kde4_runtime_requires}
%description
A tool to edit image maps of HTML files
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
%build
%cmake_kde4 -d build
%cmake_kf5 -d build
%make_jobs
%install
cd build
%kde4_makeinstall
%suse_update_desktop_file -r kimagemapeditor Office WebDevelopment
%kde_post_install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file -r org.kde.kimagemapeditor Office WebDevelopment
%fdupes -s %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/kimagemapeditor
%{_libdir}/kde4/libkimagemapeditor.so
%{_kde4_applicationsdir}/kimagemapeditor.desktop
%{_kde4_htmldir}/en/kimagemapeditor/
%{_kde4_iconsdir}/hicolor/*/*/*
%{_kde4_appsdir}/kimagemapeditor/
%{_kde4_servicesdir}/kimagemapeditorpart.desktop
%{_kf5_configdir}/kimagemapeditor.categories
%{_kf5_bindir}/kimagemapeditor
%{_kf5_plugindir}/kimagemapeditor.so
%{_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
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog