mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
gtk-clearlooks-engine_0.6.2.bb: remove old version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5254 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
SECTION = "x11/base"
|
||||
DESCRIPTION = "Clearlooks theme engine for GTK"
|
||||
LICENSE = "GPL2"
|
||||
DEPENDS = "gtk+"
|
||||
PR = "r1"
|
||||
|
||||
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_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug/*"
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user