summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-stroke
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/matchbox-stroke')
-rw-r--r--meta/packages/matchbox-stroke/matchbox-stroke_svn.bb7
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 6e003c787c..207f3418af 100644
--- a/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb
+++ b/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb
@@ -1,13 +1,11 @@
1DESCRIPTION = "Matchbox keyboard" 1DESCRIPTION = "Matchbox stroke recogniser"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DEPENDS = "libfakekey expat libxft" 3DEPENDS = "libfakekey expat libxft"
4SECTION = "x11/wm" 4SECTION = "x11/wm"
5PV = "0.0+svn${SRCDATE}" 5PV = "0.0+svnr${SRCREV}"
6PR="r1"
7 6
8SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" 7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
9 8
10
11S = "${WORKDIR}/${PN}" 9S = "${WORKDIR}/${PN}"
12 10
13inherit autotools pkgconfig gettext 11inherit autotools pkgconfig gettext
@@ -16,4 +14,3 @@ FILES_${PN} = "${bindir}/* \
16 ${datadir}/applications \ 14 ${datadir}/applications \
17 ${datadir}/pixmaps \ 15 ${datadir}/pixmaps \
18 ${datadir}/matchbox-stroke" 16 ${datadir}/matchbox-stroke"
19