diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index b41f9d6d76..5c027d5e75 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -1,19 +1,17 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
4 | PV = "0.0+svn${SRCDATE}" | ||
5 | DEPENDS = "gtk+ startup-notification apmd" | 3 | DEPENDS = "gtk+ startup-notification apmd" |
6 | PR = "r2" | 4 | PV = "0.0+svnr${SRCREV}" |
7 | 5 | ||
8 | RPROVIDES = matchbox-panel | 6 | RPROVIDES = "matchbox-panel" |
9 | RREPLACES = matchbox-panel | 7 | RREPLACES = "matchbox-panel" |
10 | RCONFLICTS = matchbox-panel | 8 | RCONFLICTS = "matchbox-panel" |
11 | 9 | ||
12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
13 | 11 | ||
14 | EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" | 12 | EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" |
15 | 13 | ||
16 | S = ${WORKDIR}/${PN} | 14 | S = "${WORKDIR}/${PN}" |
17 | 15 | ||
18 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | 16 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ |
19 | ${datadir}/matchbox-panel/battery/*.png \ | 17 | ${datadir}/matchbox-panel/battery/*.png \ |