Updated PNG icon files.
authorTim Dickson <>
Sun, 7 Jul 2013 16:32:44 +0000 (18:32 +0200)
committerGuus Sliepen <guus@debian.org>
Sun, 7 Jul 2013 16:32:44 +0000 (18:32 +0200)
The PNG files under icons directory are not square, so that when KDE shows them
they get stretched. I have created updated icon files for 16x16,
32x32,48x48,64x64 to replace the 16x12,32,24,missing, and 64,48 icons.

icons/blobwars-large.png [deleted file]
icons/blobwars-mini.png [deleted file]
icons/blobwars.png [deleted file]
icons/blobwars16x16.png [new file with mode: 0644]
icons/blobwars32x32.png [new file with mode: 0644]
icons/blobwars48x48.png [new file with mode: 0644]
icons/blobwars64x64.png [new file with mode: 0644]
makefile

diff --git a/icons/blobwars-large.png b/icons/blobwars-large.png
deleted file mode 100644 (file)
index 4f50a9c..0000000
Binary files a/icons/blobwars-large.png and /dev/null differ
diff --git a/icons/blobwars-mini.png b/icons/blobwars-mini.png
deleted file mode 100644 (file)
index fd67183..0000000
Binary files a/icons/blobwars-mini.png and /dev/null differ
diff --git a/icons/blobwars.png b/icons/blobwars.png
deleted file mode 100644 (file)
index c6d3e70..0000000
Binary files a/icons/blobwars.png and /dev/null differ
diff --git a/icons/blobwars16x16.png b/icons/blobwars16x16.png
new file mode 100644 (file)
index 0000000..ff1e337
Binary files /dev/null and b/icons/blobwars16x16.png differ
diff --git a/icons/blobwars32x32.png b/icons/blobwars32x32.png
new file mode 100644 (file)
index 0000000..9d0b811
Binary files /dev/null and b/icons/blobwars32x32.png differ
diff --git a/icons/blobwars48x48.png b/icons/blobwars48x48.png
new file mode 100644 (file)
index 0000000..a9ccf53
Binary files /dev/null and b/icons/blobwars48x48.png differ
diff --git a/icons/blobwars64x64.png b/icons/blobwars64x64.png
new file mode 100644 (file)
index 0000000..7ec3f01
Binary files /dev/null and b/icons/blobwars64x64.png differ
index eb3720421e1199a14f143e86607e0d09f82751fb..104ef0a54881e7c7962a4972be1e007125b6b794 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -110,6 +110,7 @@ install: $(ALL)
        mkdir -p $(DESTDIR)$(DOCDIR)
        mkdir -p $(DESTDIR)$(ICONDIR)16x16/apps
        mkdir -p $(DESTDIR)$(ICONDIR)32x32/apps
+       mkdir -p $(DESTDIR)$(ICONDIR)48x48/apps
        mkdir -p $(DESTDIR)$(ICONDIR)64x64/apps
        mkdir -p $(DESTDIR)$(DESKTOPDIR)
 
@@ -120,9 +121,10 @@ else
        cp -pr $(DATA) $(DESTDIR)$(DATADIR)
 endif
        cp -p $(DOCS) $(DESTDIR)$(DOCDIR)
-       cp -p $(ICONS)$(PROG).png $(DESTDIR)$(ICONDIR)32x32/apps/
-       cp -p $(ICONS)$(PROG)-mini.png $(DESTDIR)$(ICONDIR)16x16/apps/$(PROG).png
-       cp -p $(ICONS)$(PROG)-large.png $(DESTDIR)$(ICONDIR)64x64/apps/$(PROG).png
+       cp -p $(ICONS)$(PROG)16x16.png $(DESTDIR)$(ICONDIR)16x16/apps/$(PROG).png
+       cp -p $(ICONS)$(PROG)32x32.png $(DESTDIR)$(ICONDIR)32x32/apps/$(PROG).png
+       cp -p $(ICONS)$(PROG)48x48.png $(DESTDIR)$(ICONDIR)48x48/apps/$(PROG).png
+       cp -p $(ICONS)$(PROG)64x64.png $(DESTDIR)$(ICONDIR)64x64/apps/$(PROG).png
        cp -p $(ICONS)$(PROG).desktop $(DESTDIR)$(DESKTOPDIR)
 
        @for f in $(LOCALE_MO); do \