rebuilt with -DBUILD_KWALLETD=OFF and -DBUILD_KWALLET_QUERY=OFF for kde6 coinstallability [release 5.115.0-2mamba;Sat Mar 09 2024]

This commit is contained in:
Silvan Calarco 2024-03-29 18:50:31 +01:00
parent fb34af20ff
commit 0041af59e4
2 changed files with 9 additions and 36 deletions

View File

@ -1,9 +0,0 @@
diff -Nru kwallet-5.55.0.orig/src/runtime/kwalletd/org.kde.kwalletd.service kwallet-5.55.0/src/runtime/kwalletd/org.kde.kwalletd.service
--- kwallet-5.55.0.orig/src/runtime/kwalletd/org.kde.kwalletd.service 2019-02-03 01:03:21.000000000 +0100
+++ kwallet-5.55.0/src/runtime/kwalletd/org.kde.kwalletd.service 2019-03-05 22:00:57.032133384 +0100
@@ -3,4 +3,4 @@
# that is because we have no means here, in KF5, to know about the KDE4 prefix
[D-BUS Service]
Name=org.kde.kwalletd
-Exec=/usr/bin/kwalletd
+Exec=/opt/kde/bin/kwalletd

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kwallet
Version: 5.115.0
Release: 1mamba
Release: 2mamba
Summary: Safe desktop-wide storage for passwords
Group: System/Libraries
Vendor: openmamba
@ -9,28 +9,14 @@ Distribution: openmamba
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
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libassuan-devel
BuildRequires: libgcc
BuildRequires: libgcrypt-devel
BuildRequires: libgpgme-devel
BuildRequires: libkauth-devel
BuildRequires: libkcodecs-devel
BuildRequires: libkconfig-devel
BuildRequires: libkconfigwidgets-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libkdbusaddons-devel
BuildRequires: libki18n-devel
BuildRequires: libknotifications-devel
BuildRequires: libkservice-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libqca-qt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
@ -62,11 +48,13 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
#%patch0 -p1
%patch 1 -p1
%build
%cmake_kde5 -d build
%cmake_kde5 -d build \
-DBUILD_KWALLETD=OFF \
-DBUILD_KWALLET_QUERY=OFF
%make
%install
@ -83,20 +71,12 @@ This package contains libraries and header files for developing applications tha
%files -f %{name}5_qt.lang
%defattr(-,root,root)
%{_bindir}/kwalletd5
%{_bindir}/kwallet-query
%{_datadir}/applications/org.kde.kwalletd5.desktop
%{_datadir}/knotifications5/kwalletd5.notifyrc
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml
%{_datadir}/dbus-1/services/org.kde.kwalletd5.service
%{_datadir}/kservices5/kwalletd5.desktop
%{_datadir}/qlogging-categories5/kwallet.*categories
%{_mandir}/man1/kwallet-query.1*
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libKF5Wallet.so.*
%{_libdir}/libkwalletbackend5.so.*
%doc LICENSES
%files -n lib%{name}-devel
@ -106,11 +86,13 @@ This package contains libraries and header files for developing applications tha
%dir %{_libdir}/cmake/KF5Wallet
%{_libdir}/cmake/KF5Wallet/KF5Wallet*.cmake
%{_libdir}/libKF5Wallet.so
%{_libdir}/libkwalletbackend5.so
%{_kde5_mkspecsdir}/qt_KWallet.pri
#%doc README.md
%doc README.md
%changelog
* Sat Mar 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.115.0-2mamba
- rebuilt with -DBUILD_KWALLETD=OFF and -DBUILD_KWALLET_QUERY=OFF for kde6 coinstallability
* Mon Feb 12 2024 Automatic Build System <autodist@openmamba.org> 5.115.0-1mamba
- automatic version update by autodist