[arch-commits] Commit in nx-common/repos (9 files)

2012-04-28 Thread andyrtr
Date: Saturday, April 28, 2012 @ 05:58:37
  Author: andyrtr
Revision: 157434

db-move: moved nx-common from [testing] to [extra] (i686)

Added:
  nx-common/repos/extra-i686/NXproto.h.64bit.diff
(from rev 157431, nx-common/repos/testing-i686/NXproto.h.64bit.diff)
  nx-common/repos/extra-i686/PKGBUILD
(from rev 157431, nx-common/repos/testing-i686/PKGBUILD)
  nx-common/repos/extra-i686/nx-3.5.0-libpng15.patch
(from rev 157431, nx-common/repos/testing-i686/nx-3.5.0-libpng15.patch)
  nx-common/repos/extra-i686/nxcompsh-gcc43.patch
(from rev 157431, nx-common/repos/testing-i686/nxcompsh-gcc43.patch)
Deleted:
  nx-common/repos/extra-i686/NXproto.h.64bit.diff
  nx-common/repos/extra-i686/PKGBUILD
  nx-common/repos/extra-i686/nx-3.5.0-libpng15.patch
  nx-common/repos/extra-i686/nxcompsh-gcc43.patch
  nx-common/repos/testing-i686/

-+
 NXproto.h.64bit.diff|  132 +++---
 PKGBUILD|  110 +-
 nx-3.5.0-libpng15.patch |   60 ++--
 nxcompsh-gcc43.patch|   38 ++---
 4 files changed, 166 insertions(+), 174 deletions(-)

Deleted: extra-i686/NXproto.h.64bit.diff
===
--- extra-i686/NXproto.h.64bit.diff 2012-04-28 09:58:35 UTC (rev 157433)
+++ extra-i686/NXproto.h.64bit.diff 2012-04-28 09:58:37 UTC (rev 157434)
@@ -1,66 +0,0 @@
 nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
-+++ nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
-@@ -26,6 +26,30 @@
- #include X11/Xmd.h
- #include X11/Xproto.h
- 
-+/*
-+  Copied from Xproto.h
-+ */
-+
-+/* For the purpose of the structure definitions in this file,
-+we must redefine the following types in terms of Xmd.h's types, which may
-+include bit fields.  All of these are #undef'd at the end of this file,
-+restoring the definitions in X.h.  */
-+
-+#define Window CARD32
-+#define Drawable CARD32
-+#define Font CARD32
-+#define Pixmap CARD32
-+#define Cursor CARD32
-+#define Colormap CARD32
-+#define GContext CARD32
-+#define Atom CARD32
-+#define VisualID CARD32
-+#define Time CARD32
-+#define KeyCode CARD8
-+#define KeySym CARD32
-+
-+/* End copied from Xproto.h */
-+
- #define sz_xNXGetControlParametersReq   4
- #define sz_xNXGetCleanupParametersReq   4
- #define sz_xNXGetImageParametersReq 4
-@@ -343,9 +367,9 @@
- CARD8dstDepth;
- CARD32   srcLength B32;
- CARD32   dstLength B32;
--INT16srcX B16, srcY B16;
-+CARD16srcX B16, srcY B16;
- CARD16   srcWidth B16, srcHeight B16;
--INT16dstX B16, dstY B16;
-+CARD16dstX B16, dstY B16;
- CARD16   dstWidth B16, dstHeight B16;
- } xNXPutPackedImageReq;
- 
-@@ -463,4 +487,20 @@
- }
- #endif
- 
-+/* Copied from Xproto.h */
-+
-+/* restore these definitions back to the typedefs in X.h */
-+#undef Window
-+#undef Drawable
-+#undef Font
-+#undef Pixmap
-+#undef Cursor
-+#undef Colormap
-+#undef GContext
-+#undef Atom
-+#undef VisualID
-+#undef Time
-+#undef KeyCode
-+#undef KeySym
-+
- #endif /* NXproto_H */

Copied: nx-common/repos/extra-i686/NXproto.h.64bit.diff (from rev 157431, 
nx-common/repos/testing-i686/NXproto.h.64bit.diff)
===
--- extra-i686/NXproto.h.64bit.diff (rev 0)
+++ extra-i686/NXproto.h.64bit.diff 2012-04-28 09:58:37 UTC (rev 157434)
@@ -0,0 +1,66 @@
+--- nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
 nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
+@@ -26,6 +26,30 @@
+ #include X11/Xmd.h
+ #include X11/Xproto.h
+ 
++/*
++  Copied from Xproto.h
++ */
++
++/* For the purpose of the structure definitions in this file,
++we must redefine the following types in terms of Xmd.h's types, which may
++include bit fields.  All of these are #undef'd at the end of this file,
++restoring the definitions in X.h.  */
++
++#define Window CARD32
++#define Drawable CARD32
++#define Font CARD32
++#define Pixmap CARD32
++#define Cursor CARD32
++#define Colormap CARD32
++#define GContext CARD32
++#define Atom CARD32
++#define VisualID CARD32
++#define Time CARD32
++#define KeyCode CARD8
++#define KeySym CARD32
++
++/* End copied from Xproto.h */
++
+ #define sz_xNXGetControlParametersReq   4
+ #define sz_xNXGetCleanupParametersReq   4
+ #define sz_xNXGetImageParametersReq 4
+@@ -343,9 +367,9 @@
+ CARD8dstDepth;
+ CARD32   srcLength B32;
+ CARD32   dstLength B32;
+-INT16srcX B16, srcY B16;
++CARD16srcX B16, srcY B16;
+ CARD16   srcWidth B16, srcHeight B16;
+-INT16dstX B16, dstY B16;
++CARD16dstX B16, dstY B16;
+ CARD16   dstWidth B16, dstHeight B16;
+ } xNXPutPackedImageReq;
+ 
+@@ -463,4 +487,20 @@
+ }
+ #endif
+ 
++/* Copied from Xproto.h */
++
++/* restore these definitions back to the typedefs in X.h */

[arch-commits] Commit in nx-common/repos (9 files)

2012-04-28 Thread andyrtr
Date: Saturday, April 28, 2012 @ 05:58:39
  Author: andyrtr
Revision: 157435

db-move: moved nx-common from [testing] to [extra] (x86_64)

Added:
  nx-common/repos/extra-x86_64/NXproto.h.64bit.diff
(from rev 157431, nx-common/repos/testing-x86_64/NXproto.h.64bit.diff)
  nx-common/repos/extra-x86_64/PKGBUILD
(from rev 157431, nx-common/repos/testing-x86_64/PKGBUILD)
  nx-common/repos/extra-x86_64/nx-3.5.0-libpng15.patch
(from rev 157431, nx-common/repos/testing-x86_64/nx-3.5.0-libpng15.patch)
  nx-common/repos/extra-x86_64/nxcompsh-gcc43.patch
(from rev 157431, nx-common/repos/testing-x86_64/nxcompsh-gcc43.patch)
Deleted:
  nx-common/repos/extra-x86_64/NXproto.h.64bit.diff
  nx-common/repos/extra-x86_64/PKGBUILD
  nx-common/repos/extra-x86_64/nx-3.5.0-libpng15.patch
  nx-common/repos/extra-x86_64/nxcompsh-gcc43.patch
  nx-common/repos/testing-x86_64/

-+
 NXproto.h.64bit.diff|  132 +++---
 PKGBUILD|  110 +-
 nx-3.5.0-libpng15.patch |   60 ++--
 nxcompsh-gcc43.patch|   38 ++---
 4 files changed, 166 insertions(+), 174 deletions(-)

Deleted: extra-x86_64/NXproto.h.64bit.diff
===
--- extra-x86_64/NXproto.h.64bit.diff   2012-04-28 09:58:37 UTC (rev 157434)
+++ extra-x86_64/NXproto.h.64bit.diff   2012-04-28 09:58:39 UTC (rev 157435)
@@ -1,66 +0,0 @@
 nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
-+++ nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
-@@ -26,6 +26,30 @@
- #include X11/Xmd.h
- #include X11/Xproto.h
- 
-+/*
-+  Copied from Xproto.h
-+ */
-+
-+/* For the purpose of the structure definitions in this file,
-+we must redefine the following types in terms of Xmd.h's types, which may
-+include bit fields.  All of these are #undef'd at the end of this file,
-+restoring the definitions in X.h.  */
-+
-+#define Window CARD32
-+#define Drawable CARD32
-+#define Font CARD32
-+#define Pixmap CARD32
-+#define Cursor CARD32
-+#define Colormap CARD32
-+#define GContext CARD32
-+#define Atom CARD32
-+#define VisualID CARD32
-+#define Time CARD32
-+#define KeyCode CARD8
-+#define KeySym CARD32
-+
-+/* End copied from Xproto.h */
-+
- #define sz_xNXGetControlParametersReq   4
- #define sz_xNXGetCleanupParametersReq   4
- #define sz_xNXGetImageParametersReq 4
-@@ -343,9 +367,9 @@
- CARD8dstDepth;
- CARD32   srcLength B32;
- CARD32   dstLength B32;
--INT16srcX B16, srcY B16;
-+CARD16srcX B16, srcY B16;
- CARD16   srcWidth B16, srcHeight B16;
--INT16dstX B16, dstY B16;
-+CARD16dstX B16, dstY B16;
- CARD16   dstWidth B16, dstHeight B16;
- } xNXPutPackedImageReq;
- 
-@@ -463,4 +487,20 @@
- }
- #endif
- 
-+/* Copied from Xproto.h */
-+
-+/* restore these definitions back to the typedefs in X.h */
-+#undef Window
-+#undef Drawable
-+#undef Font
-+#undef Pixmap
-+#undef Cursor
-+#undef Colormap
-+#undef GContext
-+#undef Atom
-+#undef VisualID
-+#undef Time
-+#undef KeyCode
-+#undef KeySym
-+
- #endif /* NXproto_H */

Copied: nx-common/repos/extra-x86_64/NXproto.h.64bit.diff (from rev 157431, 
nx-common/repos/testing-x86_64/NXproto.h.64bit.diff)
===
--- extra-x86_64/NXproto.h.64bit.diff   (rev 0)
+++ extra-x86_64/NXproto.h.64bit.diff   2012-04-28 09:58:39 UTC (rev 157435)
@@ -0,0 +1,66 @@
+--- nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
 nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
+@@ -26,6 +26,30 @@
+ #include X11/Xmd.h
+ #include X11/Xproto.h
+ 
++/*
++  Copied from Xproto.h
++ */
++
++/* For the purpose of the structure definitions in this file,
++we must redefine the following types in terms of Xmd.h's types, which may
++include bit fields.  All of these are #undef'd at the end of this file,
++restoring the definitions in X.h.  */
++
++#define Window CARD32
++#define Drawable CARD32
++#define Font CARD32
++#define Pixmap CARD32
++#define Cursor CARD32
++#define Colormap CARD32
++#define GContext CARD32
++#define Atom CARD32
++#define VisualID CARD32
++#define Time CARD32
++#define KeyCode CARD8
++#define KeySym CARD32
++
++/* End copied from Xproto.h */
++
+ #define sz_xNXGetControlParametersReq   4
+ #define sz_xNXGetCleanupParametersReq   4
+ #define sz_xNXGetImageParametersReq 4
+@@ -343,9 +367,9 @@
+ CARD8dstDepth;
+ CARD32   srcLength B32;
+ CARD32   dstLength B32;
+-INT16srcX B16, srcY B16;
++CARD16srcX B16, srcY B16;
+ CARD16   srcWidth B16, srcHeight B16;
+-INT16dstX B16, dstY B16;
++CARD16dstX B16, dstY B16;
+ CARD16   dstWidth B16, dstHeight B16;
+ } xNXPutPackedImageReq;
+ 
+@@ -463,4 +487,20 @@
+ }
+ #endif
+ 
++/* Copied from Xproto.h */
++
++/* restore these 

[arch-commits] Commit in nx-common/repos (9 files)

2012-03-21 Thread Pierre Schmitz
Date: Wednesday, March 21, 2012 @ 02:21:05
  Author: pierre
Revision: 153968

db-move: moved nx-common from [testing] to [extra] (i686)

Added:
  nx-common/repos/extra-i686/NXproto.h.64bit.diff
(from rev 153965, nx-common/repos/testing-i686/NXproto.h.64bit.diff)
  nx-common/repos/extra-i686/PKGBUILD
(from rev 153965, nx-common/repos/testing-i686/PKGBUILD)
  nx-common/repos/extra-i686/nx-3.5.0-libpng15.patch
(from rev 153965, nx-common/repos/testing-i686/nx-3.5.0-libpng15.patch)
  nx-common/repos/extra-i686/nxcompsh-gcc43.patch
(from rev 153965, nx-common/repos/testing-i686/nxcompsh-gcc43.patch)
Deleted:
  nx-common/repos/extra-i686/NXproto.h.64bit.diff
  nx-common/repos/extra-i686/PKGBUILD
  nx-common/repos/extra-i686/nx-3.5.0-libpng15.patch
  nx-common/repos/extra-i686/nxcompsh-gcc43.patch
  nx-common/repos/testing-i686/

-+
 NXproto.h.64bit.diff|  132 +++---
 PKGBUILD|  118 -
 nx-3.5.0-libpng15.patch |   60 ++--
 nxcompsh-gcc43.patch|   38 ++---
 4 files changed, 174 insertions(+), 174 deletions(-)

Deleted: extra-i686/NXproto.h.64bit.diff
===
--- extra-i686/NXproto.h.64bit.diff 2012-03-21 06:21:04 UTC (rev 153967)
+++ extra-i686/NXproto.h.64bit.diff 2012-03-21 06:21:05 UTC (rev 153968)
@@ -1,66 +0,0 @@
 nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
-+++ nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
-@@ -26,6 +26,30 @@
- #include X11/Xmd.h
- #include X11/Xproto.h
- 
-+/*
-+  Copied from Xproto.h
-+ */
-+
-+/* For the purpose of the structure definitions in this file,
-+we must redefine the following types in terms of Xmd.h's types, which may
-+include bit fields.  All of these are #undef'd at the end of this file,
-+restoring the definitions in X.h.  */
-+
-+#define Window CARD32
-+#define Drawable CARD32
-+#define Font CARD32
-+#define Pixmap CARD32
-+#define Cursor CARD32
-+#define Colormap CARD32
-+#define GContext CARD32
-+#define Atom CARD32
-+#define VisualID CARD32
-+#define Time CARD32
-+#define KeyCode CARD8
-+#define KeySym CARD32
-+
-+/* End copied from Xproto.h */
-+
- #define sz_xNXGetControlParametersReq   4
- #define sz_xNXGetCleanupParametersReq   4
- #define sz_xNXGetImageParametersReq 4
-@@ -343,9 +367,9 @@
- CARD8dstDepth;
- CARD32   srcLength B32;
- CARD32   dstLength B32;
--INT16srcX B16, srcY B16;
-+CARD16srcX B16, srcY B16;
- CARD16   srcWidth B16, srcHeight B16;
--INT16dstX B16, dstY B16;
-+CARD16dstX B16, dstY B16;
- CARD16   dstWidth B16, dstHeight B16;
- } xNXPutPackedImageReq;
- 
-@@ -463,4 +487,20 @@
- }
- #endif
- 
-+/* Copied from Xproto.h */
-+
-+/* restore these definitions back to the typedefs in X.h */
-+#undef Window
-+#undef Drawable
-+#undef Font
-+#undef Pixmap
-+#undef Cursor
-+#undef Colormap
-+#undef GContext
-+#undef Atom
-+#undef VisualID
-+#undef Time
-+#undef KeyCode
-+#undef KeySym
-+
- #endif /* NXproto_H */

Copied: nx-common/repos/extra-i686/NXproto.h.64bit.diff (from rev 153965, 
nx-common/repos/testing-i686/NXproto.h.64bit.diff)
===
--- extra-i686/NXproto.h.64bit.diff (rev 0)
+++ extra-i686/NXproto.h.64bit.diff 2012-03-21 06:21:05 UTC (rev 153968)
@@ -0,0 +1,66 @@
+--- nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
 nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
+@@ -26,6 +26,30 @@
+ #include X11/Xmd.h
+ #include X11/Xproto.h
+ 
++/*
++  Copied from Xproto.h
++ */
++
++/* For the purpose of the structure definitions in this file,
++we must redefine the following types in terms of Xmd.h's types, which may
++include bit fields.  All of these are #undef'd at the end of this file,
++restoring the definitions in X.h.  */
++
++#define Window CARD32
++#define Drawable CARD32
++#define Font CARD32
++#define Pixmap CARD32
++#define Cursor CARD32
++#define Colormap CARD32
++#define GContext CARD32
++#define Atom CARD32
++#define VisualID CARD32
++#define Time CARD32
++#define KeyCode CARD8
++#define KeySym CARD32
++
++/* End copied from Xproto.h */
++
+ #define sz_xNXGetControlParametersReq   4
+ #define sz_xNXGetCleanupParametersReq   4
+ #define sz_xNXGetImageParametersReq 4
+@@ -343,9 +367,9 @@
+ CARD8dstDepth;
+ CARD32   srcLength B32;
+ CARD32   dstLength B32;
+-INT16srcX B16, srcY B16;
++CARD16srcX B16, srcY B16;
+ CARD16   srcWidth B16, srcHeight B16;
+-INT16dstX B16, dstY B16;
++CARD16dstX B16, dstY B16;
+ CARD16   dstWidth B16, dstHeight B16;
+ } xNXPutPackedImageReq;
+ 
+@@ -463,4 +487,20 @@
+ }
+ #endif
+ 
++/* Copied from Xproto.h */
++
++/* restore these definitions back to the typedefs in X.h 

[arch-commits] Commit in nx-common/repos (9 files)

2012-03-21 Thread Pierre Schmitz
Date: Wednesday, March 21, 2012 @ 02:21:07
  Author: pierre
Revision: 153969

db-move: moved nx-common from [testing] to [extra] (x86_64)

Added:
  nx-common/repos/extra-x86_64/NXproto.h.64bit.diff
(from rev 153965, nx-common/repos/testing-x86_64/NXproto.h.64bit.diff)
  nx-common/repos/extra-x86_64/PKGBUILD
(from rev 153965, nx-common/repos/testing-x86_64/PKGBUILD)
  nx-common/repos/extra-x86_64/nx-3.5.0-libpng15.patch
(from rev 153965, nx-common/repos/testing-x86_64/nx-3.5.0-libpng15.patch)
  nx-common/repos/extra-x86_64/nxcompsh-gcc43.patch
(from rev 153965, nx-common/repos/testing-x86_64/nxcompsh-gcc43.patch)
Deleted:
  nx-common/repos/extra-x86_64/NXproto.h.64bit.diff
  nx-common/repos/extra-x86_64/PKGBUILD
  nx-common/repos/extra-x86_64/nx-3.5.0-libpng15.patch
  nx-common/repos/extra-x86_64/nxcompsh-gcc43.patch
  nx-common/repos/testing-x86_64/

-+
 NXproto.h.64bit.diff|  132 +++---
 PKGBUILD|  118 -
 nx-3.5.0-libpng15.patch |   60 ++--
 nxcompsh-gcc43.patch|   38 ++---
 4 files changed, 174 insertions(+), 174 deletions(-)

Deleted: extra-x86_64/NXproto.h.64bit.diff
===
--- extra-x86_64/NXproto.h.64bit.diff   2012-03-21 06:21:05 UTC (rev 153968)
+++ extra-x86_64/NXproto.h.64bit.diff   2012-03-21 06:21:07 UTC (rev 153969)
@@ -1,66 +0,0 @@
 nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
-+++ nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
-@@ -26,6 +26,30 @@
- #include X11/Xmd.h
- #include X11/Xproto.h
- 
-+/*
-+  Copied from Xproto.h
-+ */
-+
-+/* For the purpose of the structure definitions in this file,
-+we must redefine the following types in terms of Xmd.h's types, which may
-+include bit fields.  All of these are #undef'd at the end of this file,
-+restoring the definitions in X.h.  */
-+
-+#define Window CARD32
-+#define Drawable CARD32
-+#define Font CARD32
-+#define Pixmap CARD32
-+#define Cursor CARD32
-+#define Colormap CARD32
-+#define GContext CARD32
-+#define Atom CARD32
-+#define VisualID CARD32
-+#define Time CARD32
-+#define KeyCode CARD8
-+#define KeySym CARD32
-+
-+/* End copied from Xproto.h */
-+
- #define sz_xNXGetControlParametersReq   4
- #define sz_xNXGetCleanupParametersReq   4
- #define sz_xNXGetImageParametersReq 4
-@@ -343,9 +367,9 @@
- CARD8dstDepth;
- CARD32   srcLength B32;
- CARD32   dstLength B32;
--INT16srcX B16, srcY B16;
-+CARD16srcX B16, srcY B16;
- CARD16   srcWidth B16, srcHeight B16;
--INT16dstX B16, dstY B16;
-+CARD16dstX B16, dstY B16;
- CARD16   dstWidth B16, dstHeight B16;
- } xNXPutPackedImageReq;
- 
-@@ -463,4 +487,20 @@
- }
- #endif
- 
-+/* Copied from Xproto.h */
-+
-+/* restore these definitions back to the typedefs in X.h */
-+#undef Window
-+#undef Drawable
-+#undef Font
-+#undef Pixmap
-+#undef Cursor
-+#undef Colormap
-+#undef GContext
-+#undef Atom
-+#undef VisualID
-+#undef Time
-+#undef KeyCode
-+#undef KeySym
-+
- #endif /* NXproto_H */

Copied: nx-common/repos/extra-x86_64/NXproto.h.64bit.diff (from rev 153965, 
nx-common/repos/testing-x86_64/NXproto.h.64bit.diff)
===
--- extra-x86_64/NXproto.h.64bit.diff   (rev 0)
+++ extra-x86_64/NXproto.h.64bit.diff   2012-03-21 06:21:07 UTC (rev 153969)
@@ -0,0 +1,66 @@
+--- nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
 nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
+@@ -26,6 +26,30 @@
+ #include X11/Xmd.h
+ #include X11/Xproto.h
+ 
++/*
++  Copied from Xproto.h
++ */
++
++/* For the purpose of the structure definitions in this file,
++we must redefine the following types in terms of Xmd.h's types, which may
++include bit fields.  All of these are #undef'd at the end of this file,
++restoring the definitions in X.h.  */
++
++#define Window CARD32
++#define Drawable CARD32
++#define Font CARD32
++#define Pixmap CARD32
++#define Cursor CARD32
++#define Colormap CARD32
++#define GContext CARD32
++#define Atom CARD32
++#define VisualID CARD32
++#define Time CARD32
++#define KeyCode CARD8
++#define KeySym CARD32
++
++/* End copied from Xproto.h */
++
+ #define sz_xNXGetControlParametersReq   4
+ #define sz_xNXGetCleanupParametersReq   4
+ #define sz_xNXGetImageParametersReq 4
+@@ -343,9 +367,9 @@
+ CARD8dstDepth;
+ CARD32   srcLength B32;
+ CARD32   dstLength B32;
+-INT16srcX B16, srcY B16;
++CARD16srcX B16, srcY B16;
+ CARD16   srcWidth B16, srcHeight B16;
+-INT16dstX B16, dstY B16;
++CARD16dstX B16, dstY B16;
+ CARD16   dstWidth B16, dstHeight B16;
+ } xNXPutPackedImageReq;
+ 
+@@ -463,4 +487,20 @@
+ }
+ #endif
+ 
++/* Copied from Xproto.h */
++
++/* restore these