diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-16 13:05:43 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-16 13:05:43 +0000 |
commit | 8fa8f8129d2f7e0685ac3d291b3745fbf2f61e31 (patch) | |
tree | fca0364f444855c99e24e84d3f01f57fd81660e6 /matchbox-panel-hacks | |
parent | d285ff91876c6fe89c7ef00d017fb032e9ad0d45 (diff) |
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
Diffstat (limited to 'matchbox-panel-hacks')
-rw-r--r-- | matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe | 16 |
1 files changed, 16 insertions, 0 deletions
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/ +} |