Remove fish.desktop harder

This commit is contained in:
Fabian Boehm
2025-01-29 17:21:14 +01:00
parent a42c5b4025
commit ef4fad763f
2 changed files with 0 additions and 13 deletions

View File

@@ -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)

View File

@@ -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