mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Install the icon image in a standard repository
* The new location of the icon image is <prefix>/icons/hicolor/48x48/apps * The icon has been resized to 48x48
This commit is contained in:
parent
a8ebf14da6
commit
95ddb4a61d
4 changed files with 27 additions and 23 deletions
|
|
@ -1,25 +1,29 @@
|
|||
|
||||
|
||||
pixmapdir=$(datadir)/pixmaps/linphone
|
||||
|
||||
pixmap_DATA= \
|
||||
hold_on.png hold_off.png \
|
||||
mic_muted.png mic_active.png \
|
||||
linphone.png linphone-banner.png \
|
||||
status-green.png \
|
||||
status-orange.png \
|
||||
status-red.png \
|
||||
status-offline.png \
|
||||
call.png \
|
||||
chat.png active_chat.png composing_chat.png composing_active_chat.png\
|
||||
chat_message_inprogress.png chat_message_delivered.png chat_message_not_delivered.png\
|
||||
contact-orange.png dialer-orange.png history-orange.png\
|
||||
startcall-green.png startcall-small.png stopcall-red.png stopcall-small.png addcall-green.png linphone.icns \
|
||||
contact_starred.png contact_unstarred.png \
|
||||
speaker.png \
|
||||
call_status_incoming.png call_status_outgoing.png \
|
||||
ok.png \
|
||||
dialer.png \
|
||||
notok.png
|
||||
hold_on.png hold_off.png \
|
||||
mic_muted.png mic_active.png \
|
||||
linphone.png linphone-banner.png \
|
||||
status-green.png \
|
||||
status-orange.png \
|
||||
status-red.png \
|
||||
status-offline.png \
|
||||
call.png \
|
||||
chat.png active_chat.png composing_chat.png composing_active_chat.png\
|
||||
chat_message_inprogress.png chat_message_delivered.png chat_message_not_delivered.png\
|
||||
contact-orange.png dialer-orange.png history-orange.png\
|
||||
startcall-green.png startcall-small.png stopcall-red.png stopcall-small.png addcall-green.png linphone.icns \
|
||||
contact_starred.png contact_unstarred.png \
|
||||
speaker.png \
|
||||
call_status_incoming.png call_status_outgoing.png \
|
||||
ok.png \
|
||||
dialer.png \
|
||||
notok.png
|
||||
|
||||
EXTRA_DIST=$(pixmap_DATA)
|
||||
|
||||
iconsdir=$(datadir)/icons/hicolor/48x48/apps
|
||||
|
||||
icons_DATA= linphone.png
|
||||
|
||||
|
||||
EXTRA_DIST=$(pixmap_DATA) $(icons_DATA)
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
|
@ -7,6 +7,6 @@ Comment[fr]=Assistant audio de Linphone.
|
|||
Comment[ru]=Помощник аудио Linphone
|
||||
Type=Application
|
||||
Exec=linphone --run-audio-assistant
|
||||
Icon=@prefix@/share/pixmaps/linphone/linphone.png
|
||||
Icon=linphone
|
||||
Terminal=false
|
||||
Categories=Network;Telephony;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ GenericName=Web-phone
|
|||
Comment=Linphone is a web-phone
|
||||
Type=Application
|
||||
Exec=linphone
|
||||
Icon=@prefix@/share/pixmaps/linphone/linphone.png
|
||||
Icon=linphone
|
||||
Terminal=false
|
||||
Categories=Network;Telephony;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue