diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-09-13 10:13:43 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-09-13 10:13:43 +0200 |
commit | 9af0aa32c1e32e7ac841c624e0c4f383430e2efd (patch) | |
tree | a281840577f9732c843bb63e844cf3cda5e46580 /icons | |
parent | ea5dabc28a719e57b59ea0852f89cb0002caa43b (diff) |
desktop icons, launcher update, minor libsidplay2 patches
Diffstat (limited to 'icons')
-rw-r--r-- | icons/16x16/deadbeef.png | bin | 0 -> 673 bytes | |||
-rw-r--r-- | icons/32x32/deadbeef.png | bin | 0 -> 1737 bytes | |||
-rw-r--r-- | icons/48x48/deadbeef.png | bin | 0 -> 3261 bytes | |||
-rw-r--r-- | icons/Makefile.am | 11 |
4 files changed, 11 insertions, 0 deletions
diff --git a/icons/16x16/deadbeef.png b/icons/16x16/deadbeef.png Binary files differnew file mode 100644 index 00000000..829b238c --- /dev/null +++ b/icons/16x16/deadbeef.png diff --git a/icons/32x32/deadbeef.png b/icons/32x32/deadbeef.png Binary files differnew file mode 100644 index 00000000..1abdb062 --- /dev/null +++ b/icons/32x32/deadbeef.png diff --git a/icons/48x48/deadbeef.png b/icons/48x48/deadbeef.png Binary files differnew file mode 100644 index 00000000..64ddae2c --- /dev/null +++ b/icons/48x48/deadbeef.png 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) |