[packages/atk] do no build tests, pos, examples and docs - avoid GTK_DOC_CHECK m4...
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Dec 2010 20:10:52 +0000 (20:10 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Dec 2010 20:10:52 +0000 (20:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24449 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/lib/atk/patches/010-do-not-use-GTK_DOC-macro.patch [new file with mode: 0644]
Xorg/lib/atk/patches/020-do-not-build-examples_docs_pos_tests.patch [new file with mode: 0644]

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 (file)
index 0000000..301bf39
--- /dev/null
@@ -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 (file)
index 0000000..d5c6675
--- /dev/null
@@ -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
+ ])