summaryrefslogtreecommitdiff
path: root/openembedded/packages/matchbox-config-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-config-gtk
parent9f6a0e0555c079c315968be15aa150c65c6e5f14 (diff)
downloadopenembedded-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-config-gtk')
-rw-r--r--openembedded/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb11
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 @@
+DESCRIPTION = "Matchbox gtk theme configuration application."
+LICENSE = "GPL"
+DEPENDS = "gconf libglade gtk+"
+RDEPENDS = "settings-daemon"
+PV = "0.0cvs${CVSDATE}"
+S = "${WORKDIR}/${PN}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
+
+inherit autotools pkgconfig
+