aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-29 23:11:49 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-29 23:11:49 +0000
commit0821e6330f15e89289b351e0b5e21339598339ad (patch)
tree90da14975206acc8467321bde3069ab21e44f4d0 /packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb
parentdc08d40ce15f8cc52701ae4ea131d4aff8069522 (diff)
downloadopenembedded-0821e6330f15e89289b351e0b5e21339598339ad.tar.gz
gtk-industrial-engine: dropped not fetchable versions
Diffstat (limited to 'packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb')
-rw-r--r--packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb b/packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb
deleted file mode 100644
index 68a5119aa1..0000000000
--- a/packages/gtk-engines/gtk-industrial-engine_0.2.36.5.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SECTION = "x11/base"
-DESCRIPTION = "Industrial theme engine for GTK"
-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
-}
-