commit 31cd2543eca43e244e966cb5baa6384959932d2d Author: ed Date: Mon Sep 2 15:02:10 2024 +0300 import dolphin-23.08.5-1.el9 diff --git a/.dolphin.metadata b/.dolphin.metadata new file mode 100644 index 0000000..73cbb6d --- /dev/null +++ b/.dolphin.metadata @@ -0,0 +1 @@ +56aea0789e5d8d1c3d4357e771ab1a9d1e2435dd SOURCES/dolphin-23.08.5.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..579878f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/dolphin-23.08.5.tar.xz diff --git a/SPECS/dolphin.spec b/SPECS/dolphin.spec new file mode 100644 index 0000000..46f52f7 --- /dev/null +++ b/SPECS/dolphin.spec @@ -0,0 +1,588 @@ +# uncomment to enable bootstrap mode +#global bootstrap 1 + +%if !0%{?bootstrap} +#global tests 1 +%endif + +## 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 + +Name: dolphin +Summary: KDE File Manager +Version: 23.08.5 +Release: 1%{?dist} + +License: GPLv2+ +URL: https://invent.kde.org/system/dolphin +%global revision %(echo %{version} | cut -d. -f3) +%global majmin_ver %(echo %{version} | cut -d. -f1,2) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz + +## upstream patches (master) + +# for %%check +BuildRequires: desktop-file-utils +BuildRequires: libappstream-glib +BuildRequires: systemd-rpm-macros + +BuildRequires: extra-cmake-modules >= 5.71 +BuildRequires: kf5-rpm-macros +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5KCMUtils) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5Bookmarks) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Parts) +BuildRequires: cmake(KF5Solid) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5Completion) +BuildRequires: cmake(KF5TextWidgets) +BuildRequires: cmake(KF5Notifications) +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5WindowSystem) + +BuildRequires: phonon-qt5-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: cmake(Qt5X11Extras) + +%if ! 0%{?bootstrap} +BuildRequires: kf5-kactivities-devel +BuildRequires: kf5-baloo-devel +BuildRequires: kf5-kfilemetadata-devel +BuildRequires: baloo-widgets-devel +%endif + +%if 0%{?tests} +BuildRequires: make +BuildRequires: xorg-x11-server-Xvfb +BuildRequires: rubygem(test-unit) +%endif + +Requires: %{name}-libs%{?_isa} = %{version}-%{release} + +Recommends: kio-fuse%{?_isa} +Recommends: kio-extras%{?_isa} +Recommends: %{name}-plugins + +# translations moved here +Conflicts: kde-l10n < 17.03 + +%description +%{summary}. + +%package libs +Summary: Dolphin runtime libraries +Requires: %{name} = %{version}-%{release} +%description libs +%{summary}. + +%package devel +Summary: Developer files for %{name} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel%{?_isa} +Requires: kf5-kio-devel%{?_isa} +%description devel +%{summary}. + + +%prep +%autosetup -n %{name}-%{version} -p1 + + +%build +%cmake_kf5 \ + %{?flatpak:-DFLATPAK:BOOL=ON} \ + -DKDE_INSTALL_SYSTEMDUSERUNITDIR=%{_userunitdir} \ + -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} + +%cmake_build + + +%install +%cmake_install + +%find_lang dolphin --all-name --with-html + +%if 0%{?dolphin_autostart} +rm -fv %{buildroot}%{_datadir}/dbus-1/services/org.kde.dolphin.FileManager1.service +install -m644 -p -D \ + %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop \ + %{buildroot}%{_kf5_sysconfdir}/xdg/autostart/org.kde.%{name}.desktop +desktop-file-edit \ + --add-only-show-in=KDE \ + --set-key=Exec --set-value="dolphin --daemon" \ + %{buildroot}%{_kf5_sysconfdir}/xdg/autostart/org.kde.%{name}.desktop +%endif + +%if 0%{?flatpak} +for i in 16 22 32 48 64 128; do + install -D -m0644 src/icons/${i}-system-file-manager.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/system-file-manager.png +done +install -D -m0644 src/icons/system-file-manager.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/system-file-manager.svg +%endif + + +%check +appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml ||: +desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||: +%if 0%{?tests} +export CTEST_OUTPUT_ON_FAILURE=1 +xvfb-run -a \ +make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: +%endif + + +%files -f dolphin.lang +%license LICENSES/* +%doc README* +%{_kf5_datadir}/qlogging-categories5/dolphin.* +%{_kf5_bindir}/dolphin +%{_kf5_bindir}/servicemenuinstaller +%{_kf5_datadir}/config.kcfg/dolphin_* +%{_kf5_datadir}/knsrcfiles/* +%if 0%{?dolphin_autostart} +%{_kf5_sysconfdir}/xdg/autostart/org.kde.%{name}.desktop +%else +%if 0%{?flatpak} +%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service +%else +%{_datadir}/dbus-1/services/org.kde.dolphin.FileManager1.service +%endif +%endif +%{_userunitdir}/* +%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml +%{_kf5_datadir}/applications/org.kde.%{name}.desktop +%dir %{_kf5_datadir}/kglobalaccel/ +%{_kf5_datadir}/kglobalaccel/org.kde.dolphin.desktop +%lang(fi) %{_datadir}/locale/fi/LC_SCRIPTS/dolphin/ +%{_kf5_datadir}/kconf_update/dolphin_detailsmodesettings.upd +%dir %{_kf5_datadir}/dolphin +%{_kf5_datadir}/dolphin/dolphinpartactions.desktop +%{_kf5_datadir}/zsh/site-functions/_dolphin +%if 0%{?flatpak} +%{_datadir}/icons/hicolor/*/apps/system-file-manager.* +%endif + +%files libs +%{_kf5_libdir}/libdolphinprivate.so.* +%{_kf5_libdir}/libdolphinvcs.so.* +%{_kf5_qtplugindir}/dolphin/ +%{_kf5_plugindir}/parts/dolphinpart.so + +%files devel +%{_includedir}/Dolphin/ +%{_includedir}/dolphin*_export.h +%{_kf5_libdir}/cmake/DolphinVcs/ +%{_kf5_libdir}/libdolphinvcs.so +%{_datadir}/dbus-1/interfaces/org.freedesktop.FileManager1.xml + + +%changelog +* Mon Sep 02 2024 Eduard Basov - 23.08.5-1 +- Rebuilt for MSVSphere 9.4 + +* Thu Feb 15 2024 Alessandro Astone - 23.08.5-1 +- 23.08.5 + +* Sun Dec 17 2023 Marc Deop i Argemí - 23.08.4-1 +- 23.08.4 + +* Tue Nov 14 2023 Marc Deop i Argemí - 23.08.3-1 +- 23.08.3 + +* Thu Oct 12 2023 Marc Deop i Argemí - 23.08.2-1 +- 23.08.2 + +* Sat Sep 16 2023 Marc Deop i Argemí - 23.08.1-1 +- 23.08.1 + +* Sat Aug 26 2023 Marc Deop i Argemí - 23.08.0-1 +- 23.08.0 + +* Wed Jul 19 2023 Fedora Release Engineering - 23.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jul 08 2023 Marc Deop i Argemí - 23.04.3-1 +- 23.04.3 + +* Tue Jun 06 2023 Marc Deop i Argemí - 23.04.2-1 +- 23.04.2 + +* Sat May 13 2023 Marc Deop i Argemí - 23.04.1-1 +- 23.04.1 + +* Fri Apr 14 2023 Marc Deop i Argemí - 23.04.0-1 +- 23.04.0 + +* Fri Mar 31 2023 Marc Deop i Argemí - 23.03.90-1 +- 23.03.90 + +* Mon Mar 20 2023 Marc Deop i Argemí - 23.03.80-1 +- 23.03.80 + +* Thu Mar 02 2023 Marc Deop i Argemí - 22.12.3-1 +- 22.12.3 + +* Sun Feb 12 2023 Justin Zobel - 22.12.2-2 +- Fix FTBFS on Fedora 38 + +* Tue Jan 31 2023 Marc Deop - 22.12.2-1 +- 22.12.2 + +* Thu Jan 19 2023 Fedora Release Engineering - 22.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Jan 03 2023 Justin Zobel - 22.12.1-1 +- Update to 22.12.1 + +* Mon Dec 19 2022 Marc Deop - 22.12.0-1 +- 22.12.0 + +* Fri Nov 04 2022 Marc Deop i Argemí (Private) - 22.08.3-1 +- 22.08.3 + +* Fri Oct 14 2022 Marc Deop - 22.08.2-1 +- 22.08.2 + +* Thu Sep 08 2022 Marc Deop - 22.08.1-1 +- 22.08.1 + +* Fri Aug 19 2022 Marc Deop - 22.08.0-1 +- 22.08.0 + +* Thu Jul 21 2022 Fedora Release Engineering - 22.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jul 07 2022 Than Ngo - 22.04.3-1 +- 22.04.3 + +* Fri Jun 24 2022 Than Ngo - 22.04.2-1 +- 22.04.2 + +* Thu May 12 2022 Justin Zobel - 22.04.1-1 +- Update to 22.04.1 + +* Mon May 09 2022 Justin Zobel - 22.04.0-1 +- Update to 22.04.0 + +* Wed Mar 02 2022 Marc Deop - 21.12.3-1 +- 21.12.3 + +* Mon Feb 07 2022 Rex Dieter - 21.12.2.1-1 +- 21.12.2.1 + +* Wed Feb 02 2022 Rex Dieter - 21.12.2-1 +- 21.12.2 + +* Thu Jan 20 2022 Fedora Release Engineering - 21.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jan 06 2022 Rex Dieter - 21.12.1-1 +- 21.12.1 + +* Thu Dec 09 2021 Rex Dieter - 21.12.0-1 +- 21.12.0 + +* Tue Nov 02 2021 Rex Dieter - 21.08.3-1 +- 21.08.3 + +* Fri Oct 15 2021 Rex Dieter - 21.08.2-1 +- 21.08.2 + +* Wed Sep 01 2021 Rex Dieter - 21.08.1-2 +- Port-to-KTerminalLauncherJob.patch backport + +* Wed Sep 01 2021 Rex Dieter - 21.08.1-1 +- 21.08.1 + +* Tue Aug 10 2021 Rex Dieter - 21.08.0-2 +- respin + +* Fri Aug 06 2021 Rex Dieter - 21.08.0-1 +- 21.08.0 + +* Wed Jul 28 2021 Rex Dieter - 21.04.3-1 +- 21.04.3 + +* Wed Jul 21 2021 Fedora Release Engineering - 21.04.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 10 2021 Rex Dieter - 21.04.2-1 +- 21.04.2 + +* Tue May 11 2021 Rex Dieter - 21.04.1-1 +- 21.04.1 + +* Mon May 10 2021 Timothée Ravier - 21.04.0-2 +- Recommends dolphin-plugins + +* Sat Apr 17 2021 Rex Dieter - 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 - 20.12.3-1 +- 20.12.3 + +* Tue Feb 02 2021 Rex Dieter - 20.12.2-1 +- 20.12.2 + +* Tue Jan 26 2021 Fedora Release Engineering - 20.12.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Jan 21 2021 Neal Gompa - 20.12.1-3 +- Recommend kio-fuse to be installed + +* Sat Jan 16 2021 Rex Dieter - 20.12.1-2 +- backport knetattach fix (kde#431626) + +* Fri Jan 15 14:17:03 CST 2021 Rex Dieter - 20.12.1-1 +- 20.12.1 + +* Wed Nov 4 13:52:11 CST 2020 Rex Dieter - 20.08.3-1 +- 20.08.3 + +* Fri Oct 30 2020 Rex Dieter - 20.08.1-2 +- backport dolphin autostart/session-restore fix (kde#417219) + +* Tue Sep 15 2020 Rex Dieter - 20.08.1-1 +- 20.08.1 + +* Mon Aug 17 2020 Rex Dieter - 20.08.0-1 +- 20.08.0 + +* Mon Aug 10 2020 Rex Dieter - 20.04.3-3 +- .spec cosmetics + +* Mon Jul 27 2020 Fedora Release Engineering - 20.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Rex Dieter - 20.04.3-1 +- 20.04.3 + +* Fri Jun 12 2020 Rex Dieter - 20.04.2-1 +- 20.04.2 + +* Tue May 26 2020 Rex Dieter - 20.04.1-1 +- 20.04.1 + +* Thu Apr 23 2020 Rex Dieter - 20.04.0-1 +- 20.04.0 + +* Thu Mar 05 2020 Rex Dieter - 19.12.3-1 +- 19.12.3 + +* Tue Feb 04 2020 Rex Dieter - 19.12.2-1 +- 19.12.2 + +* Tue Jan 28 2020 Fedora Release Engineering - 19.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jan 08 2020 Rex Dieter - 19.12.1-1 +- 19.12.1 + +* Mon Nov 11 2019 Rex Dieter - 19.08.3-1 +- 19.08.3 + +* Thu Oct 17 2019 Rex Dieter - 19.08.2-2 +- autostart dolphin on login, remove dbus activation, f31+ (#1394927,#1754395) + +* Thu Oct 17 2019 Rex Dieter - 19.08.2-1 +- 19.08.2 + +* Sat Sep 28 2019 Rex Dieter - 19.08.1-1 +- 19.08.1 + +* Tue Aug 13 2019 Rex Dieter - 19.08.0-1 +- 19.08.0 + +* Wed Jul 24 2019 Fedora Release Engineering - 19.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jul 11 2019 Rex Dieter - 19.04.3-1 +- 19.04.3 + +* Tue Jun 04 2019 Rex Dieter - 19.04.2-1 +- 19.04.2 + +* Tue May 07 2019 Rex Dieter - 19.04.1-1 +- 19.04.1 + +* Thu Mar 07 2019 Rex Dieter - 18.12.3-1 +- 18.12.3 + +* Tue Feb 05 2019 Rex Dieter - 18.12.2-1 +- 18.12.2 + +* Thu Jan 31 2019 Fedora Release Engineering - 18.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 08 2019 Rex Dieter - 18.12.1-1 +- 18.12.1 + +* Sat Dec 08 2018 Rex Dieter - 18.12.0-1 +- 18.12.0 + +* Tue Nov 06 2018 Rex Dieter - 18.08.3-1 +- 18.08.3 + +* Wed Oct 10 2018 Rex Dieter - 18.08.2-1 +- 18.08.2 + +* Fri Sep 07 2018 Rex Dieter - 18.08.1-1 +- 18.08.1 + +* Wed Aug 15 2018 Rex Dieter - 18.08.0-1 +- 18.08.0 + +* Thu Jul 12 2018 Rex Dieter - 18.04.3-1 +- 18.04.3 + +* Tue Jun 05 2018 Rex Dieter - 18.04.2-1 +- 18.04.2 + +* Tue May 08 2018 Rex Dieter - 18.04.1-1 +- 18.04.1 + +* Sat Apr 14 2018 Rex Dieter - 18.04.0-1 +- 18.04.0 + +* Tue Mar 06 2018 Rex Dieter - 17.12.3-1 +- 17.12.3 + +* Fri Feb 09 2018 Igor Gnatenko - 17.12.2-2 +- Escape macros in %%changelog + +* Tue Feb 06 2018 Rex Dieter - 17.12.2-1 +- 17.12.2 + +* Thu Jan 11 2018 Rex Dieter - 17.12.1-1 +- 17.12.1 + +* Tue Dec 12 2017 Rex Dieter - 17.12.0-1 +- 17.12.0 + +* Wed Nov 08 2017 Rex Dieter - 17.08.3-1 +- 17.08.3 + +* Wed Oct 11 2017 Rex Dieter - 17.08.2-1 +- 17.08.2 + +* Tue Sep 05 2017 Rex Dieter - 17.08.1-1 +- 17.08.1 + +* Sat Aug 26 2017 Rex Dieter - 17.08.0-1 +- 17.08.0 + +* Sun Aug 06 2017 Björn Esser - 17.04.3-2 +- Rebuilt for AutoReq cmake-filesystem + +* Fri Jul 28 2017 Rex Dieter - 17.04.3-1 +- 17.04.3 + +* Wed Jul 26 2017 Fedora Release Engineering - 17.04.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jun 15 2017 Rex Dieter - 17.04.2-1 +- 17.04.2 + +* Wed May 10 2017 Rex Dieter - 17.04.1-1 +- 17.04.1 + +* Sat Apr 22 2017 Rex Dieter - 17.04.0-2 +- use %%find_lang for HTML handbooks + +* Fri Apr 14 2017 Rex Dieter - 17.04.0-1 +- 17.04.0, +translations, cmake-style kf5 deps + +* Wed Mar 08 2017 Rex Dieter - 16.12.3-1 +- 16.12.3 + +* Wed Feb 08 2017 Rex Dieter - 16.12.2-1 +- 16.12.2 + +* Tue Jan 10 2017 Rex Dieter - 16.12.1-1 +- 16.12.1, update URL + +* Mon Dec 26 2016 Rex Dieter - 16.12.0-1 +- 16.12.0, support bootstrap, %%check: enable tests + +* Wed Nov 30 2016 Rex Dieter - 16.08.3-1 +- 16.08.3 + +* Thu Oct 13 2016 Rex Dieter - 16.08.2-1 +- 16.08.2 + +* Tue Sep 06 2016 Rex Dieter - 16.08.1-1 +- 16.08.1 + +* Thu Sep 01 2016 Rex Dieter 16.08.0-2 +- update URL (#1325154) + +* Fri Aug 12 2016 Rex Dieter - 16.08.0-1 +- 16.08.0 + +* Fri Aug 12 2016 Rex Dieter - 16.07.90-2 +- Recommends: kio-extras (#1366585) + +* Sat Aug 06 2016 Rex Dieter - 16.07.90-1 +- 16.07.90 + +* Fri Jul 29 2016 Rex Dieter - 16.07.80-1 +- 16.07.80 + +* Fri Jul 08 2016 Rex Dieter - 16.04.3-1 +- 16.04.3 + +* Sun Jun 12 2016 Rex Dieter - 16.04.2-1 +- 16.04.2 + +* Sun May 08 2016 Rex Dieter - 16.04.1-1 +- 16.04.1 + +* Mon Apr 18 2016 Rex Dieter - 16.04.0-1 +- 16.04.0 + +* Sun Mar 13 2016 Rex Dieter - 15.12.3-1 +- 15.12.3 + +* Sun Feb 14 2016 Rex Dieter - 15.12.2-1 +- 15.12.2 + +* Wed Feb 03 2016 Fedora Release Engineering - 15.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Jan 18 2016 Rex Dieter 15.12.1-2 +- cosmetics, tighten BR: baloo-widgets, -BR: cmake + +* Mon Jan 18 2016 Rex Dieter - 15.12.1-1 +- 15.12.1 + +* Fri Jan 01 2016 Rex Dieter - 15.12.0-2 +- %%kf5_kinit_requires (#1294982), cosmetics +- libs: move remaining plugins here, drop (arch'd) dep on main pkg + +* Sun Dec 20 2015 Rex Dieter 15.12.0-1 +- 15.12.0 + +* Tue Nov 17 2015 Rex Dieter - 15.08.3-1 +- 15.08.3 + +* Tue Sep 15 2015 Rex Dieter - 15.08.1-1 +- 15.08.1 +- cosmetics, move dolphinpart to -libs +- relax BR on baloo-widgets + +* Mon Aug 31 2015 Daniel Vrátil - 15.08.0-1 +- Reviving Dolphin stand-alone package (#1258430)