]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gaim/gaim_2.0.0-cvs-mco1.bb
gaim: patch the cvs version with using local patch files instead of downloading them...
[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         file://no-superimposed-version-on-logo.patch;patch=1 \
9         file://01-optional-icons-in-dialogs.patch;patch=1 \
10         file://02-request-field-dialogs.patch;patch=1 \
11         file://03-blist-dialogs.patch;patch=1 \
12         file://04-saved-status-dialogs.patch;patch=1 \
13         file://05-statusbox-icon-size.patch;patch=1 \
14         file://06-account-dialogs.patch;patch=1 \
15         file://07-roomlist-dialog.patch;patch=1 \
16         file://define-pda-mode.patch;patch=1 \
17         file://desktop-name-2.0.0.patch;patch=1 \
18         file://docklet-icon-size.patch;patch=1 \
19         file://08-prefs-dialog.patch;patch=1 \
20         file://09-filetransfer-dialog.patch;patch=1 \
21         file://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