SHA256
1
0
forked from pool/konqueror

Accepting request 582295 from KDE:Applications

OBS-URL: https://build.opensuse.org/request/show/582295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/konqueror?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2018-03-08 09:41:44 +00:00 committed by Git OBS Bridge
commit 0b0bb93042
3 changed files with 1266 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 3 10:19:24 UTC 2018 - wbauer@tmo.at
- Add add-kwallet-support-to-webengine.patch to allow storing user
names and passwords in kwallet when using the webenginepart
-------------------------------------------------------------------
Wed Feb 07 08:48:34 CET 2018 - lbeltrame@kde.org

View File

@ -33,6 +33,8 @@ License: GPL-2.0+
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
@ -45,6 +47,7 @@ BuildRequires: kdoctools-devel >= 5.7.0
BuildRequires: kf5-filesystem
BuildRequires: khtml-devel >= 5.7.0
BuildRequires: kparts-devel >= 5.7.0
BuildRequires: kwallet-devel
BuildRequires: libtidy-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
@ -115,6 +118,7 @@ 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