diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-14 22:55:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-14 22:55:25 +0000 |
commit | aba2f7bce6a9d968d325636627f26ea12d9d0a48 (patch) | |
tree | 65cf6159f503197d8ea6b14c799e5ec3bd781b3a /data/icons | |
parent | f40c9b8012191d72b1a738c1161b0c82b8387fed (diff) | |
download | mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.gz mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.bz2 mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.xz mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.zip |
Renamed icons to make things easier for Debian packaging, and the "-icon" part
was superfluous anyway.
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/CMakeLists.txt | 8 | ||||
-rw-r--r-- | data/icons/Makefile.am | 8 | ||||
-rw-r--r-- | data/icons/tmw.ico (renamed from data/icons/tmw-icon.ico) | bin | 2238 -> 2238 bytes | |||
-rw-r--r-- | data/icons/tmw.png (renamed from data/icons/tmw-icon.png) | bin | 1103 -> 1103 bytes | |||
-rw-r--r-- | data/icons/tmw.xpm (renamed from data/icons/tmw-icon.xpm) | 0 |
5 files changed, 8 insertions, 8 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index 30d96d86..009ed32e 100644 --- a/data/icons/CMakeLists.txt +++ b/data/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/data/icons/Makefile.am b/data/icons/Makefile.am index 26dcd623..9697a363 100644 --- a/data/icons/Makefile.am +++ b/data/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/data/icons/tmw-icon.ico b/data/icons/tmw.ico Binary files differindex 5ba6e1b7..5ba6e1b7 100644 --- a/data/icons/tmw-icon.ico +++ b/data/icons/tmw.ico diff --git a/data/icons/tmw-icon.png b/data/icons/tmw.png Binary files differindex 2598a620..2598a620 100644 --- a/data/icons/tmw-icon.png +++ b/data/icons/tmw.png diff --git a/data/icons/tmw-icon.xpm b/data/icons/tmw.xpm index a9e91161..a9e91161 100644 --- a/data/icons/tmw-icon.xpm +++ b/data/icons/tmw.xpm |