forked from pool/konqueror
KDE Applications 18.08.0 beta (third time's the charm)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/konqueror?expand=0&rev=73
This commit is contained in:
parent
6e1f027fe2
commit
b549c22c7d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82bd99ef6ca21700fc7e96d934a2265300099174728a192e3799ce53fe1e5c23
|
|
||||||
size 7694900
|
|
3
konqueror-18.07.80.tar.xz
Normal file
3
konqueror-18.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d5b7509701fe37ba4ae47639704291a94bea86165e44e85b95d8dc46aaff4f2
|
||||||
|
size 7707076
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 26 13:00:51 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 18.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||||
|
- Changes since 18.04.3:
|
||||||
|
* Restore the ability to view man and info pages from Konqueror
|
||||||
|
* Display an error page for error URLs in WebEnginePart
|
||||||
|
* Do not duplicate work of KAboutData::setupCommandLine()
|
||||||
|
* Akregator feed detector plugin: Use new connect() syntax
|
||||||
|
* Akregator feed detector plugin: Make PluginBase just a namespace
|
||||||
|
* Akregator feed detector plugin: Restore the popup menu action
|
||||||
|
* Akregator feed detector plugin: Port away from KDELibs4Support
|
||||||
|
* Akregator feed detector plugin: Do not crash for an invalid URL
|
||||||
|
* Fix test failure once D12206 lands
|
||||||
|
* Fix test failure when D11569 lands
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 13 04:50:03 UTC 2018 - lbeltrame@kde.org
|
Fri Jul 13 04:50:03 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: konqueror
|
Name: konqueror
|
||||||
Version: 18.04.3
|
Version: 18.07.80
|
||||||
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)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
# It can only build on the same platforms as Qt Webengine
|
# It can only build on the same platforms as Qt Webengine
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
Summary: KDE File Manager and Browser
|
Summary: KDE File Manager and Browser
|
||||||
@ -65,9 +65,7 @@ Provides: %{name}-libkonq = %{version}
|
|||||||
Obsoletes: kdebase4-libkonq
|
Obsoletes: kdebase4-libkonq
|
||||||
Obsoletes: libKF5Konq6 < 17.04
|
Obsoletes: libKF5Konq6 < 17.04
|
||||||
Provides: libKF5Konq6 = 17.04
|
Provides: libKF5Konq6 = 17.04
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -109,9 +107,7 @@ Provides: libkonq-devel = %{version}
|
|||||||
%description devel
|
%description devel
|
||||||
Development package for the konqueror libraries.
|
Development package for the konqueror libraries.
|
||||||
|
|
||||||
%if %{with lang}
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -195,6 +191,8 @@ Development package for the konqueror libraries.
|
|||||||
%{_kf5_kxmlguidir}/webenginepart/
|
%{_kf5_kxmlguidir}/webenginepart/
|
||||||
%{_kf5_plugindir}/kf5/
|
%{_kf5_plugindir}/kf5/
|
||||||
%{_kf5_servicesdir}/webenginepart.desktop
|
%{_kf5_servicesdir}/webenginepart.desktop
|
||||||
|
%dir %{_kf5_sharedir}/webenginepart/
|
||||||
|
%{_kf5_sharedir}/webenginepart/error.html
|
||||||
|
|
||||||
%files -n konqueror-plugins
|
%files -n konqueror-plugins
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -243,7 +241,9 @@ Development package for the konqueror libraries.
|
|||||||
%{_kf5_sharedir}/kwebkitpart/kpartplugins/autorefresh.*
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/autorefresh.*
|
||||||
%{_kf5_sharedir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.*
|
%{_kf5_sharedir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.*
|
||||||
%{_kf5_servicesdir}/webarchivethumbnail.desktop
|
%{_kf5_servicesdir}/webarchivethumbnail.desktop
|
||||||
|
%{_kf5_servicesdir}/akregator_konqplugin.desktop
|
||||||
%{_kf5_configkcfgdir}/validators.kcfg
|
%{_kf5_configkcfgdir}/validators.kcfg
|
||||||
|
%{_kf5_debugdir}/akregatorplugin.categories
|
||||||
%config %{_kf5_configdir}/translaterc
|
%config %{_kf5_configdir}/translaterc
|
||||||
%dir %{_kf5_sharedir}/dolphinpart
|
%dir %{_kf5_sharedir}/dolphinpart
|
||||||
%{_kf5_sharedir}/dolphinpart/kpartplugins/
|
%{_kf5_sharedir}/dolphinpart/kpartplugins/
|
||||||
|
Loading…
Reference in New Issue
Block a user