2016-12-03 15:10:58 +01:00
|
|
|
#
|
|
|
|
# spec file for package konqueror
|
|
|
|
#
|
2019-01-12 02:59:24 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-12-03 15:10:58 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-12 10:46:29 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-12-03 15:10:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define kf5_version 5.26.0
|
2017-08-12 00:58:04 +02:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 15:40:25 +02:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2018-11-25 00:45:04 +01:00
|
|
|
%bcond_without lang
|
|
|
|
Name: konqueror
|
2019-07-13 13:46:58 +02:00
|
|
|
Version: 19.04.3
|
2018-11-25 00:45:04 +01:00
|
|
|
Release: 0
|
2018-01-21 01:07:04 +01:00
|
|
|
Summary: KDE File Manager and Browser
|
2017-06-09 14:32:22 +02:00
|
|
|
# Note for legal: konqueror-17.04.2/webenginepart/autotests/webengine_testutils.h is Qt commercial OR GPL-3.0
|
|
|
|
# but it is neither built nor installed in our package.
|
2018-03-10 13:11:14 +01:00
|
|
|
License: GPL-2.0-or-later
|
2016-12-03 15:10:58 +01:00
|
|
|
Group: System/GUI/KDE
|
2018-11-25 00:45:04 +01:00
|
|
|
URL: http://www.kde.org/
|
2016-12-03 15:10:58 +01:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kactivities5-devel >= 5.7.0
|
|
|
|
BuildRequires: karchive-devel >= 5.7.0
|
|
|
|
BuildRequires: kcmutils-devel >= 5.7.0
|
|
|
|
BuildRequires: kcrash-devel >= 5.7.0
|
|
|
|
BuildRequires: kded-devel >= 5.7.0
|
|
|
|
BuildRequires: kdelibs4support-devel >= 5.7.0
|
|
|
|
BuildRequires: kdesu-devel >= 5.7.0
|
|
|
|
BuildRequires: kdoctools-devel >= 5.7.0
|
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: khtml-devel >= 5.7.0
|
|
|
|
BuildRequires: kparts-devel >= 5.7.0
|
2018-03-04 00:46:03 +01:00
|
|
|
BuildRequires: kwallet-devel
|
2016-12-03 15:10:58 +01:00
|
|
|
BuildRequires: libtidy-devel
|
|
|
|
BuildRequires: pkgconfig
|
2017-08-12 00:58:04 +02:00
|
|
|
BuildRequires: update-desktop-files
|
2016-12-03 15:10:58 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
2018-11-25 00:45:04 +01:00
|
|
|
Recommends: %{name}-lang
|
2017-07-07 13:49:08 +02:00
|
|
|
Recommends: dolphin-part
|
2016-12-13 21:55:17 +01:00
|
|
|
Recommends: kwebkitpart
|
2016-12-03 15:10:58 +01:00
|
|
|
Obsoletes: kde-baseapps5-libkonq < %{version}
|
|
|
|
Provides: kde-baseapps5-libkonq = %{version}
|
|
|
|
Obsoletes: kde-baseapps-libkonq < %{version}
|
|
|
|
Provides: kde-baseapps-libkonq = %{version}
|
|
|
|
Obsoletes: %{name}-libkonq < %{version}
|
|
|
|
Provides: %{name}-libkonq = %{version}
|
|
|
|
Obsoletes: kdebase4-libkonq
|
2017-03-26 09:21:24 +02:00
|
|
|
Obsoletes: libKF5Konq6 < 17.04
|
|
|
|
Provides: libKF5Konq6 = 17.04
|
2018-11-25 00:45:04 +01:00
|
|
|
# It can only build on the same platforms as Qt Webengine
|
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|
|
|
# Needed for 42.3
|
|
|
|
%if 0%{?suse_version} < 1330
|
|
|
|
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
|
|
|
%if 0%{?sle_version} < 120300
|
|
|
|
BuildRequires: gcc6-c++
|
|
|
|
%else
|
|
|
|
BuildRequires: gcc7-c++
|
|
|
|
%endif
|
|
|
|
%endif
|
2016-12-03 15:10:58 +01:00
|
|
|
|
|
|
|
%description
|
2018-01-21 01:07:04 +01:00
|
|
|
Konqueror allows you to manage your files and browse the web in a
|
|
|
|
unified interface.
|
2016-12-03 15:10:58 +01:00
|
|
|
|
|
|
|
%package -n webenginepart
|
2018-01-21 01:07:04 +01:00
|
|
|
Summary: KDE WebEngine web browser component
|
2016-12-03 15:10:58 +01:00
|
|
|
Group: System/GUI/KDE
|
|
|
|
|
|
|
|
%description -n webenginepart
|
|
|
|
This package contains a HTML rendering engine for Konqueror that is based on QtWebEngine.
|
|
|
|
|
|
|
|
%package -n konqueror-plugins
|
|
|
|
Summary: KDE File Manager and Browser
|
|
|
|
Group: Productivity/Networking/Web/Browsers
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Obsoletes: fsview5 < %{version}
|
|
|
|
Provides: fsview5 = %{version}
|
|
|
|
Obsoletes: konqueror5-plugins < %{version}
|
|
|
|
Provides: konqueror5-plugins = %{version}
|
|
|
|
|
|
|
|
%description -n konqueror-plugins
|
|
|
|
These plugins extend the functionality of Konqueror.
|
|
|
|
|
2017-03-26 09:21:24 +02:00
|
|
|
%package devel
|
2018-01-21 01:07:04 +01:00
|
|
|
Summary: KDE Konqueror Libraries: Build Environment
|
2017-03-26 09:21:24 +02:00
|
|
|
Group: Development/Libraries/KDE
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Obsoletes: kdebase4-devel
|
2016-12-03 15:10:58 +01:00
|
|
|
# FIXME 4.x variants of DBus interfaces need to go to devel package
|
|
|
|
Obsoletes: kde-baseapps5-devel < %{version}
|
|
|
|
Provides: kde-baseapps5-devel = %{version}
|
|
|
|
Obsoletes: kde-baseapps-devel < %{version}
|
|
|
|
Provides: kde-baseapps-devel = %{version}
|
2017-03-26 09:21:24 +02:00
|
|
|
Obsoletes: libkonq-devel < %{version}
|
|
|
|
Provides: libkonq-devel = %{version}
|
2016-12-03 15:10:58 +01:00
|
|
|
|
2017-03-26 09:21:24 +02:00
|
|
|
%description devel
|
|
|
|
Development package for the konqueror libraries.
|
2016-12-03 15:10:58 +01:00
|
|
|
|
2017-04-15 15:28:35 +02:00
|
|
|
%lang_package
|
|
|
|
|
2016-12-03 15:10:58 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2018-07-29 07:27:02 +02:00
|
|
|
%if 0%{?suse_version} < 1330
|
|
|
|
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
|
|
|
%if 0%{?sle_version} < 120300
|
|
|
|
export CC=gcc-6
|
|
|
|
export CXX=g++-6
|
|
|
|
%else
|
|
|
|
export CC=gcc-7
|
|
|
|
export CXX=g++-7
|
|
|
|
%endif
|
|
|
|
%endif
|
2016-12-03 15:10:58 +01:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2017-04-15 15:28:35 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
2018-11-25 00:45:04 +01:00
|
|
|
%{kf5_find_htmldocs}
|
2017-04-15 15:28:35 +02:00
|
|
|
%endif
|
2016-12-03 15:10:58 +01:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%post -n konqueror-plugins -p /sbin/ldconfig
|
|
|
|
%postun -n konqueror-plugins -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2018-11-25 00:45:04 +01:00
|
|
|
%license COPYING*
|
2017-08-12 00:58:04 +02:00
|
|
|
%config %{_kf5_configdir}/autostart/konqy_preload.desktop
|
|
|
|
%config %{_kf5_configdir}/konqueror.categories
|
2017-08-06 01:34:39 +02:00
|
|
|
%dir %{_kf5_appstreamdir}
|
2016-12-03 15:10:58 +01:00
|
|
|
%dir %{_kf5_configkcfgdir}
|
2017-08-06 01:34:39 +02:00
|
|
|
%dir %{_kf5_datadir}
|
2016-12-03 15:10:58 +01:00
|
|
|
%dir %{_kf5_plugindir}
|
2017-08-06 01:34:39 +02:00
|
|
|
%dir %{_kf5_servicesdir}
|
|
|
|
%dir %{_kf5_servicetypesdir}
|
2016-12-03 15:10:58 +01:00
|
|
|
%dir %{_kf5_sharedir}/kcontrol
|
2017-08-06 01:34:39 +02:00
|
|
|
%dir %{_kf5_sharedir}/kcontrol/pics
|
|
|
|
%dir %{_kf5_sharedir}/khtml
|
|
|
|
%dir %{_kf5_sharedir}/khtml/kpartplugins
|
|
|
|
%dir %{_kf5_sharedir}/kwebkitpart
|
|
|
|
%dir %{_kf5_sharedir}/kwebkitpart/kpartplugins
|
2019-01-12 02:59:24 +01:00
|
|
|
%dir %{_kf5_sharedir}/webenginepart/kpartplugins
|
2017-08-12 00:58:04 +02:00
|
|
|
%dir %{_kf5_sharedir}/kxmlgui5
|
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en
|
2017-08-06 01:34:39 +02:00
|
|
|
%{_datadir}/kcmcss/
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_applicationsdir}/kfmclient.desktop
|
2017-03-26 09:21:24 +02:00
|
|
|
%{_kf5_applicationsdir}/kfmclient_dir.desktop
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_applicationsdir}/kfmclient_html.desktop
|
|
|
|
%{_kf5_applicationsdir}/kfmclient_war.desktop
|
|
|
|
%{_kf5_applicationsdir}/konqbrowser.desktop
|
2017-08-06 01:34:39 +02:00
|
|
|
%{_kf5_appstreamdir}/org.kde.konqueror.appdata.xml
|
|
|
|
%{_kf5_bindir}/kfmclient
|
|
|
|
%{_kf5_bindir}/konqueror
|
|
|
|
%{_kf5_configkcfgdir}/konqueror.kcfg
|
|
|
|
%{_kf5_datadir}/kbookmark/
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_dbusinterfacesdir}/org.kde.Konqueror.Main.xml
|
|
|
|
%{_kf5_dbusinterfacesdir}/org.kde.Konqueror.MainWindow.xml
|
2017-08-06 01:34:39 +02:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/*/konqueror.*
|
|
|
|
%{_kf5_libdir}/libKF5Konq.so.*
|
|
|
|
%{_kf5_libdir}/libkdeinit5_kfmclient.so
|
|
|
|
%{_kf5_libdir}/libkdeinit5_konqueror.so
|
|
|
|
%{_kf5_libdir}/libkonquerorprivate.so.*
|
|
|
|
%{_kf5_plugindir}/kcm_bookmarks.so
|
|
|
|
%{_kf5_plugindir}/kcm_konq.so
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_plugindir}/kcm_konqhtml.so
|
2017-08-06 01:34:39 +02:00
|
|
|
%{_kf5_plugindir}/kcm_performance.so
|
|
|
|
%{_kf5_plugindir}/konq_aboutpage.so
|
|
|
|
%{_kf5_servicesdir}/bookmarks.desktop
|
|
|
|
%{_kf5_servicesdir}/filebehavior.desktop
|
|
|
|
%{_kf5_servicesdir}/kcmkonqyperformance.desktop
|
|
|
|
%{_kf5_servicesdir}/kcmperformance.desktop
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_servicesdir}/khtml_*.desktop
|
2017-08-06 01:34:39 +02:00
|
|
|
%{_kf5_servicesdir}/konq_aboutpage.desktop
|
|
|
|
%{_kf5_servicesdir}/org.kde.konqueror.desktop
|
|
|
|
%{_kf5_servicetypesdir}/konqaboutpage.desktop
|
|
|
|
%{_kf5_sharedir}/kcontrol/pics/onlyone.png
|
|
|
|
%{_kf5_sharedir}/kcontrol/pics/overlapping.png
|
|
|
|
%{_kf5_sharedir}/konqueror/
|
2016-12-03 15:10:58 +01:00
|
|
|
|
|
|
|
%files -n webenginepart
|
2018-11-25 00:45:04 +01:00
|
|
|
%license COPYING*
|
2019-04-03 10:52:29 +02:00
|
|
|
%{_kf5_libdir}/libkwebenginepart.so
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/*/webengine.*
|
|
|
|
%{_kf5_kxmlguidir}/webenginepart/
|
|
|
|
%{_kf5_plugindir}/kf5/
|
|
|
|
%{_kf5_servicesdir}/webenginepart.desktop
|
2018-07-28 15:40:25 +02:00
|
|
|
%dir %{_kf5_sharedir}/webenginepart/
|
|
|
|
%{_kf5_sharedir}/webenginepart/error.html
|
2016-12-03 15:10:58 +01:00
|
|
|
|
|
|
|
%files -n konqueror-plugins
|
2018-11-25 00:45:04 +01:00
|
|
|
%license COPYING*
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_bindir}/fsview
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_plugindir}/fsviewpart.so
|
|
|
|
%{_kf5_sharedir}/fsview/
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/fsview.png
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_servicesdir}/fsview_part.desktop
|
|
|
|
%{_kf5_plugindir}/webarchiverplugin.so
|
|
|
|
%{_kf5_plugindir}/webarchivethumbnail.so
|
|
|
|
%{_kf5_plugindir}/validatorsplugin.so
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_plugindir}/akregatorkonqfeedicon.so
|
|
|
|
%{_kf5_plugindir}/babelfishplugin.so
|
|
|
|
%{_kf5_plugindir}/domtreeviewerplugin.so
|
|
|
|
%{_kf5_plugindir}/khtmlsettingsplugin.so
|
2017-08-06 01:34:39 +02:00
|
|
|
%{_kf5_plugindir}/minitoolsplugin.so
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_plugindir}/dirfilterplugin.so
|
|
|
|
%{_kf5_plugindir}/konq_shellcmdplugin.so
|
|
|
|
%{_kf5_plugindir}/autorefresh.so
|
|
|
|
%{_kf5_plugindir}/kimgallery.so
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_plugindir}/rellinksplugin.so
|
|
|
|
%{_kf5_plugindir}/searchbarplugin.so
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_iconsdir}/*/*/actions/imagegallery.png
|
|
|
|
%{_kf5_iconsdir}/*/*/actions/webarchiver.png
|
|
|
|
%{_kf5_iconsdir}/*/*/actions/cssvalidator.png
|
|
|
|
%{_kf5_iconsdir}/*/*/actions/htmlvalidator.*
|
|
|
|
%{_kf5_iconsdir}/*/*/actions/validators.*
|
|
|
|
%{_kf5_iconsdir}/*/*/actions/babelfish.*
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_sharedir}/akregator/
|
|
|
|
%{_kf5_sharedir}/domtreeviewer/
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/plugin_webarchiver.*
|
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/plugin_validators.*
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/akregator_konqfeedicon.*
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/plugin_babelfish.*
|
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/plugin_translator.*
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/autorefresh.*
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/plugin_rellinks.*
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/khtmlsettingsplugin.*
|
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/minitoolsplugin.*
|
|
|
|
%{_kf5_sharedir}/khtml/kpartplugins/plugin_domtreeviewer.*
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/plugin_validators.*
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/akregator_konqfeedicon.*
|
2017-08-06 01:34:39 +02:00
|
|
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/plugin_babelfish.*
|
|
|
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/plugin_translator.*
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/autorefresh.*
|
|
|
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.*
|
2019-01-12 02:59:24 +01:00
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/akregator_konqfeedicon.desktop
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/akregator_konqfeedicon.rc
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/autorefresh.desktop
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/autorefresh.rc
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/khtmlsettingsplugin.desktop
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/khtmlsettingsplugin.rc
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_babelfish.rc
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_translator.desktop
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_validators.desktop
|
|
|
|
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_validators.rc
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_servicesdir}/webarchivethumbnail.desktop
|
2018-07-28 15:40:25 +02:00
|
|
|
%{_kf5_servicesdir}/akregator_konqplugin.desktop
|
2017-08-12 00:58:04 +02:00
|
|
|
%{_kf5_configkcfgdir}/validators.kcfg
|
2018-07-28 15:40:25 +02:00
|
|
|
%{_kf5_debugdir}/akregatorplugin.categories
|
2017-08-12 00:58:04 +02:00
|
|
|
%config %{_kf5_configdir}/translaterc
|
|
|
|
%dir %{_kf5_sharedir}/dolphinpart
|
|
|
|
%{_kf5_sharedir}/dolphinpart/kpartplugins/
|
2016-12-03 15:10:58 +01:00
|
|
|
|
2017-03-26 09:21:24 +02:00
|
|
|
%files devel
|
2018-11-25 00:45:04 +01:00
|
|
|
%license COPYING*
|
2017-08-12 00:58:04 +02:00
|
|
|
#doc README
|
|
|
|
%{_kf5_cmakedir}/KF5Konq/
|
2016-12-03 15:10:58 +01:00
|
|
|
%{_kf5_libdir}/libKF5Konq.so
|
|
|
|
%{_kf5_includedir}/
|
|
|
|
|
2017-04-15 15:28:35 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
2018-11-25 00:45:04 +01:00
|
|
|
%license COPYING*
|
2017-04-15 15:28:35 +02:00
|
|
|
%endif
|
|
|
|
|
2016-12-03 15:10:58 +01:00
|
|
|
%changelog
|