Mercurial > pidgin.yaz
annotate libpurple/purple.pc.in @ 25943:b73c79f7490c
Fix the timezone parsing (again) and display the timezone in the info dialog
Use sscanf instead of trying to be fancy/lazy and append the timezone as
'GMT([+-]HH:MM)?' in the Get Info dialog.
Thanks to Marcus for his continued testing with this (my test env. consists
of two instances on the same computer, so it's clearly lacking a bit) and
suggestion to show the timezone.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 09 Feb 2009 00:03:08 +0000 |
parents | 389a51db740f |
children | 1d969bd224f2 |
rev | line source |
---|---|
15616
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
1 prefix=@prefix@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
3 libdir=@libdir@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
4 includedir=@includedir@ |
21455
389a51db740f
The order of these variable declarations is important if we want the
Stu Tomlinson <stu@nosnilmot.com>
parents:
21323
diff
changeset
|
5 datarootdir=@datarootdir@ |
15616
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
6 datadir=@datadir@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
21323
eb53ce4852a6
fix a bunch of these warnings from running configure:
Stu Tomlinson <stu@nosnilmot.com>
parents:
16591
diff
changeset
|
8 |
15616
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
9 Name: libpurple |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
10 Description: libpurple is a GLib-based instant messenger library. |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
11 Version: @VERSION@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
12 Requires: glib-2.0 |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
13 Cflags: -I${includedir}/libpurple |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
14 Libs: -L${libdir} -lpurple |