1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

Remove matchbox-poky, its been replaced by matchbox-sato

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3704 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-02-07 17:23:37 +00:00
parent 4b5b4604da
commit 767710d5c4
2 changed files with 0 additions and 45 deletions
@@ -1,21 +0,0 @@
#!/bin/sh
SHOWCURSOR="no"
## All this should be done by themeing/xsettings.. ##
matchbox-desktop --icon-size 48 \
--icon-padding 64 \
--font sans-8:bold \
--titlefont sans-8:bold &
mb-applet-startup-monitor &
matchbox-panel --orientation east \
--padding 4 \
--no-menu \
--no-session \
--default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
@@ -1,24 +0,0 @@
DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox-common matchbox-applet-startup-monitor gtk-theme-clearlooks"
PR = "r24"
SRC_URI = "file://etc"
S = ${WORKDIR}
do_install() {
cp -R ${S}/etc ${D}/etc
rm -fR ${D}/etc/.svn
rm -fR ${D}/etc/matchbox/.svn
chmod -R 755 ${D}/etc
}
pkg_postinst_matchbox-poky () {
#!/bin/sh -e
if [ "x$D" != "x" ]; then
exit 1
fi
gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Clearlooks
}