mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Rename freedesktop and metainfo files to reverse DNS schema
Based on the suggestion made by Mart Raudsepp. "Regular installs should have reverse DNS notation desktop and metainfo files as well. This becomes important if we ever make use of things like dbus service activation further down the line. And renaming it then will break peoples app shortcuts and other things." Signed-off-by: Leon Marz <main@lmarz.org> Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Helped-by: Mart Raudsepp <leio@gentoo.org> Reference-to: https://github.com/tenacityteam/tenacity/pull/642
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"command": "tenacity",
|
||||
"rename-desktop-file": "tenacity.desktop",
|
||||
"rename-icon": "tenacity",
|
||||
"rename-appdata-file": "tenacity.metainfo.xml",
|
||||
"finish-args": [
|
||||
"--share=ipc",
|
||||
"--socket=x11",
|
||||
@@ -189,7 +188,7 @@
|
||||
"-DWX_CONFIG=/app/bin/wx-config"
|
||||
],
|
||||
"post-install": [
|
||||
"install -Dm644 ../help/tenacity.metainfo.xml -t /app/share/metainfo",
|
||||
"install -Dm644 ../help/org.tenacityaudio.Tenacity.metainfo.xml -t /app/share/metainfo",
|
||||
"install -d /app/extensions/Plugins"
|
||||
],
|
||||
"cleanup": [
|
||||
@@ -209,7 +208,7 @@
|
||||
{
|
||||
"type": "shell",
|
||||
"commands": [
|
||||
"sed -e '43i <release version=\"master\" date=\"2021-08-12\"/>' -i help/tenacity.metainfo.xml"
|
||||
"sed -e '43i <release version=\"master\" date=\"2021-08-12\"/>' -i help/org.tenacityaudio.Tenacity.metainfo.xml"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user