From 95ec43a3424d56bd4aeb1946c5954b40c889b1d0 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Thu, 19 Oct 2006 11:59:31 +0000 Subject: files to build gtk-industrial-engine git-svn-id: https://svn.o-hand.com/repos/poky/trunk@805 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gtk-engines/gtk-engines_2.6.inc | 13 ++++++++++++ .../gtk-engines/gtk-industrial-engine_2.6.11.bb | 23 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 meta/packages/gtk-engines/gtk-engines_2.6.inc create mode 100644 meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb (limited to 'meta') diff --git a/meta/packages/gtk-engines/gtk-engines_2.6.inc b/meta/packages/gtk-engines/gtk-engines_2.6.inc new file mode 100644 index 0000000000..28413552c1 --- /dev/null +++ b/meta/packages/gtk-engines/gtk-engines_2.6.inc @@ -0,0 +1,13 @@ + +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 +} + diff --git a/meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb b/meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb new file mode 100644 index 0000000000..8df954ddcc --- /dev/null +++ b/meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb @@ -0,0 +1,23 @@ +SECTION = "x11/base" +DESCRIPTION = "Industrial theme engine for GTK" +LICENSE = "GPL2" +DEPENDS = "gtk+" + +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" + -- cgit 1.2.3-korg