forked from pool/kimagemapeditor
Accepting request 556199 from KDE:Applications
KDE Applications 17.12.0 final (release on 2017-12-14) OBS-URL: https://build.opensuse.org/request/show/556199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimagemapeditor?expand=0&rev=13
This commit is contained in:
commit
0fd0e8c86a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d62f806387c8b69f6763f357e0ce948f8736f9141f5dbe6dec1c3619a989f32
|
|
||||||
size 407148
|
|
3
kimagemapeditor-17.12.0.tar.xz
Normal file
3
kimagemapeditor-17.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6d7ce50b4c077660c7bfe37531a2c01b02e613c4bd4ac826a8a999cc4f3a035
|
||||||
|
size 1055624
|
@ -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
|
Thu Nov 09 23:11:46 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,8 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kimagemapeditor
|
Name: kimagemapeditor
|
||||||
Version: 17.08.3
|
Version: 17.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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
|
Group: Productivity/Publishing/HTML/Editors
|
||||||
Url: http://quanta.sf.net
|
Url: http://quanta.sf.net
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libkdepimlibs4-devel
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: libtidy-devel
|
BuildRequires: cmake(KF5Config)
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: cmake(KF5ConfigWidgets)
|
||||||
BuildRequires: xz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{kde4_runtime_requires}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A tool to edit image maps of HTML files
|
A tool to edit image maps of HTML files
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kf5_makeinstall -C build
|
||||||
%kde4_makeinstall
|
%if %{with lang}
|
||||||
%suse_update_desktop_file -r kimagemapeditor Office WebDevelopment
|
%find_lang %{name} --with-man --all-name
|
||||||
%kde_post_install
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
|
%suse_update_desktop_file -r org.kde.kimagemapeditor Office WebDevelopment
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/kimagemapeditor
|
%{_kf5_configdir}/kimagemapeditor.categories
|
||||||
%{_libdir}/kde4/libkimagemapeditor.so
|
%{_kf5_bindir}/kimagemapeditor
|
||||||
%{_kde4_applicationsdir}/kimagemapeditor.desktop
|
%{_kf5_plugindir}/kimagemapeditor.so
|
||||||
%{_kde4_htmldir}/en/kimagemapeditor/
|
%{_kf5_applicationsdir}/org.kde.kimagemapeditor.desktop
|
||||||
%{_kde4_iconsdir}/hicolor/*/*/*
|
%{_kf5_htmldir}/en/kimagemapeditor/
|
||||||
%{_kde4_appsdir}/kimagemapeditor/
|
%{_kf5_iconsdir}/hicolor/*/*/*
|
||||||
%{_kde4_servicesdir}/kimagemapeditorpart.desktop
|
%{_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
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user