gtk-industrial-engine: remove ancient package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5253 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-09-24 13:29:51 +00:00
parent c55be22636
commit e409c1049b
2 changed files with 0 additions and 37 deletions

View File

@@ -1,13 +0,0 @@
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

@@ -1,24 +0,0 @@
SECTION = "x11/base"
DESCRIPTION = "Industrial theme engine for GTK"
LICENSE = "GPL2"
DEPENDS = "gtk+"
PR = "r1"
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"
FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug"