[arch-commits] Commit in xf86-video-apm/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:11:43
  Author: andyrtr
Revision: 250683

upgpkg: xf86-video-apm 1.2.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-apm/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:04:50 UTC (rev 250682)
+++ PKGBUILD2015-11-11 09:11:43 UTC (rev 250683)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-apm
 pkgver=1.2.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org Alliance ProMotion video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
 'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')


[arch-commits] Commit in xf86-video-apm/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:11:52
  Author: andyrtr
Revision: 250684

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

Added:
  xf86-video-apm/repos/staging-i686/
  xf86-video-apm/repos/staging-i686/PKGBUILD
(from rev 250683, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 250683, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 250683, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 250683, xf86-video-apm/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   23 +++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   23 +++
 4 files changed, 116 insertions(+)

Copied: xf86-video-apm/repos/staging-i686/PKGBUILD (from rev 250683, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:11:52 UTC (rev 250684)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=7
+pkgdesc="X.org Alliance ProMotion video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-apm/repos/staging-i686/git-fix.diff (from rev 250683, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2015-11-11 09:11:52 UTC (rev 250684)
@@ -0,0 +1,23 @@
+From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Thu, 10 Jan 2013 03:03:29 +
+Subject: Remove #include "mibstore.h"
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/apm.h b/src/apm.h
+index a3c06f8..365e5e2 100644
+--- a/src/apm.h
 b/src/apm.h
+@@ -33,9 +33,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* I2C support */
+ #include "xf86i2c.h"
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-apm/repos/staging-x86_64/PKGBUILD (from rev 250683, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:11:52 UTC (rev 250684)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=7
+pkgdesc="X.org Alliance ProMotion video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-apm/repos/staging-x86_64/git-fix.diff (from rev 250683, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff 

[arch-commits] Commit in xf86-video-sis/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:39:17
  Author: andyrtr
Revision: 250720

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

Added:
  xf86-video-sis/repos/staging-i686/
  xf86-video-sis/repos/staging-i686/PKGBUILD
(from rev 250719, xf86-video-sis/trunk/PKGBUILD)
  xf86-video-sis/repos/staging-i686/Xi.patch
(from rev 250719, xf86-video-sis/trunk/Xi.patch)
  xf86-video-sis/repos/staging-x86_64/
  xf86-video-sis/repos/staging-x86_64/PKGBUILD
(from rev 250719, xf86-video-sis/trunk/PKGBUILD)
  xf86-video-sis/repos/staging-x86_64/Xi.patch
(from rev 250719, xf86-video-sis/trunk/Xi.patch)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/Xi.patch   |   19 +++
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/Xi.patch |   19 +++
 4 files changed, 114 insertions(+)

Copied: xf86-video-sis/repos/staging-i686/PKGBUILD (from rev 250719, 
xf86-video-sis/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:39:17 UTC (rev 250720)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sis
+pkgver=0.10.8
+pkgrel=2
+pkgdesc="X.org SiS video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('sis-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+Xi.patch)
+sha256sums=('c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe'
+'7a1a0b784664a0f011bd13395be1854dee407e901d2707ab1a6b8d20caa0a672')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/Xi.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-sis/repos/staging-i686/Xi.patch (from rev 250719, 
xf86-video-sis/trunk/Xi.patch)
===
--- staging-i686/Xi.patch   (rev 0)
+++ staging-i686/Xi.patch   2015-11-11 09:39:17 UTC (rev 250720)
@@ -0,0 +1,19 @@
+--- xf86-video-sis-0.10.7/src/sis_driver.c 2013-03-10 13:57:50.0 
+0100
 xf86-video-sis-0.10.7/src/sis_driver.c.new 2013-03-10 13:54:48.645203559 
+0100
+@@ -9378,7 +9378,15 @@
+  }
+  if(doit) {
+   sigstate = xf86BlockSIGIO();
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 15
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 18
++{
++double dx = x, dy = y;
++miPointerSetPosition(inputInfo.pointer, Absolute, , ,
++NULL, NULL);
++x = (int)dx;
++y = (int)dy;
++}
++#elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 15
+ {
+ double dx = x, dy = y;
+ miPointerSetPosition(inputInfo.pointer, Absolute, , );

Copied: xf86-video-sis/repos/staging-x86_64/PKGBUILD (from rev 250719, 
xf86-video-sis/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:39:17 UTC (rev 250720)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sis
+pkgver=0.10.8
+pkgrel=2
+pkgdesc="X.org SiS video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('sis-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+Xi.patch)
+sha256sums=('c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe'
+'7a1a0b784664a0f011bd13395be1854dee407e901d2707ab1a6b8d20caa0a672')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/Xi.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-sis/repos/staging-x86_64/Xi.patch (from rev 250719, 
xf86-video-sis/trunk/Xi.patch)

[arch-commits] Commit in xf86-video-sis/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:39:09
  Author: andyrtr
Revision: 250719

upgpkg: xf86-video-sis 0.10.8-2

Xorg 1.18 rebuild

Modified:
  xf86-video-sis/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:37:52 UTC (rev 250718)
+++ PKGBUILD2015-11-11 09:39:09 UTC (rev 250719)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-sis
 pkgver=0.10.8
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org SiS video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 optdepends=('sis-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2


[arch-commits] Commit in xf86-video-tseng/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:46:14
  Author: andyrtr
Revision: 250727

upgpkg: xf86-video-tseng 1.2.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-tseng/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:44:53 UTC (rev 250726)
+++ PKGBUILD2015-11-11 09:46:14 UTC (rev 250727)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-tseng
 pkgver=1.2.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org tseng video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('c06dc5205f627e5afc795ecfa75e18d2d1db4e1f1f195fd017dad60854407819'
 '8a337e2bab9a5ee7ba15dde6665abcfa9559d769074873cb2a85cc86716bd5da')


[arch-commits] Commit in xf86-video-tseng/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:46:22
  Author: andyrtr
Revision: 250728

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

Added:
  xf86-video-tseng/repos/staging-i686/
  xf86-video-tseng/repos/staging-i686/PKGBUILD
(from rev 250727, xf86-video-tseng/trunk/PKGBUILD)
  xf86-video-tseng/repos/staging-i686/git-fixes.patch
(from rev 250727, xf86-video-tseng/trunk/git-fixes.patch)
  xf86-video-tseng/repos/staging-x86_64/
  xf86-video-tseng/repos/staging-x86_64/PKGBUILD
(from rev 250727, xf86-video-tseng/trunk/PKGBUILD)
  xf86-video-tseng/repos/staging-x86_64/git-fixes.patch
(from rev 250727, xf86-video-tseng/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   34 ++
 staging-i686/git-fixes.patch   |   31 +++
 staging-x86_64/PKGBUILD|   34 ++
 staging-x86_64/git-fixes.patch |   31 +++
 4 files changed, 130 insertions(+)

Copied: xf86-video-tseng/repos/staging-i686/PKGBUILD (from rev 250727, 
xf86-video-tseng/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:46:22 UTC (rev 250728)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tseng
+pkgver=1.2.5
+pkgrel=7
+pkgdesc="X.org tseng video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('c06dc5205f627e5afc795ecfa75e18d2d1db4e1f1f195fd017dad60854407819'
+'8a337e2bab9a5ee7ba15dde6665abcfa9559d769074873cb2a85cc86716bd5da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-tseng/repos/staging-i686/git-fixes.patch (from rev 250727, 
xf86-video-tseng/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-11-11 09:46:22 UTC (rev 250728)
@@ -0,0 +1,31 @@
+From d2d5c8437e401181f56804cc68594c4831a0983d Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:55:02 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/tseng_driver.c b/src/tseng_driver.c
+index ffafb19..0db62e5 100644
+--- a/src/tseng_driver.c
 b/src/tseng_driver.c
+@@ -39,9 +39,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "fb.h"
+ 
+ #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
+@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
+   }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ /* Initialise cursor functions */
+ miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-tseng/repos/staging-x86_64/PKGBUILD (from rev 250727, 
xf86-video-tseng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:46:22 UTC (rev 250728)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tseng
+pkgver=1.2.5
+pkgrel=7
+pkgdesc="X.org tseng video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('c06dc5205f627e5afc795ecfa75e18d2d1db4e1f1f195fd017dad60854407819'
+'8a337e2bab9a5ee7ba15dde6665abcfa9559d769074873cb2a85cc86716bd5da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: 

[arch-commits] Commit in xf86-video-ark/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:54:56
  Author: andyrtr
Revision: 250736

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

Added:
  xf86-video-ark/repos/staging-i686/
  xf86-video-ark/repos/staging-i686/PKGBUILD
(from rev 250735, xf86-video-ark/trunk/PKGBUILD)
  xf86-video-ark/repos/staging-i686/build-fix.diff
(from rev 250735, xf86-video-ark/trunk/build-fix.diff)
  xf86-video-ark/repos/staging-x86_64/
  xf86-video-ark/repos/staging-x86_64/PKGBUILD
(from rev 250735, xf86-video-ark/trunk/PKGBUILD)
  xf86-video-ark/repos/staging-x86_64/build-fix.diff
(from rev 250735, xf86-video-ark/trunk/build-fix.diff)

---+
 staging-i686/PKGBUILD |   37 +
 staging-i686/build-fix.diff   |   10 ++
 staging-x86_64/PKGBUILD   |   37 +
 staging-x86_64/build-fix.diff |   10 ++
 4 files changed, 94 insertions(+)

Copied: xf86-video-ark/repos/staging-i686/PKGBUILD (from rev 250735, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:54:56 UTC (rev 250736)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=7
+pkgdesc="X.org ark video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-ark/repos/staging-i686/build-fix.diff (from rev 250735, 
xf86-video-ark/trunk/build-fix.diff)
===
--- staging-i686/build-fix.diff (rev 0)
+++ staging-i686/build-fix.diff 2015-11-11 09:54:56 UTC (rev 250736)
@@ -0,0 +1,10 @@
+--- xf86-video-ark-0.7.5/src/ark_driver.c  2012-07-17 06:51:36.0 
+0200
 xf86-video-ark-0.7.5/src/ark_driver.c.new  2013-03-09 12:34:04.33627 
+0100
+@@ -39,7 +39,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "ark.h"
+ 

Copied: xf86-video-ark/repos/staging-x86_64/PKGBUILD (from rev 250735, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:54:56 UTC (rev 250736)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=7
+pkgdesc="X.org ark video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-ark/repos/staging-x86_64/build-fix.diff (from rev 250735, 
xf86-video-ark/trunk/build-fix.diff)
===
--- staging-x86_64/build-fix.diff   (rev 0)
+++ staging-x86_64/build-fix.diff   2015-11-11 09:54:56 UTC (rev 250736)
@@ -0,0 +1,10 @@
+--- xf86-video-ark-0.7.5/src/ark_driver.c  2012-07-17 06:51:36.0 
+0200
 

[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 11:21:24
  Author: andyrtr
Revision: 250740

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

Added:
  xf86-video-nouveau/repos/staging-i686/
  xf86-video-nouveau/repos/staging-i686/PKGBUILD
(from rev 250739, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install
(from rev 250739, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/staging-x86_64/
  xf86-video-nouveau/repos/staging-x86_64/PKGBUILD
(from rev 250739, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install
(from rev 250739, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

---+
 staging-i686/PKGBUILD |   42 
 staging-i686/xf86-video-nouveau.install   |6 
 staging-x86_64/PKGBUILD   |   42 
 staging-x86_64/xf86-video-nouveau.install |6 
 4 files changed, 96 insertions(+)

Copied: xf86-video-nouveau/repos/staging-i686/PKGBUILD (from rev 250739, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 10:21:24 UTC (rev 250740)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.11+31+g1ff13a9
+pkgrel=1
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+#source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+#  cd $pkgname-$pkgver
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+#  cd $pkgname-$pkgver
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install (from 
rev 250739, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-i686/xf86-video-nouveau.install (rev 0)
+++ staging-i686/xf86-video-nouveau.install 2015-11-11 10:21:24 UTC (rev 
250740)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/PKGBUILD (from rev 250739, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 10:21:24 UTC (rev 250740)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.11+31+g1ff13a9
+pkgrel=1
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+#source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+#  cd $pkgname-$pkgver
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+#  cd $pkgname-$pkgver
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install 
(from rev 250739, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-x86_64/xf86-video-nouveau.install   (rev 0)
+++ staging-x86_64/xf86-video-nouveau.install   2015-11-11 10:21:24 UTC (rev 
250740)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use 

[arch-commits] Commit in xf86-input-acecad/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:40:44
  Author: andyrtr
Revision: 250667

upgpkg: xf86-input-acecad 1.5.0-9

Xorg 1.18 rebuild

Modified:
  xf86-input-acecad/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 08:11:53 UTC (rev 250666)
+++ PKGBUILD2015-11-11 08:40:44 UTC (rev 250667)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-acecad
 pkgver=1.5.0
-pkgrel=8
+pkgrel=9
 pkgdesc="X.Org acecad tablet input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('sysfsutils')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 assign-local-private-after-allocating.patch)
 sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'


[arch-commits] Commit in xf86-input-acecad/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:40:57
  Author: andyrtr
Revision: 250668

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

Added:
  xf86-input-acecad/repos/staging-i686/
  xf86-input-acecad/repos/staging-i686/PKGBUILD
(from rev 250667, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
(from rev 250667, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
  xf86-input-acecad/repos/staging-x86_64/
  xf86-input-acecad/repos/staging-x86_64/PKGBUILD
(from rev 250667, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-x86_64/assign-local-private-after-allocating.patch
(from rev 250667, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)

+
 staging-i686/PKGBUILD  |   33 +++
 staging-i686/assign-local-private-after-allocating.patch   |   24 
 staging-x86_64/PKGBUILD|   33 +++
 staging-x86_64/assign-local-private-after-allocating.patch |   24 
 4 files changed, 114 insertions(+)

Copied: xf86-input-acecad/repos/staging-i686/PKGBUILD (from rev 250667, 
xf86-input-acecad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 08:40:57 UTC (rev 250668)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=9
+pkgdesc="X.Org acecad tablet input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/assign-local-private-after-allocating.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: 
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
 (from rev 250667, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
===
--- staging-i686/assign-local-private-after-allocating.patch
(rev 0)
+++ staging-i686/assign-local-private-after-allocating.patch2015-11-11 
08:40:57 UTC (rev 250668)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Mon, 27 Jun 2011 03:13:54 +
+Subject: Assign local->private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer 
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
 b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+ return BadAlloc;
+ 
+ memset(priv, 0, sizeof(AceCadPrivateRec));
++local->private = priv;
+ 
+ local->device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6

Copied: xf86-input-acecad/repos/staging-x86_64/PKGBUILD (from rev 250667, 
xf86-input-acecad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 08:40:57 UTC (rev 250668)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=9
+pkgdesc="X.Org acecad tablet input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/assign-local-private-after-allocating.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make 

[arch-commits] Commit in xf86-video-glint/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:17:08
  Author: andyrtr
Revision: 250691

upgpkg: xf86-video-glint 1.2.8-7

Xorg 1.18 rebuild

Modified:
  xf86-video-glint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:16:03 UTC (rev 250690)
+++ PKGBUILD2015-11-11 09:17:08 UTC (rev 250691)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-glint
 pkgver=1.2.8
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org GLINT/Permedia video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'


[arch-commits] Commit in xf86-video-glint/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:17:16
  Author: andyrtr
Revision: 250692

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

Added:
  xf86-video-glint/repos/staging-i686/
  xf86-video-glint/repos/staging-i686/PKGBUILD
(from rev 250691, xf86-video-glint/trunk/PKGBUILD)
  xf86-video-glint/repos/staging-i686/git-fix.diff
(from rev 250691, xf86-video-glint/trunk/git-fix.diff)
  xf86-video-glint/repos/staging-x86_64/
  xf86-video-glint/repos/staging-x86_64/PKGBUILD
(from rev 250691, xf86-video-glint/trunk/PKGBUILD)
  xf86-video-glint/repos/staging-x86_64/git-fix.diff
(from rev 250691, xf86-video-glint/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   30 ++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   30 ++
 4 files changed, 130 insertions(+)

Copied: xf86-video-glint/repos/staging-i686/PKGBUILD (from rev 250691, 
xf86-video-glint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:17:16 UTC (rev 250692)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-glint
+pkgver=1.2.8
+pkgrel=7
+pkgdesc="X.org GLINT/Permedia video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
+'8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-glint/repos/staging-i686/git-fix.diff (from rev 250691, 
xf86-video-glint/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2015-11-11 09:17:16 UTC (rev 250692)
@@ -0,0 +1,30 @@
+From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:38 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index b6d20a9..aa78516 100644
+--- a/src/glint_driver.c
 b/src/glint_driver.c
+@@ -52,8 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ 
+-#include "mibstore.h"
+-
+ #include "pm3_regs.h"
+ #include "glint_regs.h"
+ #include "IBM.h"
+@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-glint/repos/staging-x86_64/PKGBUILD (from rev 250691, 
xf86-video-glint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:17:16 UTC (rev 250692)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-glint
+pkgver=1.2.8
+pkgrel=7
+pkgdesc="X.org GLINT/Permedia video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
+'8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-glint/repos/staging-x86_64/git-fix.diff (from rev 250691, 

[arch-commits] Commit in xf86-video-fbdev/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:15:54
  Author: andyrtr
Revision: 250689

upgpkg: xf86-video-fbdev 0.4.4-5

Xorg 1.18 rebuild

Modified:
  xf86-video-fbdev/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:14:43 UTC (rev 250688)
+++ PKGBUILD2015-11-11 09:15:54 UTC (rev 250689)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-fbdev
 pkgver=0.4.4
-pkgrel=4
+pkgrel=5
 pkgdesc="X.org framebuffer video driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b')


[arch-commits] Commit in xf86-video-fbdev/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:16:03
  Author: andyrtr
Revision: 250690

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

Added:
  xf86-video-fbdev/repos/staging-i686/
  xf86-video-fbdev/repos/staging-i686/PKGBUILD
(from rev 250689, xf86-video-fbdev/trunk/PKGBUILD)
  xf86-video-fbdev/repos/staging-x86_64/
  xf86-video-fbdev/repos/staging-x86_64/PKGBUILD
(from rev 250689, xf86-video-fbdev/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-video-fbdev/repos/staging-i686/PKGBUILD (from rev 250689, 
xf86-video-fbdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:16:03 UTC (rev 250690)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.4
+pkgrel=5
+pkgdesc="X.org framebuffer video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-fbdev/repos/staging-x86_64/PKGBUILD (from rev 250689, 
xf86-video-fbdev/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:16:03 UTC (rev 250690)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.4
+pkgrel=5
+pkgdesc="X.org framebuffer video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-mach64/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:25:08
  Author: andyrtr
Revision: 250700

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

Added:
  xf86-video-mach64/repos/staging-i686/
  xf86-video-mach64/repos/staging-i686/PKGBUILD
(from rev 250699, xf86-video-mach64/trunk/PKGBUILD)
  xf86-video-mach64/repos/staging-x86_64/
  xf86-video-mach64/repos/staging-x86_64/PKGBUILD
(from rev 250699, xf86-video-mach64/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-video-mach64/repos/staging-i686/PKGBUILD (from rev 250699, 
xf86-video-mach64/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:25:08 UTC (rev 250700)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-mach64
+pkgver=6.9.5
+pkgrel=2
+pkgdesc="X.org mach64 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('mach64-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3e98985b6e044189efd42342862208f472881c25debf22230a1d54a96d71b41f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-mach64/repos/staging-x86_64/PKGBUILD (from rev 250699, 
xf86-video-mach64/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:25:08 UTC (rev 250700)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-mach64
+pkgver=6.9.5
+pkgrel=2
+pkgdesc="X.org mach64 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('mach64-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3e98985b6e044189efd42342862208f472881c25debf22230a1d54a96d71b41f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-rendition/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:32:17
  Author: andyrtr
Revision: 250709

upgpkg: xf86-video-rendition 4.2.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-rendition/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:31:11 UTC (rev 250708)
+++ PKGBUILD2015-11-11 09:32:17 UTC (rev 250709)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-rendition
 pkgver=4.2.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org Rendition video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 options=('!strip')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'


[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:32:26
  Author: andyrtr
Revision: 250710

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

Added:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 250709, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-i686/git-fixes.patch
(from rev 250709, xf86-video-rendition/trunk/git-fixes.patch)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 250709, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/git-fixes.patch
(from rev 250709, xf86-video-rendition/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +++
 staging-i686/git-fixes.patch   |  125 +++
 staging-x86_64/PKGBUILD|   37 +++
 staging-x86_64/git-fixes.patch |  125 +++
 4 files changed, 324 insertions(+)

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 250709, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:32:26 UTC (rev 250710)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=7
+pkgdesc="X.org Rendition video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'43301ab296b6a928ed880ea56fc476c7c2d80803c9a63b71e0391fca10457f55')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  strip --strip-unneeded 
"${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so"
+}

Copied: xf86-video-rendition/repos/staging-i686/git-fixes.patch (from rev 
250709, xf86-video-rendition/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-11-11 09:32:26 UTC (rev 250710)
@@ -0,0 +1,125 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:50 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+
+ /*/
+ /* The actual setup of the driver-specific code  */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
 b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include "micmap.h"
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From 30a4b73644ee22904824d4847e44ca69369fad02 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 30 Sep 2014 10:21:58 -0400
+Subject: Fix build against xserver 1.17
+
+Also port from pci_device_map_region to pci_device_map_range.  Somewhat
+alarming that the previous code was using map_region but unmap_range...
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/rendition.c b/src/rendition.c
+index 888bb4a..9677850 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1371,6 +1371,18 @@ renditionMapMem(ScrnInfoPtr pScreenInfo)
+/* Override on users request */
+ WriteCombine
+   = xf86ReturnOptValBool(pRendition->Options, OPTION_FBWC, WriteCombine);
++#ifdef XSERVER_LIBPCIACCESS
++mapOption = PCI_DEV_MAP_FLAG_WRITABLE;
++if (WriteCombine)
++  mapOption |= PCI_DEV_MAP_FLAG_WRITE_COMBINE;
++
++err = pci_device_map_range(pRendition->PciInfo,
++ pRendition->PciInfo->regions[0].base_addr,
++  

[arch-commits] Commit in xf86-video-s3/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:33:36
  Author: andyrtr
Revision: 250711

upgpkg: xf86-video-s3 0.6.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-s3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:32:26 UTC (rev 250710)
+++ PKGBUILD2015-11-11 09:33:36 UTC (rev 250711)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-s3
 pkgver=0.6.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org S3 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
 sha256sums=('4778cd4f1d61490c3562f9be03664576f065fa3acf22fe0d0689212d7ea3ad39'
 'ad5ce4569c16f28801f4f89d8271fccc5706ef8508a6051ca094854d92a19d1a')


[arch-commits] Commit in xf86-video-savage/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:36:22
  Author: andyrtr
Revision: 250715

upgpkg: xf86-video-savage 2.3.8-2

Xorg 1.18 rebuild

Modified:
  xf86-video-savage/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:35:02 UTC (rev 250714)
+++ PKGBUILD2015-11-11 09:36:22 UTC (rev 250715)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-savage
 pkgver=2.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org savage video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 optdepends=('savage-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})


[arch-commits] Commit in xf86-video-savage/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:36:32
  Author: andyrtr
Revision: 250716

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

Added:
  xf86-video-savage/repos/staging-i686/
  xf86-video-savage/repos/staging-i686/PKGBUILD
(from rev 250715, xf86-video-savage/trunk/PKGBUILD)
  xf86-video-savage/repos/staging-x86_64/
  xf86-video-savage/repos/staging-x86_64/PKGBUILD
(from rev 250715, xf86-video-savage/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xf86-video-savage/repos/staging-i686/PKGBUILD (from rev 250715, 
xf86-video-savage/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:36:32 UTC (rev 250716)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-savage
+pkgver=2.3.8
+pkgrel=2
+pkgdesc="X.org savage video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('savage-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-savage/repos/staging-x86_64/PKGBUILD (from rev 250715, 
xf86-video-savage/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:36:32 UTC (rev 250716)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-savage
+pkgver=2.3.8
+pkgrel=2
+pkgdesc="X.org savage video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('savage-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-vesa/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:47:31
  Author: andyrtr
Revision: 250729

upgpkg: xf86-video-vesa 2.3.4-2

Xorg 1.18 rebuild

Modified:
  xf86-video-vesa/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:46:22 UTC (rev 250728)
+++ PKGBUILD2015-11-11 09:47:31 UTC (rev 250729)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-vesa
 pkgver=2.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org vesa video driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
 revert-kernelcheck.patch)


[arch-commits] Commit in xf86-video-vesa/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:47:39
  Author: andyrtr
Revision: 250730

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

Added:
  xf86-video-vesa/repos/staging-i686/
  xf86-video-vesa/repos/staging-i686/PKGBUILD
(from rev 250729, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/staging-i686/revert-kernelcheck.patch
(from rev 250729, xf86-video-vesa/trunk/revert-kernelcheck.patch)
  xf86-video-vesa/repos/staging-x86_64/
  xf86-video-vesa/repos/staging-x86_64/PKGBUILD
(from rev 250729, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/staging-x86_64/revert-kernelcheck.patch
(from rev 250729, xf86-video-vesa/trunk/revert-kernelcheck.patch)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/revert-kernelcheck.patch   |   31 
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/revert-kernelcheck.patch |   31 
 4 files changed, 138 insertions(+)

Copied: xf86-video-vesa/repos/staging-i686/PKGBUILD (from rev 250729, 
xf86-video-vesa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:47:39 UTC (rev 250730)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vesa
+pkgver=2.3.4
+pkgrel=2
+pkgdesc="X.org vesa video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+revert-kernelcheck.patch)
+sha256sums=('7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1'
+'SKIP'
+'ef591a342cea65f1b08e84771ae0de84395c98ac8a71739dbf5c0a7f7a36543c')
+validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') #  "Adam Jackson 
"
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-vesa/repos/staging-i686/revert-kernelcheck.patch (from rev 
250729, xf86-video-vesa/trunk/revert-kernelcheck.patch)
===
--- staging-i686/revert-kernelcheck.patch   (rev 0)
+++ staging-i686/revert-kernelcheck.patch   2015-11-11 09:47:39 UTC (rev 
250730)
@@ -0,0 +1,31 @@
+From b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 08 Dec 2010 18:45:32 +
+Subject: Refuse to load if there's a kernel driver bound to the device
+
+Ported from the equivalent check in nv.
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/vesa.c b/src/vesa.c
+index 168fde1..2523d76 100644
+--- a/src/vesa.c
 b/src/vesa.c
+@@ -431,8 +431,14 @@ VESAPciProbe(DriverPtr drv, int entity_num, struct 
pci_device *dev,
+ pScrn = xf86ConfigPciEntity(NULL, 0, entity_num, NULL, 
+   NULL, NULL, NULL, NULL, NULL);
+ if (pScrn != NULL) {
+-  VESAPtr pVesa = VESAGetRec(pScrn);
++  VESAPtr pVesa;
+ 
++  if (pci_device_has_kernel_driver(dev)) {
++  ErrorF("vesa: Ignoring device with a bound kernel driver\n");
++  return FALSE;
++  }
++
++  pVesa = VESAGetRec(pScrn);
+   VESAInitScrn(pScrn);
+   pVesa->pciInfo = dev;
+ }
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-vesa/repos/staging-x86_64/PKGBUILD (from rev 250729, 
xf86-video-vesa/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:47:39 UTC (rev 250730)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vesa
+pkgver=2.3.4
+pkgrel=2
+pkgdesc="X.org vesa video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+revert-kernelcheck.patch)
+sha256sums=('7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1'
+'SKIP'
+

[arch-commits] Commit in xf86-video-vmware/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:48:46
  Author: andyrtr
Revision: 250731

upgpkg: xf86-video-vmware 13.1.0-3

Xorg 1.18 rebuild

Modified:
  xf86-video-vmware/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:47:39 UTC (rev 250730)
+++ PKGBUILD2015-11-11 09:48:46 UTC (rev 250731)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-vmware
 pkgver=13.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org vmware video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libdrm' 'mesa>=10.0')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 options=('!emptydirs')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})


[arch-commits] Commit in xf86-input-keyboard/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:59:13
  Author: andyrtr
Revision: 250674

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

Added:
  xf86-input-keyboard/repos/staging-i686/
  xf86-input-keyboard/repos/staging-i686/PKGBUILD
(from rev 250673, xf86-input-keyboard/trunk/PKGBUILD)
  xf86-input-keyboard/repos/staging-x86_64/
  xf86-input-keyboard/repos/staging-x86_64/PKGBUILD
(from rev 250673, xf86-input-keyboard/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-input-keyboard/repos/staging-i686/PKGBUILD (from rev 250673, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 08:59:13 UTC (rev 250674)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-keyboard
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="X.Org keyboard input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('1ac8ff39bf9da7d2fc7fd6c24515726e8138340c0518ab8c606e008cf93ca211'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-keyboard/repos/staging-x86_64/PKGBUILD (from rev 250673, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 08:59:13 UTC (rev 250674)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-keyboard
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="X.Org keyboard input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('1ac8ff39bf9da7d2fc7fd6c24515726e8138340c0518ab8c606e008cf93ca211'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-openchrome/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:29:41
  Author: andyrtr
Revision: 250706

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

Added:
  xf86-video-openchrome/repos/staging-i686/
  xf86-video-openchrome/repos/staging-i686/PKGBUILD
(from rev 250705, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/staging-i686/git-fixes.patch
(from rev 250705, xf86-video-openchrome/trunk/git-fixes.patch)
  xf86-video-openchrome/repos/staging-x86_64/
  xf86-video-openchrome/repos/staging-x86_64/PKGBUILD
(from rev 250705, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/staging-x86_64/git-fixes.patch
(from rev 250705, xf86-video-openchrome/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   41 +++
 staging-i686/git-fixes.patch   |   25 +++
 staging-x86_64/PKGBUILD|   41 +++
 staging-x86_64/git-fixes.patch |   25 +++
 4 files changed, 132 insertions(+)

Copied: xf86-video-openchrome/repos/staging-i686/PKGBUILD (from rev 250705, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:29:41 UTC (rev 250706)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.3
+pkgrel=6
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 git-fixes.patch)
+sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295'
+  '048a756f0d051df740279f98be9e2aa3e5c75415')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-openchrome/repos/staging-i686/git-fixes.patch (from rev 
250705, xf86-video-openchrome/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-11-11 09:29:41 UTC (rev 250706)
@@ -0,0 +1,25 @@
+From 319fcdad57ebf4f1ef828c3344058ff8f6197432 Mon Sep 17 00:00:00 2001
+From: Xavier Bachelot 
+Date: Tue, 13 Jan 2015 18:34:53 +0100
+Subject: [PATCH] Add missing header inclusion. Fixes
+ https://bugs.freedesktop.org/show_bug.cgi?id=88334
+
+---
+ src/via_3d.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/via_3d.h b/src/via_3d.h
+index c33228e..15be0be 100644
+--- a/src/via_3d.h
 b/src/via_3d.h
+@@ -24,6 +24,7 @@
+ #ifndef VIA_3D_H
+ #define VIA_3D_H
+ 
++#include "xorg-server.h"
+ #include "xf86.h"
+ #include "via_dmabuffer.h"
+ 
+-- 
+2.3.0
+

Copied: xf86-video-openchrome/repos/staging-x86_64/PKGBUILD (from rev 250705, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:29:41 UTC (rev 250706)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.3
+pkgrel=6
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 git-fixes.patch)
+sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295'
+  '048a756f0d051df740279f98be9e2aa3e5c75415')
+

[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:29:33
  Author: andyrtr
Revision: 250705

upgpkg: xf86-video-openchrome 0.3.3-6

Xorg 1.18 rebuild

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:28:11 UTC (rev 250704)
+++ PKGBUILD2015-11-11 09:29:33 UTC (rev 250705)
@@ -5,7 +5,7 @@
 
 pkgname=xf86-video-openchrome
 pkgver=0.3.3
-pkgrel=5
+pkgrel=6
 pkgdesc="X.Org Openchrome drivers"
 arch=(i686 x86_64)
 license=('custom')
@@ -12,8 +12,8 @@
 url="http://www.freedesktop.org/wiki/Openchrome/;
 depends=('libdrm' 'libxvmc' 'systemd')
 optdepends=('unichrome-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20'
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
 replaces=('openchrome' 'xf86-video-via')
 groups=('xorg-drivers' 'xorg')


[arch-commits] Commit in xf86-video-siliconmotion/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:37:52
  Author: andyrtr
Revision: 250718

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

Added:
  xf86-video-siliconmotion/repos/staging-i686/
  xf86-video-siliconmotion/repos/staging-i686/PKGBUILD
(from rev 250717, xf86-video-siliconmotion/trunk/PKGBUILD)
  xf86-video-siliconmotion/repos/staging-x86_64/
  xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD
(from rev 250717, xf86-video-siliconmotion/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xf86-video-siliconmotion/repos/staging-i686/PKGBUILD (from rev 250717, 
xf86-video-siliconmotion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:37:52 UTC (rev 250718)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.8
+pkgrel=2
+pkgdesc="X.org siliconmotion video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD (from rev 
250717, xf86-video-siliconmotion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:37:52 UTC (rev 250718)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.8
+pkgrel=2
+pkgdesc="X.org siliconmotion video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-siliconmotion/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:37:42
  Author: andyrtr
Revision: 250717

upgpkg: xf86-video-siliconmotion 1.7.8-2

Xorg 1.18 rebuild

Modified:
  xf86-video-siliconmotion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:36:32 UTC (rev 250716)
+++ PKGBUILD2015-11-11 09:37:42 UTC (rev 250717)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-siliconmotion
 pkgver=1.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org siliconmotion video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb'


[arch-commits] Commit in xf86-video-tdfx/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:41:47
  Author: andyrtr
Revision: 250724

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

Added:
  xf86-video-tdfx/repos/staging-i686/
  xf86-video-tdfx/repos/staging-i686/PKGBUILD
(from rev 250723, xf86-video-tdfx/trunk/PKGBUILD)
  xf86-video-tdfx/repos/staging-i686/git-fixes.patch
(from rev 250723, xf86-video-tdfx/trunk/git-fixes.patch)
  xf86-video-tdfx/repos/staging-x86_64/
  xf86-video-tdfx/repos/staging-x86_64/PKGBUILD
(from rev 250723, xf86-video-tdfx/trunk/PKGBUILD)
  xf86-video-tdfx/repos/staging-x86_64/git-fixes.patch
(from rev 250723, xf86-video-tdfx/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +++
 staging-i686/git-fixes.patch   |  420 +++
 staging-x86_64/PKGBUILD|   37 +++
 staging-x86_64/git-fixes.patch |  420 +++
 4 files changed, 914 insertions(+)

Copied: xf86-video-tdfx/repos/staging-i686/PKGBUILD (from rev 250723, 
xf86-video-tdfx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:41:47 UTC (rev 250724)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tdfx
+pkgver=1.4.5
+pkgrel=7
+pkgdesc="X.org tdfx video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('tdfx-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('70d5fbadfb60fc25e4f90f2a1aad258f64fa3953efbc1059103a8d845870d859'
+'8e63c17584d4e2afed2ce496de3270f0c99460eab2923dce123a072026542cc3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-tdfx/repos/staging-i686/git-fixes.patch (from rev 250723, 
xf86-video-tdfx/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-11-11 09:41:47 UTC (rev 250724)
@@ -0,0 +1,420 @@
+From 10498d2730c651eb7a1890eb9e728269732e9dad Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:59 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c
+index ddd5431..412da07 100644
+--- a/src/tdfx_driver.c
 b/src/tdfx_driver.c
+@@ -62,10 +62,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include "compiler.h"
+ 
+-/* Drivers using the mi implementation of backing store need: */
+-
+-#include "mibstore.h"
+-
+ /* All drivers using the vgahw module need this */
+ /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
+ #include "vgaHW.h"
+@@ -2373,7 +2369,6 @@ TDFXScreenInit(SCREEN_INIT_ARGS_DECL) {
+ }
+   }
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+   xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From 457bd576a4895f0d3a65e550dbe2470177bf650d Mon Sep 17 00:00:00 2001
+From: Guillem Jover 
+Date: Fri, 27 Sep 2013 18:52:01 +0200
+Subject: Define local PCI IDs instead of using xf86PciInfo.h
+
+The header file is deprecated and issues a warning now. Stop using
+it, and move the definitions to the local tree as recommended by the
+warning.
+
+Signed-off-by: Guillem Jover 
+Reviewed-by: Adam Jackson 
+
+diff --git a/src/tdfx.h b/src/tdfx.h
+index 7782473..7e3be81 100644
+--- a/src/tdfx.h
 b/src/tdfx.h
+@@ -12,7 +12,6 @@
+ #include 
+ #include 
+ 
+-#include "xf86PciInfo.h"
+ #include "xf86Pci.h"
+ #include "xf86DDC.h"
+ #include "xf86xv.h"
+@@ -73,6 +72,17 @@
+ (p)->memBase[region]
+ #endif
+ 
++#define PCI_VENDOR_3DFX   0x121A
++
++#define PCI_CHIP_VOODOO_GRAPHICS  0x0001
++#define PCI_CHIP_VOODOO2  0x0002
++#define PCI_CHIP_BANSHEE  0x0003
++#define PCI_CHIP_VOODOO3  0x0005
++#define PCI_CHIP_VOODOO5  0x0009
++
++#define PCI_CARD_VOODOO3_2000 0x0036
++#define PCI_CARD_VOODOO3_3000 0x003A
++
+ struct _TDFXRec;
+ typedef struct _TDFXRec *TDFXPtr;
+ 
+diff --git a/src/tdfx_accel.c b/src/tdfx_accel.c
+index 

[arch-commits] Commit in xf86-video-tdfx/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:41:38
  Author: andyrtr
Revision: 250723

upgpkg: xf86-video-tdfx 1.4.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-tdfx/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:40:35 UTC (rev 250722)
+++ PKGBUILD2015-11-11 09:41:38 UTC (rev 250723)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-tdfx
 pkgver=1.4.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org tdfx video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 optdepends=('tdfx-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)


[arch-commits] Commit in xf86-video-voodoo/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:49:54
  Author: andyrtr
Revision: 250733

upgpkg: xf86-video-voodoo 1.2.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-voodoo/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:48:56 UTC (rev 250732)
+++ PKGBUILD2015-11-11 09:49:54 UTC (rev 250733)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-voodoo
 pkgver=1.2.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
 sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'


[arch-commits] Commit in libevdev/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 11:00:14
  Author: andyrtr
Revision: 250738

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

Added:
  libevdev/repos/extra-i686/PKGBUILD
(from rev 250737, libevdev/trunk/PKGBUILD)
  libevdev/repos/extra-x86_64/PKGBUILD
(from rev 250737, libevdev/trunk/PKGBUILD)
Deleted:
  libevdev/repos/extra-i686/PKGBUILD
  libevdev/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-11 10:00:03 UTC (rev 250737)
+++ extra-i686/PKGBUILD 2015-11-11 10:00:14 UTC (rev 250738)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ed9979369b6a6e28f5897d099538549ecffb2b7c00c1b717eb77c31d85bc45a9'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 250737, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-11 10:00:14 UTC (rev 250738)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e91c58ca86e0631186798449e0a78c65474ff562081d968ba0521f76c8c2ca1d'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-11 10:00:03 UTC (rev 250737)
+++ extra-x86_64/PKGBUILD   2015-11-11 10:00:14 UTC (rev 250738)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ed9979369b6a6e28f5897d099538549ecffb2b7c00c1b717eb77c31d85bc45a9'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 250737, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-11 10:00:14 UTC (rev 250738)
@@ -0,0 +1,37 @@
+# $Id$

[arch-commits] Commit in libevdev/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 11:00:03
  Author: andyrtr
Revision: 250737

upgpkg: libevdev 1.4.5-1

upstream update 1.4.5

Modified:
  libevdev/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:54:56 UTC (rev 250736)
+++ PKGBUILD2015-11-11 10:00:03 UTC (rev 250737)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ed9979369b6a6e28f5897d099538549ecffb2b7c00c1b717eb77c31d85bc45a9'
+sha256sums=('e91c58ca86e0631186798449e0a78c65474ff562081d968ba0521f76c8c2ca1d'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


[arch-commits] Commit in xf86-input-mouse/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:00:44
  Author: andyrtr
Revision: 250676

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

Added:
  xf86-input-mouse/repos/staging-i686/
  xf86-input-mouse/repos/staging-i686/PKGBUILD
(from rev 250675, xf86-input-mouse/trunk/PKGBUILD)
  xf86-input-mouse/repos/staging-x86_64/
  xf86-input-mouse/repos/staging-x86_64/PKGBUILD
(from rev 250675, xf86-input-mouse/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-input-mouse/repos/staging-i686/PKGBUILD (from rev 250675, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:00:44 UTC (rev 250676)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-mouse
+pkgver=1.9.1
+pkgrel=2
+pkgdesc="X.org mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3485d375779c08406f0789feedde15933dc703158a086ddac638598f479fc5ce')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-mouse/repos/staging-x86_64/PKGBUILD (from rev 250675, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:00:44 UTC (rev 250676)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-mouse
+pkgver=1.9.1
+pkgrel=2
+pkgdesc="X.org mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3485d375779c08406f0789feedde15933dc703158a086ddac638598f479fc5ce')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-input-mouse/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:00:35
  Author: andyrtr
Revision: 250675

upgpkg: xf86-input-mouse 1.9.1-2

Xorg 1.18 rebuild

Modified:
  xf86-input-mouse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 08:59:13 UTC (rev 250674)
+++ PKGBUILD2015-11-11 09:00:35 UTC (rev 250675)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-mouse
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org mouse input driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('3485d375779c08406f0789feedde15933dc703158a086ddac638598f479fc5ce')


[arch-commits] Commit in xf86-input-joystick/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:57:43
  Author: andyrtr
Revision: 250672

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

Added:
  xf86-input-joystick/repos/staging-i686/
  xf86-input-joystick/repos/staging-i686/50-joystick.conf
(from rev 250671, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-i686/PKGBUILD
(from rev 250671, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-x86_64/
  xf86-input-joystick/repos/staging-x86_64/50-joystick.conf
(from rev 250671, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-x86_64/PKGBUILD
(from rev 250671, xf86-input-joystick/trunk/PKGBUILD)

-+
 staging-i686/50-joystick.conf   |6 ++
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/50-joystick.conf |6 ++
 staging-x86_64/PKGBUILD |   36 
 4 files changed, 84 insertions(+)

Copied: xf86-input-joystick/repos/staging-i686/50-joystick.conf (from rev 
250671, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-i686/50-joystick.conf   (rev 0)
+++ staging-i686/50-joystick.conf   2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,6 @@
+Section "InputClass"
+   Identifier "joystick catchall"
+   MatchIsJoystick "on"
+   MatchDevicePath "/dev/input/event*"
+   Driver "joystick"
+EndSection

Copied: xf86-input-joystick/repos/staging-i686/PKGBUILD (from rev 250671, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=6
+pkgdesc="X.Org Joystick input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
+  install -m644 "${srcdir}/50-joystick.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-joystick/repos/staging-x86_64/50-joystick.conf (from rev 
250671, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-x86_64/50-joystick.conf (rev 0)
+++ staging-x86_64/50-joystick.conf 2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,6 @@
+Section "InputClass"
+   Identifier "joystick catchall"
+   MatchIsJoystick "on"
+   MatchDevicePath "/dev/input/event*"
+   Driver "joystick"
+EndSection

Copied: xf86-input-joystick/repos/staging-x86_64/PKGBUILD (from rev 250671, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=6
+pkgdesc="X.Org Joystick input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
+  install -m644 "${srcdir}/50-joystick.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-input-joystick/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:57:34
  Author: andyrtr
Revision: 250671

upgpkg: xf86-input-joystick 1.6.2-6

Xorg 1.18 rebuild

Modified:
  xf86-input-joystick/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 08:55:56 UTC (rev 250670)
+++ PKGBUILD2015-11-11 08:57:34 UTC (rev 250671)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-joystick
 pkgver=1.6.2
-pkgrel=5
+pkgrel=6
 pkgdesc="X.Org Joystick input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 50-joystick.conf)


[arch-commits] Commit in xf86-input-keyboard/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:59:04
  Author: andyrtr
Revision: 250673

upgpkg: xf86-input-keyboard 1.8.1-2

Xorg 1.18 rebuild

Modified:
  xf86-input-keyboard/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 08:57:43 UTC (rev 250672)
+++ PKGBUILD2015-11-11 08:59:04 UTC (rev 250673)
@@ -3,19 +3,20 @@
 
 pkgname=xf86-input-keyboard
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.Org keyboard input driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('1ac8ff39bf9da7d2fc7fd6c24515726e8138340c0518ab8c606e008cf93ca211'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr


[arch-commits] Commit in xf86-video-i740/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:21:14
  Author: andyrtr
Revision: 250695

upgpkg: xf86-video-i740 1.3.4-7

Xorg 1.18 rebuild

Modified:
  xf86-video-i740/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:19:30 UTC (rev 250694)
+++ PKGBUILD2015-11-11 09:21:14 UTC (rev 250695)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-i740
 pkgver=1.3.4
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org Intel i740 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
 '2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')


[arch-commits] Commit in xf86-video-i740/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:21:23
  Author: andyrtr
Revision: 250696

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

Added:
  xf86-video-i740/repos/staging-i686/
  xf86-video-i740/repos/staging-i686/PKGBUILD
(from rev 250695, xf86-video-i740/trunk/PKGBUILD)
  xf86-video-i740/repos/staging-i686/git-fix.diff
(from rev 250695, xf86-video-i740/trunk/git-fix.diff)
  xf86-video-i740/repos/staging-x86_64/
  xf86-video-i740/repos/staging-x86_64/PKGBUILD
(from rev 250695, xf86-video-i740/trunk/PKGBUILD)
  xf86-video-i740/repos/staging-x86_64/git-fix.diff
(from rev 250695, xf86-video-i740/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/git-fix.diff   |   32 
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/git-fix.diff |   32 
 4 files changed, 132 insertions(+)

Copied: xf86-video-i740/repos/staging-i686/PKGBUILD (from rev 250695, 
xf86-video-i740/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:21:23 UTC (rev 250696)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-i740
+pkgver=1.3.4
+pkgrel=7
+pkgdesc="X.org Intel i740 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
+'2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-i740/repos/staging-i686/git-fix.diff (from rev 250695, 
xf86-video-i740/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2015-11-11 09:21:23 UTC (rev 250696)
@@ -0,0 +1,32 @@
+From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Thu, 10 Jan 2013 03:21:52 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i740_driver.c b/src/i740_driver.c
+index 1c82198..7c1051d 100644
+--- a/src/i740_driver.c
 b/src/i740_driver.c
+@@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include "compiler.h"
+ 
+-/* Drivers using the mi implementation of backing store need: */
+-
+-#include "mibstore.h"
+-
+ /* All drivers using the vgahw module need this */
+ /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
+ #include "vgaHW.h"
+@@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
+ }
+   }
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+   xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i740/repos/staging-x86_64/PKGBUILD (from rev 250695, 
xf86-video-i740/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:21:23 UTC (rev 250696)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-i740
+pkgver=1.3.4
+pkgrel=7
+pkgdesc="X.org Intel i740 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
+'2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: 

[arch-commits] Commit in xf86-video-r128/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:31:11
  Author: andyrtr
Revision: 250708

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

Added:
  xf86-video-r128/repos/staging-i686/
  xf86-video-r128/repos/staging-i686/PKGBUILD
(from rev 250707, xf86-video-r128/trunk/PKGBUILD)
  xf86-video-r128/repos/staging-x86_64/
  xf86-video-r128/repos/staging-x86_64/PKGBUILD
(from rev 250707, xf86-video-r128/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xf86-video-r128/repos/staging-i686/PKGBUILD (from rev 250707, 
xf86-video-r128/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:31:11 UTC (rev 250708)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-r128
+pkgver=6.10.0
+pkgrel=2
+pkgdesc="X.org ati Rage128 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('r128-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('80d531a07168230a408b88809a5440cfd48f9098666d12702d0012148a0d353d'
+'SKIP')
+validpgpkeys=('6EA3F3F3B9082632A9CBE931D53A0445B47A0DAB') # Connor Behan 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-r128/repos/staging-x86_64/PKGBUILD (from rev 250707, 
xf86-video-r128/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:31:11 UTC (rev 250708)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-r128
+pkgver=6.10.0
+pkgrel=2
+pkgdesc="X.org ati Rage128 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+optdepends=('r128-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('80d531a07168230a408b88809a5440cfd48f9098666d12702d0012148a0d353d'
+'SKIP')
+validpgpkeys=('6EA3F3F3B9082632A9CBE931D53A0445B47A0DAB') # Connor Behan 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-voodoo/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:50:03
  Author: andyrtr
Revision: 250734

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

Added:
  xf86-video-voodoo/repos/staging-i686/
  xf86-video-voodoo/repos/staging-i686/PKGBUILD
(from rev 250733, xf86-video-voodoo/trunk/PKGBUILD)
  xf86-video-voodoo/repos/staging-i686/git-fixes.diff
(from rev 250733, xf86-video-voodoo/trunk/git-fixes.diff)
  xf86-video-voodoo/repos/staging-x86_64/
  xf86-video-voodoo/repos/staging-x86_64/PKGBUILD
(from rev 250733, xf86-video-voodoo/trunk/PKGBUILD)
  xf86-video-voodoo/repos/staging-x86_64/git-fixes.diff
(from rev 250733, xf86-video-voodoo/trunk/git-fixes.diff)

---+
 staging-i686/PKGBUILD |   35 +++
 staging-i686/git-fixes.diff   |   23 +++
 staging-x86_64/PKGBUILD   |   35 +++
 staging-x86_64/git-fixes.diff |   23 +++
 4 files changed, 116 insertions(+)

Copied: xf86-video-voodoo/repos/staging-i686/PKGBUILD (from rev 250733, 
xf86-video-voodoo/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:50:03 UTC (rev 250734)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.5
+pkgrel=7
+pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
+sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'
+'ab21fc45573bb309f3ad413a3242a48e0850b0fe36f30cad8443a2555cafcd66')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: xf86-video-voodoo/repos/staging-i686/git-fixes.diff (from rev 250733, 
xf86-video-voodoo/trunk/git-fixes.diff)
===
--- staging-i686/git-fixes.diff (rev 0)
+++ staging-i686/git-fixes.diff 2015-11-11 09:50:03 UTC (rev 250734)
@@ -0,0 +1,23 @@
+From 9172ae566a0e85313fc80ab62b4455393eefe593 Mon Sep 17 00:00:00 2001
+From: Dave Airlie 
+Date: Mon, 22 Sep 2014 10:56:02 +1000
+Subject: don't use PCITAG in struct anymore
+
+
+diff --git a/src/voodoo.h b/src/voodoo.h
+index bfed497..c3eb64e 100644
+--- a/src/voodoo.h
 b/src/voodoo.h
+@@ -23,7 +23,9 @@ typedef struct {
+   
+   Bool  Voodoo2;  /* Set if Voodoo2 */
+   pciVideoPtr   PciInfo;  /* PCI data */
++#ifndef XSERVER_LIBPCIACCESS
+   PCITAGPciTag;
++#endif
+   CARD32PhysBase;
+   
+   CARD32Width;/* Current width */
+-- 
+cgit v0.10.2
+

Copied: xf86-video-voodoo/repos/staging-x86_64/PKGBUILD (from rev 250733, 
xf86-video-voodoo/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:50:03 UTC (rev 250734)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.5
+pkgrel=7
+pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
+sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'
+'ab21fc45573bb309f3ad413a3242a48e0850b0fe36f30cad8443a2555cafcd66')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: xf86-video-voodoo/repos/staging-x86_64/git-fixes.diff (from rev 250733, 
xf86-video-voodoo/trunk/git-fixes.diff)

[arch-commits] Commit in xf86-video-vmware/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:48:56
  Author: andyrtr
Revision: 250732

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

Added:
  xf86-video-vmware/repos/staging-i686/
  xf86-video-vmware/repos/staging-i686/PKGBUILD
(from rev 250731, xf86-video-vmware/trunk/PKGBUILD)
  xf86-video-vmware/repos/staging-x86_64/
  xf86-video-vmware/repos/staging-x86_64/PKGBUILD
(from rev 250731, xf86-video-vmware/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xf86-video-vmware/repos/staging-i686/PKGBUILD (from rev 250731, 
xf86-video-vmware/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:48:56 UTC (rev 250732)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vmware
+pkgver=13.1.0
+pkgrel=3
+pkgdesc="X.org vmware video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm' 'mesa>=10.0')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('3c1d244e4b1b77e92126957965cdc9fb82de4c215c0706a3a8aaff6939e4a0cc'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-vmware/repos/staging-x86_64/PKGBUILD (from rev 250731, 
xf86-video-vmware/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:48:56 UTC (rev 250732)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vmware
+pkgver=13.1.0
+pkgrel=3
+pkgdesc="X.org vmware video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm' 'mesa>=10.0')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('3c1d244e4b1b77e92126957965cdc9fb82de4c215c0706a3a8aaff6939e4a0cc'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in plasma-workspace/trunk (PKGBUILD)

2015-11-11 Thread Antonio Rojas
Date: Wednesday, November 11, 2015 @ 11:42:30
  Author: arojas
Revision: 250743

Push again

Modified:
  plasma-workspace/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 10:38:37 UTC (rev 250742)
+++ PKGBUILD2015-11-11 10:42:30 UTC (rev 250743)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.4.3
-pkgrel=2
+pkgrel=1
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'


[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:02:05
  Author: andyrtr
Revision: 250677

upgpkg: xf86-input-synaptics 1.8.3-2

Xorg 1.18 rebuild

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:00:44 UTC (rev 250676)
+++ PKGBUILD2015-11-11 09:02:05 UTC (rev 250677)
@@ -6,14 +6,14 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('MIT')
 url="http://xorg.freedesktop.org/;
 depends=('libxtst' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 replaces=('synaptics')
 provides=('synaptics')
 conflicts=('synaptics')


[arch-commits] Commit in xf86-input-synaptics/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:02:14
  Author: andyrtr
Revision: 250678

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

Added:
  xf86-input-synaptics/repos/staging-i686/
  xf86-input-synaptics/repos/staging-i686/PKGBUILD
(from rev 250677, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/staging-i686/add_tapbuttons.diff
(from rev 250677, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/staging-x86_64/
  xf86-input-synaptics/repos/staging-x86_64/PKGBUILD
(from rev 250677, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/staging-x86_64/add_tapbuttons.diff
(from rev 250677, xf86-input-synaptics/trunk/add_tapbuttons.diff)

+
 staging-i686/PKGBUILD  |   42 +++
 staging-i686/add_tapbuttons.diff   |   17 ++
 staging-x86_64/PKGBUILD|   42 +++
 staging-x86_64/add_tapbuttons.diff |   17 ++
 4 files changed, 118 insertions(+)

Copied: xf86-input-synaptics/repos/staging-i686/PKGBUILD (from rev 250677, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:02:14 UTC (rev 250678)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.3
+pkgrel=2
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01'
+'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
+  # * enable MatchDevicePath directive by default - FS#33291
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-synaptics/repos/staging-i686/add_tapbuttons.diff (from rev 
250677, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===
--- staging-i686/add_tapbuttons.diff(rev 0)
+++ staging-i686/add_tapbuttons.diff2015-11-11 09:02:14 UTC (rev 250678)
@@ -0,0 +1,17 @@
+--- a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
 b/conf/50-synaptics.conf.new   2013-01-05 14:20:21.959670353 +0100
+@@ -11,10 +11,13 @@
+ Identifier "touchpad catchall"
+ Driver "synaptics"
+ MatchIsTouchpad "on"
++Option "TapButton1" "1"
++Option "TapButton2" "2"
++Option "TapButton3" "3"
+ # This option is recommend on all Linux systems using evdev, but cannot be
+ # enabled by default. See the following link for details:
+ # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
+-#   MatchDevicePath "/dev/input/event*"
++MatchDevicePath "/dev/input/event*"
+ EndSection
+ 
+ Section "InputClass"

Copied: xf86-input-synaptics/repos/staging-x86_64/PKGBUILD (from rev 250677, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:02:14 UTC (rev 250678)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.3
+pkgrel=2
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 

[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:03:29
  Author: andyrtr
Revision: 250679

upgpkg: xf86-input-vmmouse 13.1.0-2

Xorg 1.18 rebuild

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:02:14 UTC (rev 250678)
+++ PKGBUILD2015-11-11 09:03:29 UTC (rev 250679)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-vmmouse
 pkgver=13.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org VMWare Mouse input driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc' 'libsystemd' 'sh')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319')


[arch-commits] Commit in xf86-video-dummy/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:14:43
  Author: andyrtr
Revision: 250688

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

Added:
  xf86-video-dummy/repos/staging-i686/
  xf86-video-dummy/repos/staging-i686/PKGBUILD
(from rev 250687, xf86-video-dummy/trunk/PKGBUILD)
  xf86-video-dummy/repos/staging-x86_64/
  xf86-video-dummy/repos/staging-x86_64/PKGBUILD
(from rev 250687, xf86-video-dummy/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-video-dummy/repos/staging-i686/PKGBUILD (from rev 250687, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:14:43 UTC (rev 250688)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-dummy
+pkgver=0.3.7
+pkgrel=5
+pkgdesc="X.org dummy video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-dummy/repos/staging-x86_64/PKGBUILD (from rev 250687, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:14:43 UTC (rev 250688)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-dummy
+pkgver=0.3.7
+pkgrel=5
+pkgdesc="X.org dummy video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:14:33
  Author: andyrtr
Revision: 250687

upgpkg: xf86-video-dummy 0.3.7-5

Xorg 1.18 rebuild

Modified:
  xf86-video-dummy/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:13:35 UTC (rev 250686)
+++ PKGBUILD2015-11-11 09:14:33 UTC (rev 250687)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-dummy
 pkgver=0.3.7
-pkgrel=4
+pkgrel=5
 pkgdesc="X.org dummy video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')


[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 11:21:13
  Author: andyrtr
Revision: 250739

upgpkg: xf86-video-nouveau 1.0.11+31+g1ff13a9-1

Xorg 1.18 rebuild - use latest git snapshot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 21 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 10:00:14 UTC (rev 250738)
+++ PKGBUILD2015-11-11 10:21:13 UTC (rev 250739)
@@ -3,27 +3,40 @@
 # Contributor: buddabrod 
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.11
-pkgrel=3
+pkgver=1.0.11+31+g1ff13a9
+pkgrel=1
 pkgdesc="Open Source 2D acceleration driver for nVidia cards"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/;
 license=('GPL')
 depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
+#source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+#  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+#  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in xf86-input-vmmouse/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:03:39
  Author: andyrtr
Revision: 250680

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

Added:
  xf86-input-vmmouse/repos/staging-i686/
  xf86-input-vmmouse/repos/staging-i686/PKGBUILD
(from rev 250679, xf86-input-vmmouse/trunk/PKGBUILD)
  xf86-input-vmmouse/repos/staging-x86_64/
  xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD
(from rev 250679, xf86-input-vmmouse/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-input-vmmouse/repos/staging-i686/PKGBUILD (from rev 250679, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:03:39 UTC (rev 250680)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-vmmouse
+pkgver=13.1.0
+pkgrel=2
+pkgdesc="X.org VMWare Mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc' 'libsystemd' 'sh')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}

Copied: xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD (from rev 250679, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:03:39 UTC (rev 250680)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-vmmouse
+pkgver=13.1.0
+pkgrel=2
+pkgdesc="X.org VMWare Mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc' 'libsystemd' 'sh')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:23:39
  Author: andyrtr
Revision: 250697

upgpkg: xf86-video-intel 1:2.99.917+478+gdf72bc5-3

Xorg 1.18 rebuild

Modified:
  xf86-video-intel/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:21:23 UTC (rev 250696)
+++ PKGBUILD2015-11-11 09:23:39 UTC (rev 250697)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.99.917+478+gdf72bc5
-pkgrel=2
+pkgrel=3
 epoch=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 install=$pkgname.install
 pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
 depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
  # additional deps for intel-virtual-output
  'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
  # additional for git snapshot
@@ -23,7 +23,7 @@
 'libxtst: for intel-virtual-output')
 replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
 provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20'
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 #source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)


[arch-commits] Commit in xf86-video-intel/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:23:47
  Author: andyrtr
Revision: 250698

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

Added:
  xf86-video-intel/repos/staging-i686/
  xf86-video-intel/repos/staging-i686/PKGBUILD
(from rev 250697, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/staging-i686/xf86-video-intel.install
(from rev 250697, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/staging-x86_64/
  xf86-video-intel/repos/staging-x86_64/PKGBUILD
(from rev 250697, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/staging-x86_64/xf86-video-intel.install
(from rev 250697, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-i686/xf86-video-intel.install   |   20 +
 staging-x86_64/PKGBUILD |   61 ++
 staging-x86_64/xf86-video-intel.install |   20 +
 4 files changed, 162 insertions(+)

Copied: xf86-video-intel/repos/staging-i686/PKGBUILD (from rev 250697, 
xf86-video-intel/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:23:47 UTC (rev 250698)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+478+gdf72bc5
+pkgrel=3
+epoch=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=df72bc5')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/staging-i686/xf86-video-intel.install (from rev 
250697, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- staging-i686/xf86-video-intel.install   (rev 0)
+++ staging-i686/xf86-video-intel.install   2015-11-11 09:23:47 UTC (rev 
250698)
@@ -0,0 +1,20 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can try
+falling back to UXA if you run into trouble. To do so, save a file with
+the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "sna"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/staging-x86_64/PKGBUILD (from rev 250697, 
xf86-video-intel/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:23:47 UTC (rev 250698)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+478+gdf72bc5
+pkgrel=3
+epoch=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'

[arch-commits] Commit in xf86-video-nv/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:28:11
  Author: andyrtr
Revision: 250704

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

Added:
  xf86-video-nv/repos/staging-i686/
  xf86-video-nv/repos/staging-i686/PKGBUILD
(from rev 250703, xf86-video-nv/trunk/PKGBUILD)
  xf86-video-nv/repos/staging-i686/git-fixes.patch
(from rev 250703, xf86-video-nv/trunk/git-fixes.patch)
  xf86-video-nv/repos/staging-x86_64/
  xf86-video-nv/repos/staging-x86_64/PKGBUILD
(from rev 250703, xf86-video-nv/trunk/PKGBUILD)
  xf86-video-nv/repos/staging-x86_64/git-fixes.patch
(from rev 250703, xf86-video-nv/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/git-fixes.patch   |   81 +++
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/git-fixes.patch |   81 +++
 4 files changed, 236 insertions(+)

Copied: xf86-video-nv/repos/staging-i686/PKGBUILD (from rev 250703, 
xf86-video-nv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:28:11 UTC (rev 250704)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-nv
+pkgver=2.1.20
+pkgrel=7
+pkgdesc="X.org nv video driver"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf'
+'0ec4234fd9202956d25ca93e9131930e4a3fbba5de2ca870d0cf2302ccb76b46')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-nv/repos/staging-i686/git-fixes.patch (from rev 250703, 
xf86-video-nv/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-11-11 09:28:11 UTC (rev 250704)
@@ -0,0 +1,81 @@
+From fc78fe98222b0204b8a2872a529763d6fe5048da Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:49 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/g80_driver.c b/src/g80_driver.c
+index cc4e197..719b96c 100644
+--- a/src/g80_driver.c
 b/src/g80_driver.c
+@@ -34,7 +34,6 @@
+ #include 
+ #endif
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -833,7 +832,6 @@ G80ScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_driver.c b/src/nv_driver.c
+index 6dad6e5..8f35334 100644
+--- a/src/nv_driver.c
 b/src/nv_driver.c
+@@ -2550,7 +2550,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pNv->NoAccel)
+   NVAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_include.h b/src/nv_include.h
+index fb190bf..f174eef 100644
+--- a/src/nv_include.h
 b/src/nv_include.h
+@@ -24,9 +24,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+diff --git a/src/riva_driver.c b/src/riva_driver.c
+index e0667ef..759501e 100644
+--- a/src/riva_driver.c
 b/src/riva_driver.c
+@@ -1168,7 +1168,6 @@ RivaScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pRiva->NoAccel)
+   RivaAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/riva_include.h b/src/riva_include.h
+index f2c5302..c7aeef7 100644
+--- a/src/riva_include.h
 b/src/riva_include.h
+@@ -22,9 +22,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-nv/repos/staging-x86_64/PKGBUILD (from rev 250703, 

[arch-commits] Commit in xf86-video-nv/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:28:03
  Author: andyrtr
Revision: 250703

upgpkg: xf86-video-nv 2.1.20-7

Xorg 1.18 rebuild

Modified:
  xf86-video-nv/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:26:26 UTC (rev 250702)
+++ PKGBUILD2015-11-11 09:28:03 UTC (rev 250703)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-nv
 pkgver=2.1.20
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org nv video driver"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf'


[arch-commits] Commit in xf86-video-s3virge/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:35:02
  Author: andyrtr
Revision: 250714

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

Added:
  xf86-video-s3virge/repos/staging-i686/
  xf86-video-s3virge/repos/staging-i686/PKGBUILD
(from rev 250713, xf86-video-s3virge/trunk/PKGBUILD)
  xf86-video-s3virge/repos/staging-x86_64/
  xf86-video-s3virge/repos/staging-x86_64/PKGBUILD
(from rev 250713, xf86-video-s3virge/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xf86-video-s3virge/repos/staging-i686/PKGBUILD (from rev 250713, 
xf86-video-s3virge/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:35:02 UTC (rev 250714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-s3virge
+pkgver=1.10.7
+pkgrel=2
+pkgdesc="X.org S3 Virge video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('5dbe68de05483f902fdc48e97ce8d9fdd1d2ade14cb53c0c3642f0259f65a4da'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-s3virge/repos/staging-x86_64/PKGBUILD (from rev 250713, 
xf86-video-s3virge/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:35:02 UTC (rev 250714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-s3virge
+pkgver=1.10.7
+pkgrel=2
+pkgdesc="X.org S3 Virge video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('5dbe68de05483f902fdc48e97ce8d9fdd1d2ade14cb53c0c3642f0259f65a4da'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-s3virge/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:34:53
  Author: andyrtr
Revision: 250713

upgpkg: xf86-video-s3virge 1.10.7-2

Xorg 1.18 rebuild

Modified:
  xf86-video-s3virge/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:33:44 UTC (rev 250712)
+++ PKGBUILD2015-11-11 09:34:53 UTC (rev 250713)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-s3virge
 pkgver=1.10.7
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org S3 Virge video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('5dbe68de05483f902fdc48e97ce8d9fdd1d2ade14cb53c0c3642f0259f65a4da'
 'SKIP')


[arch-commits] Commit in xf86-video-s3/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:33:44
  Author: andyrtr
Revision: 250712

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

Added:
  xf86-video-s3/repos/staging-i686/
  xf86-video-s3/repos/staging-i686/PKGBUILD
(from rev 250711, xf86-video-s3/trunk/PKGBUILD)
  xf86-video-s3/repos/staging-i686/build-fix.diff
(from rev 250711, xf86-video-s3/trunk/build-fix.diff)
  xf86-video-s3/repos/staging-x86_64/
  xf86-video-s3/repos/staging-x86_64/PKGBUILD
(from rev 250711, xf86-video-s3/trunk/PKGBUILD)
  xf86-video-s3/repos/staging-x86_64/build-fix.diff
(from rev 250711, xf86-video-s3/trunk/build-fix.diff)

---+
 staging-i686/PKGBUILD |   35 +++
 staging-i686/build-fix.diff   |   10 ++
 staging-x86_64/PKGBUILD   |   35 +++
 staging-x86_64/build-fix.diff |   10 ++
 4 files changed, 90 insertions(+)

Copied: xf86-video-s3/repos/staging-i686/PKGBUILD (from rev 250711, 
xf86-video-s3/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:33:44 UTC (rev 250712)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-s3
+pkgver=0.6.5
+pkgrel=7
+pkgdesc="X.org S3 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('4778cd4f1d61490c3562f9be03664576f065fa3acf22fe0d0689212d7ea3ad39'
+'ad5ce4569c16f28801f4f89d8271fccc5706ef8508a6051ca094854d92a19d1a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-s3/repos/staging-i686/build-fix.diff (from rev 250711, 
xf86-video-s3/trunk/build-fix.diff)
===
--- staging-i686/build-fix.diff (rev 0)
+++ staging-i686/build-fix.diff 2015-11-11 09:33:44 UTC (rev 250712)
@@ -0,0 +1,10 @@
+--- xf86-video-s3-0.6.5/src/s3_driver.c2012-07-17 06:50:05.0 
+0200
 xf86-video-s3-0.6.5/src/s3_driver.c.new2013-03-09 17:01:39.639220318 
+0100
+@@ -52,7 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "inputstr.h"
+ #include "shadowfb.h"

Copied: xf86-video-s3/repos/staging-x86_64/PKGBUILD (from rev 250711, 
xf86-video-s3/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:33:44 UTC (rev 250712)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-s3
+pkgver=0.6.5
+pkgrel=7
+pkgdesc="X.org S3 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('4778cd4f1d61490c3562f9be03664576f065fa3acf22fe0d0689212d7ea3ad39'
+'ad5ce4569c16f28801f4f89d8271fccc5706ef8508a6051ca094854d92a19d1a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-s3/repos/staging-x86_64/build-fix.diff (from rev 250711, 
xf86-video-s3/trunk/build-fix.diff)
===
--- staging-x86_64/build-fix.diff   (rev 0)
+++ staging-x86_64/build-fix.diff   2015-11-11 09:33:44 UTC (rev 250712)
@@ -0,0 +1,10 @@
+--- xf86-video-s3-0.6.5/src/s3_driver.c2012-07-17 06:50:05.0 
+0200
 xf86-video-s3-0.6.5/src/s3_driver.c.new2013-03-09 17:01:39.639220318 
+0100
+@@ -52,7 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "inputstr.h"
+ #include 

[arch-commits] Commit in xf86-video-sisusb/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:40:35
  Author: andyrtr
Revision: 250722

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

Added:
  xf86-video-sisusb/repos/staging-i686/
  xf86-video-sisusb/repos/staging-i686/PKGBUILD
(from rev 250721, xf86-video-sisusb/trunk/PKGBUILD)
  xf86-video-sisusb/repos/staging-i686/git-fixes.patch
(from rev 250721, xf86-video-sisusb/trunk/git-fixes.patch)
  xf86-video-sisusb/repos/staging-x86_64/
  xf86-video-sisusb/repos/staging-x86_64/PKGBUILD
(from rev 250721, xf86-video-sisusb/trunk/PKGBUILD)
  xf86-video-sisusb/repos/staging-x86_64/git-fixes.patch
(from rev 250721, xf86-video-sisusb/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   34 ++
 staging-i686/git-fixes.patch   |   29 +
 staging-x86_64/PKGBUILD|   34 ++
 staging-x86_64/git-fixes.patch |   29 +
 4 files changed, 126 insertions(+)

Copied: xf86-video-sisusb/repos/staging-i686/PKGBUILD (from rev 250721, 
xf86-video-sisusb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:40:35 UTC (rev 250722)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.6
+pkgrel=7
+pkgdesc="X.org SiS USB video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046'
+'9b64f4a9160c1055d3e01e1b603840986163a7880dbbb5c12f3a7d4c66739134')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-sisusb/repos/staging-i686/git-fixes.patch (from rev 250721, 
xf86-video-sisusb/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-11-11 09:40:35 UTC (rev 250722)
@@ -0,0 +1,29 @@
+From 293d0902705c272b83432a955fb6a3c96dd6cea7 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:52 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/sisusb_driver.c b/src/sisusb_driver.c
+index 539b9f1..0fdc8e9 100644
+--- a/src/sisusb_driver.c
 b/src/sisusb_driver.c
+@@ -39,7 +39,6 @@
+ #include "shadowfb.h"
+ #include "micmap.h"
+ #include "mipointer.h"
+-#include "mibstore.h"
+ 
+ #include "sisusb_regs.h"
+ #include "sisusb_dac.h"
+@@ -1907,7 +1906,6 @@ SISUSBScreenInit(SCREEN_INIT_ARGS_DECL)
+ /* Initialize the accelerators */
+ SiSUSBAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ 
+ /* NO SilkenMouse. Never. Ever. */
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-sisusb/repos/staging-x86_64/PKGBUILD (from rev 250721, 
xf86-video-sisusb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:40:35 UTC (rev 250722)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.6
+pkgrel=7
+pkgdesc="X.org SiS USB video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046'
+'9b64f4a9160c1055d3e01e1b603840986163a7880dbbb5c12f3a7d4c66739134')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-sisusb/repos/staging-x86_64/git-fixes.patch (from rev 

[arch-commits] Commit in xf86-video-sisusb/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:40:26
  Author: andyrtr
Revision: 250721

upgpkg: xf86-video-sisusb 0.9.6-7

Xorg 1.18 rebuild

Modified:
  xf86-video-sisusb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:39:17 UTC (rev 250720)
+++ PKGBUILD2015-11-11 09:40:26 UTC (rev 250721)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-sisusb
 pkgver=0.9.6
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org SiS USB video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046'
 '9b64f4a9160c1055d3e01e1b603840986163a7880dbbb5c12f3a7d4c66739134')


[arch-commits] Commit in xf86-video-trident/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:44:44
  Author: andyrtr
Revision: 250725

upgpkg: xf86-video-trident 1.3.7-2

Xorg 1.18 rebuild

Modified:
  xf86-video-trident/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:41:47 UTC (rev 250724)
+++ PKGBUILD2015-11-11 09:44:44 UTC (rev 250725)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-trident
 pkgver=1.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Trident video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae'


[arch-commits] Commit in xf86-video-trident/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:44:53
  Author: andyrtr
Revision: 250726

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

Added:
  xf86-video-trident/repos/staging-i686/
  xf86-video-trident/repos/staging-i686/PKGBUILD
(from rev 250725, xf86-video-trident/trunk/PKGBUILD)
  xf86-video-trident/repos/staging-x86_64/
  xf86-video-trident/repos/staging-x86_64/PKGBUILD
(from rev 250725, xf86-video-trident/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xf86-video-trident/repos/staging-i686/PKGBUILD (from rev 250725, 
xf86-video-trident/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:44:53 UTC (rev 250726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-trident
+pkgver=1.3.7
+pkgrel=2
+pkgdesc="X.org Trident video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-trident/repos/staging-x86_64/PKGBUILD (from rev 250725, 
xf86-video-trident/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:44:53 UTC (rev 250726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-trident
+pkgver=1.3.7
+pkgrel=2
+pkgdesc="X.org Trident video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-ark/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:54:47
  Author: andyrtr
Revision: 250735

upgpkg: xf86-video-ark 0.7.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-ark/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:50:03 UTC (rev 250734)
+++ PKGBUILD2015-11-11 09:54:47 UTC (rev 250735)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-ark
 pkgver=0.7.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org ark video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
 sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'


[arch-commits] Commit in plasma-workspace/repos (12 files)

2015-11-11 Thread Antonio Rojas
Date: Wednesday, November 11, 2015 @ 11:43:36
  Author: arojas
Revision: 250744

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 250743, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 250743, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 250743, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 250743, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/dbus-update-environment.patch
  plasma-workspace/repos/extra-i686/include-env-vars-from-sourced-files.patch
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/dbus-update-environment.patch
  plasma-workspace/repos/extra-x86_64/include-env-vars-from-sourced-files.patch
  plasma-workspace/repos/extra-x86_64/kde.pam

+
 /PKGBUILD  |  142 +++
 /kde.pam   |   18 +
 extra-i686/PKGBUILD|   78 
 extra-i686/dbus-update-environment.patch   |   54 -
 extra-i686/include-env-vars-from-sourced-files.patch   |   23 --
 extra-i686/kde.pam |9 
 extra-x86_64/PKGBUILD  |   78 
 extra-x86_64/dbus-update-environment.patch |   54 -
 extra-x86_64/include-env-vars-from-sourced-files.patch |   23 --
 extra-x86_64/kde.pam   |9 
 10 files changed, 160 insertions(+), 328 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-11 10:42:30 UTC (rev 250743)
+++ extra-i686/PKGBUILD 2015-11-11 10:43:36 UTC (rev 250744)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.4.2
-pkgrel=2
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
- 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
-'kde.pam' 'dbus-update-environment.patch' 
'include-env-vars-from-sourced-files.patch')
-md5sums=('a4fe835089c213c52f1407715163bf80'
- '378ee33a9ec2870a1a899f2e05ee00d4'
- '5ca1a098128753c12b23ee316d9ee78e'
- '0dc67c9132d08a58e787d69f2eee2138')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgbase}-${pkgver}
-  # Include env vars from sourced files on pre-startup
-  patch -p1 -i "${srcdir}"/include-env-vars-from-sourced-files.patch
-  # sends env vars to existing dbus
-  patch -p1 -i "${srcdir}"/dbus-update-environment.patch
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/kde.pam \
-"${pkgdir}"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "${pkgdir}"/usr/lib/drkonqi
-  rm -r "${pkgdir}"/usr/share/drkonqi
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kdewebkit' 'kxmlrpcclient' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 250743, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-11 10:43:36 UTC (rev 250744)
@@ -0,0 

[arch-commits] Commit in xf86-video-chips/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:13:25
  Author: andyrtr
Revision: 250685

upgpkg: xf86-video-chips 1.2.6-2

Xorg 1.18 rebuild

Modified:
  xf86-video-chips/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:11:52 UTC (rev 250684)
+++ PKGBUILD2015-11-11 09:13:25 UTC (rev 250685)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-chips
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Chips and Technologies video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=(glibc)
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c'
 'SKIP')


[arch-commits] Commit in xf86-video-chips/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:13:35
  Author: andyrtr
Revision: 250686

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

Added:
  xf86-video-chips/repos/staging-i686/
  xf86-video-chips/repos/staging-i686/PKGBUILD
(from rev 250685, xf86-video-chips/trunk/PKGBUILD)
  xf86-video-chips/repos/staging-x86_64/
  xf86-video-chips/repos/staging-x86_64/PKGBUILD
(from rev 250685, xf86-video-chips/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xf86-video-chips/repos/staging-i686/PKGBUILD (from rev 250685, 
xf86-video-chips/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:13:35 UTC (rev 250686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-chips
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="X.org Chips and Technologies video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-chips/repos/staging-x86_64/PKGBUILD (from rev 250685, 
xf86-video-chips/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:13:35 UTC (rev 250686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-chips
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="X.org Chips and Technologies video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in apache/trunk (PKGBUILD revert_redirect_url.patch)

2015-11-11 Thread Anatol Pomozov
Date: Wednesday, November 11, 2015 @ 17:37:45
  Author: anatolik
Revision: 250752

upgpkg: apache 2.4.17-3

Backport fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57785

Added:
  apache/trunk/revert_redirect_url.patch
Modified:
  apache/trunk/PKGBUILD

---+
 PKGBUILD  |   12 ++-
 revert_redirect_url.patch |  150 
 2 files changed, 159 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 15:35:33 UTC (rev 250751)
+++ PKGBUILD2015-11-11 16:37:45 UTC (rev 250752)
@@ -5,7 +5,7 @@
 
 pkgname=apache
 pkgver=2.4.17
-pkgrel=2
+pkgrel=3
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -35,13 +35,17 @@
 httpd.logrotate
 httpd.service
 arch.layout
+# bugfix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57785
+# taken from 
https://github.com/apache/httpd/commit/7feb3c027f9d0d16f37c7bed13b58c09162f
+revert_redirect_url.patch
 )
 sha256sums=('331e035dec81d3db95b048f036f4d7b1a97ec8daa5b377bde42d4ccf1f2eb798'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
-'14d0a775eea7f8c66ba55399a9ad1e4fd29e0302f479a15b28bbfc754c5aa347'
-'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+'2c6fc6fabc7fb113650690ce4e9347e54c4d2124b2975c7d671720169c990398'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3'
+'eb9033e039e24cd443c861af0853dd8a8f7369170a393ef25fd31a627f6d40db')
 validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
 
 prepare() {
@@ -53,6 +57,8 @@
   -i docs/conf/httpd.conf.in
 
   cat "${srcdir}/arch.layout" >> config.layout
+
+  patch -p1 < ../revert_redirect_url.patch
 }
 
 build() {

Added: revert_redirect_url.patch
===
--- revert_redirect_url.patch   (rev 0)
+++ revert_redirect_url.patch   2015-11-11 16:37:45 UTC (rev 250752)
@@ -0,0 +1,150 @@
+From 7feb3c027f9d0d16f37c7bed13b58c09162f Mon Sep 17 00:00:00 2001
+From: Jim Jagielski 
+Date: Tue, 3 Nov 2015 12:02:43 +
+Subject: [PATCH] Merge r1710380, r1710391 from trunk:
+
+Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in.
+
+
+
+
+followup to r1710380 -- refactored name and didn't have 'make depend'
+
+
+Submitted by: covener
+Reviewed/backported by: jim
+
+
+git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712268 
13f79535-47bb-0310-9956-ffa450edef68
+---
+ CHANGES  |  3 +++
+ STATUS   |  7 ---
+ docs/manual/mod/core.xml | 27 +++
+ include/http_core.h  | 13 +
+ server/core.c| 16 
+ server/util_script.c | 31 ++-
+ 6 files changed, 77 insertions(+), 20 deletions(-)
+
+diff --git a/include/http_core.h b/include/http_core.h
+index 6ca53f7..8535455 100644
+--- a/include/http_core.h
 b/include/http_core.h
+@@ -465,6 +465,17 @@ typedef unsigned long etag_components_t;
+ /* This is the default value used */
+ #define ETAG_BACKWARD (ETAG_MTIME | ETAG_SIZE)
+ 
++/* Generic ON/OFF/UNSET for unsigned int foo :2 */
++#define AP_CORE_CONFIG_OFF   (0)
++#define AP_CORE_CONFIG_ON(1)
++#define AP_CORE_CONFIG_UNSET (2)
++
++/* Generic merge of flag */
++#define AP_CORE_MERGE_FLAG(field, to, base, over) to->field = \
++   over->field != AP_CORE_CONFIG_UNSET\
++   ? over->field  \
++   : base->field   
++
+ /**
+  * @brief Server Signature Enumeration
+  */
+@@ -630,6 +641,8 @@ typedef struct {
+  * advice
+  */
+ unsigned int cgi_pass_auth : 2;
++unsigned int qualify_redirect_url :2;
++
+ } core_dir_config;
+ 
+ /* macro to implement off by default behaviour */
+diff --git a/server/core.c b/server/core.c
+index 37484b6..803d4d4 100644
+--- a/server/core.c
 b/server/core.c
+@@ -191,6 +191,7 @@ static void *create_core_dir_config(apr_pool_t *a, char 
*dir)
+ conf->max_reversals = AP_MAXRANGES_UNSET;
+ 
+ conf->cgi_pass_auth = AP_CGI_PASS_AUTH_UNSET;
++conf->qualify_redirect_url = AP_CORE_CONFIG_UNSET; 
+ 
+ return (void *)conf;
+ }
+@@ -405,6 +406,8 @@ static void *merge_core_dir_configs(apr_pool_t *a, void 
*basev, void *newv)
+ 
+ conf->cgi_pass_auth = new->cgi_pass_auth != AP_CGI_PASS_AUTH_UNSET ? 
new->cgi_pass_auth : base->cgi_pass_auth;
+ 
++AP_CORE_MERGE_FLAG(qualify_redirect_url, conf, base, new);
++
+ return (void*)conf;
+ }
+ 
+@@ -1707,6 +1710,15 @@ static const char 

[arch-commits] Commit in xtrlock/repos (4 files)

2015-11-11 Thread Levente Polyak
Date: Wednesday, November 11, 2015 @ 18:23:18
  Author: anthraxx
Revision: 146596

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

Added:
  xtrlock/repos/community-i686/
  xtrlock/repos/community-i686/PKGBUILD
(from rev 146595, xtrlock/trunk/PKGBUILD)
  xtrlock/repos/community-x86_64/
  xtrlock/repos/community-x86_64/PKGBUILD
(from rev 146595, xtrlock/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: xtrlock/repos/community-i686/PKGBUILD (from rev 146595, 
xtrlock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 17:23:18 UTC (rev 146596)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michal Hybner 
+
+pkgname=xtrlock
+pkgver=2.7
+pkgrel=2
+pkgdesc='Minimal X display lock program'
+url='https://packages.debian.org/sid/xtrlock'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libx11')
+source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
+sha512sums=('44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.noimake CFLAGS="${CFLAGS} -DSHADOW_PWD" LDLIBS="-lX11 
-lcrypt" xtrlock
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 4755 xtrlock "${pkgdir}/usr/bin/xtrlock"
+  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
+}
+
+# vim: ts=2 sw=2 et:

Copied: xtrlock/repos/community-x86_64/PKGBUILD (from rev 146595, 
xtrlock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-11 17:23:18 UTC (rev 146596)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michal Hybner 
+
+pkgname=xtrlock
+pkgver=2.7
+pkgrel=2
+pkgdesc='Minimal X display lock program'
+url='https://packages.debian.org/sid/xtrlock'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libx11')
+source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
+sha512sums=('44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.noimake CFLAGS="${CFLAGS} -DSHADOW_PWD" LDLIBS="-lX11 
-lcrypt" xtrlock
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 4755 xtrlock "${pkgdir}/usr/bin/xtrlock"
+  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (xtrlock xtrlock/repos xtrlock/trunk xtrlock/trunk/PKGBUILD)

2015-11-11 Thread Levente Polyak
Date: Wednesday, November 11, 2015 @ 18:23:03
  Author: anthraxx
Revision: 146595

addpkg: xtrlock 2.7-2

Added:
  xtrlock/
  xtrlock/repos/
  xtrlock/trunk/
  xtrlock/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Added: xtrlock/trunk/PKGBUILD
===
--- xtrlock/trunk/PKGBUILD  (rev 0)
+++ xtrlock/trunk/PKGBUILD  2015-11-11 17:23:03 UTC (rev 146595)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michal Hybner 
+
+pkgname=xtrlock
+pkgver=2.7
+pkgrel=2
+pkgdesc='Minimal X display lock program'
+url='https://packages.debian.org/sid/xtrlock'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libx11')
+source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
+sha512sums=('44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.noimake CFLAGS="${CFLAGS} -DSHADOW_PWD" LDLIBS="-lX11 
-lcrypt" xtrlock
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 4755 xtrlock "${pkgdir}/usr/bin/xtrlock"
+  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in castget/repos (8 files)

2015-11-11 Thread Jaroslav Lichtblau
Date: Wednesday, November 11, 2015 @ 18:54:48
  Author: jlichtblau
Revision: 146598

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

Added:
  castget/repos/community-i686/PKGBUILD
(from rev 146597, castget/trunk/PKGBUILD)
  castget/repos/community-i686/castget.changelog
(from rev 146597, castget/trunk/castget.changelog)
  castget/repos/community-x86_64/PKGBUILD
(from rev 146597, castget/trunk/PKGBUILD)
  castget/repos/community-x86_64/castget.changelog
(from rev 146597, castget/trunk/castget.changelog)
Deleted:
  castget/repos/community-i686/PKGBUILD
  castget/repos/community-i686/castget.changelog
  castget/repos/community-x86_64/PKGBUILD
  castget/repos/community-x86_64/castget.changelog

+
 /PKGBUILD  |   54 +++
 /castget.changelog |   12 +++
 community-i686/PKGBUILD|   27 -
 community-i686/castget.changelog   |6 ---
 community-x86_64/PKGBUILD  |   27 -
 community-x86_64/castget.changelog |6 ---
 6 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 17:54:31 UTC (rev 146597)
+++ community-i686/PKGBUILD 2015-11-11 17:54:48 UTC (rev 146598)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/castget/;
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e80096715efc17d1d87de793871e0006')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: castget/repos/community-i686/PKGBUILD (from rev 146597, 
castget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 17:54:48 UTC (rev 146598)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+
+pkgname=castget
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="A simple, command-line based RSS enclosure downloader"
+arch=('i686' 'x86_64')
+url="http://johndal.com/castget/;
+license=('GPL')
+depends=('glib2' 'libxml2' 'curl' 'id3lib')
+changelog=$pkgname.changelog
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/castget.changelog
===
--- community-i686/castget.changelog2015-11-11 17:54:31 UTC (rev 146597)
+++ community-i686/castget.changelog2015-11-11 17:54:48 UTC (rev 146598)
@@ -1,6 +0,0 @@
-2010-06-30 Jaroslav Lichtblau 
-   * Update to major release 1.1.0
-
-2007-07-02 tardo 
-   * Built for x86_64
-

Copied: castget/repos/community-i686/castget.changelog (from rev 146597, 
castget/trunk/castget.changelog)
===
--- community-i686/castget.changelog(rev 0)
+++ community-i686/castget.changelog2015-11-11 17:54:48 UTC (rev 146598)
@@ -0,0 +1,6 @@
+2010-06-30 Jaroslav Lichtblau 
+   * Update to major release 1.1.0
+
+2007-07-02 tardo 
+   * Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-11 17:54:31 UTC (rev 146597)
+++ community-x86_64/PKGBUILD   2015-11-11 17:54:48 UTC (rev 146598)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/castget/;
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e80096715efc17d1d87de793871e0006')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd 

[arch-commits] Commit in castget/trunk (PKGBUILD)

2015-11-11 Thread Jaroslav Lichtblau
Date: Wednesday, November 11, 2015 @ 18:54:31
  Author: jlichtblau
Revision: 146597

upgpkg: castget 1.1.0-4 - home page address update
and few other PKGBUILD updates

Modified:
  castget/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 17:23:18 UTC (rev 146596)
+++ PKGBUILD2015-11-11 17:54:31 UTC (rev 146597)
@@ -1,27 +1,27 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Jeff Mickey 
 
 pkgname=castget
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('i686' 'x86_64')
-url="http://www.nongnu.org/castget/;
+url="http://johndal.com/castget/;
 license=('GPL')
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
 source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e80096715efc17d1d87de793871e0006')
+sha256sums=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in apache/repos (16 files)

2015-11-11 Thread Anatol Pomozov
Date: Wednesday, November 11, 2015 @ 17:39:00
  Author: anatolik
Revision: 250753

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

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 250752, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache.install
(from rev 250752, apache/trunk/apache.install)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 250752, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/arch.layout
(from rev 250752, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 250752, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 250752, apache/trunk/httpd.service)
  apache/repos/testing-i686/revert_redirect_url.patch
(from rev 250752, apache/trunk/revert_redirect_url.patch)
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 250752, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache.install
(from rev 250752, apache/trunk/apache.install)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 250752, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 250752, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 250752, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 250752, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/revert_redirect_url.patch
(from rev 250752, apache/trunk/revert_redirect_url.patch)

--+
 testing-i686/PKGBUILD|  129 
 testing-i686/apache.install  |   16 +++
 testing-i686/apache.tmpfiles.conf|1 
 testing-i686/arch.layout |   22 
 testing-i686/httpd.logrotate |6 +
 testing-i686/httpd.service   |   15 ++
 testing-i686/revert_redirect_url.patch   |  150 +
 testing-x86_64/PKGBUILD  |  129 
 testing-x86_64/apache.install|   16 +++
 testing-x86_64/apache.tmpfiles.conf  |1 
 testing-x86_64/arch.layout   |   22 
 testing-x86_64/httpd.logrotate   |6 +
 testing-x86_64/httpd.service |   15 ++
 testing-x86_64/revert_redirect_url.patch |  150 +
 14 files changed, 678 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 250752, 
apache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-11 16:39:00 UTC (rev 250753)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.17
+pkgrel=3
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+depends=('zlib' 'apr-util' 'pcre')
+makedepends=('libxml2' 'lua' 'openssl' 'nghttp2')
+optdepends=(
+'lua: for mod_lua module'
+'openssl: for mod_ssl module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'nghttp2: for mod_http2 module'
+'lynx: apachectl status'
+)
+install=apache.install
+source=(
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+# bugfix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57785
+# taken from 
https://github.com/apache/httpd/commit/7feb3c027f9d0d16f37c7bed13b58c09162f
+revert_redirect_url.patch
+)
+sha256sums=('331e035dec81d3db95b048f036f4d7b1a97ec8daa5b377bde42d4ccf1f2eb798'
+'SKIP'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
+'2c6fc6fabc7fb113650690ce4e9347e54c4d2124b2975c7d671720169c990398'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3'
+'eb9033e039e24cd443c861af0853dd8a8f7369170a393ef25fd31a627f6d40db')
+validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
+
+prepare() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat "${srcdir}/arch.layout" >> config.layout
+
+  patch -p1 < 

[arch-commits] Commit in deepin-desktop-schemas/trunk (PKGBUILD)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 15:39:55
  Author: fyan
Revision: 146580

upgpkg: deepin-desktop-schemas 2.91.0-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 13:17:42 UTC (rev 146579)
+++ PKGBUILD2015-11-11 14:39:55 UTC (rev 146580)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=2.90.0
+pkgver=2.91.0
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')


[arch-commits] Commit in qcad/trunk (PKGBUILD)

2015-11-11 Thread Sergej Pupykin
Date: Wednesday, November 11, 2015 @ 15:51:22
  Author: spupykin
Revision: 146586

upgpkg: qcad 3.12.1.0-1

upd

Modified:
  qcad/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 14:45:47 UTC (rev 146585)
+++ PKGBUILD2015-11-11 14:51:22 UTC (rev 146586)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.11.0.0
+pkgver=3.12.1.0
 pkgrel=1
 pkgdesc="A 2D CAD package based upon Qt"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('libtool')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
 QCad.desktop)
-md5sums=('a7cb328767569bc851f638fcb0199d08'
+md5sums=('6c2d9cf35b9d62af88d5b779bc03687b'
  '84f189dd152e7614a1265659dac6222d')
 
 prepare() {


[arch-commits] Commit in qcad/repos (8 files)

2015-11-11 Thread Sergej Pupykin
Date: Wednesday, November 11, 2015 @ 15:51:54
  Author: spupykin
Revision: 146587

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 146586, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 146586, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 146586, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 146586, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  128 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   64 
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   64 
 community-x86_64/QCad.desktop |9 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 14:51:22 UTC (rev 146586)
+++ community-i686/PKGBUILD 2015-11-11 14:51:54 UTC (rev 146587)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.11.0.0
-pkgrel=1
-pkgdesc="A 2D CAD package based upon Qt"
-arch=('i686' 'x86_64')
-url="http://www.qcad.org;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu' 'gdb')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('a7cb328767569bc851f638fcb0199d08'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4 -r
-  make all -j1
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries linetypes patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/share/qcad"
 exec /usr/share/qcad/qcad-bin "$@"' >$pkgdir/usr/bin/qcad
-
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 146586, 
qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 14:51:54 UTC (rev 146587)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.12.1.0
+pkgrel=1
+pkgdesc="A 2D CAD package based upon Qt"
+arch=('i686' 'x86_64')
+url="http://www.qcad.org;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu' 'gdb')
+options=('libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('6c2d9cf35b9d62af88d5b779bc03687b'
+ '84f189dd152e7614a1265659dac6222d')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4 -r
+  make all -j1
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries linetypes patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp debug/* ${pkgdir}/usr/share/qcad
+
+  install -m755 readme.txt 

[arch-commits] Commit in emscripten/repos (12 files)

2015-11-11 Thread Sven-Hendrik Haase
Date: Wednesday, November 11, 2015 @ 15:45:47
  Author: svenstaro
Revision: 146585

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 146584, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 146584, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 146584, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 146584, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 146584, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 146584, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 14:45:36 UTC (rev 146584)
+++ community-i686/PKGBUILD 2015-11-11 14:45:47 UTC (rev 146585)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.35.7
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('1714a7d1f125cfc48af656637d40d5a0e9fe360fc77710ee3594ece2ad1fc86b'
-'89875ba4c9f84d9d9d17d5a897b8c281c47a7f28e094d5f4f181d6a3a0269eaa'
-'9e046131aa17cac543729bc729785a7ee434ec4cb251226e90dbb0e3d018eef8'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat

[arch-commits] Commit in emscripten/trunk (PKGBUILD)

2015-11-11 Thread Sven-Hendrik Haase
Date: Wednesday, November 11, 2015 @ 15:45:36
  Author: svenstaro
Revision: 146584

upgpkg: emscripten 1.35.8-1

upstream release 1.35.8

Modified:
  emscripten/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 14:43:40 UTC (rev 146583)
+++ PKGBUILD2015-11-11 14:45:36 UTC (rev 146584)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.35.7
+pkgver=1.35.8
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('1714a7d1f125cfc48af656637d40d5a0e9fe360fc77710ee3594ece2ad1fc86b'
-'89875ba4c9f84d9d9d17d5a897b8c281c47a7f28e094d5f4f181d6a3a0269eaa'
-'9e046131aa17cac543729bc729785a7ee434ec4cb251226e90dbb0e3d018eef8'
+sha256sums=('7ef531bab87a8f2b2643f82cf56b857c399b7be2ba1beb14164f6d11cdd4b8ff'
+'9292bd492dc3e6d8d2541cb80d5ad0ba4adbb423d25bad39c097bff48bc294a4'
+'41b6ecbaccdce94f4d4054ade1d190a64937782c7a8b75d96c079ed22e7c35dc'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


[arch-commits] Commit in python-tox/repos/community-any (PKGBUILD PKGBUILD)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 16:28:32
  Author: fyan
Revision: 146591

archrelease: copy trunk to community-any

Added:
  python-tox/repos/community-any/PKGBUILD
(from rev 146590, python-tox/trunk/PKGBUILD)
Deleted:
  python-tox/repos/community-any/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-11 15:28:11 UTC (rev 146590)
+++ PKGBUILD2015-11-11 15:28:32 UTC (rev 146591)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='http://testrun.org/tox/latest/'
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
-checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
-source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
-sha256sums=('121685ff0ba93c6a95e17cdd872cc804aab9f62ccdaa233bb629fecfe2ceb255')
-
-prepare() {
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/tox-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/tox-$pkgver"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
-
-  cd "$srcdir/tox-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "${pkgdir}/usr/bin/tox3"
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "${pkgdir}"/usr/bin/tox{,2}
-  mv "${pkgdir}"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 146590, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-11 15:28:32 UTC (rev 146591)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='http://testrun.org/tox/latest/'
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
+checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
+source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
+sha256sums=('b54e28f553ea2c382fcb18a9ae472d7d2caf4f282fabb633d94e584b7892e6b2')
+
+prepare() {
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/tox-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/tox-$pkgver"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-tox() {
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
+
+  cd "$srcdir/tox-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s tox "${pkgdir}/usr/bin/tox3"
+}
+
+package_python2-tox() {
+  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "${pkgdir}"/usr/bin/tox{,2}
+  mv 

[arch-commits] Commit in python-tox/trunk (PKGBUILD)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 16:28:11
  Author: fyan
Revision: 146590

upgpkg: python-tox 2.2.1-1

Modified:
  python-tox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 15:17:37 UTC (rev 146589)
+++ PKGBUILD2015-11-11 15:28:11 UTC (rev 146590)
@@ -6,7 +6,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
 checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
 source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
-sha256sums=('121685ff0ba93c6a95e17cdd872cc804aab9f62ccdaa233bb629fecfe2ceb255')
+sha256sums=('b54e28f553ea2c382fcb18a9ae472d7d2caf4f282fabb633d94e584b7892e6b2')
 
 prepare() {
   cp -a tox-$pkgver{,-py2}


[arch-commits] Commit in go-ipfs/trunk (PKGBUILD)

2015-11-11 Thread Anatol Pomozov
Date: Wednesday, November 11, 2015 @ 17:09:37
  Author: anatolik
Revision: 146594

Remove outdated conflict with ipfs

ipfs is the name of the previous version of this package.

Modified:
  go-ipfs/trunk/PKGBUILD

--+
 PKGBUILD |2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 15:30:27 UTC (rev 146593)
+++ PKGBUILD2015-11-11 16:09:37 UTC (rev 146594)
@@ -11,8 +11,6 @@
 url='http://ipfs.io/'
 arch=(i686 x86_64)
 license=(MIT)
-conflicts=(ipfs)
-replaces=(ipfs)
 depends=(glibc)
 makedepends=(go)
 optdepends=('fuse: for mounting/advanced use')


[arch-commits] Commit in perl-mime-types/repos (community-any)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 13:22:29
  Author: fyan
Revision: 250747

remove wrong repo

Deleted:
  perl-mime-types/repos/community-any/


[arch-commits] Commit in clipgrab/trunk (PKGBUILD)

2015-11-11 Thread Antonio Rojas
Date: Wednesday, November 11, 2015 @ 14:17:02
  Author: arojas
Revision: 146578

Update to 3.5.4

Modified:
  clipgrab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 12:20:19 UTC (rev 146577)
+++ PKGBUILD2015-11-11 13:17:02 UTC (rev 146578)
@@ -4,7 +4,7 @@
 # Contributor: thacrazze 
 
 pkgname=clipgrab
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('ffmpeg: for the conversion functionality')
 source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-md5sums=('d8a985d4c238de8379033d8fa0cf2915'
+md5sums=('49102d66c052f62af12ec993518f8387'
  '9a141791f6952917c441050c3dac81ce')
 
 build() {


[arch-commits] Commit in python-tox/trunk (PKGBUILD)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 15:43:20
  Author: fyan
Revision: 146582

upgpkg: python-tox 2.2.0-1

Modified:
  python-tox/trunk/PKGBUILD

--+
 PKGBUILD |   32 
 1 file changed, 8 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 14:40:15 UTC (rev 146581)
+++ PKGBUILD2015-11-11 14:43:20 UTC (rev 146582)
@@ -6,8 +6,8 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
 url='http://testrun.org/tox/latest/'
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
 checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
 source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
-sha256sums=('a03aa022a1f6f82cc21732af0ed48217a3c16873b98e16be22baa7cea74e1eef')
+sha256sums=('121685ff0ba93c6a95e17cdd872cc804aab9f62ccdaa233bb629fecfe2ceb255')
 
 prepare() {
   cp -a tox-$pkgver{,-py2}
@@ -30,31 +30,15 @@
 }
 
 check() {
-  # TODO: Make the workaround less dirty
-  mkdir "$srcdir/bin"
-  touch "$srcdir/bin/tox"
-  chmod +x "$srcdir/bin/tox"
-  export PATH="$srcdir/bin:$PATH"
+  # Hack entry points by installing it
 
   cd "$srcdir/tox-$pkgver"
-  cat > "$srcdir/bin/tox" << EOF
-#!/usr/bin/env python
-import sys
-from tox import cmdline
-sys.exit(cmdline())
-EOF
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
 
-  XDG_CACHE_HOME="$srcdir" PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
   cd "$srcdir/tox-$pkgver-py2"
-  cat > "$srcdir/bin/tox" << EOF
-#!/usr/bin/env python2
-import sys
-from tox import cmdline
-sys.exit(cmdline())
-EOF
-
-  XDG_CACHE_HOME="$srcdir" PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
 
 package_python-tox() {


[arch-commits] Commit in seamonkey/trunk (PKGBUILD)

2015-11-11 Thread Kyle Keen
Date: Wednesday, November 11, 2015 @ 16:17:01
  Author: kkeen
Revision: 146588

upgpkg: seamonkey 2.39-1

Modified:
  seamonkey/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 14:51:54 UTC (rev 146587)
+++ PKGBUILD2015-11-11 15:17:01 UTC (rev 146588)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.38
-pkgrel=2
+pkgver=2.39
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
@@ -19,13 +19,13 @@
 mozconfig
 seamonkey-2.0-lang.patch
 rhbz-966424.patch)
-md5sums=('d77b2550665a94a88c69368f4cf54833'
+md5sums=('eb571346b1ad00d3197d48aa0a906102'
  '9b6d65e9b77acf9fd7c6e3578a5d2acd'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '8c1578232b7a60fa1caa9a0b322d1e2b')
 
 prepare() {
-  cd comm-release
+  cd "$pkgname-$pkgver"
   cp ../mozconfig .mozconfig
   #patch -Np1 -i ../seamonkey-2.0-lang.patch
 
@@ -44,7 +44,7 @@
 }
 
 build() {
-  cd comm-release
+  cd "$pkgname-$pkgver"
 
   export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
   export MOZ_MAKE_FLAGS="$MAKEFLAGS"
@@ -55,7 +55,7 @@
 }
 
 package() {
-  cd comm-release
+  cd "$pkgname-$pkgver"
 
   make -j1 -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
 


[arch-commits] Commit in seamonkey/repos (20 files)

2015-11-11 Thread Kyle Keen
Date: Wednesday, November 11, 2015 @ 16:17:37
  Author: kkeen
Revision: 146589

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

Added:
  seamonkey/repos/community-testing-i686/PKGBUILD
(from rev 146588, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-testing-i686/mozconfig
(from rev 146588, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-testing-i686/rhbz-966424.patch
(from rev 146588, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-testing-i686/seamonkey-2.0-lang.patch
(from rev 146588, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-testing-i686/seamonkey.install
(from rev 146588, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-testing-x86_64/PKGBUILD
(from rev 146588, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-testing-x86_64/mozconfig
(from rev 146588, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-testing-x86_64/rhbz-966424.patch
(from rev 146588, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-testing-x86_64/seamonkey-2.0-lang.patch
(from rev 146588, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-testing-x86_64/seamonkey.install
(from rev 146588, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-testing-i686/PKGBUILD
  seamonkey/repos/community-testing-i686/mozconfig
  seamonkey/repos/community-testing-i686/rhbz-966424.patch
  seamonkey/repos/community-testing-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-testing-i686/seamonkey.install
  seamonkey/repos/community-testing-x86_64/PKGBUILD
  seamonkey/repos/community-testing-x86_64/mozconfig
  seamonkey/repos/community-testing-x86_64/rhbz-966424.patch
  seamonkey/repos/community-testing-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-testing-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 +
 /rhbz-966424.patch|   46 +
 /seamonkey-2.0-lang.patch |   22 ++
 /seamonkey.install|   24 +++
 community-testing-i686/PKGBUILD   |   78 --
 community-testing-i686/mozconfig  |   36 
 community-testing-i686/rhbz-966424.patch  |   23 --
 community-testing-i686/seamonkey-2.0-lang.patch   |   11 -
 community-testing-i686/seamonkey.install  |   12 -
 community-testing-x86_64/PKGBUILD |   78 --
 community-testing-x86_64/mozconfig|   36 
 community-testing-x86_64/rhbz-966424.patch|   23 --
 community-testing-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-testing-x86_64/seamonkey.install|   12 -
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-11 15:17:01 UTC (rev 146588)
+++ community-testing-i686/PKGBUILD 2015-11-11 15:17:37 UTC (rev 146589)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.38
-pkgrel=2
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/;
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('d77b2550665a94a88c69368f4cf54833'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 

[arch-commits] Commit in python-rpy2/trunk (PKGBUILD)

2015-11-11 Thread Antonio Rojas
Date: Wednesday, November 11, 2015 @ 16:29:37
  Author: arojas
Revision: 146592

Update to 2.7.4

Modified:
  python-rpy2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 15:28:32 UTC (rev 146591)
+++ PKGBUILD2015-11-11 15:29:37 UTC (rev 146592)
@@ -6,7 +6,7 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.7.2
+pkgver=2.7.4
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 license=(MPL GPL LGPL)
 makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('6503f4afda56f5f5182c2839a9ce12e9')
+md5sums=('62e6037388078a3bcf47642771e043ef')
 
 prepare() {
   cd rpy2-$pkgver


[arch-commits] Commit in python-tox/repos/community-any (PKGBUILD PKGBUILD)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 15:43:40
  Author: fyan
Revision: 146583

archrelease: copy trunk to community-any

Added:
  python-tox/repos/community-any/PKGBUILD
(from rev 146582, python-tox/trunk/PKGBUILD)
Deleted:
  python-tox/repos/community-any/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 59 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-11 14:43:20 UTC (rev 146582)
+++ PKGBUILD2015-11-11 14:43:40 UTC (rev 146583)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=2.1.1
-pkgrel=3
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='http://testrun.org/tox/latest/'
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
-checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
-source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
-sha256sums=('a03aa022a1f6f82cc21732af0ed48217a3c16873b98e16be22baa7cea74e1eef')
-
-prepare() {
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/tox-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # TODO: Make the workaround less dirty
-  mkdir "$srcdir/bin"
-  touch "$srcdir/bin/tox"
-  chmod +x "$srcdir/bin/tox"
-  export PATH="$srcdir/bin:$PATH"
-
-  cd "$srcdir/tox-$pkgver"
-  cat > "$srcdir/bin/tox" << EOF
-#!/usr/bin/env python
-import sys
-from tox import cmdline
-sys.exit(cmdline())
-EOF
-
-  XDG_CACHE_HOME="$srcdir" PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
-  cd "$srcdir/tox-$pkgver-py2"
-  cat > "$srcdir/bin/tox" << EOF
-#!/usr/bin/env python2
-import sys
-from tox import cmdline
-sys.exit(cmdline())
-EOF
-
-  XDG_CACHE_HOME="$srcdir" PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
-
-  cd "$srcdir/tox-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "${pkgdir}/usr/bin/tox3"
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "${pkgdir}"/usr/bin/tox{,2}
-  mv "${pkgdir}"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 146582, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-11 14:43:40 UTC (rev 146583)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='http://testrun.org/tox/latest/'
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
+checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
+source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
+sha256sums=('121685ff0ba93c6a95e17cdd872cc804aab9f62ccdaa233bb629fecfe2ceb255')
+
+prepare() {
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/tox-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/tox-$pkgver"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-tox() {
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
+
+  cd "$srcdir/tox-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s tox "${pkgdir}/usr/bin/tox3"
+}
+
+package_python2-tox() {
+  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py install 

[arch-commits] Commit in python-rpy2/repos (4 files)

2015-11-11 Thread Antonio Rojas
Date: Wednesday, November 11, 2015 @ 16:30:27
  Author: arojas
Revision: 146593

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

Added:
  python-rpy2/repos/community-i686/PKGBUILD
(from rev 146592, python-rpy2/trunk/PKGBUILD)
  python-rpy2/repos/community-x86_64/PKGBUILD
(from rev 146592, python-rpy2/trunk/PKGBUILD)
Deleted:
  python-rpy2/repos/community-i686/PKGBUILD
  python-rpy2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 15:29:37 UTC (rev 146592)
+++ community-i686/PKGBUILD 2015-11-11 15:30:27 UTC (rev 146593)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('6503f4afda56f5f5182c2839a9ce12e9')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 146592, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 15:30:27 UTC (rev 146593)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgbase=python-rpy2
+pkgname=(python2-rpy2 python-rpy2)
+pkgver=2.7.4
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
+source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+md5sums=('62e6037388078a3bcf47642771e043ef')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package_python2-rpy2() {
+  depends=(python2-numpy r python2-singledispatch)
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}
+
+package_python-rpy2() {
+  depends=(python-numpy r)
+  cd rpy2-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-11 15:29:37 UTC (rev 146592)
+++ community-x86_64/PKGBUILD   2015-11-11 15:30:27 UTC (rev 146593)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('6503f4afda56f5f5182c2839a9ce12e9')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 

[arch-commits] Commit in xf86-input-elographics/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:55:56
  Author: andyrtr
Revision: 250670

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

Added:
  xf86-input-elographics/repos/staging-i686/
  xf86-input-elographics/repos/staging-i686/PKGBUILD
(from rev 250669, xf86-input-elographics/trunk/PKGBUILD)
  xf86-input-elographics/repos/staging-x86_64/
  xf86-input-elographics/repos/staging-x86_64/PKGBUILD
(from rev 250669, xf86-input-elographics/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-input-elographics/repos/staging-i686/PKGBUILD (from rev 250669, 
xf86-input-elographics/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 08:55:56 UTC (rev 250670)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=6
+pkgdesc="X.org Elographics TouchScreen input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-elographics/repos/staging-x86_64/PKGBUILD (from rev 250669, 
xf86-input-elographics/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 08:55:56 UTC (rev 250670)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=6
+pkgdesc="X.org Elographics TouchScreen input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-input-elographics/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:55:43
  Author: andyrtr
Revision: 250669

upgpkg: xf86-input-elographics 1.4.1-6

Xorg 1.18 rebuild

Modified:
  xf86-input-elographics/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 08:40:57 UTC (rev 250668)
+++ PKGBUILD2015-11-11 08:55:43 UTC (rev 250669)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-elographics
 pkgver=1.4.1
-pkgrel=5
+pkgrel=6
 pkgdesc="X.org Elographics TouchScreen input driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
 


[arch-commits] Commit in xf86-input-void/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:04:50
  Author: andyrtr
Revision: 250682

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

Added:
  xf86-input-void/repos/staging-i686/
  xf86-input-void/repos/staging-i686/PKGBUILD
(from rev 250681, xf86-input-void/trunk/PKGBUILD)
  xf86-input-void/repos/staging-x86_64/
  xf86-input-void/repos/staging-x86_64/PKGBUILD
(from rev 250681, xf86-input-void/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xf86-input-void/repos/staging-i686/PKGBUILD (from rev 250681, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:04:50 UTC (rev 250682)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-void
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="X.org void input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-void/repos/staging-x86_64/PKGBUILD (from rev 250681, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:04:50 UTC (rev 250682)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-void
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="X.org void input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-input-void/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:04:40
  Author: andyrtr
Revision: 250681

upgpkg: xf86-input-void 1.4.1-2

Xorg 1.18 rebuild

Modified:
  xf86-input-void/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:03:39 UTC (rev 250680)
+++ PKGBUILD2015-11-11 09:04:40 UTC (rev 250681)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-void
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org void input driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c'


[arch-commits] Commit in xf86-video-i128/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:19:22
  Author: andyrtr
Revision: 250693

upgpkg: xf86-video-i128 1.3.6-7

Xorg 1.18 rebuild

Modified:
  xf86-video-i128/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:17:16 UTC (rev 250692)
+++ PKGBUILD2015-11-11 09:19:22 UTC (rev 250693)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-i128
 pkgver=1.3.6
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org Number 9 I128 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'


[arch-commits] Commit in xf86-video-i128/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:19:30
  Author: andyrtr
Revision: 250694

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

Added:
  xf86-video-i128/repos/staging-i686/
  xf86-video-i128/repos/staging-i686/PKGBUILD
(from rev 250693, xf86-video-i128/trunk/PKGBUILD)
  xf86-video-i128/repos/staging-i686/git-fix.diff
(from rev 250693, xf86-video-i128/trunk/git-fix.diff)
  xf86-video-i128/repos/staging-x86_64/
  xf86-video-i128/repos/staging-x86_64/PKGBUILD
(from rev 250693, xf86-video-i128/trunk/PKGBUILD)
  xf86-video-i128/repos/staging-x86_64/git-fix.diff
(from rev 250693, xf86-video-i128/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   53 ++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   53 ++
 4 files changed, 176 insertions(+)

Copied: xf86-video-i128/repos/staging-i686/PKGBUILD (from rev 250693, 
xf86-video-i128/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:19:30 UTC (rev 250694)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=7
+pkgdesc="X.org Number 9 I128 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'
+'3805461dd71ff6675fd08afd5c21a230e7f36d6cda6830adac38ceee36d96f4b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-i128/repos/staging-i686/git-fix.diff (from rev 250693, 
xf86-video-i128/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2015-11-11 09:19:30 UTC (rev 250694)
@@ -0,0 +1,53 @@
+From 3226d66c951f3621fb940cc5844098d892089eb1 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 15 Aug 2012 17:03:11 +
+Subject: Don't bother to include vbe.h
+
+Just copied from xf86 boilerplate afaict.
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index 66fdee0..a0f08c0 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -55,7 +55,6 @@
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+-#include "vbe.h"
+ 
+ #include "xf86cmap.h"
+ #include "fb.h"
+--
+cgit v0.9.0.2-2-gbebe
+From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:40 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+ return FALSE;
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i128/repos/staging-x86_64/PKGBUILD (from rev 250693, 
xf86-video-i128/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:19:30 UTC (rev 250694)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=7
+pkgdesc="X.org Number 9 I128 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)

[arch-commits] Commit in xf86-video-mach64/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:24:59
  Author: andyrtr
Revision: 250699

upgpkg: xf86-video-mach64 6.9.5-2

Xorg 1.18 rebuild

Modified:
  xf86-video-mach64/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:23:47 UTC (rev 250698)
+++ PKGBUILD2015-11-11 09:24:59 UTC (rev 250699)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-mach64
 pkgver=6.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org mach64 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 optdepends=('mach64-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 options=('!emptydirs')


[arch-commits] Commit in xf86-video-neomagic/repos (4 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:26:26
  Author: andyrtr
Revision: 250702

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

Added:
  xf86-video-neomagic/repos/staging-i686/
  xf86-video-neomagic/repos/staging-i686/PKGBUILD
(from rev 250701, xf86-video-neomagic/trunk/PKGBUILD)
  xf86-video-neomagic/repos/staging-x86_64/
  xf86-video-neomagic/repos/staging-x86_64/PKGBUILD
(from rev 250701, xf86-video-neomagic/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-video-neomagic/repos/staging-i686/PKGBUILD (from rev 250701, 
xf86-video-neomagic/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:26:26 UTC (rev 250702)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.9
+pkgrel=2
+pkgdesc="X.org neomagic video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('72f89396b10527549337cb72a7eafb1194cf140144f9236a94ad2becdf140bf2'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-neomagic/repos/staging-x86_64/PKGBUILD (from rev 250701, 
xf86-video-neomagic/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:26:26 UTC (rev 250702)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.9
+pkgrel=2
+pkgdesc="X.org neomagic video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('72f89396b10527549337cb72a7eafb1194cf140144f9236a94ad2becdf140bf2'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-neomagic/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:26:16
  Author: andyrtr
Revision: 250701

upgpkg: xf86-video-neomagic 1.2.9-2

Xorg 1.18 rebuild

Modified:
  xf86-video-neomagic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:25:08 UTC (rev 250700)
+++ PKGBUILD2015-11-11 09:26:16 UTC (rev 250701)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-neomagic
 pkgver=1.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org neomagic video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('72f89396b10527549337cb72a7eafb1194cf140144f9236a94ad2becdf140bf2'


[arch-commits] Commit in xf86-video-r128/trunk (PKGBUILD)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:31:02
  Author: andyrtr
Revision: 250707

upgpkg: xf86-video-r128 6.10.0-2

Xorg 1.18 rebuild

Modified:
  xf86-video-r128/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 09:29:41 UTC (rev 250706)
+++ PKGBUILD2015-11-11 09:31:02 UTC (rev 250707)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-r128
 pkgver=6.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org ati Rage128 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
 optdepends=('r128-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})


[arch-commits] Commit in nbd/repos (16 files)

2015-11-11 Thread Christian Hesse
Date: Wednesday, November 11, 2015 @ 12:49:07
  Author: eworm
Revision: 146575

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 146574, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 146574, nbd/trunk/config)
  nbd/repos/community-i686/nbd.install
(from rev 146574, nbd/trunk/nbd.install)
  nbd/repos/community-i686/nbd.service
(from rev 146574, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 146574, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 146574, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.install
(from rev 146574, nbd/trunk/nbd.install)
  nbd/repos/community-x86_64/nbd.service
(from rev 146574, nbd/trunk/nbd.service)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.install
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.install
  nbd/repos/community-x86_64/nbd.service

--+
 /PKGBUILD|   80 +
 /config  |   66 +
 /nbd.install |   16 
 /nbd.service |   20 ++
 community-i686/PKGBUILD  |   46 ---
 community-i686/config|   33 
 community-i686/nbd.install   |8 
 community-i686/nbd.service   |   10 -
 community-x86_64/PKGBUILD|   46 ---
 community-x86_64/config  |   33 
 community-x86_64/nbd.install |8 
 community-x86_64/nbd.service |   10 -
 12 files changed, 182 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 11:49:02 UTC (rev 146574)
+++ community-i686/PKGBUILD 2015-11-11 11:49:07 UTC (rev 146575)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Ionut Biru 
-# Contributor: Gerhard Brauer 
-
-pkgname=nbd
-pkgver=3.12
-pkgrel=1
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net;
-license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
-   
'nbdtab.5.in.sgml::http://sourceforge.net/p/nbd/code/ci/master/tree/man/nbdtab.5.in.sgml?format=raw'
-   config nbd.service)
-backup=('etc/nbd-server/config')
-depends=('glib2')
-install=nbd.install
-md5sums=('c14ae667b546276805a65e66af923180'
- '47e674b29f279df0d99d8ef30a9445bc'
- '2d05d426b8c2708d5f8a0d028fcbae05'
- '5d1acc143018117174f79eff15afa038')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # this file is present in git, but missing from release tarball
-  install "${srcdir}/nbdtab.5.in.sgml" man/
-  touch --date=2015-11-02 man/nbdtab.5.in.sgml
-
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
-
-  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 146574, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 11:49:07 UTC (rev 146575)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net;
+license=('GPL')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
+   config nbd.service)
+backup=('etc/nbd-server/config')
+depends=('glib2')
+install=nbd.install
+md5sums=('055eb1c5a95cc6976256dcc84ae63abb'
+ '2d05d426b8c2708d5f8a0d028fcbae05'
+ '5d1acc143018117174f79eff15afa038')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  

[arch-commits] Commit in nbd/trunk (PKGBUILD)

2015-11-11 Thread Christian Hesse
Date: Wednesday, November 11, 2015 @ 12:49:02
  Author: eworm
Revision: 146574

upgpkg: nbd 3.12.1-1

upstream release (just includes the missing file in release tarball)

Modified:
  nbd/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 07:22:50 UTC (rev 146573)
+++ PKGBUILD2015-11-11 11:49:02 UTC (rev 146574)
@@ -5,7 +5,7 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=nbd
-pkgver=3.12
+pkgver=3.12.1
 pkgrel=1
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
@@ -12,13 +12,11 @@
 url="http://nbd.sourceforge.net;
 license=('GPL')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
-   
'nbdtab.5.in.sgml::http://sourceforge.net/p/nbd/code/ci/master/tree/man/nbdtab.5.in.sgml?format=raw'
config nbd.service)
 backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
-md5sums=('c14ae667b546276805a65e66af923180'
- '47e674b29f279df0d99d8ef30a9445bc'
+md5sums=('055eb1c5a95cc6976256dcc84ae63abb'
  '2d05d426b8c2708d5f8a0d028fcbae05'
  '5d1acc143018117174f79eff15afa038')
 
@@ -25,10 +23,6 @@
 build(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  # this file is present in git, but missing from release tarball
-  install "${srcdir}/nbdtab.5.in.sgml" man/
-  touch --date=2015-11-02 man/nbdtab.5.in.sgml
-
   ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
 
   make


  1   2   >