pidgin.desktop.in

Mon, 17 Mar 2008 06:09:32 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 17 Mar 2008 06:09:32 +0000
changeset 22629
46e2adbfc4af
parent 16489
c2cb139e5bd9
child 16580
e1967b80e959
child 18068
b6554e3c8224
child 27891
92e3be9c1613
permissions
-rw-r--r--

Fix a problem with our configure check for sys/sysctl.h on OpenBSD 4.2.
It was printing the following message:

checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... yes
configure: WARNING: sys/sysctl.h: present but cannot be compiled
configure: WARNING: sys/sysctl.h: check for missing prerequisite
headers?
configure: WARNING: sys/sysctl.h: see the Autoconf documentation
configure: WARNING: sys/sysctl.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/sysctl.h: proceeding with the preprocessor's
result
configure: WARNING: sys/sysctl.h: in the future, the compiler will take
precedence
configure: WARNING: ## ------------------------------ ##
configure: WARNING: ## Report this to devel@pidgin.im ##
configure: WARNING: ## ------------------------------ ##

Turns out sys/sysctl.h on OpenBSD 4.2 requires that sys/param.h be
included for it to compile. This was reported to our devel mailing
list by David Hill on December 11th, 2007.

See http://www.gnu.org/software/autoconf/manual/autoconf.html#Generic-Headers
for the documentation on AC_CHECK_HEADERS

13180
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
1 [Desktop Entry]
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
2 Encoding=UTF-8
15434
94dcf9e39d66 Add a PIDGIN_NAME macro defined to "Pidgin," and converted a few
Sean Egan <seanegan@pidgin.im>
parents: 15136
diff changeset
3 _Name=Pidgin Internet Messenger
13180
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
4 _GenericName=Internet Messenger
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
5 _Comment=Send instant messages over multiple protocols
15538
ae12124b524a rename the .desktop file
Nathan Walp <nwalp@pidgin.im>
parents: 15434
diff changeset
6 Exec=pidgin
16489
c2cb139e5bd9 pidgin.png -> pidgin, to always find appropriate sizes.
Hylke Bons <hbons@pidgin.im>
parents: 15549
diff changeset
7 Icon=pidgin
13180
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
8 StartupNotify=true
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
9 Terminal=false
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
10 Type=Application
15136
66c9ee56a25b [gaim-migrate @ 17858]
Mark Doliner <markdoliner@pidgin.im>
parents: 13180
diff changeset
11 Categories=Network;InstantMessaging;

mercurial