Author: czarny Date: Tue Feb 20 20:14:31 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - let's not build the whole thing
---- Files affected: SOURCES: crossmingw32-pango-noexamples.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/crossmingw32-pango-noexamples.patch diff -u /dev/null SOURCES/crossmingw32-pango-noexamples.patch:1.1 --- /dev/null Tue Feb 20 21:14:31 2007 +++ SOURCES/crossmingw32-pango-noexamples.patch Tue Feb 20 21:14:26 2007 @@ -0,0 +1,88 @@ +diff -urN pango-1.14.10/Makefile.am pango-1.14.10.new/Makefile.am +--- pango-1.14.10/Makefile.am 2007-01-03 09:19:54.000000000 +0100 ++++ pango-1.14.10.new/Makefile.am 2007-02-19 16:16:21.015521883 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango modules examples docs tools tests ++SUBDIRS= pango + + EXTRA_DIST = \ + autogen.sh \ +diff -urN pango-1.14.10/Makefile.am~ pango-1.14.10.new/Makefile.am~ +--- pango-1.14.10/Makefile.am~ 1970-01-01 01:00:00.000000000 +0100 ++++ pango-1.14.10.new/Makefile.am~ 2007-02-19 16:12:48.785521883 +0100 +@@ -0,0 +1,73 @@ ++## Process this file with automake to create Makefile.in. ++ ++SUBDIRS= pango modules ++ ++EXTRA_DIST = \ ++ autogen.sh \ ++ pango.pc.in \ ++ pangocairo.pc.in \ ++ pangox.pc.in \ ++ pangoxft.pc.in \ ++ pangoft2.pc.in \ ++ pangowin32.pc.in \ ++ pango-uninstalled.pc.in \ ++ pangocairo-uninstalled.pc.in \ ++ pangox-uninstalled.pc.in \ ++ pangoxft-uninstalled.pc.in \ ++ pangoft2-uninstalled.pc.in \ ++ pangowin32-uninstalled.pc.in \ ++ ChangeLog.pre-1-0 \ ++ ChangeLog.pre-1-2 \ ++ ChangeLog.pre-1-4 \ ++ ChangeLog.pre-1-6 \ ++ ChangeLog.pre-1-8 \ ++ ChangeLog.pre-1-10 \ ++ ChangeLog.pre-1-12 \ ++ ChangeLog.pre-1-14 \ ++ MAINTAINERS \ ++ HACKING \ ++ README.win32 \ ++ pango-zip.sh \ ++ sanitize-la.sh ++MAINTAINERCLEANFILES = \ ++ $(srcdir)/INSTALL \ ++ $(srcdir)/aclocal.m4 \ ++ $(srcdir)/autoscan.log \ ++ $(srcdir)/compile \ ++ $(srcdir)/config.guess \ ++ $(srcdir)/config.h.in \ ++ $(srcdir)/config.sub \ ++ $(srcdir)/configure.scan \ ++ $(srcdir)/depcomp \ ++ $(srcdir)/install-sh \ ++ $(srcdir)/ltmain.sh \ ++ $(srcdir)/missing \ ++ $(srcdir)/mkinstalldirs \ ++ $(srcdir)/omf.make \ ++ $(srcdir)/xmldocs.make \ ++ `find "$(srcdir)" -type f -name Makefile.in -print` ++ ++pkgconfigdir = $(libdir)/pkgconfig ++pkgconfig_DATA = pango.pc ++ ++if HAVE_CAIRO ++pkgconfig_DATA += pangocairo.pc ++endif ++ ++if HAVE_X ++pkgconfig_DATA += pangox.pc ++endif ++ ++if HAVE_XFT ++pkgconfig_DATA += pangoxft.pc ++endif ++ ++if HAVE_FREETYPE ++pkgconfig_DATA += pangoft2.pc ++endif ++ ++if HAVE_WIN32 ++pkgconfig_DATA += pangowin32.pc ++endif ++ ++DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
