Compare commits
18 Commits
23.04.0-1m
...
24.08.3-1m
Author | SHA1 | Date | |
---|---|---|---|
bb4163a2f6 | |||
a199c15ced | |||
1bbf43d00c | |||
e0bb41e0bb | |||
1e1ef976b4 | |||
ec54f1dbd5 | |||
c95846b128 | |||
3c08a9963f | |||
f09a576e74 | |||
1690d9b1e7 | |||
6ccc6c9dbc | |||
f1c2875164 | |||
d98777441c | |||
f733c46e41 | |||
8f8f2368b5 | |||
5f64936bac | |||
b78e1aaf05 | |||
ee766af4da |
@ -1,5 +1,5 @@
|
|||||||
Name: kwalletmanager
|
Name: kwalletmanager
|
||||||
Version: 23.04.0
|
Version: 24.08.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Wallet Management Tool
|
Summary: Wallet Management Tool
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -7,33 +7,40 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kwalletmanager-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kwalletmanager-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6DBus
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Network
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
|
BuildRequires: libQt6Xml
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkarchive-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkf6-karchive-devel
|
||||||
BuildRequires: libkcmutils-devel
|
BuildRequires: libkf6-kauth-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkf6-kcmutils-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kcodecs-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkcrash-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libkdbusaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-kcrash-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkf6-kdbusaddons-devel
|
||||||
BuildRequires: libkitemviews-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkjobwidgets-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libknotifications-devel
|
BuildRequires: libkf6-kitemviews-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkf6-kservice-devel
|
||||||
BuildRequires: libkwallet-devel
|
BuildRequires: libkf6-kstatusnotifieritem-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-kwallet-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkf6-kwindowsystem-devel
|
||||||
|
BuildRequires: libkf6-kxmlgui-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
@ -46,57 +53,114 @@ KDE Wallet Management Tool.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
%find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/kwalletmanager5
|
%{_bindir}/kwalletmanager5
|
||||||
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwallet5.so
|
%{_libdir}/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwallet5.so
|
||||||
%{_libexecdir}/kf5/kauth/kcm_kwallet_helper5
|
%{_libexecdir}/kf6/kauth/kcm_kwallet_helper5
|
||||||
%{_datadir}/applications/kwalletmanager5-kwalletd.desktop
|
%{_datadir}/applications/kwalletmanager5-kwalletd.desktop
|
||||||
%{_datadir}/applications/org.kde.kwalletmanager5.desktop
|
%{_datadir}/applications/org.kde.kwalletmanager.desktop
|
||||||
%{_datadir}/metainfo/org.kde.kwalletmanager5.appdata.xml
|
%{_datadir}/metainfo/org.kde.kwalletmanager5.appdata.xml
|
||||||
%{_datadir}/dbus-1/services/org.kde.kwalletmanager5.service
|
%{_datadir}/dbus-1/services/org.kde.kwalletmanager.service
|
||||||
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service
|
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service
|
||||||
%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf
|
%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf
|
||||||
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy
|
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy
|
||||||
%{_datadir}/qlogging-categories5/kwalletmanager.categories
|
%{_datadir}/qlogging-categories6/kwalletmanager.categories
|
||||||
%{_datadir}/icons/hicolor/*/apps/kwalletmanager.png
|
%{_datadir}/icons/hicolor/*/apps/kwalletmanager.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/kwalletmanager2.png
|
%{_datadir}/icons/hicolor/*/apps/kwalletmanager2.png
|
||||||
%{_datadir}/icons/hicolor/*/actions/*
|
%{_datadir}/icons/hicolor/*/actions/*
|
||||||
%{_datadir}/kservices5/kwalletmanager5_show.desktop
|
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 25 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 15 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 13 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 10 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Apr 25 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
* Tue Apr 25 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user