mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
Add .desktop file
This adds a .desktop file (without icon for now), which will automatically be installed when `meson install` is run.
This commit is contained in:
16
data/meson.build
Normal file
16
data/meson.build
Normal file
@@ -0,0 +1,16 @@
|
||||
desktop_file = '@0@.desktop'.format(base_id)
|
||||
|
||||
if desktop_file_validate.found()
|
||||
test(
|
||||
'validate-desktop',
|
||||
desktop_file_validate,
|
||||
args: [
|
||||
desktop_file
|
||||
],
|
||||
)
|
||||
endif
|
||||
|
||||
install_data(
|
||||
desktop_file,
|
||||
install_dir: datadir / 'applications'
|
||||
)
|
||||
Reference in New Issue
Block a user