diff options
-rw-r--r-- | icons/CMakeLists.txt | 8 | ||||
-rw-r--r-- | icons/Makefile.am | 8 | ||||
-rw-r--r-- | icons/tmw.ico (renamed from icons/tmw-icon.ico) | bin | 2238 -> 2238 bytes | |||
-rw-r--r-- | icons/tmw.png (renamed from icons/tmw-icon.png) | bin | 1103 -> 1103 bytes | |||
-rw-r--r-- | icons/tmw.xpm (renamed from icons/tmw-icon.xpm) | 0 |
5 files changed, 8 insertions, 8 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 30d96d86..009ed32e 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,9 +1,9 @@ SET(FILES - tmw-icon.ico - tmw-icon.png - tmw-icon.xpm + tmw.ico + tmw.png + tmw.xpm ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) -INSTALL(FILES "tmw-icon.png" DESTINATION share/pixmaps RENAME tmw.png) +INSTALL(FILES "tmw.png" DESTINATION share/pixmaps) diff --git a/icons/Makefile.am b/icons/Makefile.am index 26dcd623..9697a363 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -2,13 +2,13 @@ iconsdir = $(pkgdatadir)/data/icons icons_DATA = \ - tmw-icon.ico \ - tmw-icon.png \ - tmw-icon.xpm + tmw.ico \ + tmw.png \ + tmw.xpm install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps - $(INSTALL) $(srcdir)/tmw-icon.png $(DESTDIR)$(datadir)/pixmaps/tmw.png + $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datadir)/pixmaps/tmw.png uninstall-local: rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png diff --git a/icons/tmw-icon.ico b/icons/tmw.ico Binary files differindex 5ba6e1b7..5ba6e1b7 100644 --- a/icons/tmw-icon.ico +++ b/icons/tmw.ico diff --git a/icons/tmw-icon.png b/icons/tmw.png Binary files differindex 2598a620..2598a620 100644 --- a/icons/tmw-icon.png +++ b/icons/tmw.png diff --git a/icons/tmw-icon.xpm b/icons/tmw.xpm index a9e91161..a9e91161 100644 --- a/icons/tmw-icon.xpm +++ b/icons/tmw.xpm |