diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-stroke/matchbox-stroke_svn.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb b/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb index 6e003c787..207f3418a 100644 --- a/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb +++ b/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb @@ -1,13 +1,11 @@ -DESCRIPTION = "Matchbox keyboard" +DESCRIPTION = "Matchbox stroke recogniser" LICENSE = "GPL" DEPENDS = "libfakekey expat libxft" SECTION = "x11/wm" -PV = "0.0+svn${SRCDATE}" -PR="r1" +PV = "0.0+svnr${SRCREV}" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" - S = "${WORKDIR}/${PN}" inherit autotools pkgconfig gettext @@ -16,4 +14,3 @@ FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps \ ${datadir}/matchbox-stroke" - |