added patch to default to blowfish choice on fist time wizard dialog [release 5.86.0-2mamba;Wed Sep 22 2021]
This commit is contained in:
parent
3fea5136af
commit
6cbee322f7
22
kwallet-5.86.0-wizard-default-to-blowfish.patch
Normal file
22
kwallet-5.86.0-wizard-default-to-blowfish.patch
Normal file
@ -0,0 +1,22 @@
|
||||
--- kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui.orig 2021-09-22 21:50:50.564683712 +0200
|
||||
+++ kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui 2021-09-22 21:51:00.889868483 +0200
|
||||
@@ -65,6 +65,9 @@
|
||||
<property name="text">
|
||||
<string>Classic, blowfish encrypted file</string>
|
||||
</property>
|
||||
+ <property name="checked">
|
||||
+ <bool>true</bool>
|
||||
+ </property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -72,9 +75,6 @@
|
||||
<property name="text">
|
||||
<string>Use GPG encryption, for better protection</string>
|
||||
</property>
|
||||
- <property name="checked">
|
||||
- <bool>true</bool>
|
||||
- </property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kwallet
|
||||
Version: 5.86.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Safe desktop-wide storage for passwords
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,11 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/frameworks/%{majver}/kwallet-%{version}.tar.xz
|
||||
Patch0: kwallet-5.55.0-kwalletd-legacy-path.patch
|
||||
Patch1: kwallet-5.86.0-wizard-default-to-blowfish.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
@ -61,6 +62,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
@ -109,6 +111,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Sep 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.86.0-2mamba
|
||||
- added patch to default to blowfish choice on fist time wizard dialog
|
||||
|
||||
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 5.86.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user