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