forked from pool/krusader
This commit is contained in:
parent
e2acb57e5e
commit
744ed662c0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 12:56:33 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Spec cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 07:18:41 UTC 2019 - wbauer@tmo.at
|
Mon Aug 26 07:18:41 UTC 2019 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -86,15 +86,19 @@ An advanced twin panel (commander style) file manager for KDE.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
||||||
cp %{SOURCE1} %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
cp %{SOURCE1} %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
||||||
cp %{SOURCE2} %{buildroot}%{_kf5_applicationsdir}/
|
cp %{SOURCE2} %{buildroot}%{_kf5_applicationsdir}/
|
||||||
|
|
||||||
%suse_update_desktop_file org.kde.krusader.root-mode FileManager Utility
|
%suse_update_desktop_file org.kde.krusader.root-mode FileManager Utility
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -103,27 +107,27 @@ cp %{SOURCE2} %{buildroot}%{_kf5_applicationsdir}/
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README AUTHORS ChangeLog TODO
|
%doc README AUTHORS ChangeLog TODO
|
||||||
%{_kf5_applicationsdir}/org.kde.krusader*.desktop
|
%dir %{_kf5_appstreamdir}
|
||||||
%{_kf5_appsdir}/krusader
|
|
||||||
%{_kf5_bindir}/krusader
|
|
||||||
%{_kf5_iconsdir}/??color/*/apps/krusader*.png
|
|
||||||
%{_kf5_plugindir}/kio_krarc.so
|
|
||||||
%{_kf5_servicesdir}/krarc.protocol
|
|
||||||
%{_kf5_kxmlguidir}/
|
|
||||||
%{_kf5_mandir}/man1/krusader.1.gz
|
|
||||||
%dir %{_kf5_mandir}/uk
|
%dir %{_kf5_mandir}/uk
|
||||||
%dir %{_kf5_mandir}/uk/man1
|
%dir %{_kf5_mandir}/uk/man1
|
||||||
%{_kf5_mandir}/*/man1/krusader.1.gz
|
|
||||||
%exclude %{_kf5_htmldir}/*/krusader
|
%exclude %{_kf5_htmldir}/*/krusader
|
||||||
%dir %{_kf5_appstreamdir}
|
%{_kf5_applicationsdir}/org.kde.krusader*.desktop
|
||||||
|
%{_kf5_appsdir}/krusader
|
||||||
%{_kf5_appstreamdir}/org.kde.krusader.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.krusader.appdata.xml
|
||||||
|
%{_kf5_bindir}/krusader
|
||||||
|
%{_kf5_iconsdir}/??color/*/apps/krusader*.png
|
||||||
|
%{_kf5_kxmlguidir}/
|
||||||
|
%{_kf5_mandir}/*/man1/krusader.1.gz
|
||||||
|
%{_kf5_mandir}/man1/krusader.1.gz
|
||||||
|
%{_kf5_plugindir}/kio_krarc.so
|
||||||
|
%{_kf5_servicesdir}/krarc.protocol
|
||||||
|
|
||||||
%files -n kio_iso
|
%files -n kio_iso
|
||||||
%config %{_kf5_configdir}/kio_isorc
|
%config %{_kf5_configdir}/kio_isorc
|
||||||
%{_kf5_plugindir}/kio_iso.so*
|
|
||||||
%{_kf5_servicesdir}/iso.protocol
|
|
||||||
%dir %{_kf5_servicesdir}/ServiceMenus
|
%dir %{_kf5_servicesdir}/ServiceMenus
|
||||||
|
%{_kf5_plugindir}/kio_iso.so*
|
||||||
%{_kf5_servicesdir}/ServiceMenus/krusader_browse_iso.desktop
|
%{_kf5_servicesdir}/ServiceMenus/krusader_browse_iso.desktop
|
||||||
|
%{_kf5_servicesdir}/iso.protocol
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/krusader
|
%doc %lang(en) %{_kf5_htmldir}/en/krusader
|
||||||
|
Loading…
Reference in New Issue
Block a user