diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-07 17:23:37 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-07 17:23:37 +0000 |
commit | 767710d5c4198e1dab69b813f906c9aad8588358 (patch) | |
tree | 74702d73d25018fd8d1c5b3390d5b1317d51ad8c | |
parent | 4b5b4604da8aefe7c58ae6a9764a05f2b75e1c46 (diff) | |
download | openembedded-core-767710d5c4198e1dab69b813f906c9aad8588358.tar.gz openembedded-core-767710d5c4198e1dab69b813f906c9aad8588358.tar.bz2 openembedded-core-767710d5c4198e1dab69b813f906c9aad8588358.zip |
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
-rwxr-xr-x | meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 21 | ||||
-rw-r--r-- | meta/packages/matchbox-poky/matchbox-poky_0.1.bb | 24 |
2 files changed, 0 insertions, 45 deletions
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 4eea748d44..0000000000 --- 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 c7f0ec603b..0000000000 --- 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 -} |