Commit 95ddb4a6 authored by François Grisez's avatar François Grisez
Browse files

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
parent a8ebf14d
No related merge requests found
Showing with 27 additions and 23 deletions
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
iconsdir=$(datadir)/icons/hicolor/48x48/apps
icons_DATA= linphone.png
EXTRA_DIST=$(pixmap_DATA)
EXTRA_DIST=$(pixmap_DATA) $(icons_DATA)
pixmaps/linphone.png

2.68 KB | W: | H:

pixmaps/linphone.png

2.67 KB | W: | H:

pixmaps/linphone.png
pixmaps/linphone.png
pixmaps/linphone.png
pixmaps/linphone.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment