From 767710d5c4198e1dab69b813f906c9aad8588358 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 7 Feb 2008 17:23:37 +0000 Subject: 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 --- .../matchbox-poky/etc/matchbox/session | 21 ------------------- meta/packages/matchbox-poky/matchbox-poky_0.1.bb | 24 ---------------------- 2 files changed, 45 deletions(-) delete mode 100755 meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session delete mode 100644 meta/packages/matchbox-poky/matchbox-poky_0.1.bb (limited to 'meta') 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 index 4eea748d4..000000000 --- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ /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 index c7f0ec603..000000000 --- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb +++ /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 -} -- cgit v1.2.3