mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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
This commit is contained in:
@@ -94,7 +94,7 @@ SRCREV_pn-matchbox-desktop ?= "1902"
|
|||||||
SRCREV_pn-matchbox-keyboard ?= "1910"
|
SRCREV_pn-matchbox-keyboard ?= "1910"
|
||||||
SRCREV_pn-matchbox-panel ?= "1364"
|
SRCREV_pn-matchbox-panel ?= "1364"
|
||||||
SRCDATE_matchbox-panel-manager ?= "20060612"
|
SRCDATE_matchbox-panel-manager ?= "20060612"
|
||||||
SRCREV_pn-matchbox-panel-2 ?= "1911"
|
SRCREV_pn-matchbox-panel-2 ?= "1930"
|
||||||
SRCREV_pn-matchbox-stroke ?= "1524"
|
SRCREV_pn-matchbox-stroke ?= "1524"
|
||||||
SRCREV_pn-matchbox-themes-extra ?= "1524"
|
SRCREV_pn-matchbox-themes-extra ?= "1524"
|
||||||
SRCREV_pn-matchbox-terminal ?= "1612"
|
SRCREV_pn-matchbox-terminal ?= "1612"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
DEPENDS = "gtk+ startup-notification apmd"
|
DEPENDS = "gtk+ startup-notification apmd dbus"
|
||||||
PV = "0.0+svnr${SRCREV}"
|
PV = "0.0+svnr${SRCREV}"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
RPROVIDES_${PN} = "matchbox-panel"
|
RPROVIDES_${PN} = "matchbox-panel"
|
||||||
RREPLACES_${PN} = "matchbox-panel"
|
RREPLACES_${PN} = "matchbox-panel"
|
||||||
@@ -10,12 +10,11 @@ RCONFLICTS_${PN} = "matchbox-panel"
|
|||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
|
EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/matchbox-panel/*.so \
|
FILES_${PN} += "${libdir}/matchbox-panel/*.so \
|
||||||
${datadir}/matchbox-panel/battery/*.png \
|
|
||||||
${datadir}/matchbox-panel/brightness/*.png \
|
${datadir}/matchbox-panel/brightness/*.png \
|
||||||
${datadir}/matchbox-panel/startup/*.png "
|
${datadir}/matchbox-panel/startup/*.png "
|
||||||
FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
|
FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
|
||||||
|
|||||||
Reference in New Issue
Block a user