mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user