diff options
author | Chris Lord <chris@openedhand.com> | 2005-10-04 17:01:36 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-10-04 17:01:36 +0000 |
commit | ebd747180e3a94e8312f5f0e7f58d3c208fd1b21 (patch) | |
tree | 7903868454c4eb1be39c346cf4975b38992f7bb7 /openembedded/packages/matchbox-poky | |
parent | 9f6a0e0555c079c315968be15aa150c65c6e5f14 (diff) | |
download | poky-ebd747180e3a94e8312f5f0e7f58d3c208fd1b21.tar.gz |
- Remove /etc/gtk-2.0/gtkrc that forced Clearlooks
- Make matchbox themes without a corresponding gtk theme use Clearlooks
- Add settings-daemon, matchbox-config-gtk and leafpad to meta-oh
- Add settings-daemon
- Add matchbox-config-gtk
- Change Leafpad desktop shortcut from 'Leafpad' to 'Notes'
git-svn-id: https://svn.o-hand.com/repos/poky@120 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-poky')
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky/etc/gtk-2.0/gtkrc | 2 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/gtk-2.0/gtkrc b/openembedded/packages/matchbox-poky/matchbox-poky/etc/gtk-2.0/gtkrc deleted file mode 100644 index 34e98fd3be..0000000000 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/gtk-2.0/gtkrc +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc" | ||
2 | |||
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index a11b834d64..78ffa39519 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
5 | PR = "r8" | 5 | PR = "r9" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |