From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../matchbox-panel-hacks_0.3-1.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb (limited to 'meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb') diff --git a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb new file mode 100644 index 0000000000..46b0acfe2e --- /dev/null +++ b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Simple dockapps created with monolaunch and shell script" +DEPENDS = "matchbox xmodmap" +SRC_URI = "file://xrandr-panelapp.sh \ + file://xrandr-panelapp.desktop \ + file://mb-applet-home \ + file://home-panelapp.desktop \ + file://xrandr.png" +SECTION = "x11/wm" +PRIORITY = "optional" +PR = "r6" +LICENSE = "MIT" + +do_install() { + install -d ${D}${bindir} + install -d ${D}${datadir}/applications + install -d ${D}${datadir}/pixmaps + install -m 0755 ${WORKDIR}/xrandr-panelapp.sh ${D}${bindir}/ + install -m 0644 ${WORKDIR}/xrandr-panelapp.desktop ${D}${datadir}/applications/ + install -m 0644 ${WORKDIR}/xrandr.png ${D}${datadir}/pixmaps/ + install -m 0755 ${WORKDIR}/mb-applet-home ${D}${bindir}/ + install -m 0644 ${WORKDIR}/home-panelapp.desktop ${D}${datadir}/applications/ + +} -- cgit v1.2.3-54-g00ecf