packages: move Xorg category to its own feed, move X-related packages as well
[openwrt/svn-archive/archive.git] / xorg / lib / atk / patches / 020-do-not-build-examples_docs_pos_tests.patch
1 --- atk-1.22.0.orig/Makefile.in 2008-03-10 08:30:11.000000000 +0100
2 +++ atk-1.22.0/Makefile.in 2010-12-10 16:10:24.239380634 +0100
3 @@ -243,7 +243,7 @@
4 sharedstatedir = @sharedstatedir@
5 sysconfdir = @sysconfdir@
6 target_alias = @target_alias@
7 -SUBDIRS = atk tests docs po
8 +SUBDIRS = atk
9 EXTRA_DIST = \
10 MAINTAINERS \
11 atk-uninstalled.pc.in \
12 --- atk-1.22.0.orig/Makefile.am 2007-12-17 17:36:22.000000000 +0100
13 +++ atk-1.22.0/Makefile.am 2010-12-10 16:17:15.255377279 +0100
14 @@ -1,6 +1,6 @@
15 # Process this file with automake to create Makefile.in.
16
17 -SUBDIRS=atk tests docs po
18 +SUBDIRS=atk
19
20 EXTRA_DIST = \
21 MAINTAINERS \
22 --- atk-1.22.0.orig/Makefile.in 2010-12-10 18:56:15.011379161 +0100
23 +++ atk-1.22.0/Makefile.in 2010-12-10 18:57:34.439378866 +0100
24 @@ -486,7 +486,7 @@
25 distdir: $(DISTFILES)
26 $(am__remove_distdir)
27 mkdir $(distdir)
28 - $(mkdir_p) $(distdir)/. $(distdir)/atk $(distdir)/docs $(distdir)/po
29 + $(mkdir_p) $(distdir)/. $(distdir)/atk
30 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
31 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
32 list='$(DISTFILES)'; for file in $$list; do \
33 diff -ruN atk-1.22.0/configure.in atk-1.22.0.mod//configure.in
34 --- atk-1.22.0/configure.in 2010-12-10 19:11:38.335379754 +0100
35 +++ atk-1.22.0.mod//configure.in 2010-12-10 19:08:56.155380379 +0100
36 @@ -197,14 +197,10 @@
37
38 AC_CONFIG_FILES([
39 Makefile
40 -po/Makefile.in
41 atk.pc
42 atk-uninstalled.pc
43 atk/Makefile
44 atk/atk.rc
45 -tests/Makefile
46 -docs/Makefile
47 -docs/version.xml
48 atk.spec
49 atk-zip.sh
50 ])