From 83c848762144cfdee6d2e7e680375d954465c327 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 26 Apr 2006 15:41:56 +0000 Subject: gaim: gaim switch from svn to cvs, updating recipe to match --- packages/gaim/gaim_cvs.bb | 25 ------------------------- packages/gaim/gaim_svn.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 packages/gaim/gaim_cvs.bb create mode 100644 packages/gaim/gaim_svn.bb diff --git a/packages/gaim/gaim_cvs.bb b/packages/gaim/gaim_cvs.bb deleted file mode 100644 index be9dd860b2..0000000000 --- a/packages/gaim/gaim_cvs.bb +++ /dev/null @@ -1,25 +0,0 @@ -PR = "r0" -#Remove the dash below when 2.0 changes in PV -DEFAULT_PREFERENCE = "-100000" -PV = "1.9+2.0beta3cvs-${SRCDATE}" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \ - file://no-superimposed-version-on-logo.patch;patch=1 \ - file://gtk-deprecated-2.0.0.patch;patch=1 \ - file://gevolution-eds-dbus.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" diff --git a/packages/gaim/gaim_svn.bb b/packages/gaim/gaim_svn.bb new file mode 100644 index 0000000000..cf6d17e7be --- /dev/null +++ b/packages/gaim/gaim_svn.bb @@ -0,0 +1,25 @@ +PR = "r0" +#Remove the dash below when 2.0 changes in PV +DEFAULT_PREFERENCE = "-100000" +PV = "1.9+2.0beta3cvs-${SRCDATE}" + +SRC_URI = "svn://svn.sourceforge.net/svnroot/gaim;module=trunk;proto=https \ + file://no-superimposed-version-on-logo.patch;patch=1 \ + file://gtk-deprecated-2.0.0.patch;patch=1 \ + file://gevolution-eds-dbus.patch;patch=1 \ + " + +include gaim.inc + +S = "${WORKDIR}/trunk" + +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" -- cgit v1.2.3