diff options
author | Nigel Kostiuck <emte@labotomy.net> | 2004-12-11 22:37:13 +0000 |
---|---|---|
committer | Nigel Kostiuck <emte@labotomy.net> | 2004-12-11 22:37:13 +0000 |
commit | f1d9d209b859082081ed526e964330d2d951e334 (patch) | |
tree | 382b52ff44b28d675105cfa1caa6d40466c5f0f6 /packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb | |
parent | 2d37aa3b3e7d0b8be9ec8beb374627660f97bce9 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into t.(none):/home/OE/speedracer/packages
2004/12/11 14:36:36-08:00 (none)!emte
gtk-industrial-engine_0.2.36.2 License Set
BKrev: 41bb7699g0S4IGrjga8OTRoUQuLAwA
Diffstat (limited to 'packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb')
-rw-r--r-- | packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb b/packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb index e69de29bb2..78700b91a2 100644 --- a/packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb +++ b/packages/gtk-engines/gtk-industrial-engine_0.2.36.2.bb @@ -0,0 +1,22 @@ +SECTION = "x11/base" +DESCRIPTION = "Industrial theme engine for GTK" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +LICENSE = "GPL2" +DEPENDS = "gtk+" + +SRC_URI = "${DEBIAN_MIRROR}/main/g/gtk-industrial-engine/gtk-industrial-engine_${PV}.tar.gz \ + file://no-gtk1.patch;patch=1" + +PACKAGES += "gtk-theme-industrial" +FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so" +FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" +FILES_gtk-theme-industrial = "${datadir}/icons ${datadir}/themes" + +inherit autotools + +do_configure_prepend() { + for i in `ls gtk-common`; do + ln -sf ../gtk-common/$i gtk2-engine/$i + done +} + |