diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-25 12:49:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-25 12:49:40 +0000 |
commit | c41aad22aeb0e6b7c15a36f66ae0f33eaf8077c9 (patch) | |
tree | 372e13fdd1408ac6b5fbb967b865b23b7bdc9bf3 /packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb | |
parent | 285ff2d91b5ed0580f3b830a84d79fdd540c50f5 (diff) |
mb panel hacks: set package_arch to all
Diffstat (limited to 'packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb')
-rw-r--r-- | packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb index e7c1b4e648..f5c1209255 100644 --- a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb +++ b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb @@ -1,12 +1,15 @@ DESCRIPTION = "Simple dockapps created with monolaunch and shell script" +LICENSE = "MIT" +SECTION = "x11/wm" +PRIORITY = "optional" + DEPENDS = "matchbox xmodmap" + +PR = "r6" + SRC_URI = "file://xrandr-panelapp.sh \ file://xrandr-panelapp.desktop \ file://xrandr.png" -SECTION = "x11/wm" -PRIORITY = "optional" -PR = "r4" -LICENSE = "MIT" do_install() { install -d ${D}${bindir} @@ -16,3 +19,7 @@ do_install() { install -m 0644 ${WORKDIR}/xrandr-panelapp.desktop ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/xrandr.png ${D}${datadir}/pixmaps/ } + +#The package contains ashellscript, a .desktop file and a png +PACKAGE_ARCH = "all" + |