diff options
Diffstat (limited to 'meta/recipes-sato/gtk-engines/gtk-sato-engine.inc')
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc new file mode 100644 index 0000000000..a7ebddff99 --- /dev/null +++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | |||
@@ -0,0 +1,23 @@ | |||
1 | DESCRIPTION = "Sato theme engine for GTK" | ||
2 | HOMEPAGE = "http://www.o-hand.com" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1 & LGPLv2+" | ||
6 | |||
7 | SECTION = "x11/base" | ||
8 | DEPENDS = "gtk+" | ||
9 | RDEPENDS_gtk-theme-sato = "gtk-sato-engine" | ||
10 | |||
11 | PACKAGES += "gtk-theme-sato" | ||
12 | FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " | ||
13 | FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" | ||
14 | FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug" | ||
15 | FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" | ||
16 | |||
17 | inherit autotools pkgconfig | ||
18 | |||
19 | do_configure_prepend() { | ||
20 | for i in `ls gtk-common`; do | ||
21 | ln -sf ../gtk-common/$i gtk2-engine/$i | ||
22 | done | ||
23 | } | ||