diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-22 14:11:47 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-22 14:11:47 +0000 |
commit | beab252ef802ff68fbceb559ed46d6fc19fa224e (patch) | |
tree | 528ee0baa54622c9214d19ccd74c916e70083822 /meta/packages/gtk-engines/gtk-sato-engine_0.3.1.bb | |
parent | 935584b3e9b878ca2725d7e2410ef344dbe35853 (diff) | |
download | poky-beab252ef802ff68fbceb559ed46d6fc19fa224e.tar.gz |
gtk-sato-engine: update to 0.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3856 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk-engines/gtk-sato-engine_0.3.1.bb')
-rw-r--r-- | meta/packages/gtk-engines/gtk-sato-engine_0.3.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/packages/gtk-engines/gtk-sato-engine_0.3.1.bb b/meta/packages/gtk-engines/gtk-sato-engine_0.3.1.bb new file mode 100644 index 0000000000..299aa87195 --- /dev/null +++ b/meta/packages/gtk-engines/gtk-sato-engine_0.3.1.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SECTION = "x11/base" | ||
2 | DESCRIPTION = "Sato theme engine for GTK" | ||
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "gtk+" | ||
5 | PR = "r2" | ||
6 | |||
7 | SRC_URI = "http://pokylinux.org/releases/sato/sato-engine-${PV}.tar.gz" | ||
8 | S = "${WORKDIR}/sato-engine-${PV}" | ||
9 | |||
10 | PACKAGES += "gtk-theme-sato" | ||
11 | FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " | ||
12 | FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" | ||
13 | FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug" | ||
14 | FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
17 | |||
18 | do_configure_prepend() { | ||
19 | for i in `ls gtk-common`; do | ||
20 | ln -sf ../gtk-common/$i gtk2-engine/$i | ||
21 | done | ||
22 | } | ||
23 | |||