]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gaim/gaim_2.0.0-cvs-mco1.bb
97be2329b99b6977bbfc533bb1ef7a31b2421f54
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gaim / gaim_2.0.0-cvs-mco1.bb
1 PR = "r2"
2 CVSDATE_${PN} = "20050904"
3 PV = "2.0.0-cvs-mco1-${CVSDATE}"
4
5 WEBCVSURL = "http://handhelds.org/cgi-bin/cvsweb.cgi/~checkout~/gaim"
6
7 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \
8         ${WEBCVSURL}/no-superimposed-version-on-logo.patch;patch=1 \
9         ${WEBCVSURL}/01-optional-icons-in-dialogs.patch;patch=1 \
10         ${WEBCVSURL}/02-request-field-dialogs.patch;patch=1 \
11         ${WEBCVSURL}/03-blist-dialogs.patch;patch=1 \
12         ${WEBCVSURL}/04-saved-status-dialogs.patch;patch=1 \
13         ${WEBCVSURL}/05-statusbox-icon-size.patch;patch=1 \
14         ${WEBCVSURL}/06-account-dialogs.patch;patch=1 \
15         ${WEBCVSURL}/07-roomlist-dialog.patch;patch=1 \
16         ${WEBCVSURL}/define-pda-mode.patch;patch=1 \
17         ${WEBCVSURL}/desktop-name-2.0.0.patch;patch=1 \
18         ${WEBCVSURL}/docklet-icon-size.patch;patch=1 \
19         ${WEBCVSURL}/08-prefs-dialog.patch;patch=1 \
20         ${WEBCVSURL}/09-filetransfer-dialog.patch;patch=1 \
21         ${WEBCVSURL}/10-pda-default-settings.patch;patch=1 \
22         "
23
24 include gaim.inc
25
26 S = "${WORKDIR}/gaim"
27
28 CFLAGS += "-D_GNU_SOURCE"
29
30
31 DEPENDS += "startup-notification"
32
33 #include autopoint (gettext)
34 EXTRA_AUTORECONF = ""
35
36 #disable "X Session Management"... It is EVIL
37 EXTRA_OECONF += "--disable-sm --enable-startup-notification"
38
39