From d93a328579573372d4a0a45129cde2867c0bad4d Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 10 Dec 2010 20:10:52 +0000 Subject: [PATCH] [packages/atk] do no build tests, pos, examples and docs - avoid GTK_DOC_CHECK m4 macro SVN-Revision: 24449 --- .../010-do-not-use-GTK_DOC-macro.patch | 11 ++++ ...do-not-build-examples_docs_pos_tests.patch | 50 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 Xorg/lib/atk/patches/010-do-not-use-GTK_DOC-macro.patch create mode 100644 Xorg/lib/atk/patches/020-do-not-build-examples_docs_pos_tests.patch diff --git a/Xorg/lib/atk/patches/010-do-not-use-GTK_DOC-macro.patch b/Xorg/lib/atk/patches/010-do-not-use-GTK_DOC-macro.patch new file mode 100644 index 0000000000..301bf39b6a --- /dev/null +++ b/Xorg/lib/atk/patches/010-do-not-use-GTK_DOC-macro.patch @@ -0,0 +1,11 @@ +--- atk-1.22.0.orig/configure.in 2008-03-10 08:27:08.000000000 +0100 ++++ atk-1.22.0/configure.in 2010-12-10 16:06:39.479379673 +0100 +@@ -178,7 +178,7 @@ + + AC_CHECK_FUNCS(bind_textdomain_codeset) + +-GTK_DOC_CHECK([1.0]) ++#GTK_DOC_CHECK([1.0]) + + # define a MAINT-like variable REBUILD which is set if Perl + # and awk are found, so autogenerated sources can be rebuilt diff --git a/Xorg/lib/atk/patches/020-do-not-build-examples_docs_pos_tests.patch b/Xorg/lib/atk/patches/020-do-not-build-examples_docs_pos_tests.patch new file mode 100644 index 0000000000..d5c66751e0 --- /dev/null +++ b/Xorg/lib/atk/patches/020-do-not-build-examples_docs_pos_tests.patch @@ -0,0 +1,50 @@ +--- atk-1.22.0.orig/Makefile.in 2008-03-10 08:30:11.000000000 +0100 ++++ atk-1.22.0/Makefile.in 2010-12-10 16:10:24.239380634 +0100 +@@ -243,7 +243,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = atk tests docs po ++SUBDIRS = atk + EXTRA_DIST = \ + MAINTAINERS \ + atk-uninstalled.pc.in \ +--- atk-1.22.0.orig/Makefile.am 2007-12-17 17:36:22.000000000 +0100 ++++ atk-1.22.0/Makefile.am 2010-12-10 16:17:15.255377279 +0100 +@@ -1,6 +1,6 @@ + # Process this file with automake to create Makefile.in. + +-SUBDIRS=atk tests docs po ++SUBDIRS=atk + + EXTRA_DIST = \ + MAINTAINERS \ +--- atk-1.22.0.orig/Makefile.in 2010-12-10 18:56:15.011379161 +0100 ++++ atk-1.22.0/Makefile.in 2010-12-10 18:57:34.439378866 +0100 +@@ -486,7 +486,7 @@ + distdir: $(DISTFILES) + $(am__remove_distdir) + mkdir $(distdir) +- $(mkdir_p) $(distdir)/. $(distdir)/atk $(distdir)/docs $(distdir)/po ++ $(mkdir_p) $(distdir)/. $(distdir)/atk + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ +diff -ruN atk-1.22.0/configure.in atk-1.22.0.mod//configure.in +--- atk-1.22.0/configure.in 2010-12-10 19:11:38.335379754 +0100 ++++ atk-1.22.0.mod//configure.in 2010-12-10 19:08:56.155380379 +0100 +@@ -197,14 +197,10 @@ + + AC_CONFIG_FILES([ + Makefile +-po/Makefile.in + atk.pc + atk-uninstalled.pc + atk/Makefile + atk/atk.rc +-tests/Makefile +-docs/Makefile +-docs/version.xml + atk.spec + atk-zip.sh + ]) -- 2.30.2