From 61eff1cddf8e69eec313042fd2edae5f590ae099 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Oct 2018 18:39:50 +0200 Subject: [PATCH] Makefile.am: install the SVG icon Closes #366 --- Makefile.am | 7 +++++++ NEWS | 1 + 2 files changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index 50b98da76..00687936c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1702,6 +1702,13 @@ FILTER_LIBS = \ $(PCM_LIBS) +# +# Icon +# + +iconsdir = $(datadir)/icons/hicolor/scalable/apps +icons_DATA = mpd.svg + # # systemd unit # diff --git a/NEWS b/NEWS index 2ca870de9..dae501a4f 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ ver 0.20.22 (not yet released) - now runs as a service - add button to start/stop MPD - add option to auto-start on boot +* install the SVG icon ver 0.20.21 (2018/08/17) * database