summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/gtk-engines/gtk-sato-engine.inc')
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine.inc23
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 @@
1DESCRIPTION = "Sato theme engine for GTK"
2HOMEPAGE = "http://www.o-hand.com"
3BUGTRACKER = "http://bugzilla.openedhand.com/"
4
5LICENSE = "LGPLv2.1 & LGPLv2+"
6
7SECTION = "x11/base"
8DEPENDS = "gtk+"
9RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
10
11PACKAGES += "gtk-theme-sato"
12FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
13FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
14FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug"
15FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
16
17inherit autotools pkgconfig
18
19do_configure_prepend() {
20 for i in `ls gtk-common`; do
21 ln -sf ../gtk-common/$i gtk2-engine/$i
22 done
23}