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:
Henrik Brautaset Aronsen 2013-02-02 12:19:28 +01:00
parent 20d3b5f714
commit 459130009b
7 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@ XSLTDIR = $(DATADIR)/subsurface/xslt
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(ICONPATH)
NAME = subsurface
ICONFILE = $(NAME).svg
ICONFILE = $(NAME)-icon.svg
DESKTOPFILE = $(NAME).desktop
MANFILES = $(NAME).1
XSLTFILES = xslt/*.xslt

View file

@ -128,7 +128,7 @@ int subsurface_fill_device_list(GtkListStore *store)
const char *subsurface_icon_name()
{
return "subsurface.svg";
return "subsurface-icon.svg";
}
const char *system_default_filename(void)

View file

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

View file

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

View file

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

View file

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB