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-config-gtk | |
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-config-gtk')
-rw-r--r-- | openembedded/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb b/openembedded/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb new file mode 100644 index 0000000000..49edb7bd32 --- /dev/null +++ b/openembedded/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Matchbox gtk theme configuration application." | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gconf libglade gtk+" | ||
4 | RDEPENDS = "settings-daemon" | ||
5 | PV = "0.0cvs${CVSDATE}" | ||
6 | S = "${WORKDIR}/${PN}" | ||
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||