mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
Merge branch 'desktop-file' into 'master'
Add .desktop file See merge request Librem5/calls!2
This commit is contained in:
commit
5dec5e9b28
4 changed files with 21 additions and 0 deletions
7
data/meson.build
Normal file
7
data/meson.build
Normal file
|
@ -0,0 +1,7 @@
|
|||
datadir = get_option('datadir')
|
||||
|
||||
install_data('sm.puri.Calls.desktop',
|
||||
install_dir : join_paths(datadir, 'applications'))
|
||||
|
||||
install_data('sm.puri.Calls.png',
|
||||
install_dir : join_paths(datadir, 'icons', 'hicolor', '256x256', 'apps'))
|
13
data/sm.puri.Calls.desktop
Normal file
13
data/sm.puri.Calls.desktop
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Name=Calls
|
||||
GenericName=Phone
|
||||
Comment=Make telephone calls
|
||||
# Translators: These are desktop search terms. Do not translate semicolons, end line with a semicolon.
|
||||
Keywords=Telephone;Call;Phone;Dial;Dialer;PTSN;
|
||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||
Icon=sm.puri.Calls
|
||||
TryExec=calls
|
||||
Exec=calls
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=GNOME;GTK;Telephony;
|
BIN
data/sm.puri.Calls.png
Normal file
BIN
data/sm.puri.Calls.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -30,3 +30,4 @@ project('call', 'c',
|
|||
subdir('libgdbofono')
|
||||
subdir('src')
|
||||
subdir('doc')
|
||||
subdir('data')
|
||||
|
|
Loading…
Reference in a new issue