diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb b/meta/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb deleted file mode 100644 index 60be56de13..0000000000 --- a/meta/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gtk-engines" | ||
4 | RDEPENDS = "matchbox-wm gtk-engine-clearlooks" | ||
5 | SECTION = "x11/base" | ||
6 | PR = "r2" | ||
7 | |||
8 | SRC_URI = "file://gtkrc" | ||
9 | |||
10 | FILES_${PN} = "${datadir}/themes" | ||
11 | |||
12 | do_install() { | ||
13 | install -d ${D}${datadir}/themes/blondie/gtk-2.0 | ||
14 | install -d ${D}${datadir}/themes/MBOpus/gtk-2.0 | ||
15 | install -m 644 ${WORKDIR}/gtkrc ${D}${datadir}/themes/blondie/gtk-2.0/ | ||
16 | install -m 644 ${WORKDIR}/gtkrc ${D}${datadir}/themes/MBOpus/gtk-2.0/ | ||
17 | } | ||