mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
clapper-app: Add do not translate desktop app name comment
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
# Translators: Do NOT translate app name!
|
||||||
Name=Clapper
|
Name=Clapper
|
||||||
GenericName=Multimedia Player
|
GenericName=Multimedia Player
|
||||||
Comment=Play videos and music
|
Comment=Play videos and music
|
||||||
|
@@ -34,12 +34,12 @@ is_windows = ['windows'].contains(host_machine.system())
|
|||||||
|
|
||||||
if is_linux
|
if is_linux
|
||||||
desktop_file = i18n.merge_file(
|
desktop_file = i18n.merge_file(
|
||||||
input: 'applications/com.github.rafostar.Clapper.desktop.in',
|
input: 'applications/com.github.rafostar.Clapper.desktop.in',
|
||||||
output: 'com.github.rafostar.Clapper.desktop',
|
output: 'com.github.rafostar.Clapper.desktop',
|
||||||
type: 'desktop',
|
type: 'desktop',
|
||||||
po_dir: '../po',
|
po_dir: '../po',
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: join_paths(prefix, datadir, 'applications')
|
install_dir: join_paths(prefix, datadir, 'applications'),
|
||||||
)
|
)
|
||||||
desktop_utils = find_program('desktop-file-validate', required: false)
|
desktop_utils = find_program('desktop-file-validate', required: false)
|
||||||
if desktop_utils.found()
|
if desktop_utils.found()
|
||||||
|
Reference in New Issue
Block a user