From 9af0aa32c1e32e7ac841c624e0c4f383430e2efd Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 13 Sep 2009 10:13:43 +0200 Subject: desktop icons, launcher update, minor libsidplay2 patches --- icons/16x16/deadbeef.png | Bin 0 -> 673 bytes icons/32x32/deadbeef.png | Bin 0 -> 1737 bytes icons/48x48/deadbeef.png | Bin 0 -> 3261 bytes icons/Makefile.am | 11 +++++++++++ 4 files changed, 11 insertions(+) create mode 100644 icons/16x16/deadbeef.png create mode 100644 icons/32x32/deadbeef.png create mode 100644 icons/48x48/deadbeef.png create mode 100644 icons/Makefile.am (limited to 'icons') diff --git a/icons/16x16/deadbeef.png b/icons/16x16/deadbeef.png new file mode 100644 index 00000000..829b238c Binary files /dev/null and b/icons/16x16/deadbeef.png differ diff --git a/icons/32x32/deadbeef.png b/icons/32x32/deadbeef.png new file mode 100644 index 00000000..1abdb062 Binary files /dev/null and b/icons/32x32/deadbeef.png differ diff --git a/icons/48x48/deadbeef.png b/icons/48x48/deadbeef.png new file mode 100644 index 00000000..64ddae2c Binary files /dev/null and b/icons/48x48/deadbeef.png differ diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 00000000..835070e6 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,11 @@ +icon16dir=$(prefix)/share/icons/hicolor/16x16/apps +icon16_DATA=16x16/deadbeef.png +EXTRADIST = $(icon16_DATA) + +icon32dir=$(prefix)/share/icons/hicolor/32x32/apps +icon32_DATA=32x32/deadbeef.png +EXTRADIST = $(icon32_DATA) + +icon48dir=$(prefix)/share/icons/hicolor/48x48/apps +icon48_DATA=48x48/deadbeef.png +EXTRADIST = $(icon48_DATA) -- cgit v1.2.3