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/matchbox-poky_0.1.bb | |
parent | 9f6a0e0555c079c315968be15aa150c65c6e5f14 (diff) | |
download | openembedded-core-ebd747180e3a94e8312f5f0e7f58d3c208fd1b21.tar.gz openembedded-core-ebd747180e3a94e8312f5f0e7f58d3c208fd1b21.tar.bz2 openembedded-core-ebd747180e3a94e8312f5f0e7f58d3c208fd1b21.zip |
- 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/matchbox-poky_0.1.bb')
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" LICENSE = "GPL" SECTION = "x11" RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" -PR = "r8" +PR = "r9" SRC_URI = "file://etc" S = ${WORKDIR} |