diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-18 18:01:49 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-18 18:01:49 +0000 |
commit | 74de793dc291035cd3cd5dc81e35ed4b8efc810c (patch) | |
tree | c2e56492618f4605e792fac738869993b72ef162 /meta/packages | |
parent | f1607f0bbbe873e10a5fdfa224754ffd6bb225a6 (diff) | |
download | poky-74de793dc291035cd3cd5dc81e35ed4b8efc810c.tar.gz |
matchbox-panel: update to latest srcrev, with new icons and new applets
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3825 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 7 |
1 files changed, 3 insertions, 4 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 97e5980ff7..03504143d5 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | DEPENDS = "gtk+ startup-notification apmd" | 3 | DEPENDS = "gtk+ startup-notification apmd dbus" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | RPROVIDES_${PN} = "matchbox-panel" | 7 | RPROVIDES_${PN} = "matchbox-panel" |
8 | RREPLACES_${PN} = "matchbox-panel" | 8 | RREPLACES_${PN} = "matchbox-panel" |
@@ -10,12 +10,11 @@ RCONFLICTS_${PN} = "matchbox-panel" | |||
10 | 10 | ||
11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
12 | 12 | ||
13 | EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" | 13 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |
14 | 14 | ||
15 | S = "${WORKDIR}/${PN}" | 15 | S = "${WORKDIR}/${PN}" |
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | 17 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ |
18 | ${datadir}/matchbox-panel/battery/*.png \ | ||
19 | ${datadir}/matchbox-panel/brightness/*.png \ | 18 | ${datadir}/matchbox-panel/brightness/*.png \ |
20 | ${datadir}/matchbox-panel/startup/*.png " | 19 | ${datadir}/matchbox-panel/startup/*.png " |
21 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 20 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |