From 10a102c24e144cf1c48e94b69c868c1b15c115fdf621c7c0d704d8355a0d5d2b Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 21 Nov 2017 22:26:27 +0000 Subject: [PATCH 1/3] KDE Applications 17.12 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimagemapeditor?expand=0&rev=34 --- kimagemapeditor-17.08.3.tar.xz | 3 -- kimagemapeditor-17.11.80.tar.xz | 3 ++ kimagemapeditor.changes | 31 +++++++++++++++ kimagemapeditor.spec | 70 +++++++++++++++++++++++---------- 4 files changed, 83 insertions(+), 24 deletions(-) delete mode 100644 kimagemapeditor-17.08.3.tar.xz create mode 100644 kimagemapeditor-17.11.80.tar.xz 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.11.80.tar.xz b/kimagemapeditor-17.11.80.tar.xz new file mode 100644 index 0000000..bdd01e5 --- /dev/null +++ b/kimagemapeditor-17.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412744a97cfb58fa3934a05617787590f92605c62153626d7d9a41a78115fb4d +size 1054624 diff --git a/kimagemapeditor.changes b/kimagemapeditor.changes index 0a179d0..560032a 100644 --- a/kimagemapeditor.changes +++ b/kimagemapeditor.changes @@ -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 diff --git a/kimagemapeditor.spec b/kimagemapeditor.spec index 98077aa..5a793d5 100644 --- a/kimagemapeditor.spec +++ b/kimagemapeditor.spec @@ -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 From a15c3a3c727d10232d6edc274284522f7af2922ebe723cc1037c39db4cc84207 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 2 Dec 2017 16:52:26 +0000 Subject: [PATCH 2/3] KDE Applications 17.12.0 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimagemapeditor?expand=0&rev=35 --- kimagemapeditor-17.11.80.tar.xz | 3 --- kimagemapeditor-17.11.90.tar.xz | 3 +++ kimagemapeditor.changes | 10 ++++++++++ kimagemapeditor.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kimagemapeditor-17.11.80.tar.xz create mode 100644 kimagemapeditor-17.11.90.tar.xz diff --git a/kimagemapeditor-17.11.80.tar.xz b/kimagemapeditor-17.11.80.tar.xz deleted file mode 100644 index bdd01e5..0000000 --- a/kimagemapeditor-17.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:412744a97cfb58fa3934a05617787590f92605c62153626d7d9a41a78115fb4d -size 1054624 diff --git a/kimagemapeditor-17.11.90.tar.xz b/kimagemapeditor-17.11.90.tar.xz new file mode 100644 index 0000000..50cd5d5 --- /dev/null +++ b/kimagemapeditor-17.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30ea07758c373cf131fdf3d8701ed4d7a2be4833acd5543b32292719d1d2fd1 +size 1055508 diff --git a/kimagemapeditor.changes b/kimagemapeditor.changes index 560032a..edb9b77 100644 --- a/kimagemapeditor.changes +++ b/kimagemapeditor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/kimagemapeditor.spec b/kimagemapeditor.spec index 5a793d5..05c69e7 100644 --- a/kimagemapeditor.spec +++ b/kimagemapeditor.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kimagemapeditor -Version: 17.11.80 +Version: 17.11.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From 6039c6fe85e3e45b39440b710fd7a30bc173c959f00b0a1f9ad7ee23fc98c4d3 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 11 Dec 2017 18:30:34 +0000 Subject: [PATCH 3/3] KDE Applications 17.12 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimagemapeditor?expand=0&rev=36 --- kimagemapeditor-17.11.90.tar.xz | 3 --- kimagemapeditor-17.12.0.tar.xz | 3 +++ kimagemapeditor.changes | 10 ++++++++++ kimagemapeditor.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kimagemapeditor-17.11.90.tar.xz create mode 100644 kimagemapeditor-17.12.0.tar.xz diff --git a/kimagemapeditor-17.11.90.tar.xz b/kimagemapeditor-17.11.90.tar.xz deleted file mode 100644 index 50cd5d5..0000000 --- a/kimagemapeditor-17.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b30ea07758c373cf131fdf3d8701ed4d7a2be4833acd5543b32292719d1d2fd1 -size 1055508 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 edb9b77..518f17c 100644 --- a/kimagemapeditor.changes +++ b/kimagemapeditor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/kimagemapeditor.spec b/kimagemapeditor.spec index 05c69e7..9881d5b 100644 --- a/kimagemapeditor.spec +++ b/kimagemapeditor.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kimagemapeditor -Version: 17.11.90 +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)