CVS: crater/graphics/gtk+-2 BUILD,1.3,1.4
Nick Hudson
nhudson at lunar-linux.org
Mon Dec 1 04:00:51 GMT 2003
Update of /var/cvs/lunar/crater/graphics/gtk+-2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25170
Modified Files:
BUILD
Log Message:
Fixing the build of gtk+-2 2.3.0 so that it will properally load all gdk-pixbuf modules
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/graphics/gtk+-2/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 3 Sep 2003 19:56:20 -0000 1.3
+++ BUILD 1 Dec 2003 04:00:49 -0000 1.4
@@ -1,20 +1,15 @@
(
-export PKG_CONFIG_PATH=/usr/lib/pkgconfig &&
-
-if [ "$SHADOW" == "y" ] ; then
- cd gtk &&
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- cd $SOURCE_DIRECTORY
-fi
-patch_it $SOURCE_CACHE/$SOURCE3 1 &&
-patch_it $SOURCE_CACHE/$SOURCE4 1 &&
./configure --prefix=/usr \
--sysconfdir=/etc \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-xinput=yes \
- $OPTS &&
+ --enable-gtk-doc \
+ $OPTS &&
default_build
+/usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders &&
+/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list