1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-07 20:39:37 +00:00

Merge branch 'desktop-file' into 'master'

Add .desktop file

See merge request Librem5/calls!2
This commit is contained in:
Guido Günther 2018-06-05 12:30:11 +00:00
commit 5dec5e9b28
4 changed files with 21 additions and 0 deletions

7
data/meson.build Normal file
View 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'))

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -30,3 +30,4 @@ project('call', 'c',
subdir('libgdbofono')
subdir('src')
subdir('doc')
subdir('data')