diff --git a/kimagemapeditor-17.08.3.tar.xz b/kimagemapeditor-17.08.3.tar.xz deleted file mode 100644 index bfe2aa4..0000000 --- a/kimagemapeditor-17.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d62f806387c8b69f6763f357e0ce948f8736f9141f5dbe6dec1c3619a989f32 -size 407148 diff --git a/kimagemapeditor-17.12.0.tar.xz b/kimagemapeditor-17.12.0.tar.xz new file mode 100644 index 0000000..7f7ce03 --- /dev/null +++ b/kimagemapeditor-17.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d7ce50b4c077660c7bfe37531a2c01b02e613c4bd4ac826a8a999cc4f3a035 +size 1055624 diff --git a/kimagemapeditor.changes b/kimagemapeditor.changes index 0a179d0..518f17c 100644 --- a/kimagemapeditor.changes +++ b/kimagemapeditor.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Sat Dec 09 14:59:06 CET 2017 - lbeltrame@kde.org + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * None + +------------------------------------------------------------------- +Sat Dec 02 10:12:37 CET 2017 - lbeltrame@kde.org + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * .desktop: kimagemapeditor can take a list of files (kde#386696) + +------------------------------------------------------------------- +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 diff --git a/kimagemapeditor.spec b/kimagemapeditor.spec index 98077aa..9881d5b 100644 --- a/kimagemapeditor.spec +++ b/kimagemapeditor.spec @@ -16,8 +16,10 @@ # +%bcond_without lang + Name: kimagemapeditor -Version: 17.08.3 +Version: 17.12.0 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