From: Mika Laitio Date: Sun, 21 May 2006 16:36:38 +0000 (+0300) Subject: gomunicator sourceforge cvs url fixed. X-Git-Tag: familiar-v0.8.4-rc3~69 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c55b6258e5103aacc943c30458a7d6156d6001e1;p=familiar-h63xx-build.git gomunicator sourceforge cvs url fixed. Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb b/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb index 03e82d1..9146cdd 100644 --- a/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb +++ b/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb @@ -7,13 +7,11 @@ DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib" #Remove the dash below when 0.1.3 changes in PV PV = "0.1.3+cvs-${CVSDATE}" - inherit autotools pkgconfig -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" +SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" S = "${WORKDIR}/${PN}" do_install_append() { install -d ${D}${datadir}/applications - install -m 0644 gomunicator.desktop ${D}${datadir}/applications/ }