From e8a6006d7540fa7cebf7736550e2bea6eeefeffa Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 21 Oct 2006 09:54:16 +0000 Subject: [PATCH] gpe-calendar: move over to gpe svn --- .../{gpe-calendar_cvs.bb => gpe-calendar_svn.bb} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename packages/gpe-calendar/{gpe-calendar_cvs.bb => gpe-calendar_svn.bb} (80%) diff --git a/packages/gpe-calendar/gpe-calendar_cvs.bb b/packages/gpe-calendar/gpe-calendar_svn.bb similarity index 80% rename from packages/gpe-calendar/gpe-calendar_cvs.bb rename to packages/gpe-calendar/gpe-calendar_svn.bb index f93f9d1fae..d6a232b225 100644 --- a/packages/gpe-calendar/gpe-calendar_cvs.bb +++ b/packages/gpe-calendar/gpe-calendar_svn.bb @@ -7,13 +7,15 @@ LICENSE = "GPL" DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" RDEPENDS = "gpe-icons" -PV = "0.73+cvs${SRCDATE}" +inherit autotools gpe + + +PV = "0.72+svn${SRCDATE}" PR = "r0" -SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}" +SRC_URI = "${GPE_SVN}" S = "${WORKDIR}/${PN}" -inherit autotools gpe PARALLEL_MAKE = "" -- 2.39.5