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-themes-gtk | |
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-themes-gtk')
-rw-r--r-- | openembedded/packages/matchbox-themes-gtk/files/gtkrc | 2 | ||||
-rw-r--r-- | openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-themes-gtk/files/gtkrc b/openembedded/packages/matchbox-themes-gtk/files/gtkrc index b22b9972cd..6dc40c0aa5 100644 --- a/openembedded/packages/matchbox-themes-gtk/files/gtkrc +++ b/openembedded/packages/matchbox-themes-gtk/files/gtkrc @@ -1 +1 @@ -include "/usr/share/themes/Angelistic/gtk-2.0/gtkrc" +include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc" diff --git a/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb b/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb index 74010ba2f9..602a96efa3 100644 --- a/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb +++ b/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" DEPENDS = "matchbox-wm gtk-clearlooks-engine" RDEPENDS = "matchbox-wm gtk-clearlooks-engine" SECTION = "x11/base" -PR = "r1" +PR = "r2" SRC_URI = "file://gtkrc" |