aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb')
-rw-r--r--meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb17
1 files changed, 0 insertions, 17 deletions
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 21716cf72e..0000000000
--- 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/
-}