I'm adding this to experiment with the tracker editor branch. It doesn't seem to work right now. I'll look into that later. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ryan Fox <flewkey@2a03.party>
14 lines
653 B
Diff
14 lines
653 B
Diff
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
|
|
index f5d0533..a68cb3f 100644
|
|
--- a/gtk2_ardour/wscript
|
|
+++ b/gtk2_ardour/wscript
|
|
@@ -943,7 +943,7 @@ def build(bld):
|
|
obj.chmod = Utils.O644
|
|
obj.dict = freedesktop_subst_dict
|
|
set_subst_dict(obj, freedesktop_subst_dict)
|
|
- bld.install_files (os.path.join (bld.env['PREFIX'], 'share/appdata'), obj.target)
|
|
+ bld.install_files (os.path.join (bld.env['PREFIX'], 'share/metadata'), obj.target)
|
|
|
|
# install desktop icon files
|
|
bld.install_as('${PREFIX}/share/icons/hicolor/16x16/apps/ardour6.png', 'resources/Ardour-icon_16px.png')
|