files to build gtk-industrial-engine

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@805 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych 2006-10-19 11:59:31 +00:00
parent 09f13534bd
commit 95ec43a342
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,13 @@
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.6/gtk-engines-${PV}.tar.bz2"
S = "${WORKDIR}/gtk-engines-${PV}"
inherit autotools
do_configure_prepend() {
for i in `ls gtk-common`; do
ln -sf ../gtk-common/$i gtk2-engine/$i
done
}

View File

@ -0,0 +1,23 @@
SECTION = "x11/base"
DESCRIPTION = "Industrial theme engine for GTK"
LICENSE = "GPL2"
DEPENDS = "gtk+"
include gtk-engines_2.6.inc
EXTRA_OECONF = "--disable-clearlooks \
--disable-crux \
--disable-hc \
--disable-lighthouseblue \
--disable-metal \
--disable-mist \
--disable-redmond \
--disable-smooth \
--disable-thinice \
"
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"