summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/matchbox-themes-gtk
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-10-04 17:01:36 +0000
committerChris Lord <chris@openedhand.com>2005-10-04 17:01:36 +0000
commitebd747180e3a94e8312f5f0e7f58d3c208fd1b21 (patch)
tree7903868454c4eb1be39c346cf4975b38992f7bb7 /openembedded/packages/matchbox-themes-gtk
parent9f6a0e0555c079c315968be15aa150c65c6e5f14 (diff)
downloadpoky-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-themes-gtk')
-rw-r--r--openembedded/packages/matchbox-themes-gtk/files/gtkrc2
-rw-r--r--openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb2
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"
3DEPENDS = "matchbox-wm gtk-clearlooks-engine" 3DEPENDS = "matchbox-wm gtk-clearlooks-engine"
4RDEPENDS = "matchbox-wm gtk-clearlooks-engine" 4RDEPENDS = "matchbox-wm gtk-clearlooks-engine"
5SECTION = "x11/base" 5SECTION = "x11/base"
6PR = "r1" 6PR = "r2"
7 7
8SRC_URI = "file://gtkrc" 8SRC_URI = "file://gtkrc"
9 9