On Fri, 2005-07-15 at 20:09 +1000, Paul Drain wrote: > GARNOME Weekly Snapshot Build: 20050715 > ======================================= > (ok, really it's a daily build, but we're not telling anyone) > > ...and then comes all the 2.11.5 updates [1]. > > The unstable series has a been re-released to include a number of > 2.11.5 tarballs, as well as fixes to a number of the applications in > geektoys and fifth-toe to ensure they build with the unstable GARNOME > desktop.
control-center fails due to old version of xft. Xft is now obsoleted by libXft. Makefile for libXft attached. Bob -- Bob Kashani http://www.ocf.berkeley.edu/~bobk/garnome
GARNAME = libXft GARVERSION = 2.1.7 CATEGORIES = freedesktop DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz MASTER_SITES = http://xlibs.freedesktop.org/release/ LIBDEPS = freedesktop/fontconfig freedesktop/xrender DESCRIPTION = libXft define BLURB #FIXME: blurb goes here endef CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile CONFIGURE_ARGS = $(DIRPATHS) include ../category.mk
-- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
