fix kwallet for kde5
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=279
This commit is contained in:
parent
aad0f02e48
commit
267b1feedf
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 14 18:40:05 UTC 2018 - astieger@suse.com
|
||||
Sun Apr 15 17:43:29 UTC 2018 - astieger@suse.com
|
||||
|
||||
- Apache Subversion 1.10.0:
|
||||
* new conflict resolver
|
||||
@ -10,7 +10,7 @@ Sat Apr 14 18:40:05 UTC 2018 - astieger@suse.com
|
||||
* Convert dependencies to pkgconfig counterparts
|
||||
* Add dependency on liblz4 and utf8proc
|
||||
* Use %license (boo#1082318)
|
||||
* build with KDE 5 KWallet support
|
||||
* build with KDE5 KWallet support
|
||||
- Refresh patches:
|
||||
* subversion-1.8.0-rpath.patch
|
||||
* subversion-no-build-date.patch
|
||||
|
@ -120,9 +120,14 @@ BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
%endif
|
||||
%if %{with kde}
|
||||
BuildRequires: kdelibs4-core
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5Wallet)
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5DBus)
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
# for kf5-config
|
||||
BuildRequires: kdelibs4support
|
||||
%else
|
||||
# In a case we migrate from system that had the kwallet integration we need it
|
||||
# gone from the package to allow update
|
||||
|
Loading…
x
Reference in New Issue
Block a user