diff options
author | David Robillard <d@drobilla.net> | 2009-12-09 23:25:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-12-09 23:25:33 +0000 |
commit | 0407655579693270426e4ef7fd827987a7a2c0a5 (patch) | |
tree | 051a92d3dc9b82a4fc6f132939dd3fe8ca21e853 | |
parent | ef1bfb4d14b33699bb3cb9b1d3fc0dbe2b7daa56 (diff) | |
download | patchage-0407655579693270426e4ef7fd827987a7a2c0a5.tar.gz patchage-0407655579693270426e4ef7fd827987a7a2c0a5.tar.bz2 patchage-0407655579693270426e4ef7fd827987a7a2c0a5.zip |
Install SVG icon.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2308 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | wscript | 5 |
2 files changed, 12 insertions, 0 deletions
@@ -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 @@ -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() |