SHA256
1
0
forked from pool/konqueror

Accepting request 599085 from KDE:Applications

KDE Applications 18.04.0

OBS-URL: https://build.opensuse.org/request/show/599085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/konqueror?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-04-25 07:51:49 +00:00 committed by Git OBS Bridge
commit fe5993543f
5 changed files with 29 additions and 1267 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c020fa206511829556dd68840751bcc133861ef875a2eda2544f44aae101536
size 7720068

3
konqueror-18.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c276bd48cc75c36edd52e8b563a29ff1347c8063d309c446a85ce87e0847eb7c
size 7726188

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Apr 18 07:49:36 CEST 2018 - lbeltrame@kde.org
- Update to 18.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.0.php
- Changes since 18.03.90:
* None
-------------------------------------------------------------------
Fri Apr 06 07:09:49 CEST 2018 - lbeltrame@kde.org
- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.03.90.php
- Changes since 17.12.3:
* Load translation catalog webenginepart
* Include zlib also on build time
* Add back KWallet support to Konqueror
* Fix i18n usage
- Dropped patches, now upstream:
* add-kwallet-support-to-webengine.patch
-------------------------------------------------------------------
Thu Mar 08 23:52:07 CET 2018 - lbeltrame@kde.org

View File

@ -19,7 +19,7 @@
%bcond_without lang
Name: konqueror
Version: 17.12.3
Version: 18.04.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@ -33,8 +33,6 @@ License: GPL-2.0-or-later
Group: System/GUI/KDE
Url: http://www.kde.org/
Source: %{name}-%{version}.tar.xz
# PATCH-FEATURE-UPSTREAM
Patch: add-kwallet-support-to-webengine.patch
BuildRequires: extra-cmake-modules
BuildRequires: kactivities5-devel >= 5.7.0
BuildRequires: karchive-devel >= 5.7.0
@ -87,7 +85,6 @@ This package contains a HTML rendering engine for Konqueror that is based on QtW
Summary: KDE File Manager and Browser
Group: Productivity/Networking/Web/Browsers
Requires: %{name} = %{version}
Conflicts: konqueror-plugins
Obsoletes: fsview5 < %{version}
Provides: fsview5 = %{version}
Obsoletes: konqueror5-plugins < %{version}
@ -118,8 +115,6 @@ Development package for the konqueror libraries.
%prep
%setup -q
%patch -p1
sed -i 's|${CMAKE_CURRENT_SOURCE_DIR}/css|${CMAKE_CURRENT_SOURCE_DIR}/css ${CMAKE_BINARY_DIR}|g' settings/konqhtml/CMakeLists.txt
%build
%cmake_kf5 -d build
@ -132,8 +127,6 @@ sed -i 's|${CMAKE_CURRENT_SOURCE_DIR}/css|${CMAKE_CURRENT_SOURCE_DIR}/css ${CMAK
%kf5_find_htmldocs
%endif
find %{buildroot} -type f -name '*filenamesearch*' -exec rm -fv {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig