[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:45:42
  Author: lcarlier
Revision: 281751

upgpkg: xf86-video-openchrome 0.5.0-2

xorg-server-1.19 rebuild

Modified:
  xf86-video-openchrome/trunk/PKGBUILD
Deleted:
  xf86-video-openchrome/trunk/git-fixes.patch

-+
 PKGBUILD|   14 +++---
 git-fixes.patch |   25 -
 2 files changed, 7 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:35:18 UTC (rev 281750)
+++ PKGBUILD2016-11-21 14:45:42 UTC (rev 281751)
@@ -5,21 +5,21 @@
 
 pkgname=xf86-video-openchrome
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.Org Openchrome drivers"
 arch=(i686 x86_64)
 license=('custom')
 url="http://www.freedesktop.org/wiki/Openchrome/";
-depends=('libdrm' 'libxvmc' 'systemd')
+depends=('libdrm' 'libxvmc' 'libsystemd')
 optdepends=('unichrome-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'
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
 replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers')
 #options=('!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9c7ad349de6dd350252ccda8da56fa1e2a6afa32')
+source=(https://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('49fdd613975a332a0a64720b382420354aecaf2fcbb4920efd094d5a0ac955bb')
 
 build() {
   cd ${pkgname}-${pkgver}

Deleted: git-fixes.patch
===
--- git-fixes.patch 2016-11-21 14:35:18 UTC (rev 281750)
+++ git-fixes.patch 2016-11-21 14:45:42 UTC (rev 281751)
@@ -1,25 +0,0 @@
-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
-


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 14:39:20
  Author: anthraxx
Revision: 196457

upgpkg: slock 1.4-2 (respect [C|CPP|LD]FLAGS)

Modified:
  slock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:28:44 UTC (rev 196456)
+++ PKGBUILD2016-11-21 14:39:20 UTC (rev 196457)
@@ -4,7 +4,7 @@
 
 pkgname=slock
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple screen locker for X"
 arch=('i686' 'x86_64')
 url="http://tools.suckless.org/slock";
@@ -17,6 +17,7 @@
 prepare() {
   cd "$srcdir/slock-$pkgver"
   sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
+  sed -ri 's/((CPP|C|LD)FLAGS) =/\1 +=/g' config.mk
 }
 
 build() {


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:45:48
  Author: lcarlier
Revision: 281752

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 281751, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/staging-x86_64/
  xf86-video-openchrome/repos/staging-x86_64/PKGBUILD
(from rev 281751, xf86-video-openchrome/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: xf86-video-openchrome/repos/staging-i686/PKGBUILD (from rev 281751, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 14:45:48 UTC (rev 281752)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/";
+depends=('libdrm' 'libxvmc' 'libsystemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers')
+#options=('!emptydirs' '!makeflags')
+source=(https://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('49fdd613975a332a0a64720b382420354aecaf2fcbb4920efd094d5a0ac955bb')
+
+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-x86_64/PKGBUILD (from rev 281751, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 14:45:48 UTC (rev 281752)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/";
+depends=('libdrm' 'libxvmc' 'libsystemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers')
+#options=('!emptydirs' '!makeflags')
+source=(https://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('49fdd613975a332a0a64720b382420354aecaf2fcbb4920efd094d5a0ac955bb')
+
+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 slock/repos (4 files)

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 14:42:59
  Author: anthraxx
Revision: 196458

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

Added:
  slock/repos/community-i686/PKGBUILD
(from rev 196457, slock/trunk/PKGBUILD)
  slock/repos/community-x86_64/PKGBUILD
(from rev 196457, slock/trunk/PKGBUILD)
Deleted:
  slock/repos/community-i686/PKGBUILD
  slock/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 14:39:20 UTC (rev 196457)
+++ community-i686/PKGBUILD 2016-11-21 14:42:59 UTC (rev 196458)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sebastian A. Liem 
-
-pkgname=slock
-pkgver=1.4
-pkgrel=1
-pkgdesc="A simple screen locker for X"
-arch=('i686' 'x86_64')
-url="http://tools.suckless.org/slock";
-license=('MIT')
-depends=('libxext' 'libxrandr')
-source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
-#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
-md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
-
-prepare() {
-  cd "$srcdir/slock-$pkgver"
-  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
-}
-
-build() {
-  cd "$srcdir/slock-$pkgver"
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd "$srcdir/slock-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: slock/repos/community-i686/PKGBUILD (from rev 196457, 
slock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 14:42:59 UTC (rev 196458)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sebastian A. Liem 
+
+pkgname=slock
+pkgver=1.4
+pkgrel=2
+pkgdesc="A simple screen locker for X"
+arch=('i686' 'x86_64')
+url="http://tools.suckless.org/slock";
+license=('MIT')
+depends=('libxext' 'libxrandr')
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
+#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
+md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
+
+prepare() {
+  cd "$srcdir/slock-$pkgver"
+  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
+  sed -ri 's/((CPP|C|LD)FLAGS) =/\1 +=/g' config.mk
+}
+
+build() {
+  cd "$srcdir/slock-$pkgver"
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
+}
+
+package() {
+  cd "$srcdir/slock-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 14:39:20 UTC (rev 196457)
+++ community-x86_64/PKGBUILD   2016-11-21 14:42:59 UTC (rev 196458)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sebastian A. Liem 
-
-pkgname=slock
-pkgver=1.4
-pkgrel=1
-pkgdesc="A simple screen locker for X"
-arch=('i686' 'x86_64')
-url="http://tools.suckless.org/slock";
-license=('MIT')
-depends=('libxext' 'libxrandr')
-source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
-#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
-md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
-
-prepare() {
-  cd "$srcdir/slock-$pkgver"
-  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
-}
-
-build() {
-  cd "$srcdir/slock-$pkgver"
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd "$srcdir/slock-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: slock/repos/community-x86_64/PKGBUILD (from rev 196457, 
slock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 14:42:59 UTC (rev 196458)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sebastian A. Liem 
+
+pkgname=slock
+pkgver=1.4
+pkgrel=2
+pkgdesc="A simple screen locker for X"
+arch=('i686' 'x86_64')
+url="http://tools.suckless.org/slock";
+license=('MIT')
+depends=('libxext' 'libxrandr')
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
+#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
+md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
+
+prepar

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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:35:18
  Author: lcarlier
Revision: 281750

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 281749, xf86-video-r128/trunk/PKGBUILD)
  xf86-video-r128/repos/staging-i686/git-fixes.patch
(from rev 281749, xf86-video-r128/trunk/git-fixes.patch)
  xf86-video-r128/repos/staging-x86_64/
  xf86-video-r128/repos/staging-x86_64/PKGBUILD
(from rev 281749, xf86-video-r128/trunk/PKGBUILD)
  xf86-video-r128/repos/staging-x86_64/git-fixes.patch
(from rev 281749, xf86-video-r128/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   40 +
 staging-i686/git-fixes.patch   |  119 +++
 staging-x86_64/PKGBUILD|   40 +
 staging-x86_64/git-fixes.patch |  119 +++
 4 files changed, 318 insertions(+)

Copied: xf86-video-r128/repos/staging-i686/PKGBUILD (from rev 281749, 
xf86-video-r128/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 14:35:18 UTC (rev 281750)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-r128
+pkgver=6.10.1
+pkgrel=2
+pkgdesc="X.org ati Rage128 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+optdepends=('r128-dri: DRI1 support from community repo')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cfd17908e93d7de4ea'
+'SKIP'
+'e4da65dab4380efc73a16e4bb09fedb5c838ad285f7d86dd8aeef105c6f1790c')
+validpgpkeys=('6EA3F3F3B9082632A9CBE931D53A0445B47A0DAB') # Connor Behan 

+
+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-r128/repos/staging-i686/git-fixes.patch (from rev 281749, 
xf86-video-r128/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 14:35:18 UTC (rev 281750)
@@ -0,0 +1,119 @@
+From 3328547c840664896c12d0fd2db8f63e3a398a62 Mon Sep 17 00:00:00 2001
+From: Kevin Brace 
+Date: Wed, 16 Mar 2016 18:59:23 -0700
+Subject: [PATCH 1/3] xextproto 7.1 support update to the source code
+
+While the compilation script was updated, for some reason, the source
+code did not get the update.
+
+Signed-off-by: Kevin Brace 
+Reviewed-by: Connor Behan 
+---
+ src/r128_crtc.c   | 6 ++
+ src/r128_output.c | 6 ++
+ 2 files changed, 12 insertions(+)
+
+diff --git a/src/r128_crtc.c b/src/r128_crtc.c
+index d62cc6a..ed77492 100644
+--- a/src/r128_crtc.c
 b/src/r128_crtc.c
+@@ -35,7 +35,13 @@
+ 
+ #include "xf86.h"
+ #include "xf86Modes.h"
++
++#ifdef HAVE_XEXTPROTO_71
+ #include "X11/extensions/dpmsconst.h"
++#else
++#define DPMS_SERVER
++#include "X11/extensions/dpms.h"
++#endif
+ 
+ #include "r128.h"
+ #include "r128_probe.h"
+diff --git a/src/r128_output.c b/src/r128_output.c
+index a2c754b..73b4af2 100644
+--- a/src/r128_output.c
 b/src/r128_output.c
+@@ -35,7 +35,13 @@
+ 
+ #include "xf86.h"
+ #include "xf86Modes.h"
++
++#ifdef HAVE_XEXTPROTO_71
+ #include "X11/extensions/dpmsconst.h"
++#else
++#define DPMS_SERVER
++#include "X11/extensions/dpms.h"
++#endif
+ 
+ #include "r128.h"
+ #include "r128_probe.h"
+-- 
+2.10.2
+
+
+From a589dd6baf7fa26f8ea7008ba6bd533a5ba3e76e Mon Sep 17 00:00:00 2001
+From: Connor Behan 
+Date: Wed, 13 Apr 2016 12:41:00 -0400
+Subject: [PATCH 2/3] Remove gatos advertisement
+
+There are many current working ways to use a TV tuner with Linux. This
+is not one of them.
+Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=94915
+
+Signed-off-by: Connor Behan 
+---
+ src/r128_driver.c | 4 
+ 1 file changed, 4 deletions(-)
+
+diff --git a/src/r128_driver.c b/src/r128_driver.c
+index 9a676d5..5695614 100644
+--- a/src/r128_driver.c
 b/src/r128_driver.c
+@@ -1435,10 +1435,6 @@ Bool R128PreInit(ScrnInfoPtr pScrn, int flags)
+ if (info->MMIO) R128UnmapMMIO(pScrn);
+ info->MMIO = NULL;
+ 
+-xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
+-  "For information on using the multimedia capabilities\n\tof this"
+-  " adapter, please see http

[arch-commits] Commit in xf86-video-r128/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:35:12
  Author: lcarlier
Revision: 281749

upgpkg: xf86-video-r128 6.10.1-2

xorg-server-1.19 rebuild

Added:
  xf86-video-r128/trunk/git-fixes.patch
Modified:
  xf86-video-r128/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++---
 git-fixes.patch |  119 ++
 2 files changed, 133 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:27:49 UTC (rev 281748)
+++ PKGBUILD2016-11-21 14:35:12 UTC (rev 281749)
@@ -3,21 +3,28 @@
 
 pkgname=xf86-video-r128
 pkgver=6.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org ati Rage128 video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 optdepends=('r128-dri: DRI1 support from community repo')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
 sha256sums=('5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cfd17908e93d7de4ea'
-'SKIP')
+'SKIP'
+'e4da65dab4380efc73a16e4bb09fedb5c838ad285f7d86dd8aeef105c6f1790c')
 validpgpkeys=('6EA3F3F3B9082632A9CBE931D53A0445B47A0DAB') # Connor Behan 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 14:35:12 UTC (rev 281749)
@@ -0,0 +1,119 @@
+From 3328547c840664896c12d0fd2db8f63e3a398a62 Mon Sep 17 00:00:00 2001
+From: Kevin Brace 
+Date: Wed, 16 Mar 2016 18:59:23 -0700
+Subject: [PATCH 1/3] xextproto 7.1 support update to the source code
+
+While the compilation script was updated, for some reason, the source
+code did not get the update.
+
+Signed-off-by: Kevin Brace 
+Reviewed-by: Connor Behan 
+---
+ src/r128_crtc.c   | 6 ++
+ src/r128_output.c | 6 ++
+ 2 files changed, 12 insertions(+)
+
+diff --git a/src/r128_crtc.c b/src/r128_crtc.c
+index d62cc6a..ed77492 100644
+--- a/src/r128_crtc.c
 b/src/r128_crtc.c
+@@ -35,7 +35,13 @@
+ 
+ #include "xf86.h"
+ #include "xf86Modes.h"
++
++#ifdef HAVE_XEXTPROTO_71
+ #include "X11/extensions/dpmsconst.h"
++#else
++#define DPMS_SERVER
++#include "X11/extensions/dpms.h"
++#endif
+ 
+ #include "r128.h"
+ #include "r128_probe.h"
+diff --git a/src/r128_output.c b/src/r128_output.c
+index a2c754b..73b4af2 100644
+--- a/src/r128_output.c
 b/src/r128_output.c
+@@ -35,7 +35,13 @@
+ 
+ #include "xf86.h"
+ #include "xf86Modes.h"
++
++#ifdef HAVE_XEXTPROTO_71
+ #include "X11/extensions/dpmsconst.h"
++#else
++#define DPMS_SERVER
++#include "X11/extensions/dpms.h"
++#endif
+ 
+ #include "r128.h"
+ #include "r128_probe.h"
+-- 
+2.10.2
+
+
+From a589dd6baf7fa26f8ea7008ba6bd533a5ba3e76e Mon Sep 17 00:00:00 2001
+From: Connor Behan 
+Date: Wed, 13 Apr 2016 12:41:00 -0400
+Subject: [PATCH 2/3] Remove gatos advertisement
+
+There are many current working ways to use a TV tuner with Linux. This
+is not one of them.
+Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=94915
+
+Signed-off-by: Connor Behan 
+---
+ src/r128_driver.c | 4 
+ 1 file changed, 4 deletions(-)
+
+diff --git a/src/r128_driver.c b/src/r128_driver.c
+index 9a676d5..5695614 100644
+--- a/src/r128_driver.c
 b/src/r128_driver.c
+@@ -1435,10 +1435,6 @@ Bool R128PreInit(ScrnInfoPtr pScrn, int flags)
+ if (info->MMIO) R128UnmapMMIO(pScrn);
+ info->MMIO = NULL;
+ 
+-xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
+-  "For information on using the multimedia capabilities\n\tof this"
+-  " adapter, please see http://gatos.sf.net.\n";);
+-
+ return TRUE;
+ 
+   fail:
+-- 
+2.10.2
+
+
+From 5ab23b3a8ef18ab9ff96ac8be174380d36e185e5 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: [PATCH 3/3] Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+---
+ src/compat-api.h | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOC

[arch-commits] Commit in linux-grsec/repos (24 files)

2016-11-21 Thread Daniel Micay
Date: Monday, November 21, 2016 @ 14:28:44
  Author: thestinger
Revision: 196456

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 196455, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 196455, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 196455, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 196455, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 196455, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 196455, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 196455, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 196455, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 196455, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 196455, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 196455, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 196455, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16548 +++
 /config.x86_64 |15948 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8274 ---
 community-i686/config.x86_64   | 7974 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8274 ---
 community-x86_64/config.x86_64 | 7974 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 33258 insertions(+), 33258 deletions(-)

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


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:27:49
  Author: lcarlier
Revision: 281748

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 281747, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 281747, xf86-video-rendition/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 281747, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 14:27:49 UTC (rev 281748)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-rendition
+pkgver=4.2.6
+pkgrel=2
+pkgdesc="X.org Rendition video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('660ecf21f65a4d6002c1b603d62c314f8e9624d208db5b346850b0df9dc2f9a8'
+'SKIP')
+validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+
+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-rendition/repos/staging-x86_64/PKGBUILD (from rev 281747, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 14:27:49 UTC (rev 281748)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-rendition
+pkgver=4.2.6
+pkgrel=2
+pkgdesc="X.org Rendition video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('660ecf21f65a4d6002c1b603d62c314f8e9624d208db5b346850b0df9dc2f9a8'
+'SKIP')
+validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+
+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 spice-gtk3/trunk (PKGBUILD)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 14:22:01
  Author: spupykin
Revision: 196453

upgpkg: spice-gtk3 0.33-6

upd

Modified:
  spice-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 13:59:45 UTC (rev 196452)
+++ PKGBUILD2016-11-21 14:22:01 UTC (rev 196453)
@@ -6,7 +6,7 @@
 
 pkgname=spice-gtk3
 pkgver=0.33
-pkgrel=2
+pkgrel=6
 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:27:42
  Author: lcarlier
Revision: 281747

upgpkg: xf86-video-rendition 4.2.6-2

xorg-server-1.19 rebuild

Modified:
  xf86-video-rendition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:22:42 UTC (rev 281746)
+++ PKGBUILD2016-11-21 14:27:42 UTC (rev 281747)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-rendition
 pkgver=4.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Rendition video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('660ecf21f65a4d6002c1b603d62c314f8e9624d208db5b346850b0df9dc2f9a8'
 'SKIP')


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

2016-11-21 Thread Daniel Micay
Date: Monday, November 21, 2016 @ 14:27:27
  Author: thestinger
Revision: 196455

upgpkg: linux-grsec 1:4.8.10.r201611210813-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:22:17 UTC (rev 196454)
+++ PKGBUILD2016-11-21 14:27:27 UTC (rev 196455)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.8
-_pkgver=4.8.9
+_pkgver=4.8.10
 _grsecver=3.1
-_timestamp=201611192033
+_timestamp=201611210813
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -33,9 +33,9 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'9f3c1924080a16ac2b8f054aa9d0490bc0ee4c6159e2fd10e5f6732b2e9604f6'
+'d0ea1671c488957d7b1ef46a5107c47c16b37f2985ca7ee4c900ba0f89d40d3c'
 'SKIP'
-'70b2fecc0dec673656f1d9bc8375edc72813fbc6f610ba47671525b6d50196bd'
+'2ba0bbe5f30df3f5fc49affae728efc8a989cb4a9ef8944d866304583f76c1aa'
 'SKIP'
 '705ef1b95c7c6c2835d7772b848d2cb25359664ff4db36d5f766a54a39fbeae6'
 '68ced2f2ad616724ada3e7c8ca3f5648b226554cd18541bfdf3fd1e8fdfe692e'


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:22:42
  Author: lcarlier
Revision: 281746

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 281745, xf86-video-s3/trunk/PKGBUILD)
  xf86-video-s3/repos/staging-i686/git-fixes.patch
(from rev 281745, xf86-video-s3/trunk/git-fixes.patch)
  xf86-video-s3/repos/staging-x86_64/
  xf86-video-s3/repos/staging-x86_64/PKGBUILD
(from rev 281745, xf86-video-s3/trunk/PKGBUILD)
  xf86-video-s3/repos/staging-x86_64/git-fixes.patch
(from rev 281745, xf86-video-s3/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   35 ++
 staging-i686/git-fixes.patch   |  204 +++
 staging-x86_64/PKGBUILD|   35 ++
 staging-x86_64/git-fixes.patch |  204 +++
 4 files changed, 478 insertions(+)

Copied: xf86-video-s3/repos/staging-i686/PKGBUILD (from rev 281745, 
xf86-video-s3/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 14:22:42 UTC (rev 281746)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-s3
+pkgver=0.6.5
+pkgrel=8
+pkgdesc="X.org S3 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('4778cd4f1d61490c3562f9be03664576f065fa3acf22fe0d0689212d7ea3ad39'
+'c8150b49c9d84f5a418d89fedc2b7eebf1066a046d9877a5ca21bc2868dc4765')
+
+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-s3/repos/staging-i686/git-fixes.patch (from rev 281745, 
xf86-video-s3/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 14:22:42 UTC (rev 281746)
@@ -0,0 +1,204 @@
+From 92d10d5d6882c3db6695a8fff83c88fbaaa27a33 Mon Sep 17 00:00:00 2001
+From: "Eric S. Raymond" 
+Date: Thu, 23 Aug 2012 12:46:03 -0400
+Subject: [PATCH 1/4] Fix malformed list syntax.
+
+TP without a body shouldn't really be used for an item list. Fixing this
+makes structural translation to DocBook possible.
+
+Signed-off-by: Eric S. Raymond 
+---
+ man/s3.man | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/man/s3.man b/man/s3.man
+index 9109c2a..732e4f3 100644
+--- a/man/s3.man
 b/man/s3.man
+@@ -50,9 +50,9 @@ driver supports PCI video cards based on the following S3 
chips:
+ 
+ .PP
+ Also driver supports the following RAMDACs:
+-.TP 12
++.IP 12
+ .B IBM 524, IBM 524A, IBM 526, IBM 526DB
+-.TP 12
++.IP 12
+ .B TI ViewPoint 3025 
+ 
+ .SH DESCRIPTION
+-- 
+2.10.2
+
+
+From ed0fbfd27609e897c42d7ab316481a9504746233 Mon Sep 17 00:00:00 2001
+From: Gaetan Nadon 
+Date: Tue, 7 Jan 2014 16:28:58 -0500
+Subject: [PATCH 2/4] Remove mibstore.h
+
+As it was done in numerous other drivers. Fixes compile error.
+
+Tested-by: Trevor Woerner 
+Signed-off-by: Gaetan Nadon 
+---
+ src/s3_driver.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/s3_driver.c b/src/s3_driver.c
+index 61242ad..85763ba 100644
+--- a/src/s3_driver.c
 b/src/s3_driver.c
+@@ -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"
+@@ -822,7 +821,6 @@ static Bool S3ScreenInit(SCREEN_INIT_ARGS_DECL)
+   fbPictureInit (pScreen, 0, 0);
+   S3DGAInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ 
+   /* framebuffer manager setup */
+-- 
+2.10.2
+
+
+From 7b454358082fc07985878fc92b902d7534144cae Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith 
+Date: Sat, 12 Mar 2016 10:54:22 -0800
+Subject: [PATCH 3/4] When checking malloc for success, it helps to use ==
+ NULL, instead of =
+
+Fixes gcc 5.3 compiler warning:
+s3_bios.c: In function 'find_bios_string':
+s3_bios.c:49:2: warning: suggest parentheses around assignment used as
+truth value [-Wparentheses]
+  if (bios = NULL)
+^
+
+[Tested by compiling only, as I have no S3 hardware, but clearly no one
+ else has tested this code since commit c41a1188ce53 in 2009, as it would
+ be segfaulting if ru

[arch-commits] Commit in xf86-video-s3/trunk (PKGBUILD build-fix.diff git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:22:37
  Author: lcarlier
Revision: 281745

upgpkg: xf86-video-s3 0.6.5-8

xorg-server-1.19 rebuild

Added:
  xf86-video-s3/trunk/git-fixes.patch
Modified:
  xf86-video-s3/trunk/PKGBUILD
Deleted:
  xf86-video-s3/trunk/build-fix.diff

-+
 PKGBUILD|   14 +--
 build-fix.diff  |   10 --
 git-fixes.patch |  204 ++
 3 files changed, 211 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:10:37 UTC (rev 281744)
+++ PKGBUILD2016-11-21 14:22:37 UTC (rev 281745)
@@ -3,21 +3,21 @@
 
 pkgname=xf86-video-s3
 pkgver=0.6.5
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org S3 video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('4778cd4f1d61490c3562f9be03664576f065fa3acf22fe0d0689212d7ea3ad39'
-'ad5ce4569c16f28801f4f89d8271fccc5706ef8508a6051ca094854d92a19d1a')
+'c8150b49c9d84f5a418d89fedc2b7eebf1066a046d9877a5ca21bc2868dc4765')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/build-fix.diff
+  patch -Np1 -i ../git-fixes.patch
 }
 
 build() {

Deleted: build-fix.diff
===
--- build-fix.diff  2016-11-21 14:10:37 UTC (rev 281744)
+++ build-fix.diff  2016-11-21 14:22:37 UTC (rev 281745)
@@ -1,10 +0,0 @@
 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"

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 14:22:37 UTC (rev 281745)
@@ -0,0 +1,204 @@
+From 92d10d5d6882c3db6695a8fff83c88fbaaa27a33 Mon Sep 17 00:00:00 2001
+From: "Eric S. Raymond" 
+Date: Thu, 23 Aug 2012 12:46:03 -0400
+Subject: [PATCH 1/4] Fix malformed list syntax.
+
+TP without a body shouldn't really be used for an item list. Fixing this
+makes structural translation to DocBook possible.
+
+Signed-off-by: Eric S. Raymond 
+---
+ man/s3.man | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/man/s3.man b/man/s3.man
+index 9109c2a..732e4f3 100644
+--- a/man/s3.man
 b/man/s3.man
+@@ -50,9 +50,9 @@ driver supports PCI video cards based on the following S3 
chips:
+ 
+ .PP
+ Also driver supports the following RAMDACs:
+-.TP 12
++.IP 12
+ .B IBM 524, IBM 524A, IBM 526, IBM 526DB
+-.TP 12
++.IP 12
+ .B TI ViewPoint 3025 
+ 
+ .SH DESCRIPTION
+-- 
+2.10.2
+
+
+From ed0fbfd27609e897c42d7ab316481a9504746233 Mon Sep 17 00:00:00 2001
+From: Gaetan Nadon 
+Date: Tue, 7 Jan 2014 16:28:58 -0500
+Subject: [PATCH 2/4] Remove mibstore.h
+
+As it was done in numerous other drivers. Fixes compile error.
+
+Tested-by: Trevor Woerner 
+Signed-off-by: Gaetan Nadon 
+---
+ src/s3_driver.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/s3_driver.c b/src/s3_driver.c
+index 61242ad..85763ba 100644
+--- a/src/s3_driver.c
 b/src/s3_driver.c
+@@ -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"
+@@ -822,7 +821,6 @@ static Bool S3ScreenInit(SCREEN_INIT_ARGS_DECL)
+   fbPictureInit (pScreen, 0, 0);
+   S3DGAInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ 
+   /* framebuffer manager setup */
+-- 
+2.10.2
+
+
+From 7b454358082fc07985878fc92b902d7534144cae Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith 
+Date: Sat, 12 Mar 2016 10:54:22 -0800
+Subject: [PATCH 3/4] When checking malloc for success, it helps to use ==
+ NULL, instead of =
+
+Fixes gcc 5.3 compiler warning:
+s3_bios.c: In function 'find_bios_string':
+s3_bios.c:49:2: warning: suggest parentheses around assignment used as
+truth value [-Wparentheses]
+  if (bios = NULL)
+^
+
+[Tested by compiling only, as I have no S3 hardware, but clearly no one
+ else has tested this code since commit c41a1188ce53 in 2009, as it would
+ be segfaulting if run.]
+
+Signed-off-by: Alan Coo

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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 14:22:17
  Author: spupykin
Revision: 196454

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

Added:
  spice-gtk3/repos/community-i686/PKGBUILD
(from rev 196453, spice-gtk3/trunk/PKGBUILD)
  spice-gtk3/repos/community-x86_64/PKGBUILD
(from rev 196453, spice-gtk3/trunk/PKGBUILD)
Deleted:
  spice-gtk3/repos/community-i686/PKGBUILD
  spice-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 14:22:01 UTC (rev 196453)
+++ community-i686/PKGBUILD 2016-11-21 14:22:17 UTC (rev 196454)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.33
-pkgrel=2
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org";
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup' 'spice-glib')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl' 'python2-six')
-options=('!emptydirs')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";
-   
"FS#51674.patch::https://cgit.freedesktop.org/spice/spice-gtk/patch/?id=03c016bea939ee4a26e90d80fa1012a993a8ea47";)
-md5sums=('19e1b9aa6c59cab776ba5aa633491b7e'
- '85a62897b03c7d28a35d55eeaf91cc3d')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  patch -p1 -i "$srcdir/FS#51674.patch"
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin \
---enable-smartcard
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 196453, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 14:22:17 UTC (rev 196454)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.33
+pkgrel=6
+pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
+arch=('i686' 'x86_64')
+url="http://spice-space.org";
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup' 'spice-glib')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl' 'python2-six')
+options=('!emptydirs')
+source=("https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";
+   
"FS#51674.patch::https://cgit.freedesktop.org/spice/spice-gtk/patch/?id=03c016bea939ee4a26e90d80fa1012a993a8ea47";)
+sha256sums=('7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39'
+'fc228c258f9bd18b66222a358bf34bcdbd16c1800b131baf018a229400580776')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  patch -p1 -i "$srcdir/FS#51674.patch"
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin \
+--enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 14:22:01 UTC (rev 196453)
+++ community-x86_64/PKGBUILD   2016-11-21 14:22:17 UTC (rev 196454)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.33
-pkgrel=2
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_

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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:10:37
  Author: lcarlier
Revision: 281744

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 281743, xf86-video-s3virge/trunk/PKGBUILD)
  xf86-video-s3virge/repos/staging-x86_64/
  xf86-video-s3virge/repos/staging-x86_64/PKGBUILD
(from rev 281743, 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 281743, 
xf86-video-s3virge/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 14:10:37 UTC (rev 281744)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-s3virge
+pkgver=1.10.7
+pkgrel=3
+pkgdesc="X.org S3 Virge video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+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 281743, 
xf86-video-s3virge/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 14:10:37 UTC (rev 281744)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-s3virge
+pkgver=1.10.7
+pkgrel=3
+pkgdesc="X.org S3 Virge video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+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)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:10:31
  Author: lcarlier
Revision: 281743

upgpkg: xf86-video-s3virge 1.10.7-3

xorg-server-1.19 rebuild

Modified:
  xf86-video-s3virge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:05:25 UTC (rev 281742)
+++ PKGBUILD2016-11-21 14:10:31 UTC (rev 281743)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-s3virge
 pkgver=1.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org S3 Virge video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('5dbe68de05483f902fdc48e97ce8d9fdd1d2ade14cb53c0c3642f0259f65a4da'
 'SKIP')


[arch-commits] Commit in xf86-video-savage/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:05:18
  Author: lcarlier
Revision: 281741

upgpkg: xf86-video-savage 2.3.8-3

xorg-server-1.19 rebuild

Added:
  xf86-video-savage/trunk/git-fixes.patch
Modified:
  xf86-video-savage/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++-
 git-fixes.patch |   72 ++
 2 files changed, 86 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 13:55:11 UTC (rev 281740)
+++ PKGBUILD2016-11-21 14:05:18 UTC (rev 281741)
@@ -3,21 +3,28 @@
 
 pkgname=xf86-video-savage
 pkgver=2.3.8
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org savage video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 optdepends=('savage-dri: DRI1 support from community repo')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
 sha256sums=('fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63'
-'SKIP')
+'SKIP'
+'72942e9b26cd6c9da745185778b89487a180871759f5d16f824ec1c307b31eb7')
 validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 14:05:18 UTC (rev 281741)
@@ -0,0 +1,72 @@
+From de61497415e58a21fa247faf6db180ca47fb5df0 Mon Sep 17 00:00:00 2001
+From: Stefan Dirsch 
+Date: Wed, 27 Apr 2016 16:02:13 +0200
+Subject: [PATCH 1/2] Disable tiling on SuperSavage by default
+
+Xserver cannot be started with Tiling enabled on SuperSavage.
+https://bugzilla.opensuse.org/show_bug.cgi?id=805380
+
+Signed-off-by: Stefan Dirsch 
+Acked-by: Hans de Goede 
+---
+ src/savage_driver.c | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/savage_driver.c b/src/savage_driver.c
+index d278345..58a294d 100644
+--- a/src/savage_driver.c
 b/src/savage_driver.c
+@@ -1668,7 +1668,11 @@ static Bool SavagePreInit(ScrnInfoPtr pScrn, int flags)
+ #endif
+ 
+ /* we can use Option "DisableTile TRUE" to disable tile mode */
+-psav->bDisableTile = FALSE; 
++if (psav->Chipset == S3_SUPERSAVAGE)
++/* apparently broken with these GPUs, see 
https://bugzilla.opensuse.org/show_bug.cgi?id=805380 */
++  psav->bDisableTile = TRUE;
++else
++  psav->bDisableTile = FALSE;
+ if (xf86GetOptValBool(psav->Options, 
OPTION_DISABLE_TILE,&psav->bDisableTile)) {
+ xf86DrvMsg(pScrn->scrnIndex, X_CONFIG,
+"Option: %s Tile Mode and Program it 
\n",(psav->bDisableTile?"Disable":"Enable"));
+-- 
+2.10.2
+
+
+From de3e1803314820968502156703d5bfe3fab24972 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: [PATCH 2/2] Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+---
+ src/compat-api.h | 8 
+ 1 file changed, 8 insertions(+)
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 98ba435..44daea4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -78,11 +78,19 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++
++#define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result
++#define WAKEUPHANDLER_ARGS arg, result
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
+ 
+ #define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result, pointer 
read_mask
+ #define WAKEUPHANDLER_ARGS arg, result, read_mask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+2.10.2
+


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:05:25
  Author: lcarlier
Revision: 281742

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 281741, xf86-video-savage/trunk/PKGBUILD)
  xf86-video-savage/repos/staging-i686/git-fixes.patch
(from rev 281741, xf86-video-savage/trunk/git-fixes.patch)
  xf86-video-savage/repos/staging-x86_64/
  xf86-video-savage/repos/staging-x86_64/PKGBUILD
(from rev 281741, xf86-video-savage/trunk/PKGBUILD)
  xf86-video-savage/repos/staging-x86_64/git-fixes.patch
(from rev 281741, xf86-video-savage/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   39 +
 staging-i686/git-fixes.patch   |   72 +++
 staging-x86_64/PKGBUILD|   39 +
 staging-x86_64/git-fixes.patch |   72 +++
 4 files changed, 222 insertions(+)

Copied: xf86-video-savage/repos/staging-i686/PKGBUILD (from rev 281741, 
xf86-video-savage/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 14:05:25 UTC (rev 281742)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-savage
+pkgver=2.3.8
+pkgrel=3
+pkgdesc="X.org savage video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+optdepends=('savage-dri: DRI1 support from community repo')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63'
+'SKIP'
+'72942e9b26cd6c9da745185778b89487a180871759f5d16f824ec1c307b31eb7')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+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 -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-savage/repos/staging-i686/git-fixes.patch (from rev 281741, 
xf86-video-savage/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 14:05:25 UTC (rev 281742)
@@ -0,0 +1,72 @@
+From de61497415e58a21fa247faf6db180ca47fb5df0 Mon Sep 17 00:00:00 2001
+From: Stefan Dirsch 
+Date: Wed, 27 Apr 2016 16:02:13 +0200
+Subject: [PATCH 1/2] Disable tiling on SuperSavage by default
+
+Xserver cannot be started with Tiling enabled on SuperSavage.
+https://bugzilla.opensuse.org/show_bug.cgi?id=805380
+
+Signed-off-by: Stefan Dirsch 
+Acked-by: Hans de Goede 
+---
+ src/savage_driver.c | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/savage_driver.c b/src/savage_driver.c
+index d278345..58a294d 100644
+--- a/src/savage_driver.c
 b/src/savage_driver.c
+@@ -1668,7 +1668,11 @@ static Bool SavagePreInit(ScrnInfoPtr pScrn, int flags)
+ #endif
+ 
+ /* we can use Option "DisableTile TRUE" to disable tile mode */
+-psav->bDisableTile = FALSE; 
++if (psav->Chipset == S3_SUPERSAVAGE)
++/* apparently broken with these GPUs, see 
https://bugzilla.opensuse.org/show_bug.cgi?id=805380 */
++  psav->bDisableTile = TRUE;
++else
++  psav->bDisableTile = FALSE;
+ if (xf86GetOptValBool(psav->Options, 
OPTION_DISABLE_TILE,&psav->bDisableTile)) {
+ xf86DrvMsg(pScrn->scrnIndex, X_CONFIG,
+"Option: %s Tile Mode and Program it 
\n",(psav->bDisableTile?"Disable":"Enable"));
+-- 
+2.10.2
+
+
+From de3e1803314820968502156703d5bfe3fab24972 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: [PATCH 2/2] Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+---
+ src/compat-api.h | 8 
+ 1 file changed, 8 insertions(+)
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 98ba435..44daea4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -78,11 +78,19 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++
++#define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result
++#define WAKEUPHANDLER_ARG

[arch-commits] Commit in flightgear/repos/community-x86_64 (4 files)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 13:59:45
  Author: spupykin
Revision: 196452

archrelease: copy trunk to community-x86_64

Added:
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 196451, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-x86_64/build-fix.patch
(from rev 196451, flightgear/trunk/build-fix.patch)
Deleted:
  flightgear/repos/community-x86_64/PKGBUILD
  flightgear/repos/community-x86_64/build-fix.patch

-+
 PKGBUILD|  100 +++---
 build-fix.patch |   40 ++---
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 13:50:46 UTC (rev 196451)
+++ PKGBUILD2016-11-21 13:59:45 UTC (rev 196452)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2016.3.1
-_pkgver=2016.3
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base')
-optdepends=('qt5-base: fgfs --launcher')
-license=("GPL")
-url="http://www.flightgear.org/";
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";
-   "build-fix.patch")
-md5sums=('70936a91c80ee18a7dd7ed663c0273e3'
- 'b3d60c225955fd4b8d80ac2087288e43')
-
-prepare() {
-  cd $srcdir/flightgear-$pkgver
-  patch -p1 -i $srcdir/build-fix.patch
-}
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-x86_64/PKGBUILD (from rev 196451, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 13:59:45 UTC (rev 196452)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2016.4.1
+_pkgver=2016.4
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base')
+optdepends=('qt5-base: fgfs --launcher')
+license=("GPL")
+url="http://www.flightgear.org/";
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";
+   "build-fix.patch")
+sha256sums=('714183cd1e3eb926b0a37dca0192981aef791ca369a238afdaa05e4f4b91efc8'
+'439a9a63b6a6c7e3cfc647946bb1f749022c27d921aad574a17d1cf575256ed2')
+
+prepare() {
+  cd "$srcdir"/flightgear-$pkgver
+#  patch -p1 -i "$srcdir"/build-fix.patch
+}
+
+build() {
+  cd "$srcdir"/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd "$srcdir"/flightgear-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 package/flightgear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2016-11-21 13:50:46 UTC (rev 196451)
+++ build-fix.patch 2016-11-21 13:59:45 UTC (rev 196452)
@@ -1,20 +0,0 @@
-diff -wbBur fligh

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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 13:55:11
  Author: lcarlier
Revision: 281740

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 281739, xf86-video-siliconmotion/trunk/PKGBUILD)
  xf86-video-siliconmotion/repos/staging-i686/git-fixes.patch
(from rev 281739, xf86-video-siliconmotion/trunk/git-fixes.patch)
  xf86-video-siliconmotion/repos/staging-x86_64/
  xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD
(from rev 281739, xf86-video-siliconmotion/trunk/PKGBUILD)
  xf86-video-siliconmotion/repos/staging-x86_64/git-fixes.patch
(from rev 281739, xf86-video-siliconmotion/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   39 
 staging-i686/git-fixes.patch   |  187 +++
 staging-x86_64/PKGBUILD|   39 
 staging-x86_64/git-fixes.patch |  187 +++
 4 files changed, 452 insertions(+)

Copied: xf86-video-siliconmotion/repos/staging-i686/PKGBUILD (from rev 281739, 
xf86-video-siliconmotion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 13:55:11 UTC (rev 281740)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.8
+pkgrel=3
+pkgdesc="X.org siliconmotion video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb'
+'SKIP'
+'cc87d2e0ce857cf5c486127af6a0fc3278323c18be022e94b16f10e90fcc7b68')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+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-siliconmotion/repos/staging-i686/git-fixes.patch (from rev 
281739, xf86-video-siliconmotion/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 13:55:11 UTC (rev 281740)
@@ -0,0 +1,187 @@
+From a4e406c20ab0590214f779c2319ac7b92594a606 Mon Sep 17 00:00:00 2001
+From: Connor Behan 
+Date: Sun, 23 Aug 2015 11:46:37 -0400
+Subject: [PATCH 1/3] Check for drawables before compositing
+
+This should prevent a crash when something like Cairo tries to composite
+a solid picture.
+
+Signed-off-by: Connor Behan 
+---
+ src/smi_exa.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/smi_exa.c b/src/smi_exa.c
+index 70298ed..67a6fdd 100644
+--- a/src/smi_exa.c
 b/src/smi_exa.c
+@@ -623,6 +623,10 @@ SMI_PrepareComposite(int op, PicturePtr pSrcPicture, 
PicturePtr pMaskPicture, Pi
+ {
+ ScrnInfoPtr pScrn = xf86ScreenToScrn(pDst->drawable.pScreen);
+ SMIPtr pSmi = SMIPTR(pScrn);
++
++if (!pSrc) return FALSE;
++if (!pSrcPicture->pDrawable) return FALSE;
++
+ int src_pitch = exaGetPixmapPitch(pSrc) / (pSrc->drawable.bitsPerPixel >> 
3);
+ int dst_pitch = exaGetPixmapPitch(pDst) / (pDst->drawable.bitsPerPixel >> 
3);
+ 
+-- 
+2.10.2
+
+From 647e5a93d9387e3bc8d2c8569e3a5f996acfb169 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner 
+Date: Mon, 14 Sep 2015 18:36:32 +0200
+Subject: [PATCH 2/3] Use X11/Xarch.h for endian detection.
+
+Reviewed-by: Connor Behan 
+---
+ src/smi.h|  1 +
+ src/smi_driver.c |  2 +-
+ src/smi_xaa.c| 18 +-
+ 3 files changed, 11 insertions(+), 10 deletions(-)
+
+diff --git a/src/smi.h b/src/smi.h
+index 5e44892..2742c8d 100644
+--- a/src/smi.h
 b/src/smi.h
+@@ -34,6 +34,7 @@ authorization from the XFree86 Project and Silicon Motion.
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "xf86.h"
+ #include "xf86_OSproc.h"
+diff --git a/src/smi_driver.c b/src/smi_driver.c
+index 2568637..8949cae 100644
+--- a/src/smi_driver.c
 b/src/smi_driver.c
+@@ -487,7 +487,7 @@ SMI_PreInit(ScrnInfoPtr pScrn, int flags)
+ if (pScrn->depth > 8) {
+   /* The defaults are OK for us */
+   rgb zeros = {0, 0, 0};
+-#if __BYTE_ORDER == __BIG_ENDIAN
++#if X_BYTE_ORDER == X_BIG_ENDIAN
+   rgb masks = {0xff00,

[arch-commits] Commit in xf86-video-siliconmotion/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 13:55:06
  Author: lcarlier
Revision: 281739

upgpkg: xf86-video-siliconmotion 1.7.8-3

xorg-server-1.19 rebuild

Added:
  xf86-video-siliconmotion/trunk/git-fixes.patch
Modified:
  xf86-video-siliconmotion/trunk/PKGBUILD

-+
 PKGBUILD|   21 --
 git-fixes.patch |  187 ++
 2 files changed, 201 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 13:46:59 UTC (rev 281738)
+++ PKGBUILD2016-11-21 13:55:06 UTC (rev 281739)
@@ -4,20 +4,27 @@
 
 pkgname=xf86-video-siliconmotion
 pkgver=1.7.8
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org siliconmotion video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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})
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
 sha256sums=('e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb'
-'SKIP')
+'SKIP'
+'cc87d2e0ce857cf5c486127af6a0fc3278323c18be022e94b16f10e90fcc7b68')
 validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 13:55:06 UTC (rev 281739)
@@ -0,0 +1,187 @@
+From a4e406c20ab0590214f779c2319ac7b92594a606 Mon Sep 17 00:00:00 2001
+From: Connor Behan 
+Date: Sun, 23 Aug 2015 11:46:37 -0400
+Subject: [PATCH 1/3] Check for drawables before compositing
+
+This should prevent a crash when something like Cairo tries to composite
+a solid picture.
+
+Signed-off-by: Connor Behan 
+---
+ src/smi_exa.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/smi_exa.c b/src/smi_exa.c
+index 70298ed..67a6fdd 100644
+--- a/src/smi_exa.c
 b/src/smi_exa.c
+@@ -623,6 +623,10 @@ SMI_PrepareComposite(int op, PicturePtr pSrcPicture, 
PicturePtr pMaskPicture, Pi
+ {
+ ScrnInfoPtr pScrn = xf86ScreenToScrn(pDst->drawable.pScreen);
+ SMIPtr pSmi = SMIPTR(pScrn);
++
++if (!pSrc) return FALSE;
++if (!pSrcPicture->pDrawable) return FALSE;
++
+ int src_pitch = exaGetPixmapPitch(pSrc) / (pSrc->drawable.bitsPerPixel >> 
3);
+ int dst_pitch = exaGetPixmapPitch(pDst) / (pDst->drawable.bitsPerPixel >> 
3);
+ 
+-- 
+2.10.2
+
+From 647e5a93d9387e3bc8d2c8569e3a5f996acfb169 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner 
+Date: Mon, 14 Sep 2015 18:36:32 +0200
+Subject: [PATCH 2/3] Use X11/Xarch.h for endian detection.
+
+Reviewed-by: Connor Behan 
+---
+ src/smi.h|  1 +
+ src/smi_driver.c |  2 +-
+ src/smi_xaa.c| 18 +-
+ 3 files changed, 11 insertions(+), 10 deletions(-)
+
+diff --git a/src/smi.h b/src/smi.h
+index 5e44892..2742c8d 100644
+--- a/src/smi.h
 b/src/smi.h
+@@ -34,6 +34,7 @@ authorization from the XFree86 Project and Silicon Motion.
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "xf86.h"
+ #include "xf86_OSproc.h"
+diff --git a/src/smi_driver.c b/src/smi_driver.c
+index 2568637..8949cae 100644
+--- a/src/smi_driver.c
 b/src/smi_driver.c
+@@ -487,7 +487,7 @@ SMI_PreInit(ScrnInfoPtr pScrn, int flags)
+ if (pScrn->depth > 8) {
+   /* The defaults are OK for us */
+   rgb zeros = {0, 0, 0};
+-#if __BYTE_ORDER == __BIG_ENDIAN
++#if X_BYTE_ORDER == X_BIG_ENDIAN
+   rgb masks = {0xff00,0xff,0xff00};
+ #else
+   rgb masks = {0, 0, 0};
+diff --git a/src/smi_xaa.c b/src/smi_xaa.c
+index a878098..cd861a1 100644
+--- a/src/smi_xaa.c
 b/src/smi_xaa.c
+@@ -211,7 +211,7 @@ SMI_SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int 
xdir, int ydir, int rop,
+ ENTER();
+ DEBUG("xdir=%d ydir=%d rop=%02X trans=%08X\n", xdir, ydir, rop, trans);
+ 
+-#if __BYTE_ORDER == __BIG_ENDIAN
++#if X_BYTE_ORDER == X_BIG_ENDIAN
+ if (pScrn->depth >= 24)
+   trans = lswapl(trans);
+ #endif
+@@ -296,7 +296,7 @@ SMI_SetupForSolidFill(ScrnInfoPtr pScrn, int color, int 
rop,
+  | SMI_BITBLT
+  | SMI_START_ENGINE;
+ 
+-#if __BYTE_ORDER == __BIG_ENDIAN
++#if X_BYTE_ORDER == X_BIG_ENDIAN
+ if (pScrn->depth >= 24) {
+   /* because of the BGR values are in the MSB bytes,
+* 'white' is not possi

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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 13:50:46
  Author: anthraxx
Revision: 196451

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

Added:
  phonegap/repos/community-i686/PKGBUILD
(from rev 196450, phonegap/trunk/PKGBUILD)
  phonegap/repos/community-i686/phonegap.install
(from rev 196450, phonegap/trunk/phonegap.install)
  phonegap/repos/community-x86_64/PKGBUILD
(from rev 196450, phonegap/trunk/PKGBUILD)
  phonegap/repos/community-x86_64/phonegap.install
(from rev 196450, phonegap/trunk/phonegap.install)
Deleted:
  phonegap/repos/community-i686/PKGBUILD
  phonegap/repos/community-i686/phonegap.install
  phonegap/repos/community-x86_64/PKGBUILD
  phonegap/repos/community-x86_64/phonegap.install

---+
 /PKGBUILD |  132 
 /phonegap.install |   18 
 community-i686/PKGBUILD   |   66 --
 community-i686/phonegap.install   |9 --
 community-x86_64/PKGBUILD |   66 --
 community-x86_64/phonegap.install |9 --
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 13:50:31 UTC (rev 196450)
+++ community-i686/PKGBUILD 2016-11-21 13:50:46 UTC (rev 196451)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.4.2
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli";
-license=('Apache')
-depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-install=${pkgname}.install
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('2cd9c3ee29fcebcc9a9288f1ac918bb4e3fd6e0a151efa9e9577546d46c0f703')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 196450, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 13:50:46 UTC (rev 196451)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.4.2
+pkgrel=2
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli";
+license=('Apache')
+depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+install=${pkgname}.install
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('2cd9c3ee29fcebcc9a9288f1ac918bb4e3fd6e0a151efa9e9577546d46c0f703')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modul

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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 13:50:31
  Author: anthraxx
Revision: 196450

upgpkg: phonegap 6.4.2-2 (fixing package permissions)

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 13:34:36 UTC (rev 196449)
+++ PKGBUILD2016-11-21 13:50:31 UTC (rev 196450)
@@ -3,7 +3,7 @@
 
 pkgname=phonegap
 pkgver=6.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
 url="https://github.com/phonegap/phonegap-cli";


[arch-commits] Commit in xf86-video-sis/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 13:46:51
  Author: lcarlier
Revision: 281737

upgpkg: xf86-video-sis 0.10.8-3

xorg-server-1.19 rebuild

Added:
  xf86-video-sis/trunk/git-fixes.patch
Modified:
  xf86-video-sis/trunk/PKGBUILD

-+
 PKGBUILD|   16 ++---
 git-fixes.patch |   62 ++
 2 files changed, 70 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 13:25:47 UTC (rev 281736)
+++ PKGBUILD2016-11-21 13:46:51 UTC (rev 281737)
@@ -3,24 +3,24 @@
 
 pkgname=xf86-video-sis
 pkgver=0.10.8
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org SiS video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 optdepends=('sis-dri: DRI1 support from community repo')
-groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-Xi.patch)
+git-fixes.patch)
 sha256sums=('c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe'
-'7a1a0b784664a0f011bd13395be1854dee407e901d2707ab1a6b8d20caa0a672')
+'b3cbb937a94c5e0ea21e05005238b247ee146ba8640eda7bfbe8b382b25dde7b')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/Xi.patch
+  patch -Np1 -i ${srcdir}/git-fixes.patch
 }
 
 build() {

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 13:46:51 UTC (rev 281737)
@@ -0,0 +1,62 @@
+From 328073e46f9b9fcc09e637c94496c90273a0a4f6 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner 
+Date: Sun, 13 Sep 2015 23:28:53 +0200
+Subject: [PATCH 1/2] Fix arguments for miSetPointerPosition.
+
+For the call for the API between versions 5 and 15.
+
+Reviewed-by: Connor Behan 
+---
+ src/sis_driver.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/sis_driver.c b/src/sis_driver.c
+index 854cb54..8f06164 100644
+--- a/src/sis_driver.c
 b/src/sis_driver.c
+@@ -9395,9 +9395,9 @@ SISMergedPointerMoved(SCRN_ARG_TYPE arg, int x, int y)
+ y = (int)dy;
+ }
+ #elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 13
+-  miPointerSetPosition(inputInfo.pointer, Absolute, x, y);
++  miPointerSetPosition(inputInfo.pointer, Absolute, &x, &y);
+ #elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 5
+-  miPointerSetPosition(inputInfo.pointer, x, y);
++  miPointerSetPosition(inputInfo.pointer, &x, &y);
+ #else
+   UpdateCurrentTime();
+   miPointerAbsoluteCursor(x, y, currentTime.milliseconds);
+-- 
+2.10.2
+
+From 96fee560cd8bf7bf27048ce5fe67b7af6838c8d0 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: [PATCH 2/2] Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+---
+ src/compat-api.h | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+2.10.2
+


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 13:46:59
  Author: lcarlier
Revision: 281738

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 281737, xf86-video-sis/trunk/PKGBUILD)
  xf86-video-sis/repos/staging-i686/Xi.patch
(from rev 281737, xf86-video-sis/trunk/Xi.patch)
  xf86-video-sis/repos/staging-i686/git-fixes.patch
(from rev 281737, xf86-video-sis/trunk/git-fixes.patch)
  xf86-video-sis/repos/staging-x86_64/
  xf86-video-sis/repos/staging-x86_64/PKGBUILD
(from rev 281737, xf86-video-sis/trunk/PKGBUILD)
  xf86-video-sis/repos/staging-x86_64/Xi.patch
(from rev 281737, xf86-video-sis/trunk/Xi.patch)
  xf86-video-sis/repos/staging-x86_64/git-fixes.patch
(from rev 281737, xf86-video-sis/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   38 +++
 staging-i686/Xi.patch  |   19 +++
 staging-i686/git-fixes.patch   |   62 +++
 staging-x86_64/PKGBUILD|   38 +++
 staging-x86_64/Xi.patch|   19 +++
 staging-x86_64/git-fixes.patch |   62 +++
 6 files changed, 238 insertions(+)

Copied: xf86-video-sis/repos/staging-i686/PKGBUILD (from rev 281737, 
xf86-video-sis/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 13:46:59 UTC (rev 281738)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sis
+pkgver=0.10.8
+pkgrel=3
+pkgdesc="X.org SiS video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+optdepends=('sis-dri: DRI1 support from community repo')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe'
+'b3cbb937a94c5e0ea21e05005238b247ee146ba8640eda7bfbe8b382b25dde7b')
+
+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-sis/repos/staging-i686/Xi.patch (from rev 281737, 
xf86-video-sis/trunk/Xi.patch)
===
--- staging-i686/Xi.patch   (rev 0)
+++ staging-i686/Xi.patch   2016-11-21 13:46:59 UTC (rev 281738)
@@ -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, &dx, &dy,
++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, &dx, &dy);

Copied: xf86-video-sis/repos/staging-i686/git-fixes.patch (from rev 281737, 
xf86-video-sis/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 13:46:59 UTC (rev 281738)
@@ -0,0 +1,62 @@
+From 328073e46f9b9fcc09e637c94496c90273a0a4f6 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner 
+Date: Sun, 13 Sep 2015 23:28:53 +0200
+Subject: [PATCH 1/2] Fix arguments for miSetPointerPosition.
+
+For the call for the API between versions 5 and 15.
+
+Reviewed-by: Connor Behan 
+---
+ src/sis_driver.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/sis_driver.c b/src/sis_driver.c
+index 854cb54..8f06164 100644
+--- a/src/sis_driver.c
 b/src/sis_driver.c
+@@ -9395,9 +9395,9 @@ SISMergedPointerMoved(SCRN_ARG_TYPE arg, int x, int y)
+ y = (int)dy;
+ }
+ #elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 13
+-  miPointerSetPosition(inputInfo.pointer, Absolute, x, y);
++  miPointerSetPosition(inputInfo.pointer, Absolute, &x, &y);
+ #elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 5
+-  miPoin

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

2016-11-21 Thread Daniel Micay
Date: Monday, November 21, 2016 @ 13:34:36
  Author: thestinger
Revision: 196449

201611192033

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:40:25 UTC (rev 196448)
+++ PKGBUILD2016-11-21 13:34:36 UTC (rev 196449)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.8
-_pkgver=4.8.8
+_pkgver=4.8.9
 _grsecver=3.1
-_timestamp=201611150756
+_timestamp=201611192033
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -33,9 +33,9 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'588b6537cb660c2f7d483aca13f7509a5fc86c60df32c167d40e81d6c7ab4f9c'
+'9f3c1924080a16ac2b8f054aa9d0490bc0ee4c6159e2fd10e5f6732b2e9604f6'
 'SKIP'
-'eb20dc00637b584d2083201a70165dd71798e7abdbf107331c51662ad7b44a13'
+'70b2fecc0dec673656f1d9bc8375edc72813fbc6f610ba47671525b6d50196bd'
 'SKIP'
 '705ef1b95c7c6c2835d7772b848d2cb25359664ff4db36d5f766a54a39fbeae6'
 '68ced2f2ad616724ada3e7c8ca3f5648b226554cd18541bfdf3fd1e8fdfe692e'


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 13:25:47
  Author: lcarlier
Revision: 281736

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 281735, xf86-video-sisusb/trunk/PKGBUILD)
  xf86-video-sisusb/repos/staging-i686/git-fixes.patch
(from rev 281735, xf86-video-sisusb/trunk/git-fixes.patch)
  xf86-video-sisusb/repos/staging-x86_64/
  xf86-video-sisusb/repos/staging-x86_64/PKGBUILD
(from rev 281735, xf86-video-sisusb/trunk/PKGBUILD)
  xf86-video-sisusb/repos/staging-x86_64/git-fixes.patch
(from rev 281735, xf86-video-sisusb/trunk/git-fixes.patch)

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

Copied: xf86-video-sisusb/repos/staging-i686/PKGBUILD (from rev 281735, 
xf86-video-sisusb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 13:25:47 UTC (rev 281736)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.6
+pkgrel=8
+pkgdesc="X.org SiS USB video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046'
+'90c6c295107f0af0d3480d1731baac659448a573a06524e4d239ce0c64c08089')
+
+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 281735, 
xf86-video-sisusb/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 13:25:47 UTC (rev 281736)
@@ -0,0 +1,61 @@
+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
+From e236d49a874cf5325f63e631a44edb037f74124a Mon Sep 17 00:00:00 2001
+From: Laurent Carlier 
+Date: Mon, 21 Nov 2016 14:13:23 +0100
+Subject: [PATCH] Adapt BlockHandler signature for ABI 23
+
+Signed-off-by: Laurent Carlier 
+---
+ src/compat-api.h | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+2.10.2
+
+

Copied: xf86-video-sisusb/repos/staging-x86_64/PKGBUILD (from rev 281735, 
xf86-video-sisusb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 13:25:47 UTC (rev 281736)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.6
+pkgrel=8
+pkgdesc="X.org SiS USB video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depen

[arch-commits] Commit in xf86-video-sisusb/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 13:25:41
  Author: lcarlier
Revision: 281735

upgpkg: xf86-video-sisusb 0.9.6-8

xorg-server-1.19 rebuild

Modified:
  xf86-video-sisusb/trunk/PKGBUILD
  xf86-video-sisusb/trunk/git-fixes.patch

-+
 PKGBUILD|   10 +-
 git-fixes.patch |   32 
 2 files changed, 37 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:23:21 UTC (rev 281734)
+++ PKGBUILD2016-11-21 13:25:41 UTC (rev 281735)
@@ -3,17 +3,17 @@
 
 pkgname=xf86-video-sisusb
 pkgver=0.9.6
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org SiS USB video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046'
-'9b64f4a9160c1055d3e01e1b603840986163a7880dbbb5c12f3a7d4c66739134')
+'90c6c295107f0af0d3480d1731baac659448a573a06524e4d239ce0c64c08089')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: git-fixes.patch
===
--- git-fixes.patch 2016-11-21 12:23:21 UTC (rev 281734)
+++ git-fixes.patch 2016-11-21 13:25:41 UTC (rev 281735)
@@ -27,3 +27,35 @@
  /* NO SilkenMouse. Never. Ever. */
 --
 cgit v0.9.0.2-2-gbebe
+From e236d49a874cf5325f63e631a44edb037f74124a Mon Sep 17 00:00:00 2001
+From: Laurent Carlier 
+Date: Mon, 21 Nov 2016 14:13:23 +0100
+Subject: [PATCH] Adapt BlockHandler signature for ABI 23
+
+Signed-off-by: Laurent Carlier 
+---
+ src/compat-api.h | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+2.10.2
+
+


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

2016-11-21 Thread Nicola Squartini
Date: Monday, November 21, 2016 @ 12:40:03
  Author: tensor5
Revision: 196447

upgpkg: solidity 0.4.5-1

Modified:
  solidity/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:33:28 UTC (rev 196446)
+++ PKGBUILD2016-11-21 12:40:03 UTC (rev 196447)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('i686' 'x86_64')
@@ -13,6 +13,12 @@
 source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver}";)
 sha256sums=('SKIP')
 
+prepare() {
+cd ${pkgname}
+
+sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+}
+
 build() {
 cd ${pkgname}
 


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

2016-11-21 Thread Nicola Squartini
Date: Monday, November 21, 2016 @ 12:40:25
  Author: tensor5
Revision: 196448

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

Added:
  solidity/repos/community-i686/PKGBUILD
(from rev 196447, solidity/trunk/PKGBUILD)
  solidity/repos/community-x86_64/PKGBUILD
(from rev 196447, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-i686/PKGBUILD
  solidity/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 76 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 12:40:03 UTC (rev 196447)
+++ community-i686/PKGBUILD 2016-11-21 12:40:25 UTC (rev 196448)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.4
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-i686/PKGBUILD (from rev 196447, 
solidity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 12:40:25 UTC (rev 196448)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.5
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 12:40:03 UTC (rev 196447)
+++ community-x86_64/PKGBUILD   2016-11-21 12:40:25 UTC (rev 196448)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.4
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 196447, 
solidity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 12:40:25 UTC (rev 196448)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.5
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in flightgear/repos/community-i686 (4 files)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 12:33:28
  Author: spupykin
Revision: 196446

archrelease: copy trunk to community-i686

Added:
  flightgear/repos/community-i686/PKGBUILD
(from rev 196445, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-i686/build-fix.patch
(from rev 196445, flightgear/trunk/build-fix.patch)
Deleted:
  flightgear/repos/community-i686/PKGBUILD
  flightgear/repos/community-i686/build-fix.patch

-+
 PKGBUILD|  100 +++---
 build-fix.patch |   40 ++---
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 12:30:19 UTC (rev 196445)
+++ PKGBUILD2016-11-21 12:33:28 UTC (rev 196446)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2016.3.1
-_pkgver=2016.3
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base')
-optdepends=('qt5-base: fgfs --launcher')
-license=("GPL")
-url="http://www.flightgear.org/";
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";
-   "build-fix.patch")
-md5sums=('70936a91c80ee18a7dd7ed663c0273e3'
- 'b3d60c225955fd4b8d80ac2087288e43')
-
-prepare() {
-  cd $srcdir/flightgear-$pkgver
-  patch -p1 -i $srcdir/build-fix.patch
-}
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 196445, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 12:33:28 UTC (rev 196446)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2016.4.1
+_pkgver=2016.4
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base')
+optdepends=('qt5-base: fgfs --launcher')
+license=("GPL")
+url="http://www.flightgear.org/";
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";
+   "build-fix.patch")
+sha256sums=('714183cd1e3eb926b0a37dca0192981aef791ca369a238afdaa05e4f4b91efc8'
+'439a9a63b6a6c7e3cfc647946bb1f749022c27d921aad574a17d1cf575256ed2')
+
+prepare() {
+  cd "$srcdir"/flightgear-$pkgver
+#  patch -p1 -i "$srcdir"/build-fix.patch
+}
+
+build() {
+  cd "$srcdir"/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd "$srcdir"/flightgear-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 package/flightgear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2016-11-21 12:30:19 UTC (rev 196445)
+++ build-fix.patch 2016-11-21 12:33:28 UTC (rev 196446)
@@ -1,20 +0,0 @@
-diff -wbBur flightgear-2016.2

[arch-commits] Commit in flightgear-data/repos/community-any (PKGBUILD PKGBUILD)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 12:30:19
  Author: spupykin
Revision: 196445

archrelease: copy trunk to community-any

Added:
  flightgear-data/repos/community-any/PKGBUILD
(from rev 196444, flightgear-data/trunk/PKGBUILD)
Deleted:
  flightgear-data/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 12:29:42 UTC (rev 196444)
+++ PKGBUILD2016-11-21 12:30:19 UTC (rev 196445)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear-data
-pkgver=2016.3.1
-_pkgver=2016.3
-pkgrel=1
-pkgdesc="Base-Data for the opensource flight-simulator."
-arch=(any)
-license=('GPL')
-url="http://www.flightgear.org/";
-options=(!strip)
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2";)
-md5sums=('aa2d81bc24ee7dd9a87cfdb96511f1e7')
-
-package() {
-  cd $srcdir
-  mkdir -p $pkgdir/usr/share/flightgear
-  mv fgdata/ $pkgdir/usr/share/flightgear/data
-  chown root:root $pkgdir/usr/share/flightgear/data
-}

Copied: flightgear-data/repos/community-any/PKGBUILD (from rev 196444, 
flightgear-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 12:30:19 UTC (rev 196445)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear-data
+pkgver=2016.4.1
+_pkgver=2016.4
+pkgrel=1
+pkgdesc="Base-Data for the opensource flight-simulator."
+arch=(any)
+license=('GPL')
+url="http://www.flightgear.org/";
+options=(!strip)
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2";)
+sha256sums=('156d31f49b3665d484b86decd40643db34be6ca7fc4742a1d474e7c11482052f')
+
+package() {
+  cd "$srcdir"
+  mkdir -p "$pkgdir"/usr/share/flightgear
+  mv fgdata/ "$pkgdir"/usr/share/flightgear/data
+  chown root:root "$pkgdir"/usr/share/flightgear/data
+}


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 12:29:33
  Author: spupykin
Revision: 196443

upgpkg: flightgear 2016.4.1-1

upd

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:26:59 UTC (rev 196442)
+++ PKGBUILD2016-11-21 12:29:33 UTC (rev 196443)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear
-pkgver=2016.3.1
-_pkgver=2016.3
+pkgver=2016.4.1
+_pkgver=2016.4
 pkgrel=1
 pkgdesc="An open-source, multi-platform flight simulator"
 arch=(i686 x86_64)
@@ -17,12 +17,12 @@
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";
"build-fix.patch")
-md5sums=('70936a91c80ee18a7dd7ed663c0273e3'
- 'b3d60c225955fd4b8d80ac2087288e43')
+sha256sums=('714183cd1e3eb926b0a37dca0192981aef791ca369a238afdaa05e4f4b91efc8'
+'439a9a63b6a6c7e3cfc647946bb1f749022c27d921aad574a17d1cf575256ed2')
 
 prepare() {
   cd "$srcdir"/flightgear-$pkgver
-  patch -p1 -i "$srcdir"/build-fix.patch
+#  patch -p1 -i "$srcdir"/build-fix.patch
 }
 
 build() {


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 12:29:42
  Author: spupykin
Revision: 196444

upgpkg: flightgear-data 2016.4.1-1

upd

Modified:
  flightgear-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:29:33 UTC (rev 196443)
+++ PKGBUILD2016-11-21 12:29:42 UTC (rev 196444)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear-data
-pkgver=2016.3.1
-_pkgver=2016.3
+pkgver=2016.4.1
+_pkgver=2016.4
 pkgrel=1
 pkgdesc="Base-Data for the opensource flight-simulator."
 arch=(any)
@@ -13,7 +13,7 @@
 url="http://www.flightgear.org/";
 options=(!strip)
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2";)
-md5sums=('aa2d81bc24ee7dd9a87cfdb96511f1e7')
+sha256sums=('156d31f49b3665d484b86decd40643db34be6ca7fc4742a1d474e7c11482052f')
 
 package() {
   cd "$srcdir"


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 12:23:21
  Author: lcarlier
Revision: 281734

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 281733, xf86-video-tdfx/trunk/PKGBUILD)
  xf86-video-tdfx/repos/staging-i686/git-fixes.patch
(from rev 281733, xf86-video-tdfx/trunk/git-fixes.patch)
  xf86-video-tdfx/repos/staging-x86_64/
  xf86-video-tdfx/repos/staging-x86_64/PKGBUILD
(from rev 281733, xf86-video-tdfx/trunk/PKGBUILD)
  xf86-video-tdfx/repos/staging-x86_64/git-fixes.patch
(from rev 281733, xf86-video-tdfx/trunk/git-fixes.patch)

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

Copied: xf86-video-tdfx/repos/staging-i686/PKGBUILD (from rev 281733, 
xf86-video-tdfx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 12:23:21 UTC (rev 281734)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tdfx
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="X.org tdfx video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+optdepends=('tdfx-dri: DRI1 support from community repo')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('3a8a88867c40ad61f1c9a09ffd7ac64102fa821685855d50ce66c7603dcc6d37'
+'SKIP'
+'f0db3082cf55196492b34083005a9a57b6b532ef2d9cc6403f1b05e1a5424de0')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+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 281733, 
xf86-video-tdfx/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 12:23:21 UTC (rev 281734)
@@ -0,0 +1,34 @@
+From b99390efcb55d7d4a68e8c595119c1af4426fc0b Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 98ba435..44daea4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -78,11 +78,19 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++
++#define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result
++#define WAKEUPHANDLER_ARGS arg, result
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
+ 
+ #define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result, pointer 
read_mask
+ #define WAKEUPHANDLER_ARGS arg, result, read_mask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+cgit v0.10.2
+

Copied: xf86-video-tdfx/repos/staging-x86_64/PKGBUILD (from rev 281733, 
xf86-video-tdfx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 12:23:21 UTC (rev 281734)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tdfx
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="X.org tdfx video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+optdepends=('tdfx-dri: DRI1 support from community repo')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('3a8a88867c40ad61f1c9a09ffd7ac64102fa821685855d50ce66c760

[arch-commits] Commit in xf86-video-tdfx/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 12:23:16
  Author: lcarlier
Revision: 281733

upgpkg: xf86-video-tdfx 1.4.6-1

xorg-server-1.19 rebuild

Modified:
  xf86-video-tdfx/trunk/PKGBUILD
  xf86-video-tdfx/trunk/git-fixes.patch

-+
 PKGBUILD|   21 +-
 git-fixes.patch |  430 ++
 2 files changed, 34 insertions(+), 417 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:14:49 UTC (rev 281732)
+++ PKGBUILD2016-11-21 12:23:16 UTC (rev 281733)
@@ -2,20 +2,23 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-tdfx
-pkgver=1.4.5
-pkgrel=7
+pkgver=1.4.6
+pkgrel=1
 pkgdesc="X.org tdfx video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 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')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('3a8a88867c40ad61f1c9a09ffd7ac64102fa821685855d50ce66c7603dcc6d37'
+'SKIP'
+'f0db3082cf55196492b34083005a9a57b6b532ef2d9cc6403f1b05e1a5424de0')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: git-fixes.patch
===
--- git-fixes.patch 2016-11-21 12:14:49 UTC (rev 281732)
+++ git-fixes.patch 2016-11-21 12:23:16 UTC (rev 281733)
@@ -1,420 +1,34 @@
-From 10498d2730c651eb7a1890eb9e728269732e9dad Mon Sep 17 00:00:00 2001
+From b99390efcb55d7d4a68e8c595119c1af4426fc0b Mon Sep 17 00:00:00 2001
 From: Adam Jackson 
-Date: Tue, 25 Sep 2012 12:54:59 +
-Subject: Remove mibstore.h
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
 
 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 
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 98ba435..44daea4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -78,11 +78,19 @@
  
--#include "xf86PciInfo.h"
- #include "xf86Pci.h"
- #include "xf86DDC.h"
- #include "xf86xv.h"
-@@ -73,6 +72,17 @@
- (p)->memBase[region]
- #endif
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
  
-+#define PCI_VENDOR_3DFX   0x121A
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
 +
-+#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;
++#define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result
++#define WAKEUPHANDLER_ARGS arg, result
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTime

[arch-commits] Commit in xf86-video-trident/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 12:14:44
  Author: lcarlier
Revision: 281731

upgpkg: xf86-video-trident 1.3.7-3

xorg-server-1.19 rebuild

Added:
  xf86-video-trident/trunk/git-fixes.patch
Modified:
  xf86-video-trident/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++---
 git-fixes.patch |   28 
 2 files changed, 42 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:14:27 UTC (rev 281730)
+++ PKGBUILD2016-11-21 12:14:44 UTC (rev 281731)
@@ -3,20 +3,27 @@
 
 pkgname=xf86-video-trident
 pkgver=1.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org Trident video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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})
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
 sha256sums=('ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae'
-'SKIP')
+'SKIP'
+'22571bf377e0cd37a8bd48e4d382f1d43010e1bde6382862c226052019120335')
 validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 12:14:44 UTC (rev 281731)
@@ -0,0 +1,28 @@
+From b5f4d35327863a14224d2a63885cd8b3b83a1815 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+cgit v0.10.2
+


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 12:14:49
  Author: lcarlier
Revision: 281732

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 281731, xf86-video-trident/trunk/PKGBUILD)
  xf86-video-trident/repos/staging-i686/git-fixes.patch
(from rev 281731, xf86-video-trident/trunk/git-fixes.patch)
  xf86-video-trident/repos/staging-x86_64/
  xf86-video-trident/repos/staging-x86_64/PKGBUILD
(from rev 281731, xf86-video-trident/trunk/PKGBUILD)
  xf86-video-trident/repos/staging-x86_64/git-fixes.patch
(from rev 281731, xf86-video-trident/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/git-fixes.patch   |   28 
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/git-fixes.patch |   28 
 4 files changed, 134 insertions(+)

Copied: xf86-video-trident/repos/staging-i686/PKGBUILD (from rev 281731, 
xf86-video-trident/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 12:14:49 UTC (rev 281732)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-trident
+pkgver=1.3.7
+pkgrel=3
+pkgdesc="X.org Trident video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae'
+'SKIP'
+'22571bf377e0cd37a8bd48e4d382f1d43010e1bde6382862c226052019120335')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+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-trident/repos/staging-i686/git-fixes.patch (from rev 281731, 
xf86-video-trident/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 12:14:49 UTC (rev 281732)
@@ -0,0 +1,28 @@
+From b5f4d35327863a14224d2a63885cd8b3b83a1815 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+cgit v0.10.2
+

Copied: xf86-video-trident/repos/staging-x86_64/PKGBUILD (from rev 281731, 
xf86-video-trident/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 12:14:49 UTC (rev 281732)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-trident
+pkgver=1.3.7
+pkgrel=3
+pkgdesc="X.org Trident video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae'
+'SKIP'
+'22571bf377e0cd37a8bd48e4d382f1d43010e1bde6382862c226052019120335')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver

[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2016-11-21 Thread Felix Yan
Date: Monday, November 21, 2016 @ 12:14:27
  Author: felixonmars
Revision: 281730

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 281729, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 281729, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-21 12:13:58 UTC (rev 281729)
+++ extra-i686/PKGBUILD 2016-11-21 12:14:27 UTC (rev 281730)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.039
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/";
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('e47b3c525fdbbf7ea697d43e71efcc0e')
-
-build() {
-  cd DBD-mysql-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd DBD-mysql-$pkgver
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test &
-  sleep 10
-  DAEMON_PORT=$!
-  make test
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd DBD-mysql-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 281729, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-21 12:14:27 UTC (rev 281730)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+pkgver=4.040
+pkgrel=1
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/DBD-mysql/";
+depends=('libmariadbclient' 'perl-dbi')
+checkdepends=('mariadb' 'perl-test-deep')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
+md5sums=('81d36e54708c66429a25140613a35d22')
+
+build() {
+  cd DBD-mysql-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd DBD-mysql-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd DBD-mysql-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-21 12:13:58 UTC (rev 281729)
+++ extra-x86_64/PKGBUILD   2016-11-21 12:14:27 UTC (rev 281730)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.039
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/";
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar

[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)

2016-11-21 Thread Felix Yan
Date: Monday, November 21, 2016 @ 12:13:58
  Author: felixonmars
Revision: 281729

upgpkg: perl-dbd-mysql 4.040-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:09:25 UTC (rev 281728)
+++ PKGBUILD2016-11-21 12:13:58 UTC (rev 281729)
@@ -5,7 +5,7 @@
 # Contributor: Eric Johnson 
 
 pkgname=perl-dbd-mysql
-pkgver=4.039
+pkgver=4.040
 pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 depends=('libmariadbclient' 'perl-dbi')
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('e47b3c525fdbbf7ea697d43e71efcc0e')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
+md5sums=('81d36e54708c66429a25140613a35d22')
 
 build() {
   cd DBD-mysql-$pkgver


[arch-commits] Commit in akonadi-contacts/kde-unstable (PKGBUILD)

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 12:08:51
  Author: arojas
Revision: 281727

Reenable prison support

Modified:
  akonadi-contacts/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:07:30 UTC (rev 281726)
+++ PKGBUILD2016-11-21 12:08:51 UTC (rev 281727)
@@ -2,7 +2,7 @@
 
 pkgname=akonadi-contacts
 pkgver=16.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM";


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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 12:09:25
  Author: arojas
Revision: 281728

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  akonadi-contacts/repos/kde-unstable-i686/PKGBUILD
(from rev 281727, akonadi-contacts/kde-unstable/PKGBUILD)
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 281727, akonadi-contacts/kde-unstable/PKGBUILD)
Deleted:
  akonadi-contacts/repos/kde-unstable-i686/PKGBUILD
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 +
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-11-21 12:08:51 UTC (rev 281727)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 12:09:25 UTC (rev 281728)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-contacts
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi grantlee kcontacts kmime qt5-webengine prison)
-makedepends=(extra-cmake-modules kdoctools python boost akonadi-mime kcalcore 
kdesignerplugin)
-conflicts=(akonadi-contact)
-replaces=(akonadi-contact)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('bfae10684c7fdb0eac45d72ebfd2787f'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-contacts/repos/kde-unstable-i686/PKGBUILD (from rev 281727, 
akonadi-contacts/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 12:09:25 UTC (rev 281728)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-contacts
+pkgver=16.11.80
+pkgrel=2
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi grantlee kcontacts kmime qt5-webengine prison)
+makedepends=(extra-cmake-modules kdoctools python boost akonadi-mime kcalcore 
kdesignerplugin)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('bfae10684c7fdb0eac45d72ebfd2787f'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-11-21 12:08:51 UTC (rev 281727)
+++ kde-unstable-x86_64/PKGBUILD2016-11-21 12:09:25 UTC (rev 281728)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-contacts
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi grantlee kcontacts kmime qt5-webengine prison)
-makedepends=(extra-cmake-modules kdoctools python boost akonadi-mime kcalcore 
kdesignerplugin)
-conflicts=(akonadi-contact)
-replaces=(akonadi-contact)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('bfae10684c7fdb0eac45d72ebfd2787f'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 281727, 
akonadi-contacts/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-11-21 12:09:25 UTC (rev 281728)
@@ -0,0 +1,36 @@
+

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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 12:03:56
  Author: arojas
Revision: 281723

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-21 12:03:18 UTC (rev 281722)
+++ extra-i686/PKGBUILD 2016-11-21 12:03:56 UTC (rev 281723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=prison
-pkgver=5.25.0.git20160814
-_commit=f109d48
-pkgrel=1
-pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt5-base' 'libdmtx' 'qrencode')
-makedepends=('extra-cmake-modules')
-conflicts=('prison-frameworks')
-replaces=('prison-frameworks')
-source=($pkname-$pkgver::"https://quickgit.kde.org/?p=prison.git&a=snapshot&h=${_commit}&fmt=tgz";)
-md5sums=('d7f703b53801d88dc913eefb38a39326')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../prison \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: prison/repos/extra-i686/PKGBUILD (from rev 281722, 
prison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-21 12:03:56 UTC (rev 281723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.28.git20161116
+_commit=96d2e4e7
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+conflicts=('prison-frameworks')
+replaces=('prison-frameworks')
+source=("git://git.kde.org/prison.git#commit=${_commit}")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../prison \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-21 12:03:18 UTC (rev 281722)
+++ extra-x86_64/PKGBUILD   2016-11-21 12:03:56 UTC (rev 281723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=prison
-pkgver=5.25.0.git20160814
-_commit=f109d48
-pkgrel=1
-pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt5-base' 'libdmtx' 'qrencode')
-makedepends=('extra-cmake-modules')
-conflicts=('prison-frameworks')
-replaces=('prison-frameworks')
-source=($pkname-$pkgver::"https://quickgit.kde.org/?p=prison.git&a=snapshot&h=${_commit}&fmt=tgz";)
-md5sums=('d7f703b53801d88dc913eefb38a39326')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../prison \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: prison/repos/extra-x86_64/PKGBUILD (from rev 281722, 
prison/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-21 12:03:56 UTC (rev 281723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.28.git20161116
+_commit=96d2e4e7
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+conflicts=('prison-frameworks')
+replaces=('prison-frameworks')
+source=("git://git.kde.org/prison.git#commit=${_commit}")
+md5sums=('SKIP'

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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 12:04:16
  Author: lcarlier
Revision: 281725

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 281724, xf86-video-tseng/trunk/PKGBUILD)
  xf86-video-tseng/repos/staging-i686/git-fixes.patch
(from rev 281724, xf86-video-tseng/trunk/git-fixes.patch)
  xf86-video-tseng/repos/staging-x86_64/
  xf86-video-tseng/repos/staging-x86_64/PKGBUILD
(from rev 281724, xf86-video-tseng/trunk/PKGBUILD)
  xf86-video-tseng/repos/staging-x86_64/git-fixes.patch
(from rev 281724, 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 281724, 
xf86-video-tseng/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 12:04:16 UTC (rev 281725)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tseng
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org tseng video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+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 281724, 
xf86-video-tseng/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 12:04:16 UTC (rev 281725)
@@ -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 281724, 
xf86-video-tseng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 12:04:16 UTC (rev 281725)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tseng
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org tseng video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+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-x86_64/git-fixes.patch (from rev 281724, 

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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 12:04:11
  Author: lcarlier
Revision: 281724

upgpkg: xf86-video-tseng 1.2.5-8

xorg-server-1.19 rebuild

Modified:
  xf86-video-tseng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 12:03:56 UTC (rev 281723)
+++ PKGBUILD2016-11-21 12:04:11 UTC (rev 281724)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-tseng
 pkgver=1.2.5
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org tseng video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('c06dc5205f627e5afc795ecfa75e18d2d1db4e1f1f195fd017dad60854407819'
 '8a337e2bab9a5ee7ba15dde6665abcfa9559d769074873cb2a85cc86716bd5da')


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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 12:03:18
  Author: arojas
Revision: 281722

New snapshot, needed by kdepim 16.12

Modified:
  prison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:57:01 UTC (rev 281721)
+++ PKGBUILD2016-11-21 12:03:18 UTC (rev 281722)
@@ -4,8 +4,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=prison
-pkgver=5.25.0.git20160814
-_commit=f109d48
+pkgver=5.28.git20161116
+_commit=96d2e4e7
 pkgrel=1
 pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 url='https://projects.kde.org/projects/kdesupport/prison'
 license=('GPL')
 depends=('qt5-base' 'libdmtx' 'qrencode')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'git')
 conflicts=('prison-frameworks')
 replaces=('prison-frameworks')
-source=($pkname-$pkgver::"https://quickgit.kde.org/?p=prison.git&a=snapshot&h=${_commit}&fmt=tgz";)
-md5sums=('d7f703b53801d88dc913eefb38a39326')
+source=("git://git.kde.org/prison.git#commit=${_commit}")
+md5sums=('SKIP')
 
 prepare() {
   mkdir -p build


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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 11:56:56
  Author: lcarlier
Revision: 281720

upgpkg: xf86-video-vesa 2.3.4-3

xorg-server-1.19 rebuild

Modified:
  xf86-video-vesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:55:08 UTC (rev 281719)
+++ PKGBUILD2016-11-21 11:56:56 UTC (rev 281720)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-vesa
 pkgver=2.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org vesa video driver"
 arch=(i686 x86_64)
 license=('custom')
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 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)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 11:57:01
  Author: lcarlier
Revision: 281721

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 281720, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/staging-i686/revert-kernelcheck.patch
(from rev 281720, xf86-video-vesa/trunk/revert-kernelcheck.patch)
  xf86-video-vesa/repos/staging-x86_64/
  xf86-video-vesa/repos/staging-x86_64/PKGBUILD
(from rev 281720, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/staging-x86_64/revert-kernelcheck.patch
(from rev 281720, 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 281720, 
xf86-video-vesa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 11:57:01 UTC (rev 281721)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vesa
+pkgver=2.3.4
+pkgrel=3
+pkgdesc="X.org vesa video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+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 
281720, xf86-video-vesa/trunk/revert-kernelcheck.patch)
===
--- staging-i686/revert-kernelcheck.patch   (rev 0)
+++ staging-i686/revert-kernelcheck.patch   2016-11-21 11:57:01 UTC (rev 
281721)
@@ -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 281720, 
xf86-video-vesa/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 11:57:01 UTC (rev 281721)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vesa
+pkgver=2.3.4
+pkgrel=3
+pkgdesc="X.org vesa video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+revert-kernelcheck.patch)
+sha256sums=('7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1'
+'SKIP'
+'ef591a342cea65f1b08e84771ae0de84395c98ac8a71739dbf5c0a7f7a36543c')
+validpgpkeys=('DD38563A

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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:55:08
  Author: arojas
Revision: 281719

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkolab/repos/kde-unstable-i686/
  libkolab/repos/kde-unstable-i686/PKGBUILD
(from rev 281718, libkolab/trunk/PKGBUILD)
  libkolab/repos/kde-unstable-x86_64/
  libkolab/repos/kde-unstable-x86_64/PKGBUILD
(from rev 281718, libkolab/trunk/PKGBUILD)

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

Copied: libkolab/repos/kde-unstable-i686/PKGBUILD (from rev 281718, 
libkolab/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 11:55:08 UTC (rev 281719)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolab
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Advanced Kolab Object Handling Library"
+url='http://git.kolab.org/libkolab/'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libkolabxml akonadi-notes akonadi kcontacts kcalutils)
+makedepends=(extra-cmake-modules kdoctools boost python swig kdesignerplugin)
+source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+md5sums=('312f35920989fd115386ee256fe78ba2'
+ '9c829ce9983b3c8cbab9ce833c982924')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkolab/repos/kde-unstable-x86_64/PKGBUILD (from rev 281718, 
libkolab/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-11-21 11:55:08 UTC (rev 281719)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolab
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Advanced Kolab Object Handling Library"
+url='http://git.kolab.org/libkolab/'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libkolabxml akonadi-notes akonadi kcontacts kcalutils)
+makedepends=(extra-cmake-modules kdoctools boost python swig kdesignerplugin)
+source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+md5sums=('312f35920989fd115386ee256fe78ba2'
+ '9c829ce9983b3c8cbab9ce833c982924')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:54:43
  Author: arojas
Revision: 281718

kcontacts 16.12 rebuild

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:50:42 UTC (rev 281717)
+++ PKGBUILD2016-11-21 11:54:43 UTC (rev 281718)
@@ -4,13 +4,13 @@
 
 pkgname=libkolab
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
 arch=(i686 x86_64)
 license=(GPL)
 depends=(libkolabxml akonadi-notes akonadi kcontacts kcalutils)
-makedepends=(extra-cmake-modules kdoctools boost python swig)
+makedepends=(extra-cmake-modules kdoctools boost python swig kdesignerplugin)
 
source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
 md5sums=('312f35920989fd115386ee256fe78ba2'
  '9c829ce9983b3c8cbab9ce833c982924')


[arch-commits] Commit in linux/repos (28 files)

2016-11-21 Thread Tobias Powalowski
Date: Monday, November 21, 2016 @ 11:50:42
  Author: tpowa
Revision: 281717

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

Added:
  linux/repos/testing-i686/99-linux.hook
(from rev 281716, linux/trunk/99-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 281716, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 281716, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 281716, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 281716, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 281716, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 281716, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/99-linux.hook
(from rev 281716, linux/trunk/99-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 281716, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 281716, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 281716, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 281716, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 281716, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 281716, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/99-linux.hook
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/99-linux.hook
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /99-linux.hook   |   22 
 /PKGBUILD|  602 
 /change-default-console-loglevel.patch   |   22 
 /config  |16414 +
 /config.x86_64   |15916 
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  301 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8207 
 testing-i686/config.x86_64   | 7960 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  301 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8207 
 testing-x86_64/config.x86_64 | 7960 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 33058 insertions(+), 33062 deletions(-)

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


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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:49:57
  Author: arojas
Revision: 281715

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkgapi/repos/kde-unstable-i686/
  libkgapi/repos/kde-unstable-i686/PKGBUILD
(from rev 281714, libkgapi/trunk/PKGBUILD)
  libkgapi/repos/kde-unstable-x86_64/
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 281714, libkgapi/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   40 
 kde-unstable-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: libkgapi/repos/kde-unstable-i686/PKGBUILD (from rev 281714, 
libkgapi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 11:49:57 UTC (rev 281715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=5.3.1
+pkgrel=2
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
+ 
bug355908.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=14a57b81";)
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
+ 'bc20c2c79e13c339517fc87748d4f0f3')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 281714, 
libkgapi/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-11-21 11:49:57 UTC (rev 281715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=5.3.1
+pkgrel=2
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
+ 
bug355908.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=14a57b81";)
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
+ 'bc20c2c79e13c339517fc87748d4f0f3')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)

2016-11-21 Thread Tobias Powalowski
Date: Monday, November 21, 2016 @ 11:50:08
  Author: tpowa
Revision: 281716

upgpkg: linux 4.8.10-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config|2 +-
 config.x86_64 |4 +---
 3 files changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:49:57 UTC (rev 281715)
+++ PKGBUILD2016-11-21 11:50:08 UTC (rev 281716)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.8
-pkgver=4.8.9
+pkgver=4.8.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -27,10 +27,10 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'9f3c1924080a16ac2b8f054aa9d0490bc0ee4c6159e2fd10e5f6732b2e9604f6'
+'d0ea1671c488957d7b1ef46a5107c47c16b37f2985ca7ee4c900ba0f89d40d3c'
 'SKIP'
-'2fd479c42362075c3bea6c7c1737fd3e0c45046d071fa10157d05397965f'
-'ae414d09d296fcf388e930ff919f975c03302ec2f595e2ae0c172422402b3a6e'
+'2ac8818414beb7dbacbd3ad450c516e6ada804827132a7132f63b8189e5f5151'
+'41b9a64542befd2fea170776e8ec22a7d158dd3273633afc9b91662c448cd90a'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')

Modified: config
===
--- config  2016-11-21 11:49:57 UTC (rev 281715)
+++ config  2016-11-21 11:50:08 UTC (rev 281716)
@@ -562,7 +562,7 @@
 CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-CONFIG_RANDOMIZE_BASE=y 
+# CONFIG_RANDOMIZE_BASE is not set
 CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
 CONFIG_HOTPLUG_CPU=y

Modified: config.x86_64
===
--- config.x86_64   2016-11-21 11:49:57 UTC (rev 281715)
+++ config.x86_64   2016-11-21 11:50:08 UTC (rev 281716)
@@ -585,11 +585,9 @@
 CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-CONFIG_RANDOMIZE_BASE=y
+# CONFIG_RANDOMIZE_BASE is not set
 CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
-CONFIG_RANDOMIZE_MEMORY=y
-CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
 CONFIG_HOTPLUG_CPU=y
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 # CONFIG_DEBUG_HOTPLUG_CPU0 is not set


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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:49:17
  Author: arojas
Revision: 281714

kcontacts 16.12 rebuild

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:43:44 UTC (rev 281713)
+++ PKGBUILD2016-11-21 11:49:17 UTC (rev 281714)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi
 pkgver=5.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=(i686 x86_64)
@@ -12,9 +12,9 @@
 depends=(kcalcore kcontacts qt5-webkit)
 makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
- 
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain";)
+ 
bug355908.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=14a57b81";)
 md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
- '03314cf2f8241fe6b4881c62614fe1c4')
+ 'bc20c2c79e13c339517fc87748d4f0f3')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in umbrello/kde-unstable (PKGBUILD)

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:43:13
  Author: arojas
Revision: 281712

Add missing qt5-webkit dependency

Modified:
  umbrello/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:30:06 UTC (rev 281711)
+++ PKGBUILD2016-11-21 11:43:13 UTC (rev 281712)
@@ -4,12 +4,12 @@
 
 pkgname=umbrello
 pkgver=16.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc='UML modeller'
 arch=(i686 x86_64)
 url='http://kde.org/applications/development/umbrello'
 license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
+depends=(hicolor-icon-theme ktexteditor qt5-webkit)
 makedepends=(extra-cmake-modules kdoctools python)
 conflicts=(kdesdk-umbrello)
 replaces=(kdesdk-umbrello)
@@ -30,6 +30,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DKDE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF \
+-DBUILD_UNITTESTS=OFF \
 -DBUILD_KF5=ON
   make
 }


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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:43:44
  Author: arojas
Revision: 281713

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  umbrello/repos/kde-unstable-i686/PKGBUILD
(from rev 281712, umbrello/kde-unstable/PKGBUILD)
  umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 281712, umbrello/kde-unstable/PKGBUILD)
Deleted:
  umbrello/repos/kde-unstable-i686/PKGBUILD
  umbrello/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-x86_64/PKGBUILD |   41 
 3 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-11-21 11:43:13 UTC (rev 281712)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 11:43:44 UTC (rev 281713)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=16.11.80
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('13af6f8c2373652781dc725297d77823'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_KF5=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 281712, 
umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 11:43:44 UTC (rev 281713)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=16.11.80
+pkgrel=2
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('13af6f8c2373652781dc725297d77823'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_UNITTESTS=OFF \
+-DBUILD_KF5=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-11-21 11:43:13 UTC (rev 281712)
+++ kde-unstable-x86_64/PKGBUILD2016-11-21 11:43:44 UTC (rev 281713)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=16.11.80
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('13af6f8c2373652781dc725297d77823'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_KF5=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 281712, 
umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-11-21 11:43:44 UTC (rev 281713)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 

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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:30:06
  Author: arojas
Revision: 281711

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kolourpaint/repos/kde-unstable-i686/PKGBUILD
(from rev 281710, kolourpaint/kde-unstable/PKGBUILD)
  kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 281710, kolourpaint/kde-unstable/PKGBUILD)
Deleted:
  kolourpaint/repos/kde-unstable-i686/PKGBUILD
  kolourpaint/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-11-21 11:29:19 UTC (rev 281710)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 11:30:06 UTC (rev 281711)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kolourpaint
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kdelibs4support libksane hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
-conflicts=(kdegraphics-kolourpaint)
-replaces=(kdegraphics-kolourpaint)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('357adb1f24efed1ba2127d2f8c0ee3d55a1e6ad8'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 281710, 
kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-21 11:30:06 UTC (rev 281711)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kolourpaint
+pkgver=16.11.80
+pkgrel=2
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kdelibs4support libksane libkexiv2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
+conflicts=(kdegraphics-kolourpaint)
+replaces=(kdegraphics-kolourpaint)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('357adb1f24efed1ba2127d2f8c0ee3d55a1e6ad8'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-11-21 11:29:19 UTC (rev 281710)
+++ kde-unstable-x86_64/PKGBUILD2016-11-21 11:30:06 UTC (rev 281711)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kolourpaint
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kdelibs4support libksane hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
-conflicts=(kdegraphics-kolourpaint)
-replaces=(kdegraphics-kolourpaint)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('357adb1f24efed1ba2127d2f8c0ee3d55a1e6ad8'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 281710, 
kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD

[arch-commits] Commit in kolourpaint/kde-unstable (PKGBUILD)

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:29:19
  Author: arojas
Revision: 281710

Add missing libkexiv2 dependency

Modified:
  kolourpaint/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:13:09 UTC (rev 281709)
+++ PKGBUILD2016-11-21 11:29:19 UTC (rev 281710)
@@ -5,13 +5,13 @@
 
 pkgname=kolourpaint
 pkgver=16.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Paint Program"
 url="http://kde.org/applications/graphics/kolourpaint/";
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdegraphics)
-depends=(kdelibs4support libksane hicolor-icon-theme)
+depends=(kdelibs4support libksane libkexiv2 hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
 conflicts=(kdegraphics-kolourpaint)
 replaces=(kdegraphics-kolourpaint)


[arch-commits] Commit in couchdb/repos/community-x86_64 (10 files)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:26:59
  Author: spupykin
Revision: 196442

archrelease: copy trunk to community-x86_64

Added:
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 196441, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 196441, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 196441, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 196441, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 196441, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

--+
 PKGBUILD |  103 ++---
 couchdb.install  |   32 
 couchdb.service  |   30 +++
 couchdb.tmpfiles |2 -
 datadirs.ini |6 +--
 5 files changed, 86 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 11:22:00 UTC (rev 196441)
+++ PKGBUILD2016-11-21 11:26:59 UTC (rev 196442)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
-url="http://couchdb.apache.org";
-license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
-makedepends=('autoconf-archive' 'git')
-install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/conf.d/couchdb'
-   'etc/logrotate.d/couchdb')
-validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
- 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
-source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
-   "couchdb.service"
-   "couchdb.tmpfiles"
-   "datadirs.ini")
-md5sums=('402fc02df28a5297a56cedebbae42524'
- 'SKIP'
- '38cea6d9b533a22dadc22538a921c282'
- '1e254ebe32eeb061be64193bafa35dbf'
- 'cd649a705805e6193ae72aea33a2e4bd')
-
-build() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  ./configure
-  make release
-}
-
-package() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  install -dm0755 "$pkgdir"/usr/lib/
-  install -dm0755 "$pkgdir"/etc/couchdb/
-  install -dm0755 "$pkgdir"/var/lib/couchdb/
-
-  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
-  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
-
-  # use system erts
-  rm -rf $pkgdir/usr/lib/couchdb/erts-8.1
-  ln -s /usr/lib/erlang/erts-8.1 $pkgdir/usr/lib/couchdb/erts-8.1
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 "$srcdir"/datadirs.ini 
"$pkgdir"/usr/lib/couchdb/etc/datadirs.ini
-}

Copied: couchdb/repos/community-x86_64/PKGBUILD (from rev 196441, 
couchdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 11:26:59 UTC (rev 196442)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=('i686' 'x86_64')
+url="http://couchdb.apache.org";
+license=('APACHE')
+depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
+makedepends=('autoconf-archive' 'git')
+install=couchdb.install
+backup=('etc/couchdb/local.ini')
+validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
+ 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
+source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
+   "couchdb.service"
+   "couchdb.tmpfiles"
+   "datadirs.ini")
+md5sums=('402fc02df28a5297a56cedebbae42524'
+ 'SKIP'
+ '38cea6d9b533a22dadc22538a921c282'
+ '1e254ebe32eeb061be64193bafa35dbf'
+ 'cd649a705805e6193ae72aea33a2e4bd')
+
+build() {
+  cd "$srcdir/apache-couchdb-$pkgver"
+  ./configure
+  make release
+}
+
+package() {
+  cd "$srcdir/apache-couchdb-$pkgver"
+  install -dm0755 "$pkgdir"/usr/lib/
+  install -dm0755 "$pkgdir"/etc/couchdb/
+  install -dm0755 "$pkgdir"/var/lib/couchdb/
+
+  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
+  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
+
+  # use system erts
+  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
+  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
+  ln -s /usr/lib/erlang/${_erts} "$pk

[arch-commits] Commit in simgear/repos/community-x86_64 (PKGBUILD PKGBUILD)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:22:00
  Author: spupykin
Revision: 196441

archrelease: copy trunk to community-x86_64

Added:
  simgear/repos/community-x86_64/PKGBUILD
(from rev 196440, simgear/trunk/PKGBUILD)
Deleted:
  simgear/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 11:19:58 UTC (rev 196440)
+++ PKGBUILD2016-11-21 11:22:00 UTC (rev 196441)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2016.3.1
-_pkgver=2016.3
-pkgrel=1
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/";
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
-md5sums=('4c422dac10a91ab6315153ea9441e71c')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-x86_64/PKGBUILD (from rev 196440, 
simgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 11:22:00 UTC (rev 196441)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=simgear
+pkgver=2016.4.1
+_pkgver=2016.4
+pkgrel=1
+pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=("GPL")
+url="http://www.flightgear.org/";
+options=('!makeflags' 'staticlibs')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
+sha256sums=('50e3cdc1c4bec52a3db2fadfba5dfcb05792e21488978f5de0de0b5b2a562203')
+
+build() {
+  cd "$srcdir"/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd "$srcdir"/simgear-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:19:58
  Author: spupykin
Revision: 196440

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

Added:
  spice-glib/repos/community-i686/PKGBUILD
(from rev 196439, spice-glib/trunk/PKGBUILD)
  spice-glib/repos/community-x86_64/PKGBUILD
(from rev 196439, spice-glib/trunk/PKGBUILD)
Deleted:
  spice-glib/repos/community-i686/PKGBUILD
  spice-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 11:19:42 UTC (rev 196439)
+++ community-i686/PKGBUILD 2016-11-21 11:19:58 UTC (rev 196440)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-glib
-pkgver=0.32
-pkgrel=1
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org";
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup'
-'cairo' 'libjpeg')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl' 'python2-six' 'pixman')
-options=('!emptydirs')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-md5sums=('09930abb5ebe1b25b0f6988eb5716f98')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=no \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin \
---enable-smartcard
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-glib/repos/community-i686/PKGBUILD (from rev 196439, 
spice-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 11:19:58 UTC (rev 196440)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-glib
+pkgver=0.33
+pkgrel=1
+pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
+arch=('i686' 'x86_64')
+url="http://spice-space.org";
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup'
+'cairo' 'libjpeg')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl' 'python2-six' 'pixman')
+options=('!emptydirs')
+source=("https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39')
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=no \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin \
+--enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 11:19:42 UTC (rev 196439)
+++ community-x86_64/PKGBUILD   2016-11-21 11:19:58 UTC (rev 196440)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-glib
-pkgver=0.32
-pkgrel=1
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org";
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup'
-'cairo' 'libjpeg')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl' 'python2-six' 'pixman')
-options=('!emptydirs')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-md5sums=('09930abb5ebe1b25b0f6988eb5716f98')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=no \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin \
---enable-smartcard
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copie

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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:19:01
  Author: spupykin
Revision: 196434

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

Added:
  libfastjson/repos/community-i686/PKGBUILD
(from rev 196433, libfastjson/trunk/PKGBUILD)
  libfastjson/repos/community-x86_64/PKGBUILD
(from rev 196433, libfastjson/trunk/PKGBUILD)
Deleted:
  libfastjson/repos/community-i686/PKGBUILD
  libfastjson/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 11:18:45 UTC (rev 196433)
+++ community-i686/PKGBUILD 2016-11-21 11:19:01 UTC (rev 196434)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Bob Gregory 
-
-pkgname=libfastjson
-pkgver=0.99.2
-pkgrel=1
-pkgdesc="A performance-focused json library for C"
-arch=('i686' 'x86_64')
-url="https://github.com/rsyslog/libfastjson";
-license=('GPL')
-depends=()
-source=(https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('72c71fcc8ca9f6d2fd84a42f27f21124')
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -fvi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libfastjson/repos/community-i686/PKGBUILD (from rev 196433, 
libfastjson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 11:19:01 UTC (rev 196434)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Bob Gregory 
+
+pkgname=libfastjson
+pkgver=0.99.4
+pkgrel=1
+pkgdesc="A performance-focused json library for C"
+arch=('i686' 'x86_64')
+url="https://github.com/rsyslog/libfastjson";
+license=('GPL')
+depends=()
+source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fvi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 11:18:45 UTC (rev 196433)
+++ community-x86_64/PKGBUILD   2016-11-21 11:19:01 UTC (rev 196434)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Bob Gregory 
-
-pkgname=libfastjson
-pkgver=0.99.2
-pkgrel=1
-pkgdesc="A performance-focused json library for C"
-arch=('i686' 'x86_64')
-url="https://github.com/rsyslog/libfastjson";
-license=('GPL')
-depends=()
-source=(https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('72c71fcc8ca9f6d2fd84a42f27f21124')
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -fvi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libfastjson/repos/community-x86_64/PKGBUILD (from rev 196433, 
libfastjson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 11:19:01 UTC (rev 196434)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Bob Gregory 
+
+pkgname=libfastjson
+pkgver=0.99.4
+pkgrel=1
+pkgdesc="A performance-focused json library for C"
+arch=('i686' 'x86_64')
+url="https://github.com/rsyslog/libfastjson";
+license=('GPL')
+depends=()
+source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fvi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in simgear/repos/community-i686 (PKGBUILD PKGBUILD)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:19:38
  Author: spupykin
Revision: 196438

archrelease: copy trunk to community-i686

Added:
  simgear/repos/community-i686/PKGBUILD
(from rev 196437, simgear/trunk/PKGBUILD)
Deleted:
  simgear/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 11:19:27 UTC (rev 196437)
+++ PKGBUILD2016-11-21 11:19:38 UTC (rev 196438)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2016.3.1
-_pkgver=2016.3
-pkgrel=1
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/";
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
-md5sums=('4c422dac10a91ab6315153ea9441e71c')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 196437, 
simgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 11:19:38 UTC (rev 196438)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=simgear
+pkgver=2016.4.1
+_pkgver=2016.4
+pkgrel=1
+pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=("GPL")
+url="http://www.flightgear.org/";
+options=('!makeflags' 'staticlibs')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
+sha256sums=('50e3cdc1c4bec52a3db2fadfba5dfcb05792e21488978f5de0de0b5b2a562203')
+
+build() {
+  cd "$srcdir"/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd "$srcdir"/simgear-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:19:42
  Author: spupykin
Revision: 196439

upgpkg: spice-glib 0.33-1

upd

Modified:
  spice-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:19:38 UTC (rev 196438)
+++ PKGBUILD2016-11-21 11:19:42 UTC (rev 196439)
@@ -5,7 +5,7 @@
 # Contributor: Lucio Zara 
 
 pkgname=spice-glib
-pkgver=0.32
+pkgver=0.33
 pkgrel=1
 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'vala' 'sdl' 'python2-six' 'pixman')
 options=('!emptydirs')
 source=("https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('4c48f4099335e0cd100854162a44070d34ed73dfcad2115e80c075013b49ee02')
+sha256sums=('7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39')
 
 build() {
   cd "$srcdir/spice-gtk-$pkgver"


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:19:27
  Author: spupykin
Revision: 196437

upgpkg: simgear 2016.4.1-1

upd

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:19:23 UTC (rev 196436)
+++ PKGBUILD2016-11-21 11:19:27 UTC (rev 196437)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen 
 
 pkgname=simgear
-pkgver=2016.3.1
-_pkgver=2016.3
+pkgver=2016.4.1
+_pkgver=2016.4
 pkgrel=1
 pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!makeflags' 'staticlibs')
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
 
#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
-md5sums=('4c422dac10a91ab6315153ea9441e71c')
+sha256sums=('50e3cdc1c4bec52a3db2fadfba5dfcb05792e21488978f5de0de0b5b2a562203')
 
 build() {
   cd "$srcdir"/simgear-$pkgver


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:19:23
  Author: spupykin
Revision: 196436

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 196435, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 196435, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 196435, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 196435, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 196435, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 196435, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  122 +++
 /rsyslog.conf  |   88 +
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   61 -
 community-i686/rsyslog.conf|   44 
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   61 -
 community-x86_64/rsyslog.conf  |   44 
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 11:19:06 UTC (rev 196435)
+++ community-i686/PKGBUILD 2016-11-21 11:19:23 UTC (rev 196436)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=8.22.0
-pkgrel=2
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz";
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('ad0f25f429aa2daa326732950a5eeb6c'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --enable-impstats \
-  --enable-imptcp \
-  --enable-omprog \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make install DESTDIR="$pkgdir"
-  install -D -m644 "$srcdir"/${pkgname}.conf "$pkgdir"/etc/${pkgname}.conf
-  install -D -m644 "$srcdir"/${pkgname}.logrotate 
"$pkgdir"/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 196435, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 11:19:23 UTC (rev 196436)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.23.0
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$

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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:19:06
  Author: spupykin
Revision: 196435

upgpkg: rsyslog 8.23.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:19:01 UTC (rev 196434)
+++ PKGBUILD2016-11-21 11:19:06 UTC (rev 196435)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=rsyslog
-pkgver=8.22.0
-pkgrel=2
+pkgver=8.23.0
+pkgrel=1
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/";
 arch=('i686' 'x86_64')
@@ -21,9 +21,9 @@
 source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz";
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('ad0f25f429aa2daa326732950a5eeb6c'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
+sha256sums=('244e79552d37a5729f3f53786062828adc16fd080eeb0de6507bff55ed21693b'
+'0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
+'5fd51665ab9a81fbb24773068cb261b8dec073d74082c121633f49b9381d9a3f')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:18:45
  Author: spupykin
Revision: 196433

upgpkg: libfastjson 0.99.4-1

upd

Modified:
  libfastjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:18:40 UTC (rev 196432)
+++ PKGBUILD2016-11-21 11:18:45 UTC (rev 196433)
@@ -3,7 +3,7 @@
 # Maintainer: Bob Gregory 
 
 pkgname=libfastjson
-pkgver=0.99.2
+pkgver=0.99.4
 pkgrel=1
 pkgdesc="A performance-focused json library for C"
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 url="https://github.com/rsyslog/libfastjson";
 license=('GPL')
 depends=()
-source=(https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('72c71fcc8ca9f6d2fd84a42f27f21124')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:18:40
  Author: spupykin
Revision: 196432

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

Added:
  gmic/repos/community-i686/PKGBUILD
(from rev 196431, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/PKGBUILD
(from rev 196431, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-i686/PKGBUILD
  gmic/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 11:18:23 UTC (rev 196431)
+++ community-i686/PKGBUILD 2016-11-21 11:18:40 UTC (rev 196432)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.7.8
-_commit=7c19f43888c714d18a13616ff805d246289f4786
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://gmic.eu/";
-license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
-source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz";
-   "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
-md5sums=('5ef4a069a303c1cab3df9884477936f9'
- 'SKIP')
-
-prepare() {
-  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
-  cd "${srcdir}/gmic"
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-  ln -sf ../gmic-community/zart zart
-}
-
-build() {
-  cd "${srcdir}/gmic"
-  (cd zart && qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
-  replaces=("greycstoration")
-
-  cd "${srcdir}/gmic"
-  make -C src install DESTDIR="$pkgdir" USR="/usr"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=("opencv" "fftw" "qt4")
-
-  cd "${srcdir}/gmic"
-  install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=("opencv" "gimp" "fftw")
-  replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
-
-  cd "${srcdir}/gmic"
-  install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 196431, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 11:18:40 UTC (rev 196432)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=1.7.9
+_commit=7c19f43888c714d18a13616ff805d246289f4786
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://gmic.eu/";
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
+source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz";
+   "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
+sha256sums=('93d8eb70780328fa207cef8555c77f7e9e5399ff7d204dfcab145809c51e34e4'
+'SKIP')
+
+prepare() {
+  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+  cd "${srcdir}/gmic"
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+  ln -sf ../gmic-community/zart zart
+}
+
+build() {
+  cd "${srcdir}/gmic"
+  (cd zart && qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
+  replaces=("greycstoration")
+
+  cd "${srcdir}/gmic"
+  make -C src install DESTDIR="$pkgdir" USR="/usr"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=("opencv" "fftw" "qt4")
+
+  cd "${srcdir}/gmic"
+  install -Dm755 zart/zart "${pkgdir}/usr/bin/z

[arch-commits] Commit in couchdb/repos/community-i686 (10 files)

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:18:16
  Author: spupykin
Revision: 196430

archrelease: copy trunk to community-i686

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 196429, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/couchdb.install
(from rev 196429, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.service
(from rev 196429, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 196429, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-i686/datadirs.ini
(from rev 196429, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-i686/PKGBUILD
  couchdb/repos/community-i686/couchdb.install
  couchdb/repos/community-i686/couchdb.service
  couchdb/repos/community-i686/couchdb.tmpfiles
  couchdb/repos/community-i686/datadirs.ini

--+
 PKGBUILD |  103 ++---
 couchdb.install  |   32 
 couchdb.service  |   30 +++
 couchdb.tmpfiles |2 -
 datadirs.ini |6 +--
 5 files changed, 86 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 11:18:01 UTC (rev 196429)
+++ PKGBUILD2016-11-21 11:18:16 UTC (rev 196430)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
-url="http://couchdb.apache.org";
-license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
-makedepends=('autoconf-archive' 'git')
-install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/conf.d/couchdb'
-   'etc/logrotate.d/couchdb')
-validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
- 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
-source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
-   "couchdb.service"
-   "couchdb.tmpfiles"
-   "datadirs.ini")
-md5sums=('402fc02df28a5297a56cedebbae42524'
- 'SKIP'
- '38cea6d9b533a22dadc22538a921c282'
- '1e254ebe32eeb061be64193bafa35dbf'
- 'cd649a705805e6193ae72aea33a2e4bd')
-
-build() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  ./configure
-  make release
-}
-
-package() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  install -dm0755 "$pkgdir"/usr/lib/
-  install -dm0755 "$pkgdir"/etc/couchdb/
-  install -dm0755 "$pkgdir"/var/lib/couchdb/
-
-  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
-  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
-
-  # use system erts
-  rm -rf $pkgdir/usr/lib/couchdb/erts-8.1
-  ln -s /usr/lib/erlang/erts-8.1 $pkgdir/usr/lib/couchdb/erts-8.1
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 "$srcdir"/datadirs.ini 
"$pkgdir"/usr/lib/couchdb/etc/datadirs.ini
-}

Copied: couchdb/repos/community-i686/PKGBUILD (from rev 196429, 
couchdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 11:18:16 UTC (rev 196430)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=('i686' 'x86_64')
+url="http://couchdb.apache.org";
+license=('APACHE')
+depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
+makedepends=('autoconf-archive' 'git')
+install=couchdb.install
+backup=('etc/couchdb/local.ini')
+validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
+ 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
+source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
+   "couchdb.service"
+   "couchdb.tmpfiles"
+   "datadirs.ini")
+md5sums=('402fc02df28a5297a56cedebbae42524'
+ 'SKIP'
+ '38cea6d9b533a22dadc22538a921c282'
+ '1e254ebe32eeb061be64193bafa35dbf'
+ 'cd649a705805e6193ae72aea33a2e4bd')
+
+build() {
+  cd "$srcdir/apache-couchdb-$pkgver"
+  ./configure
+  make release
+}
+
+package() {
+  cd "$srcdir/apache-couchdb-$pkgver"
+  install -dm0755 "$pkgdir"/usr/lib/
+  install -dm0755 "$pkgdir"/etc/couchdb/
+  install -dm0755 "$pkgdir"/var/lib/couchdb/
+
+  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
+  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
+
+  # use system erts
+  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
+  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
+  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${

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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:18:23
  Author: spupykin
Revision: 196431

upgpkg: gmic 1.7.9-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:18:16 UTC (rev 196430)
+++ PKGBUILD2016-11-21 11:18:23 UTC (rev 196431)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.7.8
+pkgver=1.7.9
 _commit=7c19f43888c714d18a13616ff805d246289f4786
 pkgrel=1
 arch=("i686" "x86_64")
@@ -15,7 +15,7 @@
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
 source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz";
"git://github.com/dtschump/gmic-community.git#commit=${_commit}")
-sha256sums=('3a2f32d79714239cfa56ecb10799b7d73362b4e2a852444bc24866272cd041a4'
+sha256sums=('93d8eb70780328fa207cef8555c77f7e9e5399ff7d204dfcab145809c51e34e4'
 'SKIP')
 
 prepare() {


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 11:18:01
  Author: spupykin
Revision: 196429

upgpkg: couchdb 2.0.0-2

upd

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:09:31 UTC (rev 196428)
+++ PKGBUILD2016-11-21 11:18:01 UTC (rev 196429)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=('i686' 'x86_64')
 url="http://couchdb.apache.org";
@@ -13,9 +13,7 @@
 depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
 makedepends=('autoconf-archive' 'git')
 install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/conf.d/couchdb'
-   'etc/logrotate.d/couchdb')
+backup=('etc/couchdb/local.ini')
 validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
  'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
 
source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
@@ -44,8 +42,9 @@
   mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
 
   # use system erts
-  rm -rf "$pkgdir"/usr/lib/couchdb/erts-8.1
-  ln -s /usr/lib/erlang/erts-8.1 "$pkgdir"/usr/lib/couchdb/erts-8.1
+  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
+  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
+  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${_erts}
 
   install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
   install -Dm0644 "$srcdir"/datadirs.ini 
"$pkgdir"/usr/lib/couchdb/etc/datadirs.ini


[arch-commits] Commit in jasper/trunk (2 files)

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 11:13:02
  Author: anthraxx
Revision: 281708

upgpkg: jasper 1.900.30-1

Modified:
  jasper/trunk/PKGBUILD
  jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch

---+
 PKGBUILD  |6 +++---
 jasper-1.900.1-fix-filename-buffer-overflow.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 10:58:05 UTC (rev 281707)
+++ PKGBUILD2016-11-21 11:13:02 UTC (rev 281708)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=jasper
-pkgver=1.900.24
+pkgver=1.900.30
 pkgrel=1
 pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
 url='http://www.ece.uvic.ca/~mdadams/jasper/'
@@ -15,8 +15,8 @@
 options=('staticlibs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
 jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('8d9871a651d75290b7ee1172a295a5af9fe1772367ed67412cfbf47834f1628718100b4201b574c4fdd14ae74134e05756cae55b52ccb8590b96c6735c6e2426'
-
'741a2200b12e7ba4a06a312c44d08c35e05f312bed0b652c044bad3e080fde9865dbebbe76e4bf2436f1e27d3e4c1784240f530db7a7012a8da6fc89bf8e6978')
+sha512sums=('887cb6f4167bd8aedb067851e064a550b1d3c5247204d8cba4d87e47f2fc42b8f7d64ab62be74838b452a821f9e467665f44dadedc84b268510159ad1de68311'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
 
 prepare() {
   cd ${pkgname}-version-${pkgver}

Modified: jasper-1.900.1-fix-filename-buffer-overflow.patch
===
--- jasper-1.900.1-fix-filename-buffer-overflow.patch   2016-11-21 10:58:05 UTC 
(rev 281707)
+++ jasper-1.900.1-fix-filename-buffer-overflow.patch   2016-11-21 11:13:02 UTC 
(rev 281708)
@@ -10,7 +10,7 @@
  
  #include 
 +#include 
- #if defined(HAVE_FCNTL_H)
+ #if defined(JAS_HAVE_FCNTL_H)
  #include 
  #endif
 @@ -99,6 +100,12 @@ extern "C" {


[arch-commits] Commit in jasper/repos (6 files)

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 11:13:09
  Author: anthraxx
Revision: 281709

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

Added:
  jasper/repos/staging-i686/
  jasper/repos/staging-i686/PKGBUILD
(from rev 281708, jasper/trunk/PKGBUILD)
  jasper/repos/staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 281708, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
  jasper/repos/staging-x86_64/
  jasper/repos/staging-x86_64/PKGBUILD
(from rev 281708, jasper/trunk/PKGBUILD)
  jasper/repos/staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 281708, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)

--+
 staging-i686/PKGBUILD|   39 
++
 staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch   |   37 
+
 staging-x86_64/PKGBUILD  |   39 
++
 staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch |   37 
+
 4 files changed, 152 insertions(+)

Copied: jasper/repos/staging-i686/PKGBUILD (from rev 281708, 
jasper/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 11:13:09 UTC (rev 281709)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgname=jasper
+pkgver=1.900.30
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='http://www.ece.uvic.ca/~mdadams/jasper/'
+arch=('i686' 'x86_64')
+license=('custom:JasPer2.0')
+depends=('libjpeg')
+makedepends=('freeglut' 'libxmu' 'glu')
+optdepends=('freeglut: jiv support'
+'glu: jiv support')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('887cb6f4167bd8aedb067851e064a550b1d3c5247204d8cba4d87e47f2fc42b8f7d64ab62be74838b452a821f9e467665f44dadedc84b268510159ad1de68311'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+
+prepare() {
+  cd ${pkgname}-version-${pkgver}
+  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}-version-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-version-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
jasper/repos/staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch 
(from rev 281708, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
===
--- staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch  
(rev 0)
+++ staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch  
2016-11-21 11:13:09 UTC (rev 281709)
@@ -0,0 +1,37 @@
+Description: Filename buffer overflow fix
+ This patch fixes a security hole by a bad buffer size handling.
+Author: Roland Stigge 
+Bug-Debian: http://bugs.debian.org/645118
+
+--- a/src/libjasper/include/jasper/jas_stream.h
 b/src/libjasper/include/jasper/jas_stream.h
+@@ -77,6 +77,7 @@
+ #include 
+ 
+ #include 
++#include 
+ #if defined(JAS_HAVE_FCNTL_H)
+ #include 
+ #endif
+@@ -99,6 +100,12 @@ extern "C" {
+ #define O_BINARY  0
+ #endif
+ 
++#ifdef PATH_MAX
++#define JAS_PATH_MAX PATH_MAX
++#else
++#define JAS_PATH_MAX 4096
++#endif
++
+ /*
+  * Stream open flags.
+  */
+@@ -251,7 +258,7 @@ typedef struct {
+ typedef struct {
+   int fd;
+   int flags;
+-  char pathname[L_tmpnam + 1];
++  char pathname[JAS_PATH_MAX + 1];
+ } jas_stream_fileobj_t;
+ 
+ #define   JAS_STREAM_FILEOBJ_DELONCLOSE   0x01

Copied: jasper/repos/staging-x86_64/PKGBUILD (from rev 281708, 
jasper/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 11:13:09 UTC (rev 281709)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgname=jasper
+pkgver=1.900.30
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='http://www.ece.uvic.ca/~mdadams/jasper/'
+arch=('i686' 'x86_64')
+license=('custom:JasPer2.0')
+depends=('libjpeg')
+makedepends=('freeglut' 'libxmu' 'glu')
+optdepends=('freeglut: jiv support'
+'glu: jiv support')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams

[arch-commits] Commit in (pidgin-gfire)

2016-11-21 Thread Sven-Hendrik Haase
Date: Monday, November 21, 2016 @ 11:09:31
  Author: svenstaro
Revision: 196428

Xfire has been turned off

Deleted:
  pidgin-gfire/


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

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 11:01:21
  Author: eworm
Revision: 196426

upgpkg: mysql-workbench 6.3.8-3

update bundled gdal and do not link against jasper

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 09:19:10 UTC (rev 196425)
+++ PKGBUILD2016-11-21 11:01:21 UTC (rev 196426)
@@ -7,10 +7,10 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.8
-pkgrel=2
+pkgrel=3
 _mysql_version=5.7.16
 _connector_version=1.1.7
-_gdal_version=2.1.1
+_gdal_version=2.1.2
 _boost_version=1.59.0
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@
 'SKIP'
 '5b353fbcd26f607a2a0987ce78a4b811f8971813d46b0f4ae6fa07887e9fc763'
 'SKIP'
-'87ce516ce757ad1edf1e21f007fbe232ed2e932af422e9893f40199711c41f92'
+'b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374'
 '727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca'
 'b189e15c6b6f5a707357d9a9297f39ee3a33264fd28b44d5de6f537f851f82cf'
 '2ade582ca25f6d6d748bc84a913de39b34dcaa6e621a77740fe143007f2833af')
@@ -92,7 +92,8 @@
--includedir=/usr/include/gdal \
--with-sqlite3 \
--with-mysql="${srcdir}/install-bundle/usr/bin/mysql_config" \
-   --with-curl
+   --with-curl \
+   --without-jasper
make
make DESTDIR="${srcdir}/install-bundle/" install
 


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

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 11:01:26
  Author: eworm
Revision: 196427

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

Added:
  
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 196426, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-testing-i686/PKGBUILD
(from rev 196426, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-i686/arch_linux_profile.xml
(from rev 196426, mysql-workbench/trunk/arch_linux_profile.xml)
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 196426, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
(from rev 196426, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml
(from rev 196426, mysql-workbench/trunk/arch_linux_profile.xml)
Deleted:
  
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-testing-i686/PKGBUILD
  mysql-workbench/repos/community-testing-i686/arch_linux_profile.xml
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml

--+
 /0001-mysql-workbench-no-check-for-updates.patch |   
42 +
 /PKGBUILD|  
282 ++
 community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch   |   
21 
 community-testing-i686/PKGBUILD  |  
140 
 community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   
21 
 community-testing-x86_64/PKGBUILD|  
140 
 6 files changed, 324 insertions(+), 322 deletions(-)

Deleted: community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
===
--- community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-11-21 11:01:21 UTC (rev 196426)
+++ community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-11-21 11:01:26 UTC (rev 196427)
@@ -1,21 +0,0 @@
-diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
-index a32256c..08d9a21 100644
 a/res/wbdata/main_menu.xml
-+++ b/res/wbdata/main_menu.xml
-@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
-   action
- 
- 
-+  
- 
- 
-   separator

Copied: 
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 196426, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-11-21 11:01:26 UTC (rev 196427)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
+   action
+ 
+ 
++  
+ 
+ 
+   separator

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-11-21 11:01:21 UTC (rev 196426)
+++ community-testing-i686/PKGBUILD 2016-11-21 11:01:26 UTC (rev 196427)
@@ -1,140 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Alexandre Boily 
-# Contributor: Illarion Kovalchuk 
-# Contributor: totoloco 
-# Contributor: Ionut Biru 
-
-pkgname=mysql-workbench
-pkgver=6.3.8
-pkgrel=2
-_mysql_version=5.7.16
-_connector_version=1.1.7
-_gdal_version=2.1.1
-_boost_version=1.59.0
-pkgdesc='A cross-platform, visual database design tool developed by MySQL'
-arch=('i686' 'x86_64')
-url='https://www.mysql.com/products/workbench/'
-license=('GPL2')
-depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm'
-   'hicolor-icon-theme' 'libgl' 'libgnome-keyring' 'libiodbc' 'libxml2'
-   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 
'python2-paramiko'
-   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++')
-optdepends=('gnome-keyring: store SSH/MySQL passwords in GNOME password 
manager'
-   'python2-pyodbc: database migration')
-makedepends=('cmake' 'boost' 'mesa' 'swig' 'imagemagick')
-validpg

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2016-11-21 Thread Sven-Hendrik Haase
Date: Monday, November 21, 2016 @ 10:58:00
  Author: svenstaro
Revision: 281706

upgpkg: nvidia-340xx 340.98-3

rebuild

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 10:39:10 UTC (rev 281705)
+++ PKGBUILD2016-11-21 10:58:00 UTC (rev 281706)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.98
 _extramodules=extramodules-4.8-ARCH
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.8' 'linux-headers<4.9')


[arch-commits] Commit in nvidia-340xx/repos (6 files)

2016-11-21 Thread Sven-Hendrik Haase
Date: Monday, November 21, 2016 @ 10:58:05
  Author: svenstaro
Revision: 281707

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 281706, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 281706, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 281706, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 281706, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/nvidia-340xx.install   |   13 ++
 testing-x86_64/PKGBUILD |   68 ++
 testing-x86_64/nvidia-340xx.install |   13 ++
 4 files changed, 162 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 281706, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-21 10:58:05 UTC (rev 281707)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.98
+_extramodules=extramodules-4.8-ARCH
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.8' 'linux-headers<4.9')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums_i686=('3ccb023eec137cbee0d2035c288b6bbe')
+md5sums_x86_64=('e8d1292d8d002a15e10ea349151fa8f2')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.8' 'linux<4.9' 'libgl' "nvidia-340xx-utils=${pkgver}")
+conflict+=('nvidia-340xx-dkms')
+install=nvidia-340xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+}

Copied: nvidia-340xx/repos/testing-i686/nvidia-340xx.install (from rev 281706, 
nvidia-340xx/trunk/nvidia-340xx.install)
===
--- testing-i686/nvidia-340xx.install   (rev 0)
+++ testing-i686/nvidia-340xx.install   2016-11-21 10:58:05 UTC (rev 281707)
@@ -0,0 +1,13 @@
+post_install() {
+EXTRAMODULES='extramodules-4.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: nvidia-340xx/repos/testing-x86_64/PKGBUILD (from rev 281706, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-21 10:58:05 UTC (rev 281707)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340

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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 10:39:10
  Author: lcarlier
Revision: 281705

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 281704, xf86-video-voodoo/trunk/PKGBUILD)
  xf86-video-voodoo/repos/staging-i686/git-fixes.diff
(from rev 281704, xf86-video-voodoo/trunk/git-fixes.diff)
  xf86-video-voodoo/repos/staging-x86_64/
  xf86-video-voodoo/repos/staging-x86_64/PKGBUILD
(from rev 281704, xf86-video-voodoo/trunk/PKGBUILD)
  xf86-video-voodoo/repos/staging-x86_64/git-fixes.diff
(from rev 281704, 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 281704, 
xf86-video-voodoo/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 10:39:10 UTC (rev 281705)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+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 281704, 
xf86-video-voodoo/trunk/git-fixes.diff)
===
--- staging-i686/git-fixes.diff (rev 0)
+++ staging-i686/git-fixes.diff 2016-11-21 10:39:10 UTC (rev 281705)
@@ -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 281704, 
xf86-video-voodoo/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 10:39:10 UTC (rev 281705)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+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 281704, 
xf86-video-voodoo/trunk/git-fixes.diff)
===
--- staging-x86_64/git-fixes.di

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

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 10:39:04
  Author: lcarlier
Revision: 281704

upgpkg: xf86-video-voodoo 1.2.5-8

xorg-server-1.19 rebuild

Modified:
  xf86-video-voodoo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 07:43:35 UTC (rev 281703)
+++ PKGBUILD2016-11-21 10:39:04 UTC (rev 281704)
@@ -3,15 +3,15 @@
 
 pkgname=xf86-video-voodoo
 pkgver=1.2.5
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://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')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
 sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'
 'ab21fc45573bb309f3ad413a3242a48e0850b0fe36f30cad8443a2555cafcd66')


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

2016-11-21 Thread Jonathan Steel
Date: Monday, November 21, 2016 @ 09:19:10
  Author: jsteel
Revision: 196425

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

Added:
  obs-studio/repos/community-i686/PKGBUILD
(from rev 196424, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 196424, obs-studio/trunk/PKGBUILD)
Deleted:
  obs-studio/repos/community-i686/PKGBUILD
  obs-studio/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 09:19:00 UTC (rev 196424)
+++ community-i686/PKGBUILD 2016-11-21 09:19:10 UTC (rev 196425)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=0.16.5
-pkgrel=1
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com";
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('a1037797bf0aec4730bd6c1a82e7b69c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-i686/PKGBUILD (from rev 196424, 
obs-studio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 09:19:10 UTC (rev 196425)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=0.16.6
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com";
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('8d572fc692b75aca07bd0aa6ef008289')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 09:19:00 UTC (rev 196424)
+++ community-x86_64/PKGBUILD   2016-11-21 09:19:10 UTC (rev 196425)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=0.16.5
-pkgrel=1
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com";
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('a1037797bf0aec4730bd6c1a82e7b69c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-x86_64/PKGBUILD (from rev 196424, 
obs-studio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 09:19:10 UTC (rev 196425)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=0.16.6
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com";
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxk

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

2016-11-21 Thread Jonathan Steel
Date: Monday, November 21, 2016 @ 09:19:00
  Author: jsteel
Revision: 196424

upgpkg: obs-studio 0.16.6-1

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 09:15:57 UTC (rev 196423)
+++ PKGBUILD2016-11-21 09:19:00 UTC (rev 196424)
@@ -2,7 +2,7 @@
 # Contributor: Benjamin Klettbach 
 
 pkgname=obs-studio
-pkgver=0.16.5
+pkgver=0.16.6
 pkgrel=1
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('libfdk-aac: FDK AAC codec support'
 'libxcomposite: XComposite capture support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('a1037797bf0aec4730bd6c1a82e7b69c')
+md5sums=('8d572fc692b75aca07bd0aa6ef008289')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-21 Thread Florian Pritz
Date: Monday, November 21, 2016 @ 09:15:28
  Author: bluewind
Revision: 196421

upgpkg: slock 1.4-1

upstream update

Modified:
  slock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 09:13:37 UTC (rev 196420)
+++ PKGBUILD2016-11-21 09:15:28 UTC (rev 196421)
@@ -3,7 +3,7 @@
 # Contributor: Sebastian A. Liem 
 
 pkgname=slock
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="A simple screen locker for X"
 arch=('i686' 'x86_64')
@@ -12,8 +12,13 @@
 depends=('libxext' 'libxrandr')
 source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
 
#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
-md5sums=('825aaeccba9b3b3c1f3d249d47c1396a')
+md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
 
+prepare() {
+  cd "$srcdir/slock-$pkgver"
+  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
+}
+
 build() {
   cd "$srcdir/slock-$pkgver"
   make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11


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

2016-11-21 Thread Florian Pritz
Date: Monday, November 21, 2016 @ 09:15:57
  Author: bluewind
Revision: 196423

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

Added:
  slock/repos/community-i686/PKGBUILD
(from rev 196422, slock/trunk/PKGBUILD)
  slock/repos/community-x86_64/PKGBUILD
(from rev 196422, slock/trunk/PKGBUILD)
Deleted:
  slock/repos/community-i686/PKGBUILD
  slock/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 57 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 09:15:32 UTC (rev 196422)
+++ community-i686/PKGBUILD 2016-11-21 09:15:57 UTC (rev 196423)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sebastian A. Liem 
-
-pkgname=slock
-pkgver=1.3
-pkgrel=1
-pkgdesc="A simple screen locker for X"
-arch=('i686' 'x86_64')
-url="http://tools.suckless.org/slock";
-license=('MIT')
-depends=('libxext' 'libxrandr')
-source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
-#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
-md5sums=('825aaeccba9b3b3c1f3d249d47c1396a')
-
-build() {
-  cd "$srcdir/slock-$pkgver"
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd "$srcdir/slock-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: slock/repos/community-i686/PKGBUILD (from rev 196422, 
slock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 09:15:57 UTC (rev 196423)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sebastian A. Liem 
+
+pkgname=slock
+pkgver=1.4
+pkgrel=1
+pkgdesc="A simple screen locker for X"
+arch=('i686' 'x86_64')
+url="http://tools.suckless.org/slock";
+license=('MIT')
+depends=('libxext' 'libxrandr')
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
+#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
+md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
+
+prepare() {
+  cd "$srcdir/slock-$pkgver"
+  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
+}
+
+build() {
+  cd "$srcdir/slock-$pkgver"
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
+}
+
+package() {
+  cd "$srcdir/slock-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 09:15:32 UTC (rev 196422)
+++ community-x86_64/PKGBUILD   2016-11-21 09:15:57 UTC (rev 196423)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sebastian A. Liem 
-
-pkgname=slock
-pkgver=1.4
-pkgrel=1
-pkgdesc="A simple screen locker for X"
-arch=('i686' 'x86_64')
-url="http://tools.suckless.org/slock";
-license=('MIT')
-depends=('libxext' 'libxrandr')
-source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
-#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
-md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
-
-prepare() {
-  cd "$srcdir/slock-$pkgver"
-  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
-}
-
-build() {
-  cd "$srcdir/slock-$pkgver"
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd "$srcdir/slock-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: slock/repos/community-x86_64/PKGBUILD (from rev 196422, 
slock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 09:15:57 UTC (rev 196423)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sebastian A. Liem 
+
+pkgname=slock
+pkgver=1.4
+pkgrel=1
+pkgdesc="A simple screen locker for X"
+arch=('i686' 'x86_64')
+url="http://tools.suckless.org/slock";
+license=('MIT')
+depends=('libxext' 'libxrandr')
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
+#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
+md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
+
+prepare() {
+  cd "$srcdir/slock-$pkgver"
+  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
+}
+
+build() {
+  cd "$srcdir/slock-$pkgver"
+  make X11INC=/usr/i

[arch-commits] Commit in slock/repos/community-x86_64 (PKGBUILD PKGBUILD)

2016-11-21 Thread Florian Pritz
Date: Monday, November 21, 2016 @ 09:15:32
  Author: bluewind
Revision: 196422

archrelease: copy trunk to community-x86_64

Added:
  slock/repos/community-x86_64/PKGBUILD
(from rev 196421, slock/trunk/PKGBUILD)
Deleted:
  slock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 09:15:28 UTC (rev 196421)
+++ PKGBUILD2016-11-21 09:15:32 UTC (rev 196422)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sebastian A. Liem 
-
-pkgname=slock
-pkgver=1.3
-pkgrel=1
-pkgdesc="A simple screen locker for X"
-arch=('i686' 'x86_64')
-url="http://tools.suckless.org/slock";
-license=('MIT')
-depends=('libxext' 'libxrandr')
-source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
-#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
-md5sums=('825aaeccba9b3b3c1f3d249d47c1396a')
-
-build() {
-  cd "$srcdir/slock-$pkgver"
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd "$srcdir/slock-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: slock/repos/community-x86_64/PKGBUILD (from rev 196421, 
slock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 09:15:32 UTC (rev 196422)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sebastian A. Liem 
+
+pkgname=slock
+pkgver=1.4
+pkgrel=1
+pkgdesc="A simple screen locker for X"
+arch=('i686' 'x86_64')
+url="http://tools.suckless.org/slock";
+license=('MIT')
+depends=('libxext' 'libxrandr')
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";)
+#source=("slock-$pkgver.tar.bz2::http://hg.suckless.org/slock/archive/$_pkgver.tar.gz";)
+md5sums=('f91dd5ba50ce7bd1842caeca067086a3')
+
+prepare() {
+  cd "$srcdir/slock-$pkgver"
+  sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
+}
+
+build() {
+  cd "$srcdir/slock-$pkgver"
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
+}
+
+package() {
+  cd "$srcdir/slock-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-11-21 Thread Jonathan Steel
Date: Monday, November 21, 2016 @ 09:13:14
  Author: jsteel
Revision: 196417

upgpkg: python-botocore 1.4.76-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 08:10:28 UTC (rev 196416)
+++ PKGBUILD2016-11-21 09:13:14 UTC (rev 196417)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.75
+pkgver=1.4.76
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('503efb44d8eaed87c6cc3fd3caecc7aa')
+md5sums=('bc727ed9ec8e877e9976dd29cf06fde3')
 
 build() {
   cd botocore-$pkgver


[arch-commits] Commit in aws-cli/repos/community-any (PKGBUILD PKGBUILD)

2016-11-21 Thread Jonathan Steel
Date: Monday, November 21, 2016 @ 09:13:37
  Author: jsteel
Revision: 196420

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 196419, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 09:13:30 UTC (rev 196419)
+++ PKGBUILD2016-11-21 09:13:37 UTC (rev 196420)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.18
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b0a7b642a6776be5d448460443429c88')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 196419, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 09:13:37 UTC (rev 196420)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.19
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('13c113ce1bdb39bb67e67bf03cfe1b3f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2016-11-21 Thread Jonathan Steel
Date: Monday, November 21, 2016 @ 09:13:24
  Author: jsteel
Revision: 196418

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 09:13:14 UTC (rev 196417)
+++ PKGBUILD2016-11-21 09:13:24 UTC (rev 196418)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.75
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('503efb44d8eaed87c6cc3fd3caecc7aa')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 196417, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 09:13:24 UTC (rev 196418)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.76
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('bc727ed9ec8e877e9976dd29cf06fde3')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-11-21 Thread Jonathan Steel
Date: Monday, November 21, 2016 @ 09:13:30
  Author: jsteel
Revision: 196419

upgpkg: aws-cli 1.11.19-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 09:13:24 UTC (rev 196418)
+++ PKGBUILD2016-11-21 09:13:30 UTC (rev 196419)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.18
+pkgver=1.11.19
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -11,10 +11,10 @@
 license=('Apache')
 depends=('python-botocore' 'python-dateutil' 'python-jmespath'
  'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
+ 'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b0a7b642a6776be5d448460443429c88')
+md5sums=('13c113ce1bdb39bb67e67bf03cfe1b3f')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-21 Thread Sven-Hendrik Haase
Date: Monday, November 21, 2016 @ 08:10:28
  Author: svenstaro
Revision: 196416

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

Added:
  teeworlds/repos/community-i686/PKGBUILD
(from rev 196415, teeworlds/trunk/PKGBUILD)
  teeworlds/repos/community-x86_64/PKGBUILD
(from rev 196415, teeworlds/trunk/PKGBUILD)
Deleted:
  teeworlds/repos/community-i686/PKGBUILD
  teeworlds/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 3 files changed, 102 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 08:10:22 UTC (rev 196415)
+++ community-i686/PKGBUILD 2016-11-21 08:10:28 UTC (rev 196416)
@@ -1,47 +0,0 @@
-# Contributor: Allan McRae 
-# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
-# Contributor: [vEX] 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=teeworlds
-pkgver=0.6.3
-pkgrel=2
-pkgdesc='Fast-paced multiplayer 2D shooter game'
-arch=('i686' 'x86_64')
-url='https://www.teeworlds.com'
-license=('custom')
-depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
-makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk')
-source=("https://downloads.teeworlds.com/teeworlds-${pkgver}-src.tar.gz";)
-md5sums=('bbe9faa26caf796bcdffc4bc635118fd')
-
-prepare() {
-  convert "$pkgname-$pkgver-src/other/icons/Teeworlds.ico" 
"$srcdir/$pkgname.png"
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---name 'Teeworlds' --categories 'Game;ArcadeGame'
-}
-
-build() {
-  cd "$pkgname-$pkgver-src"
-
-  bam server_release client_release
-}
-
-package() {
-  cd "$pkgname-$pkgver-src"
-
-  # Install data files
-  mkdir -p ${pkgdir}/usr/share/${pkgname}/data
-  cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
-  
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
-  
-  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/${pkgname}-0.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-  
-  install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: teeworlds/repos/community-i686/PKGBUILD (from rev 196415, 
teeworlds/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 08:10:28 UTC (rev 196416)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Allan McRae 
+# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
+# Contributor: [vEX] 
+# Contributor: Daniel J Griffiths 
+pkgname=teeworlds
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Fast-paced multiplayer 2D shooter game'
+arch=('i686' 'x86_64')
+url='https://www.teeworlds.com'
+license=('custom')
+depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
+makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk')
+source=("https://downloads.teeworlds.com/teeworlds-${pkgver}-src.tar.gz";
+"http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz";)
+md5sums=('9733800c12462ac4d5a5a4f6ea750af0'
+ '2f8e8336b8884110e8a355b12c9fa58a')
+
+prepare() {
+  convert "$pkgname-$pkgver-src/other/icons/Teeworlds.ico" 
"$srcdir/$pkgname.png"
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--name 'Teeworlds' --categories 'Game;ArcadeGame'
+}
+
+build() {
+  cd bam-0.4.0
+  ./make_unix.sh
+  cd ..
+
+  cd "$pkgname-$pkgver-src"
+  ../bam-0.4.0/bam server_release client_release
+}
+
+package() {
+  cd "$pkgname-$pkgver-src"
+
+  # Install data files
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/data
+  cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
+
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
+
+  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/${pkgname}-0.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+
+  install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 08:10:22 UTC (rev 196415)
+++ community-x86_64/PKGBUILD   2016-11-21 08:10:28 UTC (rev 196416)
@@ -1,47 +0,0 @@
-# Contributor: Allan McRae 
-# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
-# Contributor: [vEX] 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=teeworlds
-pkgver=0.6.3
-pkgrel=2
-pkgdesc='Fast-paced multiplayer 2D shooter game'
-arch=('i686' 'x86_64')
-url='https://www.teeworl

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

2016-11-21 Thread Sven-Hendrik Haase
Date: Monday, November 21, 2016 @ 08:10:22
  Author: svenstaro
Revision: 196415

upgpkg: teeworlds 0.6.4-1

upstream release 0.6.4

Modified:
  teeworlds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 07:36:07 UTC (rev 196414)
+++ PKGBUILD2016-11-21 08:10:22 UTC (rev 196415)
@@ -1,12 +1,11 @@
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Allan McRae 
 # Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
 # Contributor: [vEX] 
 # Contributor: Daniel J Griffiths 
-# Maintainer: Sven-Hendrik Haase 
-
 pkgname=teeworlds
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
 pkgdesc='Fast-paced multiplayer 2D shooter game'
 arch=('i686' 'x86_64')
 url='https://www.teeworlds.com'
@@ -13,8 +12,10 @@
 license=('custom')
 depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
 makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk')
-source=("https://downloads.teeworlds.com/teeworlds-${pkgver}-src.tar.gz";)
-md5sums=('bbe9faa26caf796bcdffc4bc635118fd')
+source=("https://downloads.teeworlds.com/teeworlds-${pkgver}-src.tar.gz";
+"http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz";)
+md5sums=('9733800c12462ac4d5a5a4f6ea750af0'
+ '2f8e8336b8884110e8a355b12c9fa58a')
 
 prepare() {
   convert "$pkgname-$pkgver-src/other/icons/Teeworlds.ico" 
"$srcdir/$pkgname.png"
@@ -23,9 +24,12 @@
 }
 
 build() {
+  cd bam-0.4.0
+  ./make_unix.sh
+  cd ..
+
   cd "$pkgname-$pkgver-src"
-
-  bam server_release client_release
+  ../bam-0.4.0/bam server_release client_release
 }
 
 package() {
@@ -34,13 +38,13 @@
   # Install data files
   mkdir -p ${pkgdir}/usr/share/${pkgname}/data
   cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
-  
+
   install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
   install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
-  
+
   install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
   install -Dm644 ${srcdir}/${pkgname}-0.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-  
+
   install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
 }
 


<    1   2