From 204ee7391c19f9b2fa7f8b2ef46d04c7ccf5bd42 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 8 May 2012 14:25:59 +0100 Subject: meta-demoapps: Remove except for xeyes and pong-clock http://lists.linuxtogo.org/pipermail/openembedded-core/2012-May/022059.html As proposed by Martin Jansa with a couple of changes from me. Signed-off-by: Richard Purdie --- .../matchbox-themes-gtk/matchbox-themes-gtk.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb (limited to 'meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb') diff --git a/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb b/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb deleted file mode 100644 index 21716cf72..000000000 --- a/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" -LICENSE = "GPL" -DEPENDS = "gtk-engines" -RDEPENDS_${PN} = "matchbox-wm gtk-engine-clearlooks" -SECTION = "x11/base" -PR = "r3" - -SRC_URI = "file://gtkrc" - -FILES_${PN} = "${datadir}/themes" - -do_install() { - install -d ${D}${datadir}/themes/blondie/gtk-2.0 - install -d ${D}${datadir}/themes/MBOpus/gtk-2.0 - install -m 644 ${WORKDIR}/gtkrc ${D}${datadir}/themes/blondie/gtk-2.0/ - install -m 644 ${WORKDIR}/gtkrc ${D}${datadir}/themes/MBOpus/gtk-2.0/ -} -- cgit v1.2.3