pidgin.desktop.in.in

Thu, 13 Feb 2014 20:22:10 -0500

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 13 Feb 2014 20:22:10 -0500
branch
release-2.x.y
changeset 35562
a591c0486b04
parent 35122
30af0986aa62
permissions
-rw-r--r--

Use python-config to find Python headers and libraries.

The current method does not work with Python 3 in Fedora, as the
binary, headers, and libraries are suffixed with '3.3m'. The current
test checks the internal version of Python and see '3.3.2' -> '3.3'.

[Desktop Entry]
_Name=Pidgin Internet Messenger
_GenericName=Internet Messenger
_Comment=Chat over IM.  Supports AIM, Google Talk, Jabber/XMPP, MSN, Yahoo and more
Exec=pidgin
Icon=pidgin
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;InstantMessaging;
@USES_MM_CHAT_SECTION@

mercurial