Compare commits
2 Commits
24.12.3-1m
...
25.04.1-1m
Author | SHA1 | Date | |
---|---|---|---|
1f90ee8f23 | |||
7217423713 |
@ -1,5 +1,5 @@
|
||||
Name: kdepim-runtime
|
||||
Version: 24.12.3
|
||||
Version: 25.04.1
|
||||
Release: 1mamba
|
||||
Summary: KDE PIM Runtime Environment
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -31,6 +31,7 @@ BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgrantleetheme-devel
|
||||
BuildRequires: libkcalutils-devel
|
||||
BuildRequires: libkdepim-devel
|
||||
BuildRequires: libkf6-kbookmarks-devel
|
||||
BuildRequires: libkf6-kcalendarcore-devel
|
||||
BuildRequires: libkf6-kcmutils-devel
|
||||
@ -42,6 +43,7 @@ BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcontacts-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kdav-devel
|
||||
BuildRequires: libkf6-kguiaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
BuildRequires: libkf6-kitemmodels-devel
|
||||
@ -65,6 +67,8 @@ BuildRequires: libkmbox-devel
|
||||
BuildRequires: libkmime-devel
|
||||
BuildRequires: libkolabxml-devel
|
||||
BuildRequires: libktextaddons-qt6-devel
|
||||
BuildRequires: libpimcommon-devel
|
||||
BuildRequires: libplasma-activities-devel
|
||||
BuildRequires: libqca-qt6-devel
|
||||
BuildRequires: libqtkeychain-qt6-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
@ -108,27 +112,6 @@ This package contains header files needed if you wish to build applications base
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
update-mime-database -n %{_kf6_mimedir} &>/dev/null
|
||||
touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q &>/dev/null
|
||||
update-mime-database -n %{_kf6_mimedir} >&/dev/null
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/akonadi_*
|
||||
@ -141,7 +124,7 @@ exit 0
|
||||
%{_libdir}/libnewmailnotifier.so.*
|
||||
%{_kf6_plugindir}/kio/akonadi.so
|
||||
%{_qt6_plugindir}/pim6/akonadi/config/*.so
|
||||
%{_qt6_plugindir}/pim6/kcms/kaddressbook/kcm_ldap.so
|
||||
%{_qt6_plugindir}/pim6/kcms/common/kcm_ldap.so
|
||||
%{_qt6_plugindir}/pim6/mailtransport/mailtransport_akonadiplugin.so
|
||||
%{_datadir}/applications/org.kde.akonadi_*.desktop
|
||||
%{_datadir}/akonadi/agents/*.desktop
|
||||
@ -158,6 +141,12 @@ exit 0
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Sun May 11 2025 Automatic Build System <autodist@openmamba.org> 25.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 23 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 10 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user