Skip to content
Snippets Groups Projects
Commit 245a52bf authored by Pierre-Luc Beaudoin's avatar Pierre-Luc Beaudoin
Browse files

Install in Application/Internet menu.

Moved icons to /usr/share/sflphone
parent f53d5919
No related branches found
No related tags found
No related merge requests found
SUBDIRS = src pixmaps
EXTRA_DIST = sflphone.desktop.in
appsdir = $(datadir)/applications
apps_in_files = sflphone.desktop.in
apps_DATA = $(apps_in_files:.desktop.in=.desktop)
#@INTLTOOL_DESKTOP_RULE@
DISTCLEANFILES= sflphone.desktop
......@@ -36,6 +36,7 @@ AC_OUTPUT([
Makefile
src/Makefile
pixmaps/Makefile
sflphone.desktop
])
pixmapsdir = $(datadir)/pixmaps
pixmaps_DATA = sflphone.png accept.svg current.svg transfert.svg hang_up.svg hold.svg unhold.svg refuse.svg call.svg ring.svg dial.svg mic.svg speaker.svg fail.svg
EXTRA_DIST = $(pixmaps_DATA)
icondir = $(datadir)/pixmaps
icon_DATA = sflphone.png
buttons_DATA = accept.svg current.svg transfert.svg hang_up.svg hold.svg unhold.svg refuse.svg call.svg ring.svg dial.svg mic.svg speaker.svg fail.svg
buttonsdir = $(datadir)/sflphone
EXTRA_DIST = $(icon_DATA) $(buttons_DATA)
[Desktop Entry]
Encoding=UTF-8
Name=SFLphone VOIP client
GenericName=Telephone
Comment=Call and receive calls with SIP or IAX protocols
Exec=sflphone-gtk
Icon=sflphone.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;Telephony;
......@@ -23,4 +23,4 @@ EXTRA_DIST = marshaller.list
sflphone_gtk_LDADD = $(DEPS_LIBS)
AM_CPPFLAGS = $(DEPS_CFLAGS) \
-DPIXMAPS_DIR=\""$(datadir)/pixmaps"\"
-DICONS_DIR=\""$(datadir)/sflphone"\"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment