diff --git a/cmake/Install.cmake b/cmake/Install.cmake index 5f762664a..0631888ec 100644 --- a/cmake/Install.cmake +++ b/cmake/Install.cmake @@ -164,10 +164,6 @@ if(GETTEXT_FOUND) endforeach() endif() -if (NOT APPLE) - install(FILES ${SPHINX_SRC_DIR}/python_docs_theme/static/fish.png DESTINATION ${rel_datadir}/pixmaps) -endif() - # Group install targets into a InstallTargets folder set_property(TARGET build_fish_pc CHECK-FISH-BUILD-VERSION-FILE PROPERTY FOLDER cmake/InstallTargets) diff --git a/fish.spec.in b/fish.spec.in index a74487df0..3538dde22 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -17,7 +17,6 @@ BuildRequires: rust >= 1.70 BuildRequires: cmake >= 3.15 %if 0%{?suse_version} -BuildRequires: update-desktop-files # for tests BuildRequires: groff %else @@ -76,10 +75,6 @@ make %{?_smp_mflags} %make_install %endif %find_lang %{name} -# OpenSUSE has strong opinions about categories which do not apply to other systems -%if 0%{?suse_version} -%suse_update_desktop_file fish "System;TerminalEmulator" -%endif %check # OpenSUSE does out-of-tree builds and defines __builddir @@ -130,7 +125,3 @@ fi # pkgconfig %{_datadir}/pkgconfig/fish.pc - -# FreeDesktop entry -%{_datadir}/applications/fish.desktop -%{_datadir}/pixmaps/fish.png