summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-18 18:01:49 +0000
committerRoss Burton <ross@openedhand.com>2008-02-18 18:01:49 +0000
commit74de793dc291035cd3cd5dc81e35ed4b8efc810c (patch)
treec2e56492618f4605e792fac738869993b72ef162 /meta
parentf1607f0bbbe873e10a5fdfa224754ffd6bb225a6 (diff)
downloadpoky-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')
-rw-r--r--meta/conf/distro/poky.conf2
-rw-r--r--meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb7
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index beeceda317..029d4dac62 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -94,7 +94,7 @@ SRCREV_pn-matchbox-desktop ?= "1902"
94SRCREV_pn-matchbox-keyboard ?= "1910" 94SRCREV_pn-matchbox-keyboard ?= "1910"
95SRCREV_pn-matchbox-panel ?= "1364" 95SRCREV_pn-matchbox-panel ?= "1364"
96SRCDATE_matchbox-panel-manager ?= "20060612" 96SRCDATE_matchbox-panel-manager ?= "20060612"
97SRCREV_pn-matchbox-panel-2 ?= "1911" 97SRCREV_pn-matchbox-panel-2 ?= "1930"
98SRCREV_pn-matchbox-stroke ?= "1524" 98SRCREV_pn-matchbox-stroke ?= "1524"
99SRCREV_pn-matchbox-themes-extra ?= "1524" 99SRCREV_pn-matchbox-themes-extra ?= "1524"
100SRCREV_pn-matchbox-terminal ?= "1612" 100SRCREV_pn-matchbox-terminal ?= "1612"
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 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2PRIORITY = "optional" 2PRIORITY = "optional"
3DEPENDS = "gtk+ startup-notification apmd" 3DEPENDS = "gtk+ startup-notification apmd dbus"
4PV = "0.0+svnr${SRCREV}" 4PV = "0.0+svnr${SRCREV}"
5PR = "r2" 5PR = "r3"
6 6
7RPROVIDES_${PN} = "matchbox-panel" 7RPROVIDES_${PN} = "matchbox-panel"
8RREPLACES_${PN} = "matchbox-panel" 8RREPLACES_${PN} = "matchbox-panel"
@@ -10,12 +10,11 @@ RCONFLICTS_${PN} = "matchbox-panel"
10 10
11SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" 11SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
12 12
13EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" 13EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
14 14
15S = "${WORKDIR}/${PN}" 15S = "${WORKDIR}/${PN}"
16 16
17FILES_${PN} += "${libdir}/matchbox-panel/*.so \ 17FILES_${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 "
21FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" 20FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"