Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xaos/files: xaos-3.4-include.patch xaos-3.4-png.patch xaos-3.4-makefile.patch xaos-3.4-x11.patch xaos.png
Date: Sat, 28 Mar 2009 12:55:33
Message-Id: E1LnY4Q-0003A3-Fn@stork.gentoo.org
1 bicatali 09/03/28 12:55:30
2
3 Added: xaos-3.4-include.patch xaos-3.4-png.patch
4 xaos-3.4-makefile.patch xaos-3.4-x11.patch xaos.png
5 Log:
6 Fixed for forced stripping (bug #252099), png magic (bug #263310), added gtk driver, desktop files, and some patch from debian
7 (Portage version: 2.2_rc27/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/xaos/files/xaos-3.4-include.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-include.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-include.patch?rev=1.1&content-type=text/plain
14
15 Index: xaos-3.4-include.patch
16 ===================================================================
17 --- src/util/thread.c.orig 2009-03-28 10:50:49.817619387 +0000
18 +++ src/util/thread.c 2009-03-28 10:59:40.048185946 +0000
19 @@ -1,3 +1,4 @@
20 +#include <stdlib.h>
21 #ifndef _plan9_
22 #include <signal.h>
23 #include <stdio.h>
24
25
26
27 1.1 x11-misc/xaos/files/xaos-3.4-png.patch
28
29 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-png.patch?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-png.patch?rev=1.1&content-type=text/plain
31
32 Index: xaos-3.4-png.patch
33 ===================================================================
34 --- configure.in.orig 2009-03-28 09:50:18.764999182 +0000
35 +++ configure.in 2009-03-28 09:49:18.685947638 +0000
36 @@ -98,7 +98,7 @@
37 AC_ARG_WITH(png,
38 [ --with-png=yes/no enables/disables PNG saving support],[
39 if test x$withval = xyes; then
40 - png=test
41 + png=yes
42 fi
43 if test x$withval = xno; then
44 png=no
45
46
47
48 1.1 x11-misc/xaos/files/xaos-3.4-makefile.patch
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-makefile.patch?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-makefile.patch?rev=1.1&content-type=text/plain
52
53 Index: xaos-3.4-makefile.patch
54 ===================================================================
55 --- Makefile.in.orig 2009-03-28 11:04:21.000000000 +0000
56 +++ Makefile.in 2009-03-28 12:37:10.000000000 +0000
57 @@ -32,11 +32,10 @@
58 @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/tutorial
59 @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/examples
60 @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/catalogs
61 - @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/doc
62 @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/help
63 @INSTALL@ -d $(DESTDIR)$(bindir)
64 @INSTALL@ -d $(DESTDIR)$(mandir)/man6
65 - @INSTALL@ -s bin/xaos $(DESTDIR)$(bindir)
66 + @INSTALL@ bin/xaos $(DESTDIR)$(bindir)
67 @INSTALL@ -m 444 tutorial/*.x[ah]f $(DESTDIR)$(datadir)/XaoS/tutorial
68
69 @INSTALL@ -m 444 examples/README $(DESTDIR)$(datadir)/XaoS/examples
70 @@ -48,7 +47,6 @@
71
72 @INSTALL@ -m 444 catalogs/*.cat catalogs/README $(DESTDIR)$(datadir)/XaoS/catalogs
73 @INSTALL@ -m 444 help/xaos.hlp $(DESTDIR)$(datadir)/XaoS/help
74 - @INSTALL@ -m 444 doc/README doc/README.bugs doc/compilers.txt doc/AUTHORS doc/PROBLEMS $(DESTDIR)$(datadir)/XaoS/doc
75 @INSTALL@ -m 444 doc/xaos.6 $(DESTDIR)$(mandir)/man6
76 -@STICKY@
77 test -z "$(infodir)" || @INSTALL@ -d "$(DESTDIR)$(infodir)"
78
79
80
81 1.1 x11-misc/xaos/files/xaos-3.4-x11.patch
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-x11.patch?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xaos/files/xaos-3.4-x11.patch?rev=1.1&content-type=text/plain
85
86 Index: xaos-3.4-x11.patch
87 ===================================================================
88 --- src/ui/ui-drv/x11/ui_x11.c.orig
89 +++ src/ui/ui-drv/x11/ui_x11.c
90 @@ -430,6 +430,7 @@
91 replay = XCreateFontCursor (d->display, XC_dot);
92 if (d->truecolor || d->privatecolormap)
93 x11_driver.flags &= ~RANDOM_PALETTE_SIZE;
94 + xupdate_size (d); /* get real window size (#452284) --JEH */
95 if (!alloc_image (d))
96 {
97 xfree_display (d);
98
99
100
101 1.1 x11-misc/xaos/files/xaos.png
102
103 <<Binary file>>