Add .desktop file and icon
This commit is contained in:
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('libgdbofono')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('doc')
|
subdir('doc')
|
||||||
|
subdir('data')
|
||||||
|
|||||||
Reference in New Issue
Block a user