From c8ed06ad0ab7ded24660d3bccaf2cea877a98e7c Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 14 Mar 2007 22:55:25 +0000 Subject: Renamed icons to make things easier for Debian packaging, and the "-icon" part was superfluous anyway. --- icons/CMakeLists.txt | 8 ++++---- icons/Makefile.am | 8 ++++---- icons/tmw-icon.ico | Bin 2238 -> 0 bytes icons/tmw-icon.png | Bin 1103 -> 0 bytes icons/tmw-icon.xpm | 56 --------------------------------------------------- icons/tmw.ico | Bin 0 -> 2238 bytes icons/tmw.png | Bin 0 -> 1103 bytes icons/tmw.xpm | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 icons/tmw-icon.ico delete mode 100644 icons/tmw-icon.png delete mode 100644 icons/tmw-icon.xpm create mode 100644 icons/tmw.ico create mode 100644 icons/tmw.png create mode 100644 icons/tmw.xpm 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-icon.ico deleted file mode 100644 index 5ba6e1b7..00000000 Binary files a/icons/tmw-icon.ico and /dev/null differ diff --git a/icons/tmw-icon.png b/icons/tmw-icon.png deleted file mode 100644 index 2598a620..00000000 Binary files a/icons/tmw-icon.png and /dev/null differ diff --git a/icons/tmw-icon.xpm b/icons/tmw-icon.xpm deleted file mode 100644 index a9e91161..00000000 --- a/icons/tmw-icon.xpm +++ /dev/null @@ -1,56 +0,0 @@ -/* XPM */ -static char *dummy[]={ -"32 32 21 1", -". c None", -"f c #003300", -"s c #003333", -"# c #003366", -"d c #006600", -"h c #009933", -"c c #040404", -"m c #0c0c0c", -"a c #3366cc", -"e c #339933", -"g c #33cc33", -"o c #66cc99", -"r c #993300", -"n c #996633", -"b c #99ccff", -"j c #c0c0c0", -"k c #cc6666", -"q c #cc9933", -"i c #cc9999", -"p c #cccc66", -"l c #efd6c6", -"................................", -".........................#......", -"........#................a......", -".......#a..............#aba#....", -"...#.......cccccccc......a......", -"...a......ccdeddcfdcc....#......", -".#ab#....ccccegdheefc...........", -"...#...cccdheeeeehdddc..........", -".......cheheegeeehddfcc.cc......", -"........ccdhedeeehhdcc..cic.....", -".......ccdhgeeeheeddfc.cijc.....", -".......cfddhehhhddfccc.cikcc....", -".......ccccfdhedfdffc..cjliccm..", -"..........cccdfdfcccc.cciiknc...", -".....cccc...cccccc...cceciiicc..", -"....cgoggccccnpqrc..mcgogeckcec.", -"....ccggogggccqpqccmccecciidogcm", -"....cjncgggecpncnrcccnijijikdec.", -".....ciikceccrqqcncrciiliikcnc..", -"....ccccccrcpqpqnrnkdkiiiiiinc..", -"..cccgogeccnqpccpqncdcseinikrc..", -"..cgooogggecnqcnqcpneedddsknegc.", -"..ccccggoooggcnegeceeegdedseogg.", -"...ccrkggggggoogggoeggegeeddcec.", -".....ccrcceggggeggggeggegeeckcc.", -".....mcnilkcgepccceggecceeecic..", -"......mcriikccinkcpeeencceciic..", -"........cijiilikiikccciknccrkc..", -".......cckiknccckiijiiknrc.cc...", -"........cccncc.ccnkknrccc...c...", -"..........ccc....ccccc..........", -"...........m...................."}; diff --git a/icons/tmw.ico b/icons/tmw.ico new file mode 100644 index 00000000..5ba6e1b7 Binary files /dev/null and b/icons/tmw.ico differ diff --git a/icons/tmw.png b/icons/tmw.png new file mode 100644 index 00000000..2598a620 Binary files /dev/null and b/icons/tmw.png differ diff --git a/icons/tmw.xpm b/icons/tmw.xpm new file mode 100644 index 00000000..a9e91161 --- /dev/null +++ b/icons/tmw.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char *dummy[]={ +"32 32 21 1", +". c None", +"f c #003300", +"s c #003333", +"# c #003366", +"d c #006600", +"h c #009933", +"c c #040404", +"m c #0c0c0c", +"a c #3366cc", +"e c #339933", +"g c #33cc33", +"o c #66cc99", +"r c #993300", +"n c #996633", +"b c #99ccff", +"j c #c0c0c0", +"k c #cc6666", +"q c #cc9933", +"i c #cc9999", +"p c #cccc66", +"l c #efd6c6", +"................................", +".........................#......", +"........#................a......", +".......#a..............#aba#....", +"...#.......cccccccc......a......", +"...a......ccdeddcfdcc....#......", +".#ab#....ccccegdheefc...........", +"...#...cccdheeeeehdddc..........", +".......cheheegeeehddfcc.cc......", +"........ccdhedeeehhdcc..cic.....", +".......ccdhgeeeheeddfc.cijc.....", +".......cfddhehhhddfccc.cikcc....", +".......ccccfdhedfdffc..cjliccm..", +"..........cccdfdfcccc.cciiknc...", +".....cccc...cccccc...cceciiicc..", +"....cgoggccccnpqrc..mcgogeckcec.", +"....ccggogggccqpqccmccecciidogcm", +"....cjncgggecpncnrcccnijijikdec.", +".....ciikceccrqqcncrciiliikcnc..", +"....ccccccrcpqpqnrnkdkiiiiiinc..", +"..cccgogeccnqpccpqncdcseinikrc..", +"..cgooogggecnqcnqcpneedddsknegc.", +"..ccccggoooggcnegeceeegdedseogg.", +"...ccrkggggggoogggoeggegeeddcec.", +".....ccrcceggggeggggeggegeeckcc.", +".....mcnilkcgepccceggecceeecic..", +"......mcriikccinkcpeeencceciic..", +"........cijiilikiikccciknccrkc..", +".......cckiknccckiijiiknrc.cc...", +"........cccncc.ccnkknrccc...c...", +"..........ccc....ccccc..........", +"...........m...................."}; -- cgit v1.2.3-60-g2f50