provide pregenerated gtkbuiltincache.h

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@521 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Jorn Baayen 2006-07-20 14:00:54 +00:00
parent 2ea49a8e01
commit 2ae56afa24
3 changed files with 31905 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,33 @@
--- gtk+-2.10.0/gtk/Makefile.am.bak 2006-07-20 15:50:21.000000000 +0200
+++ gtk+-2.10.0/gtk/Makefile.am 2006-07-20 15:51:07.000000000 +0200
@@ -380,6 +380,7 @@
gtkbin.c \
gtkbindings.c \
gtkbox.c \
+ gtkbuiltincache.h \
gtkbutton.c \
gtkcalendar.c \
gtkcelleditable.c \
@@ -656,8 +657,7 @@
# built sources that don't get installed
gtk_built_private_headers = \
gtkalias.h \
- gtkmarshalers.h \
- gtkbuiltincache.h
+ gtkmarshalers.h
gtk_built_sources = \
gtkaliasdef.c \
@@ -1084,12 +1084,6 @@
done \
&& touch stamp-icons
-gtkbuiltincache.h: @REBUILD@ stamp-icons
- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache
- GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders \
- ./gtk-update-icon-cache --force --ignore-theme-index \
- --source builtin_icons stock-icons > gtkbuiltincache.h
-
EXTRA_DIST += \
$(STOCK_ICONS) \
$(GENERATED_ICONS) \

View File

@ -9,9 +9,11 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt c
PR = "r1"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
file://gtkbuiltincache.h \
file://cellrenderer-cairo.patch;patch=1 \
file://entry-cairo.patch;patch=1 \
file://style-cairo.patch;patch=1 \
file://no-generate-builtincache.patch;patch=1 \
file://no-xwc.patch;patch=1 \
file://automake-lossage.patch;patch=1 \
# file://spinbutton.patch;patch=1 \
@ -45,6 +47,12 @@ EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-disp
LIBV = "2.4.0"
do_rig () {
cp ${S}/gtkbuiltincache.h ${WORKDIR}/gtk
}
addtask rig before patch
do_stage () {
oe_libinstall -so -C gtk libgtk-x11-2.0 ${STAGING_LIBDIR}
oe_libinstall -so -C gdk libgdk-x11-2.0 ${STAGING_LIBDIR}