summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-07 17:23:37 +0000
committerRoss Burton <ross@openedhand.com>2008-02-07 17:23:37 +0000
commit767710d5c4198e1dab69b813f906c9aad8588358 (patch)
tree74702d73d25018fd8d1c5b3390d5b1317d51ad8c /meta
parent4b5b4604da8aefe7c58ae6a9764a05f2b75e1c46 (diff)
downloadpoky-767710d5c4198e1dab69b813f906c9aad8588358.tar.gz
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
Diffstat (limited to 'meta')
-rwxr-xr-xmeta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session21
-rw-r--r--meta/packages/matchbox-poky/matchbox-poky_0.1.bb24
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 @@
1#!/bin/sh
2
3SHOWCURSOR="no"
4
5## All this should be done by themeing/xsettings.. ##
6matchbox-desktop --icon-size 48 \
7 --icon-padding 64 \
8 --font sans-8:bold \
9 --titlefont sans-8:bold &
10
11mb-applet-startup-monitor &
12
13matchbox-panel --orientation east \
14 --padding 4 \
15 --no-menu \
16 --no-session \
17 --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
18
19exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
20
21
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 @@
1DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL"
3SECTION = "x11"
4RDEPENDS = "matchbox-common matchbox-applet-startup-monitor gtk-theme-clearlooks"
5PR = "r24"
6
7SRC_URI = "file://etc"
8S = ${WORKDIR}
9
10do_install() {
11 cp -R ${S}/etc ${D}/etc
12 rm -fR ${D}/etc/.svn
13 rm -fR ${D}/etc/matchbox/.svn
14 chmod -R 755 ${D}/etc
15}
16
17pkg_postinst_matchbox-poky () {
18#!/bin/sh -e
19if [ "x$D" != "x" ]; then
20 exit 1
21fi
22
23gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Clearlooks
24}