Add clearlooks

git-svn-id: https://svn.o-hand.com/repos/poky@63 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-09-29 12:36:18 +00:00
parent 16d78a9198
commit 1544e4d3e7
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
SECTION = "x11/base"
DESCRIPTION = "Clearlooks theme engine for GTK"
MAINTAINER = "Koen Kooi <koenhandhelds.org>"
LICENSE = "GPL2"
DEPENDS = "gtk+"
SRC_URI = "${SOURCEFORGE_MIRROR}/clearlooks/clearlooks-0.6.2.tar.bz2"
S = "${WORKDIR}/clearlooks-${PV}"
PACKAGES += "gtk-theme-clearlooks"
FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so"
FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
FILES_gtk-theme-clearlooks = "${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
}