mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Rename subsurface.svg to subsurface-icon.svg
In preparation for a subsurface-icon.h, this should avoid confusion about whether "subsurface.h" is a core header file. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
This commit is contained in:
parent
20d3b5f714
commit
459130009b
7 changed files with 7 additions and 7 deletions
|
@ -37,7 +37,7 @@ rm %{buildroot}/%{_datadir}/icons/hicolor/icon-theme.cache
|
|||
%defattr(-,root,root)
|
||||
%{_bindir}/subsurface
|
||||
%{_datadir}/applications/subsurface.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/subsurface.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/subsurface-icon.svg
|
||||
%{_datadir}/man/man1/subsurface.1.gz
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ make CC=%{_mingw32_target}-gcc PKGCONFIG=%{_mingw32_target}-pkg-config XML2CONFI
|
|||
mkdir -p $RPM_BUILD_ROOT/%{_mingw32_bindir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_mingw32_datadir}
|
||||
install -m 755 subsurface.exe $RPM_BUILD_ROOT/%{_mingw32_bindir}/subsurface.exe
|
||||
install -m 644 subsurface.svg $RPM_BUILD_ROOT/%{_mingw32_datadir}/subsurface.svg
|
||||
install -m 644 subsurface-icon.svg $RPM_BUILD_ROOT/%{_mingw32_datadir}/subsurface-icon.svg
|
||||
# this seems like a really ugly hack
|
||||
install -m 755 %{_mingw32_bindir}/libdivecomputer-0.dll $RPM_BUILD_ROOT/%{_mingw32_bindir}/libdivecomputer-0.dll
|
||||
install -m 755 %{_mingw32_bindir}/libcairo-2.dll $RPM_BUILD_ROOT/%{_mingw32_bindir}/libcairo-2.dll
|
||||
|
@ -106,7 +106,7 @@ install -m 755 %{_mingw32_bindir}/libatk-1.0-0.dll $RPM_BUILD_ROOT/%{_mingw32_bi
|
|||
%{_mingw32_bindir}/libpangowin32-1.0-0.dll
|
||||
%{_mingw32_bindir}/libatk-1.0-0.dll
|
||||
|
||||
%{_mingw32_datadir}/subsurface.svg
|
||||
%{_mingw32_datadir}/subsurface-icon.svg
|
||||
|
||||
|
||||
%changelog
|
||||
|
|
|
@ -99,7 +99,7 @@ Section
|
|||
|
||||
# Files to include in installer
|
||||
File ..\..\subsurface.exe
|
||||
File ..\..\subsurface.svg
|
||||
File ..\..\subsurface-icon.svg
|
||||
File ..\..\xslt\jdivelog2subsurface.xslt
|
||||
File ..\..\xslt\SuuntoSDM.xslt
|
||||
File dll\iconv.dll
|
||||
|
@ -167,7 +167,7 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\freetype-config"
|
||||
Delete "$INSTDIR\subsurface.exe"
|
||||
Delete "$INSTDIR\subsurface.ico"
|
||||
Delete "$INSTDIR\subsurface.svg"
|
||||
Delete "$INSTDIR\subsurface-icon.svg"
|
||||
Delete "$INSTDIR\Uninstall.exe"
|
||||
RMDir /r "$INSTDIR\share"
|
||||
RMDir "$INSTDIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue