diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-14 11:24:29 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-14 11:24:29 +0000 |
commit | d1a9129a306a07ade4ca50287345f4e950d308df (patch) | |
tree | acc607f33f9ce5be078bb1511243fb342ebac1e5 /packages/gaim | |
parent | fef583edb268e564d3c4d07d50adb609b3b9ce59 (diff) |
gaim/libw100/vincent: take care of svn.sf.net name change. Properly closes 2641.
* libw100 and vincent. rename svn.sourceforge.net host to $project.svn.sf.net
* drop gaim svn bb file. Project renamed to pidgin. host and thus source inaccesible.
Diffstat (limited to 'packages/gaim')
-rw-r--r-- | packages/gaim/gaim_svn.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/gaim/gaim_svn.bb b/packages/gaim/gaim_svn.bb deleted file mode 100644 index 8ef83c4b50..0000000000 --- a/packages/gaim/gaim_svn.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 = "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 \ - " - -require 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" |