|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
## autostart 'dolphin --daemon' instead of relying on potentially unlreliable dbus-activation
|
|
|
|
|
## https://bugzilla.redhat.com/1394927
|
|
|
|
|
## https://bugzilla.redhat.com/1754395
|
|
|
|
|
%global dolphin_autostart 1
|
|
|
|
|
#global dolphin_autostart 1
|
|
|
|
|
|
|
|
|
|
Name: dolphin
|
|
|
|
|
Summary: KDE File Manager
|
|
|
|
@ -149,6 +149,7 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
|
|
|
|
|
%else
|
|
|
|
|
%{_datadir}/dbus-1/services/org.kde.dolphin.FileManager1.service
|
|
|
|
|
%endif
|
|
|
|
|
%{_userunitdir}/*
|
|
|
|
|
%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
|
|
|
|
|
%{_kf5_datadir}/applications/org.kde.%{name}.desktop
|
|
|
|
|
%dir %{_kf5_datadir}/kglobalaccel/
|
|
|
|
@ -163,8 +164,7 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
|
|
|
|
|
%{_kf5_libdir}/libdolphinprivate.so.*
|
|
|
|
|
%{_kf5_libdir}/libdolphinvcs.so.*
|
|
|
|
|
%{_kf5_qtplugindir}/kcm_*.so
|
|
|
|
|
#{_kf5_datadir}/kxmlgui5/dolphinpart/
|
|
|
|
|
%{_kf5_qtplugindir}/dolphinpart.so
|
|
|
|
|
%{_kf5_plugindir}/parts/dolphinpart.so
|
|
|
|
|
%{_kf5_datadir}/kservices5/dolphinpart.desktop
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -178,6 +178,7 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Apr 17 2021 Rex Dieter <rdieter@fedoraproject.org> - 21.04.0-1
|
|
|
|
|
- 21.04.0
|
|
|
|
|
- disable daemon_autostart, see how well systemd/user/plasma-dolphin.service works instead
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2021 Rex Dieter <rdieter@fedoraproject.org> - 20.12.3-1
|
|
|
|
|
- 20.12.3
|
|
|
|
|