summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--wscript5
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1225cd2..618c08d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+patchage (?) unstable; urgency=low
+
+ * Install SVG icon
+
+ -- Dave Robillard <dave@drobilla.net> ?
+
+
patchage (0.4.4) unstable; urgency=low
* Fix incorrect icon install paths
diff --git a/wscript b/wscript
index e5593a2..357b3e1 100644
--- a/wscript
+++ b/wscript
@@ -172,6 +172,11 @@ def build(bld):
bld.env['APP_INSTALL_NAME'] + '.png'),
'icons/' + s + '/patchage.png')
+ bld.install_as(
+ os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', 'scalable', 'apps',
+ bld.env['APP_INSTALL_NAME'] + '.svg'),
+ 'icons/scalable/patchage.svg')
+
def shutdown():
autowaf.shutdown()