]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove matchbox-poky, its been replaced by matchbox-sato
authorRoss Burton <ross@openedhand.com>
Thu, 7 Feb 2008 17:23:37 +0000 (17:23 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 7 Feb 2008 17:23:37 +0000 (17:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3704 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session [deleted file]
meta/packages/matchbox-poky/matchbox-poky_0.1.bb [deleted file]

diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
deleted file mode 100755 (executable)
index 4eea748..0000000
+++ /dev/null
@@ -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 $@
-
-
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
deleted file mode 100644 (file)
index c7f0ec6..0000000
+++ /dev/null
@@ -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
-}