[arch-commits] Commit in xorg-server/repos (18 files)

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:34:27
  Author: lcarlier
Revision: 285729

db-move: moved xorg-server from [testing] to [extra] (i686, x86_64)

Added:
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 285728, xorg-server/repos/testing-i686/PKGBUILD)
  xorg-server/repos/extra-i686/xorg-server.install
(from rev 285728, xorg-server/repos/testing-i686/xorg-server.install)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 285728, xorg-server/repos/testing-i686/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 285728, xorg-server/repos/testing-i686/xvfb-run.1)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 285728, xorg-server/repos/testing-x86_64/PKGBUILD)
  xorg-server/repos/extra-x86_64/xorg-server.install
(from rev 285728, xorg-server/repos/testing-x86_64/xorg-server.install)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 285728, xorg-server/repos/testing-x86_64/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 285728, xorg-server/repos/testing-x86_64/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/xorg-server.install
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/xorg-server.install
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-x86_64/

--+
 /PKGBUILD|  424 +++
 /xorg-server.install |   36 ++
 /xvfb-run|  360 +++
 /xvfb-run.1  |  564 +
 extra-i686/PKGBUILD  |  214 --
 extra-i686/xorg-server.install   |   18 -
 extra-i686/xvfb-run  |  180 ---
 extra-i686/xvfb-run.1|  282 --
 extra-x86_64/PKGBUILD|  214 --
 extra-x86_64/xorg-server.install |   18 -
 extra-x86_64/xvfb-run|  180 ---
 extra-x86_64/xvfb-run.1  |  282 --
 12 files changed, 1384 insertions(+), 1388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:54 UTC (rev 285728)
+++ extra-i686/PKGBUILD 2017-01-12 07:34:27 UTC (rev 285729)
@@ -1,214 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgbase=xorg-server
-pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
-pkgver=1.18.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('xorg')
-url="http://xorg.freedesktop.org;
-makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 
'xcmiscproto' 'xtrans' 'bigreqsproto' 'randrproto' 
- 'inputproto' 'fontsproto' 'videoproto' 'presentproto' 
'compositeproto' 'recordproto' 'scrnsaverproto'
- 'resourceproto' 'xineramaproto' 'libxkbfile' 'libxfont' 
'renderproto' 'libpciaccess' 'libxv'
- 'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 
'libdmx' 'libxtst' 'libxres'
- 'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt' 'libepoxy'
- 'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 
'xcb-util-keysyms' 'dri3proto'
- 'libxshmfence' 'libunwind')
-source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
-xvfb-run
-xvfb-run.1)
-validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
-  'C383B778255613DFDB409D91DB221A690011'
-  'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
-sha256sums=('278459b2c31d61a15655d95a72fb79930c480a6bb8cf9226e48a07df8b1d31c8'
-'SKIP'
-'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
-'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776')
-
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
-  --enable-dri \
-  --enable-dmx \
-  --enable-xvfb \
-  --enable-xnest \
-  --enable-composite \
-  --enable-xcsecurity \
-  --enable-libunwind \
-  --enable-xorg \
-  --enable-xephyr \
-  --enable-glamor \
-  --enable-xwayland \
-  --enable-kdrive \
-  --enable-kdrive-kbd \
-  --enable-kdrive-mouse \
-  --enable-config-udev \
-  --enable-systemd-logind \
-  --enable-suid-wrapper \
-  --disable-install-setuid \
-  --enable-record \
-  --disable-xfbdev \
-  --disable-xfake \
-  --disable-static \
-  --libexecdir=/usr/lib/xorg-server \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  

[arch-commits] Commit in xorg-server/repos (18 files)

2016-12-15 Thread Andreas Radke
Date: Thursday, December 15, 2016 @ 12:29:21
  Author: andyrtr
Revision: 283565

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 283564, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/damageRegionProcessPending.diff
(from rev 283564, xorg-server/trunk/damageRegionProcessPending.diff)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 283564, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 283564, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 283564, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 283564, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/damageRegionProcessPending.diff
(from rev 283564, xorg-server/trunk/damageRegionProcessPending.diff)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 283564, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 283564, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 283564, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/xorg-server.install
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/xorg-server.install
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

+
 /PKGBUILD  |  440 +
 /xorg-server.install   |   36 +
 /xvfb-run  |  360 ++
 /xvfb-run.1|  564 +++
 testing-i686/PKGBUILD  |  213 
 testing-i686/damageRegionProcessPending.diff   |  516 +
 testing-i686/xorg-server.install   |   18 
 testing-i686/xvfb-run  |  180 ---
 testing-i686/xvfb-run.1|  282 ---
 testing-x86_64/PKGBUILD|  213 
 testing-x86_64/damageRegionProcessPending.diff |  516 +
 testing-x86_64/xorg-server.install |   18 
 testing-x86_64/xvfb-run|  180 ---
 testing-x86_64/xvfb-run.1  |  282 ---
 14 files changed, 2432 insertions(+), 1386 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-15 12:28:57 UTC (rev 283564)
+++ testing-i686/PKGBUILD   2016-12-15 12:29:21 UTC (rev 283565)
@@ -1,213 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgbase=xorg-server
-pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
-pkgver=1.19.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('xorg')
-url="http://xorg.freedesktop.org;
-makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 
'xcmiscproto' 'xtrans' 'bigreqsproto' 'randrproto' 
- 'inputproto' 'fontsproto' 'videoproto' 'presentproto' 
'compositeproto' 'recordproto' 'scrnsaverproto'
- 'resourceproto' 'xineramaproto' 'libxkbfile' 'libxfont2' 
'renderproto' 'libpciaccess' 'libxv'
- 'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 
'libdmx' 'libxtst' 'libxres'
- 'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt' 'libepoxy'
- 'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 
'xcb-util-keysyms' 'dri3proto'
- 'libxshmfence' 'libunwind' 'systemd' 'wayland-protocols')
-source=(https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
-xvfb-run
-xvfb-run.1)
-validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
-  'C383B778255613DFDB409D91DB221A690011'
-  'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
-sha256sums=('149a708b50befc2d5a40b98d45ddd2ebe0beec018e6d0c663c43bad6210e4da3'
-'SKIP'
-'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
-'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776')
-
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
-  --enable-dri \
-  --enable-dmx \
-  --enable-xvfb \
-  --enable-xnest \
-  --enable-composite \
-  --enable-xcsecurity \
-  --enable-libunwind \
-  --enable-xorg \
-  --enable-xephyr \
-  --enable-glamor \
-  

[arch-commits] Commit in xorg-server/repos (18 files)

2016-03-19 Thread Laurent Carlier
Date: Saturday, March 19, 2016 @ 12:26:58
  Author: lcarlier
Revision: 262080

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  
xorg-server/repos/testing-i686/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch
(from rev 262079, 
xorg-server/trunk/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch)
  
xorg-server/repos/testing-i686/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch
(from rev 262079, 
xorg-server/trunk/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch)
  
xorg-server/repos/testing-i686/0003-Revert-present-Requeue-if-flip-driver-hook-fails-and.patch
(from rev 262079, 
xorg-server/trunk/0003-Revert-present-Requeue-if-flip-driver-hook-fails-and.patch)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 262079, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 262079, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 262079, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 262079, xorg-server/trunk/xvfb-run.1)
  
xorg-server/repos/testing-x86_64/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch
(from rev 262079, 
xorg-server/trunk/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch)
  
xorg-server/repos/testing-x86_64/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch
(from rev 262079, 
xorg-server/trunk/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch)
  
xorg-server/repos/testing-x86_64/0003-Revert-present-Requeue-if-flip-driver-hook-fails-and.patch
(from rev 262079, 
xorg-server/trunk/0003-Revert-present-Requeue-if-flip-driver-hook-fails-and.patch)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 262079, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 262079, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 262079, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 262079, xorg-server/trunk/xvfb-run.1)
Deleted:
  
xorg-server/repos/testing-i686/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch
  
xorg-server/repos/testing-i686/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch
  
xorg-server/repos/testing-x86_64/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch
  
xorg-server/repos/testing-x86_64/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch

+
 /0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch 
|   32 
 /0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch   
|  748 ++
 testing-i686/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch 
|   16 
 testing-i686/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch   
|  374 -
 testing-i686/0003-Revert-present-Requeue-if-flip-driver-hook-fails-and.patch   
|   39 
 testing-i686/PKGBUILD  
|  232 +++
 testing-i686/xorg-server.install   
|   18 
 testing-i686/xvfb-run  
|  180 ++
 testing-i686/xvfb-run.1
|  282 +++
 testing-x86_64/0001-glamor-swizzle-RED-to-0-for-alpha-textures.patch   
|   16 
 testing-x86_64/0002-Xext-vidmode-Reduce-verbosity-of-GetModeLine.patch 
|  374 -
 testing-x86_64/0003-Revert-present-Requeue-if-flip-driver-hook-fails-and.patch 
|   39 
 testing-x86_64/PKGBUILD
|  232 +++
 testing-x86_64/xorg-server.install 
|   18 
 testing-x86_64/xvfb-run
|  180 ++
 testing-x86_64/xvfb-run.1  
|  282 +++
 16 files changed, 2282 insertions(+), 780 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 262079:262080 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2016-02-11 Thread Laurent Carlier
Date: Thursday, February 11, 2016 @ 11:09:23
  Author: lcarlier
Revision: 259064

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  
xorg-server/repos/testing-i686/Fix-XineramaQueryScreens-for-reverse-prime.patch
(from rev 259063, 
xorg-server/trunk/Fix-XineramaQueryScreens-for-reverse-prime.patch)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 259063, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 259063, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 259063, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 259063, xorg-server/trunk/xvfb-run.1)
  
xorg-server/repos/testing-x86_64/Fix-XineramaQueryScreens-for-reverse-prime.patch
(from rev 259063, 
xorg-server/trunk/Fix-XineramaQueryScreens-for-reverse-prime.patch)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 259063, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 259063, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 259063, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 259063, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/xorg-server.install
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/xorg-server.install
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

-+
 /PKGBUILD   |  442 +++
 /xorg-server.install|   36 
 /xvfb-run   |  360 ++
 /xvfb-run.1 |  564 
++
 testing-i686/Fix-XineramaQueryScreens-for-reverse-prime.patch   |   55 
 testing-i686/PKGBUILD   |  213 ---
 testing-i686/xorg-server.install|   18 
 testing-i686/xvfb-run   |  180 ---
 testing-i686/xvfb-run.1 |  282 -
 testing-x86_64/Fix-XineramaQueryScreens-for-reverse-prime.patch |   55 
 testing-x86_64/PKGBUILD |  213 ---
 testing-x86_64/xorg-server.install  |   18 
 testing-x86_64/xvfb-run |  180 ---
 testing-x86_64/xvfb-run.1   |  282 -
 14 files changed, 1512 insertions(+), 1386 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 259063:259064 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2016-02-09 Thread Laurent Carlier
Date: Tuesday, February 9, 2016 @ 15:22:50
  Author: lcarlier
Revision: 259002

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 259001, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 259001, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 259001, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 259001, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 259001, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 259001, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 259001, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 259001, xorg-server/trunk/xvfb-run.1)
Deleted:
  
xorg-server/repos/testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/xorg-server.install
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  
xorg-server/repos/testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/xorg-server.install
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

--+
 /PKGBUILD|  
426 +++
 /xorg-server.install |   
36 
 /xvfb-run|  
360 ++
 /xvfb-run.1  |  
564 ++
 testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch   |   
55 
 testing-i686/PKGBUILD|  
221 ---
 testing-i686/xorg-server.install |   
18 
 testing-i686/xvfb-run|  
180 ---
 testing-i686/xvfb-run.1  |  
282 -
 testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch |   
55 
 testing-x86_64/PKGBUILD  |  
221 ---
 testing-x86_64/xorg-server.install   |   
18 
 testing-x86_64/xvfb-run  |  
180 ---
 testing-x86_64/xvfb-run.1|  
282 -
 14 files changed, 1386 insertions(+), 1512 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 259001:259002 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2015-07-17 Thread Laurent Carlier
Date: Friday, July 17, 2015 @ 19:50:03
  Author: lcarlier
Revision: 242329

archrelease: copy trunk to extra-i686, extra-x86_64

Deleted:
  
xorg-server/repos/extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  
xorg-server/repos/extra-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  
xorg-server/repos/extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
  xorg-server/repos/extra-i686/xorg-server.install
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  
xorg-server/repos/extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  
xorg-server/repos/extra-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  
xorg-server/repos/extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
  xorg-server/repos/extra-x86_64/xorg-server.install
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

-+
 extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch   |  
210 ---
 extra-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch|  
 55 -
 extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch  |  
134 
 extra-i686/PKGBUILD |  
240 
 extra-i686/autoconfig-sis.patch |  
 21 
 extra-i686/nvidia-drm-outputclass.conf  |  
  6 
 extra-i686/xorg-server.install  |  
 18 
 extra-i686/xvfb-run |  
180 --
 extra-i686/xvfb-run.1   |  
282 --
 extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch |  
210 ---
 extra-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch  |  
 55 -
 extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch|  
134 
 extra-x86_64/PKGBUILD   |  
240 
 extra-x86_64/autoconfig-sis.patch   |  
 21 
 extra-x86_64/nvidia-drm-outputclass.conf|  
  6 
 extra-x86_64/xorg-server.install|  
 18 
 extra-x86_64/xvfb-run   |  
180 --
 extra-x86_64/xvfb-run.1 |  
282 --
 18 files changed, 2292 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 242328:242329 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2014-12-10 Thread Laurent Carlier
Date: Wednesday, December 10, 2014 @ 15:44:46
  Author: lcarlier
Revision: 227405

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 227404, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 227404, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 227404, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/glamor-upstream-fix.patch
(from rev 227404, xorg-server/trunk/glamor-upstream-fix.patch)
  xorg-server/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 227404, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 227404, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 227404, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 227404, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 227404, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 227404, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 227404, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/glamor-upstream-fix.patch
(from rev 227404, xorg-server/trunk/glamor-upstream-fix.patch)
  xorg-server/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 227404, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 227404, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 227404, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 227404, xorg-server/trunk/xvfb-run.1)

+
 testing-i686/PKGBUILD  |  217 
 testing-i686/autoconfig-nvidia.patch   |   28 ++
 testing-i686/autoconfig-sis.patch  |   21 ++
 testing-i686/glamor-upstream-fix.patch |  178 +
 testing-i686/nvidia-drm-outputclass.conf   |6 
 testing-i686/xorg-server.install   |   18 +
 testing-i686/xvfb-run  |  180 +
 testing-i686/xvfb-run.1|  282 +++
 testing-x86_64/PKGBUILD|  217 
 testing-x86_64/autoconfig-nvidia.patch |   28 ++
 testing-x86_64/autoconfig-sis.patch|   21 ++
 testing-x86_64/glamor-upstream-fix.patch   |  178 +
 testing-x86_64/nvidia-drm-outputclass.conf |6 
 testing-x86_64/xorg-server.install |   18 +
 testing-x86_64/xvfb-run|  180 +
 testing-x86_64/xvfb-run.1  |  282 +++
 16 files changed, 1860 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 227404:227405 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2014-09-21 Thread Laurent Carlier
Date: Sunday, September 21, 2014 @ 13:07:51
  Author: lcarlier
Revision: 222537

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 222536, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 222536, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 222536, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/glamor-upstream-fix.patch
(from rev 222536, xorg-server/trunk/glamor-upstream-fix.patch)
  xorg-server/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 222536, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 222536, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 222536, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 222536, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 222536, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 222536, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 222536, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/glamor-upstream-fix.patch
(from rev 222536, xorg-server/trunk/glamor-upstream-fix.patch)
  xorg-server/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 222536, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 222536, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 222536, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 222536, xorg-server/trunk/xvfb-run.1)

+
 testing-i686/PKGBUILD  |  223 +
 testing-i686/autoconfig-nvidia.patch   |   28 ++
 testing-i686/autoconfig-sis.patch  |   21 ++
 testing-i686/glamor-upstream-fix.patch |  178 +
 testing-i686/nvidia-drm-outputclass.conf   |6 
 testing-i686/xorg-server.install   |   18 +
 testing-i686/xvfb-run  |  180 +
 testing-i686/xvfb-run.1|  282 +++
 testing-x86_64/PKGBUILD|  223 +
 testing-x86_64/autoconfig-nvidia.patch |   28 ++
 testing-x86_64/autoconfig-sis.patch|   21 ++
 testing-x86_64/glamor-upstream-fix.patch   |  178 +
 testing-x86_64/nvidia-drm-outputclass.conf |6 
 testing-x86_64/xorg-server.install |   18 +
 testing-x86_64/xvfb-run|  180 +
 testing-x86_64/xvfb-run.1  |  282 +++
 16 files changed, 1872 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 222536:222537 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2013-03-09 Thread Andreas Radke
Date: Saturday, March 9, 2013 @ 11:26:46
  Author: andyrtr
Revision: 179667

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 179666, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 179666, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 179666, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 179666, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/bug59825.patch
(from rev 179666, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/staging-i686/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 179666, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 179666, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 179666, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 179666, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 179666, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 179666, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 179666, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/bug59825.patch
(from rev 179666, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/staging-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 179666, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 179666, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 179666, xorg-server/trunk/xvfb-run.1)

-+
 staging-i686/10-quirks.conf |   10 
 staging-i686/PKGBUILD   |  209 ++
 staging-i686/autoconfig-nvidia.patch|   28 +
 staging-i686/autoconfig-sis.patch   |   21 +
 staging-i686/bug59825.patch |   12 
 staging-i686/xserver-1.6.0-less-acpi-brokenness.patch   |   25 +
 staging-i686/xvfb-run   |  180 
 staging-i686/xvfb-run.1 |  282 ++
 staging-x86_64/10-quirks.conf   |   10 
 staging-x86_64/PKGBUILD |  209 ++
 staging-x86_64/autoconfig-nvidia.patch  |   28 +
 staging-x86_64/autoconfig-sis.patch |   21 +
 staging-x86_64/bug59825.patch   |   12 
 staging-x86_64/xserver-1.6.0-less-acpi-brokenness.patch |   25 +
 staging-x86_64/xvfb-run |  180 
 staging-x86_64/xvfb-run.1   |  282 ++
 16 files changed, 1534 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 179666:179667 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2012-11-25 Thread andyrtr
Date: Sunday, November 25, 2012 @ 12:50:59
  Author: andyrtr
Revision: 171979

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 171978, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 171978, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 171978, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 171978, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 171978, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/use-pixman-glyph-cache.patch
(from rev 171978, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 171978, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 171978, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 171978, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 171978, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 171978, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 171978, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 171978, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/use-pixman-glyph-cache.patch
(from rev 171978, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 171978, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 171978, xorg-server/trunk/xvfb-run.1)

-+
 testing-i686/10-quirks.conf |   10 
 testing-i686/PKGBUILD   |  207 
 testing-i686/autoconfig-nvidia.patch|   28 +
 testing-i686/autoconfig-sis.patch   |   21 
 testing-i686/git-fixes.patch|  643 ++
 testing-i686/use-pixman-glyph-cache.patch   |  270 ++
 testing-i686/xvfb-run   |  180 +++
 testing-i686/xvfb-run.1 |  282 +++
 testing-x86_64/10-quirks.conf   |   10 
 testing-x86_64/PKGBUILD |  207 
 testing-x86_64/autoconfig-nvidia.patch  |   28 +
 testing-x86_64/autoconfig-sis.patch |   21 
 testing-x86_64/git-fixes.patch  |  643 ++
 testing-x86_64/use-pixman-glyph-cache.patch |  270 ++
 testing-x86_64/xvfb-run |  180 +++
 testing-x86_64/xvfb-run.1   |  282 +++
 16 files changed, 3282 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 171978:171979 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 14:24:56
  Author: jgc
Revision: 170561

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 170560, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 170560, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 170560, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 170560, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 170560, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/use-pixman-glyph-cache.patch
(from rev 170560, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 170560, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 170560, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 170560, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 170560, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 170560, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 170560, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 170560, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/use-pixman-glyph-cache.patch
(from rev 170560, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 170560, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 170560, xorg-server/trunk/xvfb-run.1)

-+
 testing-i686/10-quirks.conf |   10 
 testing-i686/PKGBUILD   |  208 
 testing-i686/autoconfig-nvidia.patch|   28 +
 testing-i686/autoconfig-sis.patch   |   21 
 testing-i686/git-fixes.patch|  643 ++
 testing-i686/use-pixman-glyph-cache.patch   |  270 ++
 testing-i686/xvfb-run   |  180 +++
 testing-i686/xvfb-run.1 |  282 +++
 testing-x86_64/10-quirks.conf   |   10 
 testing-x86_64/PKGBUILD |  208 
 testing-x86_64/autoconfig-nvidia.patch  |   28 +
 testing-x86_64/autoconfig-sis.patch |   21 
 testing-x86_64/git-fixes.patch  |  643 ++
 testing-x86_64/use-pixman-glyph-cache.patch |  270 ++
 testing-x86_64/xvfb-run |  180 +++
 testing-x86_64/xvfb-run.1   |  282 +++
 16 files changed, 3284 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 170560:170561 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 05:47:01
  Author: andyrtr
Revision: 159720

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 159719, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/staging-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 159719, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 159719, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 159719, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 159719, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/git-fixes.patch
(from rev 159719, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 159719, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 159719, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 159719, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/staging-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 159719, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 159719, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 159719, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 159719, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/git-fixes.patch
(from rev 159719, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 159719, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 159719, xorg-server/trunk/xvfb-run.1)

+
 staging-i686/10-quirks.conf
|   10 
 staging-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff   
|  116 
 staging-i686/PKGBUILD  
|  200 +
 staging-i686/autoconfig-nvidia.patch   
|   28 
 staging-i686/autoconfig-sis.patch  
|   21 
 staging-i686/git-fixes.patch   
| 1717 ++
 staging-i686/xvfb-run  
|  180 +
 staging-i686/xvfb-run.1
|  282 +
 staging-x86_64/10-quirks.conf  
|   10 
 staging-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff 
|  116 
 staging-x86_64/PKGBUILD
|  200 +
 staging-x86_64/autoconfig-nvidia.patch 
|   28 
 staging-x86_64/autoconfig-sis.patch
|   21 
 staging-x86_64/git-fixes.patch 
| 1717 ++
 staging-x86_64/xvfb-run
|  180 +
 staging-x86_64/xvfb-run.1  
|  282 +
 16 files changed, 5108 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 159719:159720 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2012-05-12 Thread andyrtr
Date: Saturday, May 12, 2012 @ 14:29:45
  Author: andyrtr
Revision: 158892

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 158891, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/testing-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 158891, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 158891, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 158891, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 158891, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 158891, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 158891, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 158891, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 158891, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/testing-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 158891, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 158891, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 158891, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 158891, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 158891, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 158891, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 158891, xorg-server/trunk/xvfb-run.1)

+
 testing-i686/10-quirks.conf
|   10 
 testing-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff   
|  116 
 testing-i686/PKGBUILD  
|  201 +++
 testing-i686/autoconfig-nvidia.patch   
|   28 
 testing-i686/autoconfig-sis.patch  
|   21 
 testing-i686/git-fixes.patch   
|  161 +
 testing-i686/xvfb-run  
|  180 ++
 testing-i686/xvfb-run.1
|  282 ++
 testing-x86_64/10-quirks.conf  
|   10 
 testing-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff 
|  116 
 testing-x86_64/PKGBUILD
|  201 +++
 testing-x86_64/autoconfig-nvidia.patch 
|   28 
 testing-x86_64/autoconfig-sis.patch
|   21 
 testing-x86_64/git-fixes.patch 
|  161 +
 testing-x86_64/xvfb-run
|  180 ++
 testing-x86_64/xvfb-run.1  
|  282 ++
 16 files changed, 1998 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 158891:158892 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2012-04-15 Thread andyrtr
Date: Sunday, April 15, 2012 @ 06:04:10
  Author: andyrtr
Revision: 156178

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 156177, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/testing-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 156177, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 156177, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 156177, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 156177, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 156177, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 156177, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 156177, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 156177, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/testing-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 156177, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 156177, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 156177, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 156177, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 156177, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 156177, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 156177, xorg-server/trunk/xvfb-run.1)

+
 testing-i686/10-quirks.conf
|   10 
 testing-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff   
|  116 
 testing-i686/PKGBUILD  
|  201 +++
 testing-i686/autoconfig-nvidia.patch   
|   28 
 testing-i686/autoconfig-sis.patch  
|   21 
 testing-i686/git-fixes.patch   
|  161 +
 testing-i686/xvfb-run  
|  180 ++
 testing-i686/xvfb-run.1
|  282 ++
 testing-x86_64/10-quirks.conf  
|   10 
 testing-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff 
|  116 
 testing-x86_64/PKGBUILD
|  201 +++
 testing-x86_64/autoconfig-nvidia.patch 
|   28 
 testing-x86_64/autoconfig-sis.patch
|   21 
 testing-x86_64/git-fixes.patch 
|  161 +
 testing-x86_64/xvfb-run
|  180 ++
 testing-x86_64/xvfb-run.1  
|  282 ++
 16 files changed, 1998 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 156177:156178 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 13:09:18
  Author: andyrtr
Revision: 148569

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 148568, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 148568, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 148568, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 148568, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/git-fixes.patch
(from rev 148568, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-i686/revert-trapezoids.patch
(from rev 148568, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 148568, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 148568, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 148568, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 148568, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 148568, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 148568, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/git-fixes.patch
(from rev 148568, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-x86_64/revert-trapezoids.patch
(from rev 148568, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 148568, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 148568, xorg-server/trunk/xvfb-run.1)

+
 staging-i686/10-quirks.conf|   10 +
 staging-i686/PKGBUILD  |  196 +
 staging-i686/autoconfig-nvidia.patch   |   29 +++
 staging-i686/autoconfig-sis.patch  |   19 ++
 staging-i686/git-fixes.patch   |  161 +
 staging-i686/revert-trapezoids.patch   |  179 +++
 staging-i686/xvfb-run  |  180 +++
 staging-i686/xvfb-run.1|  282 +++
 staging-x86_64/10-quirks.conf  |   10 +
 staging-x86_64/PKGBUILD|  196 +
 staging-x86_64/autoconfig-nvidia.patch |   29 +++
 staging-x86_64/autoconfig-sis.patch|   19 ++
 staging-x86_64/git-fixes.patch |  161 +
 staging-x86_64/revert-trapezoids.patch |  179 +++
 staging-x86_64/xvfb-run|  180 +++
 staging-x86_64/xvfb-run.1  |  282 +++
 16 files changed, 2112 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 148568:148569 to see the changes.


[arch-commits] Commit in xorg-server/repos (18 files)

2011-10-30 Thread andyrtr
Date: Sunday, October 30, 2011 @ 05:03:01
  Author: andyrtr
Revision: 141380

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 141379, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 141379, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 141379, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 141379, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 141379, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/revert-trapezoids.patch
(from rev 141379, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 141379, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 141379, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 141379, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 141379, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 141379, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 141379, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 141379, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/revert-trapezoids.patch
(from rev 141379, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 141379, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 141379, xorg-server/trunk/xvfb-run.1)

+
 testing-i686/10-quirks.conf|   10 +
 testing-i686/PKGBUILD  |  193 +
 testing-i686/autoconfig-nvidia.patch   |   29 +++
 testing-i686/autoconfig-sis.patch  |   19 ++
 testing-i686/git-fixes.patch   |   56 ++
 testing-i686/revert-trapezoids.patch   |  179 +++
 testing-i686/xvfb-run  |  180 +++
 testing-i686/xvfb-run.1|  282 +++
 testing-x86_64/10-quirks.conf  |   10 +
 testing-x86_64/PKGBUILD|  193 +
 testing-x86_64/autoconfig-nvidia.patch |   29 +++
 testing-x86_64/autoconfig-sis.patch|   19 ++
 testing-x86_64/git-fixes.patch |   56 ++
 testing-x86_64/revert-trapezoids.patch |  179 +++
 testing-x86_64/xvfb-run|  180 +++
 testing-x86_64/xvfb-run.1  |  282 +++
 16 files changed, 1896 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 141379:141380 to see the changes.