From 8fa8f8129d2f7e0685ac3d291b3745fbf2f61e31 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Thu, 16 Sep 2004 13:05:43 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into chris.(none):/home/cwiiis/oe/packages 2004/09/16 14:05:29+01:00 (none)!cwiiis Change a lot of gpe-related default settings. 2004/09/16 09:31:39+01:00 (none)!cwiiis Merge bk://openembedded@openembedded.bkbits.net/packages into chris.(none):/home/cwiiis/oe/packages 2004/09/16 09:31:28+01:00 (none)!cwiiis Fix dillo2 building. BKrev: 41498fa75yPDm4sTXLO7rcKzyq0xaA --- matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe') diff --git a/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe b/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe index e69de29bb2..5656678127 100644 --- a/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe +++ b/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "Simple dockapps created with monolaunch and shell script" +DEPENDS = "matchbox xmodmap" +SRC_URI = "file://xrandr-panelapp.sh \ + file://xrandr-panelapp.desktop \ + file://xrandr.png" +SECTION = "gpe" +PRIORITY = "optional" + +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/ +} -- cgit v1.2.3