summaryrefslogtreecommitdiff
path: root/packages/gaim/gaim_cvs.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-08-30 14:40:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-30 14:40:49 +0000
commiteee22b96a937c195c3c9203de50d4f7f917184a7 (patch)
treedba36cc80d39b19973567a57c76b883371b12016 /packages/gaim/gaim_cvs.bb
parentd80eceba4710efe2b33f542c34a435786a157ca0 (diff)
gaim: update packages/gaim as per bug #273
Diffstat (limited to 'packages/gaim/gaim_cvs.bb')
-rw-r--r--packages/gaim/gaim_cvs.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gaim/gaim_cvs.bb b/packages/gaim/gaim_cvs.bb
new file mode 100644
index 0000000000..cd42cc93f2
--- /dev/null
+++ b/packages/gaim/gaim_cvs.bb
@@ -0,0 +1,21 @@
+PR = "r0"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \
+ file://no-superimposed-version-on-logo.patch;patch=1 \
+ file://desktop-name-2.0.0.patch;patch=1 \
+ "
+
+include gaim.inc
+
+S = "${WORKDIR}/gaim"
+
+CFLAGS += "-D_GNU_SOURCE"
+
+
+DEPENDS += "startup-notification"
+
+#include autopoint (gettext)
+EXTRA_AUTORECONF = ""
+
+#disable "X Session Management"... It is EVIL
+EXTRA_OECONF += "--disable-sm --enable-startup-notification"