From 78515aa5900086d8ff38ba46c421f06504e533f4 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sat, 1 Jan 2005 18:40:55 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/01 18:36:32+00:00 nexus.co.uk!pb Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into stealth.nexus.co.uk:/home/pb/oe/oe 2005/01/01 18:35:06+00:00 nexus.co.uk!pb Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into stealth.nexus.co.uk:/home/pb/oe/oe 2005/01/01 19:34:59+01:00 hrw.one.pl!hrw add missing patch to gtk+ 2.6.0 2005/01/01 19:24:58+01:00 hrw.one.pl!hrw added missing dependencies to librsvg 2005/01/01 19:23:00+01:00 hrw.one.pl!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into home.hrw.one.pl:/home/hrw/zaurus/bb/openembedded 2005/01/01 19:17:46+01:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/01/01 10:40:49-08:00 (none)!ggilbert Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into olddog.(none):/home/ggilbert/oe/openembedded 2005/01/01 10:40:21-08:00 (none)!ggilbert Many files: Adding more LICENSES 2005/01/01 18:34:46+00:00 nexus.co.uk!pb add gpe-lights to gpe-task-games 2005/01/01 19:17:34+01:00 handhelds.org!CoreDump prboom_2.3.1.bb: prboom: Set DEFAULT_PREFERRENCE = -1 for 2.3.1 prboom_2.2.6.bb, prboom.png, prboom.desktop, m4.patch: new file 2005/01/01 17:39:51+00:00 nexus.co.uk!pb Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into stealth.nexus.co.uk:/home/pb/oe/oe 2005/01/01 17:39:24+00:00 nexus.co.uk!pb disable JIS encodings in rxvt-unicode 2005/01/01 17:17:42+01:00 hrw.one.pl!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into home.hrw.one.pl:/home/hrw/zaurus/bb/openembedded 2005/01/01 16:50:14+01:00 hrw.one.pl!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into home.hrw.one.pl:/home/hrw/zaurus/bb/openembedded 2004/12/31 23:30:31+01:00 hrw.one.pl!hrw removed verdana & georgia fonts from meta-opie due to LICENSE BKrev: 41d6eeb7-0v1WWxOR9ezdVHMi6M7xA --- .../matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'packages/matchbox-panel-hacks') 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 e69de29bb2..d4fc63d6b9 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 @@ -0,0 +1,18 @@ +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 = "x11/wm" +PRIORITY = "optional" +PR = "r1" +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/ +} -- cgit v1.2.3