forked from pool/konqueror
Accepting request 582185 from home:wolfi323:branches:KDE:Applications
- Add add-kwallet-support-to-webengine.patch to allow storing user names and passwords in kwallet when using the webenginepart OBS-URL: https://build.opensuse.org/request/show/582185 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/konqueror?expand=0&rev=59
This commit is contained in:
parent
34200f9223
commit
bedfc8b344
1256
add-kwallet-support-to-webengine.patch
Normal file
1256
add-kwallet-support-to-webengine.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
Wed Feb 07 08:48:34 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@ License: GPL-2.0+
|
|||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
# PATCH-FEATURE-UPSTREAM
|
||||||
|
Patch: add-kwallet-support-to-webengine.patch
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kactivities5-devel >= 5.7.0
|
BuildRequires: kactivities5-devel >= 5.7.0
|
||||||
BuildRequires: karchive-devel >= 5.7.0
|
BuildRequires: karchive-devel >= 5.7.0
|
||||||
@ -45,6 +47,7 @@ BuildRequires: kdoctools-devel >= 5.7.0
|
|||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: khtml-devel >= 5.7.0
|
BuildRequires: khtml-devel >= 5.7.0
|
||||||
BuildRequires: kparts-devel >= 5.7.0
|
BuildRequires: kparts-devel >= 5.7.0
|
||||||
|
BuildRequires: kwallet-devel
|
||||||
BuildRequires: libtidy-devel
|
BuildRequires: libtidy-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -115,6 +118,7 @@ Development package for the konqueror libraries.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
sed -i 's|${CMAKE_CURRENT_SOURCE_DIR}/css|${CMAKE_CURRENT_SOURCE_DIR}/css ${CMAKE_BINARY_DIR}|g' settings/konqhtml/CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user