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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:46:13
  Author: lcarlier
Revision: 285737

moved to unsupported since xorg-1.19.0

Deleted:
  xf86-input-acecad/


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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:45:46
  Author: lcarlier
Revision: 285736

moved to unsupported since xorg-1.19.0

Deleted:
  xf86-input-joystick/


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

2017-01-11 Thread Allan McRae
Date: Thursday, January 12, 2017 @ 07:42:43
  Author: allan
Revision: 285731

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

Added:
  libtool/repos/testing-i686/
  libtool/repos/testing-i686/PKGBUILD
(from rev 285730, libtool/trunk/PKGBUILD)
  libtool/repos/testing-x86_64/
  libtool/repos/testing-x86_64/PKGBUILD
(from rev 285730, libtool/trunk/PKGBUILD)

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

Copied: libtool/repos/testing-i686/PKGBUILD (from rev 285730, 
libtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-12 07:42:43 UTC (rev 285731)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6
+pkgrel=7
+_gccver=6.3.1
+pkgdesc="A generic library support script"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'tar' 'glibc')
+makedepends=("gcc=$_gccver")
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=('libltdl' 'libtool-multilib')
+replaces=('libltdl' 'libtool-multilib')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('1bfb9b923f2c1339b4d2ce1807064aa5'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 285730, 
libtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-01-12 07:42:43 UTC (rev 285731)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6
+pkgrel=7
+_gccver=6.3.1
+pkgdesc="A generic library support script"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'tar' 'glibc')
+makedepends=("gcc=$_gccver")
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=('libltdl' 'libtool-multilib')
+replaces=('libltdl' 'libtool-multilib')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('1bfb9b923f2c1339b4d2ce1807064aa5'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2017-01-11 Thread Allan McRae
Date: Thursday, January 12, 2017 @ 07:41:43
  Author: allan
Revision: 285730

upgpkg: libtool 2.4.6-7

gcc rebuild

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 07:34:27 UTC (rev 285729)
+++ PKGBUILD2017-01-12 07:41:43 UTC (rev 285730)
@@ -6,8 +6,8 @@
 
 pkgname=libtool
 pkgver=2.4.6
-pkgrel=6
-_gccver=6.2.1
+pkgrel=7
+_gccver=6.3.1
 pkgdesc="A generic library support script"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libtool";


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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:54
  Author: lcarlier
Revision: 285728

db-move: moved xf86-video-voodoo from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-voodoo/repos/extra-i686/PKGBUILD
(from rev 285727, xf86-video-voodoo/repos/testing-i686/PKGBUILD)
  xf86-video-voodoo/repos/extra-i686/git-fixes.diff
(from rev 285727, xf86-video-voodoo/repos/testing-i686/git-fixes.diff)
  xf86-video-voodoo/repos/extra-x86_64/PKGBUILD
(from rev 285727, xf86-video-voodoo/repos/testing-x86_64/PKGBUILD)
  xf86-video-voodoo/repos/extra-x86_64/git-fixes.diff
(from rev 285727, xf86-video-voodoo/repos/testing-x86_64/git-fixes.diff)
Deleted:
  xf86-video-voodoo/repos/extra-i686/PKGBUILD
  xf86-video-voodoo/repos/extra-i686/git-fixes.diff
  xf86-video-voodoo/repos/extra-x86_64/PKGBUILD
  xf86-video-voodoo/repos/extra-x86_64/git-fixes.diff
  xf86-video-voodoo/repos/testing-i686/
  xf86-video-voodoo/repos/testing-x86_64/

-+
 /PKGBUILD   |   70 ++
 /git-fixes.diff |   46 +++
 extra-i686/PKGBUILD |   35 -
 extra-i686/git-fixes.diff   |   23 -
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/git-fixes.diff |   23 -
 6 files changed, 116 insertions(+), 116 deletions(-)

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

Copied: xf86-video-voodoo/repos/extra-i686/PKGBUILD (from rev 285727, 
xf86-video-voodoo/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:54 UTC (rev 285728)
@@ -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"
+}

Deleted: extra-i686/git-fixes.diff
===
--- extra-i686/git-fixes.diff   2017-01-12 07:33:52 UTC (rev 285727)
+++ extra-i686/git-fixes.diff   2017-01-12 07:33:54 UTC (rev 285728)
@@ -1,23 +0,0 @@
-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: xf

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

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

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

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

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

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

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:52
  Author: lcarlier
Revision: 285727

db-move: moved xf86-video-vmware from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
(from rev 285726, xf86-video-vmware/repos/testing-i686/PKGBUILD)
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
(from rev 285726, xf86-video-vmware/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
  xf86-video-vmware/repos/testing-i686/
  xf86-video-vmware/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:49 UTC (rev 285726)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:52 UTC (rev 285727)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-vmware
-pkgver=13.2.1
-pkgrel=1
-pkgdesc="X.org vmware video driver"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('mesa')
-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')
-options=('!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('e2f7f7101fba7f53b268e7a25908babbf155b3984fb5268b3d244eb6c11bf62b'
-'SKIP')
-validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-vmwarectrl-client
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-vmware/repos/extra-i686/PKGBUILD (from rev 285726, 
xf86-video-vmware/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:52 UTC (rev 285727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vmware
+pkgver=13.2.1
+pkgrel=2
+pkgdesc="X.org vmware video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('mesa')
+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')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('e2f7f7101fba7f53b268e7a25908babbf155b3984fb5268b3d244eb6c11bf62b'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:49 UTC (rev 285726)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:52 UTC (rev 285727)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-vmware
-pkgver=13.2.1
-pkgrel=1
-pkgdesc="X.org vmware video driver"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('mesa')
-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')
-options=('!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('e2f7f7101fba7f53b268e7a25908babbf155b3984fb5268b3d244eb6c11bf62b'
-'SKIP')
-validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-vmwarectrl-client
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-vmware/repos/extra-x86_64/PKGBUILD (from rev 285726, 
xf86-video-vmware/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUI

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:49
  Author: lcarlier
Revision: 285726

db-move: moved xf86-video-vesa from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-vesa/repos/extra-i686/PKGBUILD
(from rev 285725, xf86-video-vesa/repos/testing-i686/PKGBUILD)
  xf86-video-vesa/repos/extra-i686/revert-kernelcheck.patch
(from rev 285725, 
xf86-video-vesa/repos/testing-i686/revert-kernelcheck.patch)
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
(from rev 285725, xf86-video-vesa/repos/testing-x86_64/PKGBUILD)
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch
(from rev 285725, 
xf86-video-vesa/repos/testing-x86_64/revert-kernelcheck.patch)
Deleted:
  xf86-video-vesa/repos/extra-i686/PKGBUILD
  xf86-video-vesa/repos/extra-i686/revert-kernelcheck.patch
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch
  xf86-video-vesa/repos/testing-i686/
  xf86-video-vesa/repos/testing-x86_64/

---+
 /PKGBUILD |   76 
 /revert-kernelcheck.patch |   62 ++
 extra-i686/PKGBUILD   |   38 
 extra-i686/revert-kernelcheck.patch   |   31 -
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/revert-kernelcheck.patch |   31 -
 6 files changed, 138 insertions(+), 138 deletions(-)

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

Copied: xf86-video-vesa/repos/extra-i686/PKGBUILD (from rev 285725, 
xf86-video-vesa/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:49 UTC (rev 285726)
@@ -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}/"
+}

Deleted: extra-i686/revert-kernelcheck.patch
===
--- extra-i686/revert-kernelcheck.patch 2017-01-12 07:33:42 UTC (rev 285725)
+++ extra-i686/revert-kernelcheck.patch 2017-01-12 07:33:49 UTC (rev 285726)
@@ -1,31 +0,0 @@
-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..252

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:20
  Author: lcarlier
Revision: 285715

db-move: moved xf86-input-vmmouse from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-vmmouse/repos/extra-i686/PKGBUILD
(from rev 285714, xf86-input-vmmouse/repos/testing-i686/PKGBUILD)
  xf86-input-vmmouse/repos/extra-x86_64/PKGBUILD
(from rev 285714, xf86-input-vmmouse/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-vmmouse/repos/extra-i686/PKGBUILD
  xf86-input-vmmouse/repos/extra-x86_64/PKGBUILD
  xf86-input-vmmouse/repos/testing-i686/
  xf86-input-vmmouse/repos/testing-x86_64/

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

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

Copied: xf86-input-vmmouse/repos/extra-i686/PKGBUILD (from rev 285714, 
xf86-input-vmmouse/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:20 UTC (rev 285715)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-vmmouse
+pkgver=13.1.0
+pkgrel=3
+pkgdesc="X.org VMWare Mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') # Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}

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

Copied: xf86-input-vmmouse/repos/extra-x86_64/PKGBUILD (from rev 285714, 
xf86-input-vmmouse/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD  

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:23
  Author: lcarlier
Revision: 285716

db-move: moved xf86-input-void from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-void/repos/extra-i686/PKGBUILD
(from rev 285715, xf86-input-void/repos/testing-i686/PKGBUILD)
  xf86-input-void/repos/extra-x86_64/PKGBUILD
(from rev 285715, xf86-input-void/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-void/repos/extra-i686/PKGBUILD
  xf86-input-void/repos/extra-x86_64/PKGBUILD
  xf86-input-void/repos/testing-i686/
  xf86-input-void/repos/testing-x86_64/

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

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

Copied: xf86-input-void/repos/extra-i686/PKGBUILD (from rev 285715, 
xf86-input-void/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:23 UTC (rev 285716)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-void
+pkgver=1.4.1
+pkgrel=3
+pkgdesc="X.org void input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

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

Copied: xf86-input-void/repos/extra-x86_64/PKGBUILD (from rev 285715, 
xf86-input-void/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:23 UTC (rev 285716)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer:

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:42
  Author: lcarlier
Revision: 285725

db-move: moved xf86-video-sisusb from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-sisusb/repos/extra-i686/PKGBUILD
(from rev 285724, xf86-video-sisusb/repos/testing-i686/PKGBUILD)
  xf86-video-sisusb/repos/extra-i686/git-fixes.patch
(from rev 285724, xf86-video-sisusb/repos/testing-i686/git-fixes.patch)
  xf86-video-sisusb/repos/extra-x86_64/PKGBUILD
(from rev 285724, xf86-video-sisusb/repos/testing-x86_64/PKGBUILD)
  xf86-video-sisusb/repos/extra-x86_64/git-fixes.patch
(from rev 285724, xf86-video-sisusb/repos/testing-x86_64/git-fixes.patch)
Deleted:
  xf86-video-sisusb/repos/extra-i686/PKGBUILD
  xf86-video-sisusb/repos/extra-i686/git-fixes.patch
  xf86-video-sisusb/repos/extra-x86_64/PKGBUILD
  xf86-video-sisusb/repos/extra-x86_64/git-fixes.patch
  xf86-video-sisusb/repos/testing-i686/
  xf86-video-sisusb/repos/testing-x86_64/

--+
 /PKGBUILD|   68 ++
 /git-fixes.patch |  122 +
 extra-i686/PKGBUILD  |   34 ---
 extra-i686/git-fixes.patch   |   29 -
 extra-x86_64/PKGBUILD|   34 ---
 extra-x86_64/git-fixes.patch |   29 -
 6 files changed, 190 insertions(+), 126 deletions(-)

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

Copied: xf86-video-sisusb/repos/extra-i686/PKGBUILD (from rev 285724, 
xf86-video-sisusb/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:42 UTC (rev 285725)
@@ -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}/"
+}

Deleted: extra-i686/git-fixes.patch
===
--- extra-i686/git-fixes.patch  2017-01-12 07:33:40 UTC (rev 285724)
+++ extra-i686/git-fixes.patch  2017-01-12 07:33:42 UTC (rev 285725)
@@ -1,29 +0,0 @@
-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

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

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

db-move: moved xf86-video-amdgpu from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-amdgpu/repos/extra-i686/PKGBUILD
(from rev 285717, xf86-video-amdgpu/repos/testing-i686/PKGBUILD)
  xf86-video-amdgpu/repos/extra-x86_64/PKGBUILD
(from rev 285717, xf86-video-amdgpu/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-amdgpu/repos/extra-i686/PKGBUILD
  xf86-video-amdgpu/repos/extra-x86_64/PKGBUILD
  xf86-video-amdgpu/repos/testing-i686/
  xf86-video-amdgpu/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:25 UTC (rev 285717)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:27 UTC (rev 285718)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-video-amdgpu
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="X.org amdgpu video driver"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.18.0' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('f4e335b580336e03eeef10b08b68d757'
- 'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  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-amdgpu/repos/extra-i686/PKGBUILD (from rev 285717, 
xf86-video-amdgpu/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:27 UTC (rev 285718)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-video-amdgpu
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="X.org amdgpu video driver"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('f4e335b580336e03eeef10b08b68d757'
+ 'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  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}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:25 UTC (rev 285717)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:27 UTC (rev 285718)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-video-amdgpu
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="X.org amdgpu video driver"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.18.0' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('f4e335b580336e03eeef10b08b68d757'
- 'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  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-amdgpu/repos/extra-x86_64/PKGBUILD (from rev 285717, 
xf86-video-amdgpu/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:27 UTC (rev 285718)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-video-amdgpu
+pkgver=1.

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:16
  Author: lcarlier
Revision: 285713

db-move: moved xf86-input-mouse from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-mouse/repos/extra-i686/PKGBUILD
(from rev 285712, xf86-input-mouse/repos/testing-i686/PKGBUILD)
  xf86-input-mouse/repos/extra-x86_64/PKGBUILD
(from rev 285712, xf86-input-mouse/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-mouse/repos/extra-i686/PKGBUILD
  xf86-input-mouse/repos/extra-x86_64/PKGBUILD
  xf86-input-mouse/repos/testing-i686/
  xf86-input-mouse/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:13 UTC (rev 285712)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:16 UTC (rev 285713)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-input-mouse
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="X.org mouse input driver"
-arch=(i686 x86_64)
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.18' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f425d5b05c6ab412a27e0a1106bb83f9e2662b307210abbe48270892387f4b2f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-mouse/repos/extra-i686/PKGBUILD (from rev 285712, 
xf86-input-mouse/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:16 UTC (rev 285713)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-mouse
+pkgver=1.9.2
+pkgrel=3
+pkgdesc="X.org mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f425d5b05c6ab412a27e0a1106bb83f9e2662b307210abbe48270892387f4b2f')
+
+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}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:13 UTC (rev 285712)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:16 UTC (rev 285713)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-input-mouse
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="X.org mouse input driver"
-arch=(i686 x86_64)
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.18' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f425d5b05c6ab412a27e0a1106bb83f9e2662b307210abbe48270892387f4b2f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-mouse/repos/extra-x86_64/PKGBUILD (from rev 285712, 
xf86-input-mouse/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:16 UTC (rev 285713)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-mouse
+pkgver=1.9.2
+pkgrel=3
+pkgdesc="X.org mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:38
  Author: lcarlier
Revision: 285723

db-move: moved xf86-video-nouveau from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 285722, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 285722, 
xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 285722, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 285722, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-x86_64/

-+
 /PKGBUILD   |   62 ++
 /xf86-video-nouveau.install |   12 +
 extra-i686/PKGBUILD |   45 -
 extra-i686/xf86-video-nouveau.install   |6 --
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/xf86-video-nouveau.install |6 --
 6 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:36 UTC (rev 285722)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:38 UTC (rev 285723)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: buddabrod 
-
-pkgname=xf86-video-nouveau
-#pkgver=1.0.11+31+g1ff13a9
-pkgver=1.0.13
-pkgrel=1
-pkgdesc="Open Source 2D acceleration driver for nVidia cards"
-arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/";
-license=('GPL')
-depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
-sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb')
-
-#pkgver() {
-#  cd $pkgname
-#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
-#}
-
-#prepare() {
-  #cd $pkgname
-  #NOCONFIGURE=1 ./autogen.sh
-
-#  cd $pkgname-$pkgver
-#}
-
-build() {
-  cd $pkgname-$pkgver
-#  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-#  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 285722, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:38 UTC (rev 285723)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.13
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/";
+license=('GPL')
+depends=('libsystemd' 'mesa')
+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')
+groups=('xorg-drivers')
+install=$pkgname.install
+source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2017-01-12 07:33:36 UTC (rev 
285722)
+++ extra-i686/xf86-video-nouveau.install   2017-01-12 07:33:38 UTC (rev 
285723)
@@ -1,6 +0,0 @@
-post_install () {
-   cat << _EOF
-  ==> make sure you use KernelModeSetting (KMS)
-  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 285722, xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouve

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:29
  Author: lcarlier
Revision: 285719

db-move: moved xf86-video-ati from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-ati/repos/extra-i686/PKGBUILD
(from rev 285718, xf86-video-ati/repos/testing-i686/PKGBUILD)
  xf86-video-ati/repos/extra-x86_64/PKGBUILD
(from rev 285718, xf86-video-ati/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-ati/repos/extra-i686/PKGBUILD
  xf86-video-ati/repos/extra-x86_64/PKGBUILD
  xf86-video-ati/repos/testing-i686/
  xf86-video-ati/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:27 UTC (rev 285718)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:29 UTC (rev 285719)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=7.8.0
-epoch=1
-pkgrel=1
-pkgdesc="X.org ati video driver"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.18.0' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('f34d04a755e761e03b459155fa3ddcbb'
- 'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  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-ati/repos/extra-i686/PKGBUILD (from rev 285718, 
xf86-video-ati/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:29 UTC (rev 285719)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+_commit=ea30d85 # 7 digits
+pkgver=7.8.99.r16.gea30d856
+epoch=1
+pkgrel=1
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23'
+ # additional for git snapshot
+ 'git')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+#source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit}")
+sha256sums=('SKIP')
+#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+pkgver() {
+  cd $pkgname
+  # from ati-git AUR pkg
+  # git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  # use version already commited into configure.ac "7.8.99"
+  git describe --long | sed 
's/^xf86-video-ati-7.8.0/7.8.99/;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ${pkgname} #-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  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}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:27 UTC (rev 285718)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:29 UTC (rev 285719)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=7.8.0
-epoch=1
-pkgrel=1
-pkgdesc="X.org ati video driver"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.18.0' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('f34d04a755e761e03b459155fa3ddcbb'
- 'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ma

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:40
  Author: lcarlier
Revision: 285724

db-move: moved xf86-video-openchrome from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
(from rev 285723, xf86-video-openchrome/repos/testing-i686/PKGBUILD)
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 285723, xf86-video-openchrome/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
  xf86-video-openchrome/repos/extra-i686/git-fixes.patch
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
  xf86-video-openchrome/repos/extra-x86_64/git-fixes.patch
  xf86-video-openchrome/repos/testing-i686/
  xf86-video-openchrome/repos/testing-x86_64/

--+
 /PKGBUILD|   70 +
 extra-i686/PKGBUILD  |   35 
 extra-i686/git-fixes.patch   |   25 --
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/git-fixes.patch |   25 --
 5 files changed, 70 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:38 UTC (rev 285723)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:40 UTC (rev 285724)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Paul Mattal 
-# Contributor: Juergen Hoetzel 
-
-pkgname=xf86-video-openchrome
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="X.Org Openchrome drivers"
-arch=(i686 x86_64)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Openchrome/";
-depends=('libdrm' 'libxvmc' 'systemd')
-optdepends=('unichrome-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
-   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
-replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers' 'xorg')
-#options=('!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9c7ad349de6dd350252ccda8da56fa1e2a6afa32')
-
-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/extra-i686/PKGBUILD (from rev 285723, 
xf86-video-openchrome/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:40 UTC (rev 285724)
@@ -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}/"
+}

Deleted: extra-i686/git-fixes.patch
===
--- extra-i686/git-fixes.patch  2017-01-12 07:33:38 UTC (rev 285723)
+++ extra-i686/git-fixes.patch  2017-01-12 07:33:40 UTC (rev 285724)
@@ -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
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:38 UTC (rev 285723)
+++ extra-x86_64/PKGBUILD   201

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:11
  Author: lcarlier
Revision: 285711

db-move: moved xf86-input-keyboard from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-keyboard/repos/extra-i686/PKGBUILD
(from rev 285710, xf86-input-keyboard/repos/testing-i686/PKGBUILD)
  xf86-input-keyboard/repos/extra-x86_64/PKGBUILD
(from rev 285710, xf86-input-keyboard/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-keyboard/repos/extra-i686/PKGBUILD
  xf86-input-keyboard/repos/extra-x86_64/PKGBUILD
  xf86-input-keyboard/repos/testing-i686/
  xf86-input-keyboard/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:07 UTC (rev 285710)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:11 UTC (rev 285711)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-input-keyboard
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="X.Org keyboard input driver"
-arch=(i686 x86_64)
-license=('custom')
-url="https://xorg.freedesktop.org/";
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.18' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('f7c900f21752683402992b288d5a2826de7a6c0c0abac2aadd7e8a409e170388'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-keyboard/repos/extra-i686/PKGBUILD (from rev 285710, 
xf86-input-keyboard/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:11 UTC (rev 285711)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-keyboard
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="X.Org keyboard input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('f7c900f21752683402992b288d5a2826de7a6c0c0abac2aadd7e8a409e170388'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:07 UTC (rev 285710)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:11 UTC (rev 285711)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-input-keyboard
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="X.Org keyboard input driver"
-arch=(i686 x86_64)
-license=('custom')
-url="https://xorg.freedesktop.org/";
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.18' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('f7c900f21752683402992b288d5a2826de7a6c0c0abac2aadd7e8a409e170388'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-keyboard/repos/extra-x86_64/PKGBUILD (from rev 285710, 
xf86-input-keyboard/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:11 UTC (rev 285

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:25
  Author: lcarlier
Revision: 285717

db-move: moved xf86-input-wacom from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 285716, xf86-input-wacom/repos/testing-i686/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 285716, xf86-input-wacom/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
  xf86-input-wacom/repos/testing-i686/
  xf86-input-wacom/repos/testing-x86_64/

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   29 --
 extra-x86_64/PKGBUILD |   29 --
 3 files changed, 62 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:23 UTC (rev 285716)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:25 UTC (rev 285717)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: M Rawash 
-
-pkgname=xf86-input-wacom
-pkgver=0.33.0
-pkgrel=1
-pkgdesc="X.Org Wacom tablet driver"
-arch=(i686 x86_64)
-url="http://linuxwacom.sourceforge.net/";
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.18' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('3744a2f77010c2726be28e056039810067912543')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 285716, 
xf86-input-wacom/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:25 UTC (rev 285717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)
+url="http://linuxwacom.sourceforge.net/";
+license=(GPL)
+depends=(libxi libxinerama libxrandr libsystemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+source=(https://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('f15d8e4f3bf3a5b2db0b3f9c9565361b084896c3cb54ac11b8de5e405f9cb045'
+'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:23 UTC (rev 285716)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:25 UTC (rev 285717)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: M Rawash 
-
-pkgname=xf86-input-wacom
-pkgver=0.33.0
-pkgrel=1
-pkgdesc="X.Org Wacom tablet driver"
-arch=(i686 x86_64)
-url="http://linuxwacom.sourceforge.net/";
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.18' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('3744a2f77010c2726be28e056039810067912543')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 285716, 
xf86-input-wacom/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:25 UTC (rev 285717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)
+url="http://linuxwacom.sourceforge.net/";
+license=(GPL)
+depends=(libxi libxinerama libxr

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:33
  Author: lcarlier
Revision: 285721

db-move: moved xf86-video-fbdev from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-fbdev/repos/extra-i686/PKGBUILD
(from rev 285720, xf86-video-fbdev/repos/testing-i686/PKGBUILD)
  xf86-video-fbdev/repos/extra-i686/git-fixes.patch
(from rev 285720, xf86-video-fbdev/repos/testing-i686/git-fixes.patch)
  xf86-video-fbdev/repos/extra-x86_64/PKGBUILD
(from rev 285720, xf86-video-fbdev/repos/testing-x86_64/PKGBUILD)
  xf86-video-fbdev/repos/extra-x86_64/git-fixes.patch
(from rev 285720, xf86-video-fbdev/repos/testing-x86_64/git-fixes.patch)
Deleted:
  xf86-video-fbdev/repos/extra-i686/PKGBUILD
  xf86-video-fbdev/repos/extra-x86_64/PKGBUILD
  xf86-video-fbdev/repos/testing-i686/
  xf86-video-fbdev/repos/testing-x86_64/

--+
 /PKGBUILD|   72 +
 extra-i686/PKGBUILD  |   29 ---
 extra-i686/git-fixes.patch   |  307 +
 extra-x86_64/PKGBUILD|   29 ---
 extra-x86_64/git-fixes.patch |  307 +
 5 files changed, 686 insertions(+), 58 deletions(-)

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

Copied: xf86-video-fbdev/repos/extra-i686/PKGBUILD (from rev 285720, 
xf86-video-fbdev/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:33 UTC (rev 285721)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.4
+pkgrel=6
+pkgdesc="X.org framebuffer 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')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b'
+'cbf66effa928b57610eb85441bc81dda337f03a1a8de37aa63eea78501dd072c')
+
+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-fbdev/repos/extra-i686/git-fixes.patch (from rev 285720, 
xf86-video-fbdev/repos/testing-i686/git-fixes.patch)
===
--- extra-i686/git-fixes.patch  (rev 0)
+++ extra-i686/git-fixes.patch  2017-01-12 07:33:33 UTC (rev 285721)
@@ -0,0 +1,307 @@
+From dd1cf1028c3f0de77d075c4a169011518baab0f4 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Fri, 21 Mar 2014 12:20:01 -0400
+Subject: [PATCH 1/4] Default to 32bpp if the console is 8bpp (and we weren't
+ told otherwise)
+
+You can still override this on the command line or in the config file.
+Without this we'll come up at 8bpp on matroxfb (and probably others),
+which among other things breaks the default desktop since gnome-shell
+wants GLX and GLX doesn't support pseudocolor anymore.
+
+Signed-off-by: Adam Jackson 
+---
+ src/fbdev.c | 26 ++
+ 1 file changed, 26 insertions(+)
+
+diff --git a/src/fbdev.c b/src/fbdev.c
+index f5a7378..a73565f 100644
+--- a/src/fbdev.c
 b/src/fbdev.c
+@@ -38,6 +38,9 @@
+ #include 
+ #endif
+ 
++/* for xf86{Depth,FbBpp}. i am a terrible person, and i am sorry. */
++#include "xf86Priv.h"
++
+ static Bool debug = 0;
+ 
+ #define TRACE_ENTER(str) \
+@@ -427,6 +430,29 @@ FBDevPreInit(ScrnInfoPtr pScrn, int flags)
+

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:13
  Author: lcarlier
Revision: 285712

db-move: moved xf86-input-libinput from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 285711, xf86-input-libinput/repos/testing-i686/PKGBUILD)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 285711, xf86-input-libinput/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
  xf86-input-libinput/repos/testing-i686/
  xf86-input-libinput/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:11 UTC (rev 285711)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:13 UTC (rev 285712)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-input-libinput
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('libinput>=1.2.0')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-provides=('xf86-input-driver')
-conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('c762b4072ed448e2ae9f35cebd7fec8df7fd42b3ae61462cc3b2f720a873eae2'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-libinput/repos/extra-i686/PKGBUILD (from rev 285711, 
xf86-input-libinput/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:13 UTC (rev 285712)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=0.23.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0b53ebdfe8f8fc7554dd92af1b1c3088a6d3ec4ae1a33fc76f57d635c736a9dc'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  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}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:11 UTC (rev 285711)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:13 UTC (rev 285712)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-input-libinput
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('libinput>=1.2.0')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-provides=('xf86-input-driver')
-conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('c762b4072ed448e2ae9f35cebd7fec8df7fd42b3ae61462cc3b2f720a873eae2'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkg

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:07
  Author: lcarlier
Revision: 285710

db-move: moved xf86-input-evdev from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
(from rev 285709, xf86-input-evdev/repos/testing-i686/PKGBUILD)
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD
(from rev 285709, xf86-input-evdev/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD
  xf86-input-evdev/repos/testing-i686/
  xf86-input-evdev/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:05 UTC (rev 285709)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:07 UTC (rev 285710)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
-license=('custom')
-depends=('glibc' 'systemd' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
-provides=('xf86-input-driver')
-conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
-options=('!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 285709, 
xf86-input-evdev/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:07 UTC (rev 285710)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libsystemd' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+options=('!makeflags')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+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}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 07:33:05 UTC (rev 285709)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:07 UTC (rev 285710)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
-license=('custom')
-depends=('glibc' 'systemd' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
-provides=('xf86-input-driver')
-conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
-options=('!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-evdev/repos/extra-x86_64/PKGBUILD (from rev 285709, 
xf86-input-evdev/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:07 

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:31
  Author: lcarlier
Revision: 285720

db-move: moved xf86-video-dummy from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-dummy/repos/extra-i686/PKGBUILD
(from rev 285719, xf86-video-dummy/repos/testing-i686/PKGBUILD)
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD
(from rev 285719, xf86-video-dummy/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-dummy/repos/extra-i686/PKGBUILD
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD
  xf86-video-dummy/repos/testing-i686/
  xf86-video-dummy/repos/testing-x86_64/

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   29 --
 extra-x86_64/PKGBUILD |   29 --
 3 files changed, 62 insertions(+), 58 deletions(-)

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

Copied: xf86-video-dummy/repos/extra-i686/PKGBUILD (from rev 285719, 
xf86-video-dummy/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:31 UTC (rev 285720)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-dummy
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="X.org dummy 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})
+sha256sums=('3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

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

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

Copied: xf86-video-dummy/repos/extra-x86_64/PKGBUILD (from rev 285719, 
xf86-video-dummy/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 07:33:31 UTC (rev 285720)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-dummy
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="X.org dummy 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=('xor

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:18
  Author: lcarlier
Revision: 285714

db-move: moved xf86-input-synaptics from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
(from rev 285713, xf86-input-synaptics/repos/testing-i686/PKGBUILD)
  xf86-input-synaptics/repos/extra-i686/xf86-input-synaptics.install
(from rev 285713, 
xf86-input-synaptics/repos/testing-i686/xf86-input-synaptics.install)
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
(from rev 285713, xf86-input-synaptics/repos/testing-x86_64/PKGBUILD)
  xf86-input-synaptics/repos/extra-x86_64/xf86-input-synaptics.install
(from rev 285713, 
xf86-input-synaptics/repos/testing-x86_64/xf86-input-synaptics.install)
Deleted:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
  xf86-input-synaptics/repos/extra-i686/xf86-input-synaptics.install
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff
  xf86-input-synaptics/repos/extra-x86_64/xf86-input-synaptics.install
  xf86-input-synaptics/repos/testing-i686/
  xf86-input-synaptics/repos/testing-x86_64/

---+
 /PKGBUILD |   80 
 /xf86-input-synaptics.install |   22 +++
 extra-i686/PKGBUILD   |   46 
 extra-i686/add_tapbuttons.diff|   15 -
 extra-i686/xf86-input-synaptics.install   |   11 ---
 extra-x86_64/PKGBUILD |   46 
 extra-x86_64/add_tapbuttons.diff  |   15 -
 extra-x86_64/xf86-input-synaptics.install |   11 ---
 8 files changed, 102 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:16 UTC (rev 285713)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:18 UTC (rev 285714)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Powalowski  
-# Contributor: Thomas Bächler 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-input-synaptics
-pkgver=1.8.99.1
-pkgrel=1
-pkgdesc="Synaptics driver for notebook touchpads"
-arch=('i686' 'x86_64')
-license=('MIT')
-url="http://xorg.freedesktop.org/";
-depends=('libxtst' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-install=xf86-input-synaptics.install
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-
conf-rename-to-70-synaptics-conf.patch::https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/patch/?id=59e5db025307404fbfbc82f2fb3fe91d6a3005d7)
-sha256sums=('4c895339fa10c4f97b27ab62d974cae2a96e19ae8d52f80ef0fa5c202c67ebaa'
-'aeb6821f5aca797b45a3279473f723ab84c1e8a0617f87b47962813b3ac91e00')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  
-  patch -Np1 -i ../conf-rename-to-70-synaptics-conf.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-input-synaptics/repos/extra-i686/PKGBUILD (from rev 285713, 
xf86-input-synaptics/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:18 UTC (rev 285714)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="https://xorg.freedesktop.org/";
+depends=('libxtst' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers')
+install=xf86-input-synaptics.install
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('afba3289d7a40217a19d90db98ce181772f9ca6d77e1898727b0afcf02073b5a'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${p

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:05
  Author: lcarlier
Revision: 285709

db-move: moved xf86-input-elographics from [testing] to [extra] (i686, x86_64)

Added:
  xf86-input-elographics/repos/extra-i686/PKGBUILD
(from rev 285708, xf86-input-elographics/repos/testing-i686/PKGBUILD)
  xf86-input-elographics/repos/extra-i686/git-fixes.patch
(from rev 285708, xf86-input-elographics/repos/testing-i686/git-fixes.patch)
  xf86-input-elographics/repos/extra-x86_64/PKGBUILD
(from rev 285708, xf86-input-elographics/repos/testing-x86_64/PKGBUILD)
  xf86-input-elographics/repos/extra-x86_64/git-fixes.patch
(from rev 285708, 
xf86-input-elographics/repos/testing-x86_64/git-fixes.patch)
Deleted:
  xf86-input-elographics/repos/extra-i686/PKGBUILD
  xf86-input-elographics/repos/extra-x86_64/PKGBUILD
  xf86-input-elographics/repos/testing-i686/
  xf86-input-elographics/repos/testing-x86_64/

--+
 /PKGBUILD|   72 +++
 extra-i686/PKGBUILD  |   29 ---
 extra-i686/git-fixes.patch   |  107 +
 extra-x86_64/PKGBUILD|   29 ---
 extra-x86_64/git-fixes.patch |  107 +
 5 files changed, 286 insertions(+), 58 deletions(-)

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

Copied: xf86-input-elographics/repos/extra-i686/PKGBUILD (from rev 285708, 
xf86-input-elographics/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:05 UTC (rev 285709)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=7
+pkgdesc="X.org Elographics TouchScreen input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4'
+'2fdb0abb60cf966b905802f9aa3af3e858644a9b9723dcdce462047e83872826')
+
+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-input-elographics/repos/extra-i686/git-fixes.patch (from rev 
285708, xf86-input-elographics/repos/testing-i686/git-fixes.patch)
===
--- extra-i686/git-fixes.patch  (rev 0)
+++ extra-i686/git-fixes.patch  2017-01-12 07:33:05 UTC (rev 285709)
@@ -0,0 +1,107 @@
+From 0d3ec2e97c99431cdbaea8e958a75ff2e748da41 Mon Sep 17 00:00:00 2001
+From: Jaska Kivela 
+Date: Wed, 16 Jan 2013 11:51:04 +0200
+Subject: Added axis inversion functionality.
+
+The module would previously log a message if min > max, but not do anything
+about it. Keep the original min/max around, swap on-the-fly.
+
+Signed-off-by: Jaska Kivela 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+diff --git a/src/xf86Elo.c b/src/xf86Elo.c
+index cb1699e..c37cf9a 100644
+--- a/src/xf86Elo.c
 b/src/xf86Elo.c
+@@ -360,6 +360,22 @@ xf86EloReadInput(InputInfoPtr pInfo)
+   cur_y = WORD_ASSEMBLY(priv->packet_buf[5], priv->packet_buf[6]);
+   state = priv->packet_buf[2] & 0x07;
+ 
++

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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:36
  Author: lcarlier
Revision: 285722

db-move: moved xf86-video-intel from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 285721, xf86-video-intel/repos/testing-i686/PKGBUILD)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 285721, 
xf86-video-intel/repos/testing-i686/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 285721, xf86-video-intel/repos/testing-x86_64/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 285721, 
xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-x86_64/

---+
 /PKGBUILD |  130 
 /xf86-video-intel.install |   42 ++
 extra-i686/PKGBUILD   |   65 
 extra-i686/xf86-video-intel.install   |   21 -
 extra-x86_64/PKGBUILD |   65 
 extra-x86_64/xf86-video-intel.install |   21 -
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:33 UTC (rev 285721)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:36 UTC (rev 285722)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-_commit=169c74f # 7 digits
-pkgver=2.99.917+746+g169c74f
-pkgrel=1
-epoch=1
-arch=(i686 x86_64)
-url="https://01.org/linuxgraphics";
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
- 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
- # additional for git snapshot
- 'git')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output'
-'libxss: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---with-default-dri=3
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 285721, 
xf86-video-intel/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:36 UTC (rev 285722)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=028c946 # 7 digits
+pkgver=2.99.917+747+g028c946d
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-

[arch-commits] Commit in xorg-server/trunk (PKGBUILD git-fixes.diff)

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

upgpkg: xorg-server 1.19.1-1

upstream update 1.19.1

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/git-fixes.diff

+
 PKGBUILD   |   23 -
 git-fixes.diff |  722 ---
 2 files changed, 5 insertions(+), 740 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:11:32 UTC (rev 285706)
+++ PKGBUILD2017-01-12 07:19:27 UTC (rev 285707)
@@ -4,8 +4,8 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
-pkgver=1.19.0
-pkgrel=6
+pkgver=1.19.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 groups=('xorg')
@@ -19,28 +19,15 @@
  'libxshmfence' 'libunwind' 'systemd' 'wayland-protocols')
 
source=(https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
 xvfb-run
-xvfb-run.1
-git-fixes.diff)
+xvfb-run.1)
 validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
   'C383B778255613DFDB409D91DB221A690011'
   'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
-sha256sums=('149a708b50befc2d5a40b98d45ddd2ebe0beec018e6d0c663c43bad6210e4da3'
+sha256sums=('79ae2cf39d3f6c4a91201d8dad549d1d774b3420073c5a70d390040aa965a7fb'
 'SKIP'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
-'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
-'f0f18685a5894a4d30669fa0b74db8f29d869b57315d8a16e093010659a3299c')
+'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776')
 
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # apply upstream fixes:
-  # Revert "damage: Make damageRegionProcessPending take a damage not a 
drawable"
-  # os: return 0 from check_timers if we touched any of them
-  # glamor: Trust eglGetPlatformDisplayEXT if it exists
-  # present: Only call present_flip_notify if vblank->queued == FALSE
-  # AttendClient of grab-pervious client should queue to saved_ready_clients
-  patch -Np1 -i ../git-fixes.diff
-}
-
 build() {
   cd "${pkgbase}-${pkgver}"
   ./configure --prefix=/usr \

Deleted: git-fixes.diff
===
--- git-fixes.diff  2017-01-12 03:11:32 UTC (rev 285706)
+++ git-fixes.diff  2017-01-12 07:19:27 UTC (rev 285707)
@@ -1,722 +0,0 @@
-From d6da2086951693e047fdd22b0d21c539ea1bb1e1 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Mon, 12 Dec 2016 13:08:17 -0500
-Subject: Revert "damage: Make damageRegionProcessPending take a damage not a
- drawable"
-
-The commit message makes the assertion that the code below damage is not
-allowed to change whether there's a damage monitor for the drawable.
-That turns out not to be the case! exa's mixed code, at least, will
-create and destroy a damage in PrepareAccess. The destroy path can then
-be catastrophic, as damageRegionProcessPending will attempt to
-RegionEmpty memory from the middle of a freed block.
-
-I'd wanted that invariant for performance, but faster isn't worth
-broken, so revert it. I think what exa's doing is reasonable, so the
-better way to improve performance for the unmonitored case is to either
-revisit dynamically wrapping into the GC, or inline damage into dix.
-
-This reverts commit 4e124203f2260daaf54155f4a05fe469733e0b97.
-
-Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1389886
-Signed-off-by: Adam Jackson 
-(cherry picked from commit 32e632e85894eddc3ace83f16f1e973b1be478fe)
-
-diff --git a/miext/damage/damage.c b/miext/damage/damage.c
-index 17c2abf..d6a3614 100644
 a/miext/damage/damage.c
-+++ b/miext/damage/damage.c
-@@ -282,8 +282,10 @@ damageRegionAppend(DrawablePtr pDrawable, RegionPtr 
pRegion, Bool clip,
- }
- 
- static void
--damageRegionProcessPending(DamagePtr pDamage)
-+damageRegionProcessPending(DrawablePtr pDrawable)
- {
-+drawableDamage(pDrawable);
-+
- for (; pDamage != NULL; pDamage = pDamage->pNext) {
- if (pDamage->reportAfter) {
- /* It's possible that there is only interest in postRendering 
reporting. */
-@@ -358,7 +360,6 @@ damageCreateGC(GCPtr pGC)
- 
- #define DAMAGE_GC_OP_PROLOGUE(pGC, pDrawable) \
- damageGCPriv(pGC);  \
--drawableDamage(pDrawable); \
- const GCFuncs *oldFuncs = pGC->funcs; \
- unwrap(pGCPriv, pGC, funcs);  \
- unwrap(pGCPriv, pGC, ops); \
-@@ -456,7 +457,7 @@ damageDestroyClip(GCPtr pGC)
- #define BOX_NOT_EMPTY(box) \
- (((box.x2 - box.x1) > 0) && ((box.y2 - box.y1) > 0))
- 
--#define checkGCDamage(d,g)(d && \
-+#define checkGCDamage(d,g)(getDrawableDamage(d) && \
-(!g->pCompositeClip ||\
- RegionNotEmpty(g

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

2017-01-11 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 06:54:01
  Author: arojas
Revision: 206903

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 206902, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/cython-sys-path.patch
(from rev 206902, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 206902, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/ecm-7.patch
(from rev 206902, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 206902, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/increase-rtol.patch
(from rev 206902, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-i686/is-package-installed.patch
(from rev 206902, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 206902, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 206902, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 206902, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 206902, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 206902, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/cython-sys-path.patch
(from rev 206902, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 206902, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/ecm-7.patch
(from rev 206902, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 206902, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/increase-rtol.patch
(from rev 206902, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-x86_64/is-package-installed.patch
(from rev 206902, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 206902, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 206902, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 206902, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 206902, sagemath/trunk/test-optional.patch)

-+
 community-staging-i686/PKGBUILD |  148 
 community-staging-i686/cython-sys-path.patch|   10 
 community-staging-i686/disable-fes.patch|   19 +
 community-staging-i686/ecm-7.patch  |   79 
 community-staging-i686/env.patch|   93 +
 community-staging-i686/increase-rtol.patch  |   37 ++
 community-staging-i686/is-package-installed.patch   |  328 ++
 community-staging-i686/jupyter-path.patch   |   22 +
 community-staging-i686/package.patch|   38 ++
 community-staging-i686/skip-check.patch |   22 +
 community-staging-i686/test-optional.patch  |   25 +
 community-staging-x86_64/PKGBUILD   |  148 
 community-staging-x86_64/cython-sys-path.patch  |   10 
 community-staging-x86_64/disable-fes.patch  |   19 +
 community-staging-x86_64/ecm-7.patch|   79 
 community-staging-x86_64/env.patch  |   93 +
 community-staging-x86_64/increase-rtol.patch|   37 ++
 community-staging-x86_64/is-package-installed.patch |  328 ++
 community-staging-x86_64/jupyter-path.patch |   22 +
 community-staging-x86_64/package.patch  |   38 ++
 community-staging-x86_64/skip-check.patch   |   22 +
 community-staging-x86_64/test-optional.patch|   25 +
 22 files changed, 1642 insertions(+)

Copied: sagemath/repos/community-staging-i686/PKGBUILD (from rev 206902, 
sagemath/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-12 06:54:01 UTC (rev 206903)
@@ -0,0 +1,148 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Antonio Rojas 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas Dziedzic 
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgbase=sagemath
+pkgname=(sagemath sagemath-jupyter)
+pkgver=7.5
+pkgrel=1
+pkgdesc="Open Source Mathematics Softwa

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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 04:44:49
  Author: felixonmars
Revision: 206899

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 206898, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 206898, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 206898, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 206898, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 174 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 206898, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-12 04:44:49 UTC (rev 206899)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=10
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-comp

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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 04:44:20
  Author: felixonmars
Revision: 206898

upgpkg: stack 1.3.2-10

rebuild with hpack-0.16.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:56:21 UTC (rev 206897)
+++ PKGBUILD2017-01-12 04:44:20 UTC (rev 206898)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=9
+pkgrel=10
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")
@@ -34,6 +34,10 @@
 
source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
 sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
 
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:56:21
  Author: felixonmars
Revision: 206897

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 206896, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-12 03:55:41 UTC (rev 206896)
+++ PKGBUILD2017-01-12 03:56:21 UTC (rev 206897)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=2.1.4
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/";
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('3da407976b10665045d142d1991cb56a36890b8360c6244e43f54f09f5f4493e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 206896, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-12 03:56:21 UTC (rev 206897)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=2.1.5
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/";
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('ce5532a3bc58cfe756a7f7299d82588de80db13774751d6be6a48f8447d2caf7')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:55:41
  Author: felixonmars
Revision: 206896

upgpkg: typescript 2.1.5-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:54:13 UTC (rev 206895)
+++ PKGBUILD2017-01-12 03:55:41 UTC (rev 206896)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('3da407976b10665045d142d1991cb56a36890b8360c6244e43f54f09f5f4493e')
+sha256sums=('ce5532a3bc58cfe756a7f7299d82588de80db13774751d6be6a48f8447d2caf7')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-01-11 Thread Anatol Pomozov
Date: Thursday, January 12, 2017 @ 03:52:27
  Author: anatolik
Revision: 206893

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

Added:
  facter/repos/community-testing-i686/PKGBUILD
(from rev 206892, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/PKGBUILD
(from rev 206892, facter/trunk/PKGBUILD)
Deleted:
  facter/repos/community-testing-i686/PKGBUILD
  facter/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-testing-i686/PKGBUILD   |   53 --
 community-testing-x86_64/PKGBUILD |   53 --
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-12 03:50:56 UTC (rev 206892)
+++ community-testing-i686/PKGBUILD 2017-01-12 03:52:27 UTC (rev 206893)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=3.4.1
-pkgrel=6
-pkgdesc="Collect and display system facts"
-arch=('i686' 'x86_64')
-url="http://puppetlabs.com/facter";
-license=('APACHE')
-depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
-makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
-optdepends=('java-environment: jruby support')
-replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f77152508492ca17ad41d757e3dd1ef7')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
-  # https://tickets.puppetlabs.com/browse/FACT-1291
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc lib/src/ruby )
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
-  make test || [[ $CARCH == i686 ]]
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 206892, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-12 03:52:27 UTC (rev 206893)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.4.1
+pkgrel=6
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter";
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f77152508492ca17ad41d757e3dd1ef7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-01-12 03:50:56 UTC (rev 206892)
+++ community-testing-x86_64/PKGBUILD   2017-01-12 03:52:27 UTC (rev 206893)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=3.4.1
-pkgrel=6
-pkgdesc="Collect and display system facts"
-arch=('i686' 'x86_64')
-url="http://puppetlabs.com/facter";
-license=('APACHE')
-depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
-makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
-optdepends=('java-environment: jruby support')
-replaces=('cfacter')
-source=(http://downloads.pu

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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:50:56
  Author: felixonmars
Revision: 206892

archrelease: copy trunk to community-any

Added:
  mitmproxy/repos/community-any/PKGBUILD
(from rev 206891, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-12 03:50:30 UTC (rev 206891)
+++ PKGBUILD2017-01-12 03:50:56 UTC (rev 206892)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/";
-license=('GPL')
-depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-construct' 
'python-cryptography'
- 'python-cssutils' 'python-flask' 'python-h2' 'python-html2text' 
'python-hyperframe'
- 'python-jsbeautifier' 'python-pillow' 'python-passlib' 
'python-pyasn1' 'python-pyopenssl'
- 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-sortedcontainers'
- 'python-requests' 'python-tornado' 'python-urwid' 'python-watchdog')
-optdepends=('python-protobuf: Contentviews - Extended content decoding')
-makedepends=('git')
-checkdepends=('python-beautifulsoup4' 'python-mock' 'python-pytest-runner' 
'python-pytest-timeout'
-  'python-pytz')
-provides=('pathod')
-conflicts=('pathod')
-replaces=('pathod')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd mitmproxy
-
-  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
-  sed -e '/certifi/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i mitmproxy/net/tcp.py
-}
-
-check() {
-  cd mitmproxy
-  LC_CTYPE=en_US.UTF-8 python setup.py ptr
-}
- 
-package() {
-  cd mitmproxy
-  python setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 206891, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-12 03:50:56 UTC (rev 206892)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/";
+license=('GPL')
+depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-construct' 
'python-cryptography'
+ 'python-cssutils' 'python-flask' 'python-h2' 'python-html2text' 
'python-hyperframe'
+ 'python-jsbeautifier' 'python-pillow' 'python-passlib' 
'python-pyasn1' 'python-pyopenssl'
+ 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-sortedcontainers'
+ 'python-requests' 'python-tornado' 'python-urwid' 'python-watchdog')
+optdepends=('python-protobuf: Contentviews - Extended content decoding')
+makedepends=('git')
+checkdepends=('python-beautifulsoup4' 'python-mock' 'python-pytest-runner' 
'python-pytest-timeout'
+  'python-pytz')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mitmproxy
+
+  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tcp.py
+}
+
+check() {
+  cd mitmproxy
+  LC_CTYPE=en_US.UTF-8 python setup.py ptr
+}
+ 
+package() {
+  cd mitmproxy
+  python setup.py install --root="$pkgdir" -O1
+}


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:50:30
  Author: felixonmars
Revision: 206891

upgpkg: mitmproxy 1.0.2-1

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:49:17 UTC (rev 206890)
+++ PKGBUILD2017-01-12 03:50:30 UTC (rev 206891)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Biesmans 
 
 pkgname=mitmproxy
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:49:17
  Author: felixonmars
Revision: 206890

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 206889, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 206889, git-annex/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 206889, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-12 03:49:17 UTC (rev 206890)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 206889, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-12 03:49:17 UTC (rev 206890)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-

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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:48:35
  Author: felixonmars
Revision: 206889

upgpkg: git-annex 6.20170101-7

rebuild with yesod-1.4.4

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:32:39 UTC (rev 206888)
+++ PKGBUILD2017-01-12 03:48:35 UTC (rev 206889)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170101
-pkgrel=6
+pkgrel=7
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:32:39
  Author: felixonmars
Revision: 206888

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

Added:
  haskell-yesod/repos/community-staging-i686/
  haskell-yesod/repos/community-staging-i686/PKGBUILD
(from rev 206885, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 206887, haskell-yesod/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 206885, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-12 03:32:39 UTC (rev 206888)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 206887, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-12 03:32:39 UTC (rev 206888)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Se

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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:28:31
  Author: felixonmars
Revision: 206887

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

Added:
  haskell-hpack/repos/community-staging-i686/
  haskell-hpack/repos/community-staging-i686/PKGBUILD
(from rev 206886, haskell-hpack/trunk/PKGBUILD)
  haskell-hpack/repos/community-staging-x86_64/
  haskell-hpack/repos/community-staging-x86_64/PKGBUILD
(from rev 206886, haskell-hpack/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 206886, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-12 03:28:31 UTC (rev 206887)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('a2fad3e908ec8f8c2f98da404826a0b9')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 206886, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-12 03:28:31 UTC (rev 206887)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('a2fad3e908ec8f8c2f98da404826a0b9')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:28:00
  Author: felixonmars
Revision: 206886

upgpkg: haskell-hpack 0.16.0-1

rebuild with hpack-0.16.0

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:24:18 UTC (rev 206885)
+++ PKGBUILD2017-01-12 03:28:00 UTC (rev 206886)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-hpack
 _hkgname=hpack
-pkgver=0.15.0
-pkgrel=15
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme";
 license=("MIT")
@@ -15,7 +15,7 @@
 depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
  'haskell-unordered-containers' 'haskell-yaml')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
-md5sums=('ff26cc3e29fe45db8a6abfe666713477')
+md5sums=('a2fad3e908ec8f8c2f98da404826a0b9')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:24:18
  Author: felixonmars
Revision: 206885

upgpkg: haskell-yesod 1.4.4-1

rebuild with yesod-1.4.4

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:23:34 UTC (rev 206884)
+++ PKGBUILD2017-01-12 03:24:18 UTC (rev 206885)
@@ -4,21 +4,21 @@
 
 _hkgname=yesod
 pkgname=haskell-yesod
-pkgver=1.4.3.1
-pkgrel=34
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
- "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
- "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-safe"
- "haskell-semigroups" "haskell-shakespeare" 
"haskell-streaming-commons" "haskell-text"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
  "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
- "haskell-warp" "haskell-yaml" "haskell-yesod-auth" 
"haskell-yesod-core"
- "haskell-yesod-form" "haskell-yesod-persistent")
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21')
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:23:34
  Author: felixonmars
Revision: 206884

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-12 03:22:59 UTC (rev 206883)
+++ community-i686/PKGBUILD 2017-01-12 03:23:34 UTC (rev 206884)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=darcs
-pkgver=2.12.4
-pkgrel=12
-pkgdesc="A distributed, interactive, smart revision control system"
-url="http://darcs.net";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('curl')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
- "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
- "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
- "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
- "haskell-sandi" "haskell-random" "haskell-regex-applicative"
- "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
- "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
- "haskell-vector" "haskell-zip-archive" "haskell-zlib")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
--fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
--f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-# Remove library and doc (license only)
-rm -r "$pkgdir"/usr/{lib,share/doc}
-chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
-
-install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
-install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
-}

Copied: darcs/repos/community-i686/PKGBUILD (from rev 206883, 
darcs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-12 03:23:34 UTC (rev 206884)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=1
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/s

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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:22:59
  Author: felixonmars
Revision: 206883

upgpkg: darcs 2.12.5-1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:13:05 UTC (rev 206882)
+++ PKGBUILD2017-01-12 03:22:59 UTC (rev 206883)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=darcs
-pkgver=2.12.4
-pkgrel=12
+pkgver=2.12.5
+pkgrel=1
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL")
@@ -19,7 +19,7 @@
  "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
  "haskell-vector" "haskell-zip-archive" "haskell-zlib")
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49')
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:12:17
  Author: felixonmars
Revision: 206878

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 206877, certbot-apache/trunk/PKGBUILD)

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

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 206877, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-01-12 03:12:17 UTC (rev 206878)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('143670c33146b4b60e2ac29247ccfeef'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:12:00
  Author: felixonmars
Revision: 206877

upgpkg: certbot-apache 0.10.0-1

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:09:48 UTC (rev 206876)
+++ PKGBUILD2017-01-12 03:12:00 UTC (rev 206877)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.9.3
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('3ad782d8cb914684f18c811bb454042c'
+md5sums=('143670c33146b4b60e2ac29247ccfeef'
  'SKIP')
 
 build() {


[arch-commits] Commit in python2-ipaddress/repos/extra-any (4 files)

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:11:32
  Author: felixonmars
Revision: 285706

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 285705, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 285705, python2-ipaddress/trunk/PKGBUILD)
Deleted:
  python2-ipaddress/repos/extra-any/LICENSE
  python2-ipaddress/repos/extra-any/PKGBUILD

--+
 LICENSE  |  100 ++---
 PKGBUILD |   56 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-01-12 03:11:12 UTC (rev 285705)
+++ LICENSE 2017-01-12 03:11:32 UTC (rev 285706)
@@ -1,50 +0,0 @@
-This package is a modified version of cpython's ipaddress module.
-It is therefore distributed under the PSF license, as follows: 
-
-PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
-
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-("PSF"), and the Individual or Organization ("Licensee") accessing and
-otherwise using this software ("Python") in source or binary form and
-its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF hereby
-grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
-analyze, test, perform and/or display publicly, prepare derivative works,
-distribute, and otherwise use Python alone or in any derivative version,
-provided, however, that PSF's License Agreement and PSF's notice of copyright,
-i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
-2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
-retained in Python alone or in any derivative version prepared by Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python.
-
-4. PSF is making Python available to Licensee on an "AS IS"
-basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee.  This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.

Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 285705, 
python2-ipaddress/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-01-12 03:11:32 UTC (rev 285706)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative wo

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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:11:12
  Author: felixonmars
Revision: 285705

upgpkg: python2-ipaddress 1.0.18-1

Modified:
  python2-ipaddress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 01:24:26 UTC (rev 285704)
+++ PKGBUILD2017-01-12 03:11:12 UTC (rev 285705)
@@ -3,7 +3,7 @@
 # Contributor: Nikolaus Brandt 
 
 pkgname=python2-ipaddress
-pkgver=1.0.17
+pkgver=1.0.18
 pkgrel=1
 pkgdesc="IPv4/IPv6 manipulation library"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 source=("https://pypi.io/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz";
 LICENSE)
-sha512sums=('c9f7c7226fd28a1b3905139713c2269b4bdbe5bc1b8e44ab8edd56c0cd2b6938577a66fce139ecce06398de89321097ac672bff2d1618ca2f3b917c15553f50d'
+sha512sums=('7d1c8cf67db5b55a872783390ca214bb39e243d313311674afe10008e86638838bef5f9e6d703803bdcfde6d27520b1fc19d0adb19d482e27a327fb735aa0312'
 
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
 
 check() {


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:09:48
  Author: felixonmars
Revision: 206876

archrelease: copy trunk to community-any

Added:
  python-osc-lib/repos/community-any/PKGBUILD
(from rev 206875, python-osc-lib/trunk/PKGBUILD)
Deleted:
  python-osc-lib/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-12 03:09:23 UTC (rev 206875)
+++ PKGBUILD2017-01-12 03:09:48 UTC (rev 206876)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-osc-lib
-pkgname=(python-osc-lib python2-osc-lib)
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="OpenStackClient Library"
-arch=('any')
-url="http://docs.openstack.org/developer/osc-lib";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-source=("git+https://git.openstack.org/openstack/osc-lib#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a osc-lib{,-py2}
-}
-
-build() {
-  cd "$srcdir"/osc-lib
-  python setup.py build
-
-  cd "$srcdir"/osc-lib-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/osc-lib
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/osc-lib-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-osc-lib() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 
'python-stevedore'
-   'python-simplejson')
-
-  cd "$srcdir"/osc-lib
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-osc-lib() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-i18n' 'python2-oslo-utils' 
'python2-stevedore'
-   'python2-simplejson')
-
-  cd "$srcdir"/osc-lib-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-osc-lib/repos/community-any/PKGBUILD (from rev 206875, 
python-osc-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-12 03:09:48 UTC (rev 206876)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-osc-lib
+pkgname=(python-osc-lib python2-osc-lib)
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="http://docs.openstack.org/developer/osc-lib";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+source=("git+https://git.openstack.org/openstack/osc-lib#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a osc-lib{,-py2}
+}
+
+build() {
+  cd "$srcdir"/osc-lib
+  python setup.py build
+
+  cd "$srcdir"/osc-lib-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/osc-lib
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/osc-lib-py2
+  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+}
+
+package_python-osc-lib() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 
'python-stevedore'
+   'python-simplejson')
+
+  cd "$srcdir"/osc-lib
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-osc-lib() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-i18n' 'python2-oslo-utils' 
'python2-stevedore'
+   'python2-simplejson')
+
+  cd "$srcdir"/osc-lib-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:

[arch-commits] Commit in certbot-nginx/repos (2 files)

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:09:15
  Author: felixonmars
Revision: 206874

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 206873, certbot-nginx/trunk/PKGBUILD)

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

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 206873, 
certbot-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-01-12 03:09:15 UTC (rev 206874)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('ed55029602393e106399cc8df10a5db5'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:09:23
  Author: felixonmars
Revision: 206875

upgpkg: python-osc-lib 1.3.0-1

Modified:
  python-osc-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:09:15 UTC (rev 206874)
+++ PKGBUILD2017-01-12 03:09:23 UTC (rev 206875)
@@ -4,8 +4,8 @@
 
 pkgbase=python-osc-lib
 pkgname=(python-osc-lib python2-osc-lib)
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="OpenStackClient Library"
 arch=('any')
 url="http://docs.openstack.org/developer/osc-lib";


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:08:38
  Author: felixonmars
Revision: 206873

upgpkg: certbot-nginx 0.10.0-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:06:20 UTC (rev 206872)
+++ PKGBUILD2017-01-12 03:08:38 UTC (rev 206873)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.9.3
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('91f6448a352816e0a3f8188b011853d1'
+md5sums=('ed55029602393e106399cc8df10a5db5'
  'SKIP')
 
 build() {


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:06:03
  Author: felixonmars
Revision: 206871

upgpkg: certbot 0.10.0-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 03:01:16 UTC (rev 206870)
+++ PKGBUILD2017-01-12 03:06:03 UTC (rev 206871)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.9.3
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -11,9 +11,8 @@
 url="https://letsencrypt.org/";
 depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
  'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
- 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
- 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
- 'python2-zope-interface')
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests' 'python2-setuptools'
+ 'python2-six' 'python2-zope-component' 'python2-zope-interface')
 optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
 "certbot-nginx: Nginx plugin for Let’s Encrypt client")
 checkdepends=('python2-nose')
@@ -22,7 +21,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('df58b67f37d3c4ef5126de4ed45c1cea'
+md5sums=('7b86b9c7d4bcff18187fc384d331b140'
  'SKIP')
 
 build() {


[arch-commits] Commit in certbot/repos (2 files)

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:06:20
  Author: felixonmars
Revision: 206872

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 206871, certbot/trunk/PKGBUILD)

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

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 206871, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-01-12 03:06:20 UTC (rev 206872)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/";
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests' 'python2-setuptools'
+ 'python2-six' 'python2-zope-component' 'python2-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('7b86b9c7d4bcff18187fc384d331b140'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:00:43
  Author: felixonmars
Revision: 206869

upgpkg: python-acme 0.10.0-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 01:24:58 UTC (rev 206868)
+++ PKGBUILD2017-01-12 03:00:43 UTC (rev 206869)
@@ -4,21 +4,19 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
 license=('Apache')
 url="https://github.com/letsencrypt/letsencrypt";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
- 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
- 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
- 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
  'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
-sha512sums=('5f99b251de60f1cf91027aa8497a951c3063e802b05bfd3c81c0992ffbef26894476140a8f88eed4c72471e3fc8d2d1a4a1e43095e387456868b98acd8631ca5')
+sha512sums=('5be1d0f04b9f65392b04b261a8352a09ecc36b42b0b9a1abb688efeeff3d06457dd6c07000d25834455008675dd674a4b4688d34f3927bc4bde4c5b2c5b5961e')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}
@@ -41,8 +39,7 @@
 }
 
 package_python-acme() {
-  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
-   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
'python-six' 'python-werkzeug' 'python-mock')
 
   cd acme-$pkgver
@@ -50,9 +47,8 @@
 }
 
 package_python2-acme() {
-  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
-   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
-   'python2-six' 'python2-werkzeug' 'python2-mock')
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-werkzeug' 'python2-mock')
 
   cd acme-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


[arch-commits] Commit in python-acme/repos (2 files)

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:01:16
  Author: felixonmars
Revision: 206870

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 206869, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 206869, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-01-12 03:01:16 UTC (rev 206870)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
+sha512sums=('5be1d0f04b9f65392b04b261a8352a09ecc36b42b0b9a1abb688efeeff3d06457dd6c07000d25834455008675dd674a4b4688d34f3927bc4bde4c5b2c5b5961e')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


[arch-commits] Commit in mathjax/repos/community-any (3 files)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 23:18:26
  Author: arojas
Revision: 206867

archrelease: copy trunk to community-any

Added:
  mathjax/repos/community-any/PKGBUILD
(from rev 206866, mathjax/trunk/PKGBUILD)
Deleted:
  mathjax/repos/community-any/PKGBUILD
  mathjax/repos/community-any/mathjax.install

-+
 PKGBUILD|   69 ++
 mathjax.install |   13 --
 2 files changed, 34 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 23:17:58 UTC (rev 206866)
+++ PKGBUILD2017-01-11 23:18:26 UTC (rev 206867)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kevin Dodd 
-# Contributor: Tianjiao Yin 
-
-pkgname=mathjax
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
-url='https://www.mathjax.org/'
-arch=(any)
-license=(Apache)
-depends=(xorg-mkfontdir fontconfig)
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
-sha256sums=('4944dd3995417c7692b64462698054760d38ff72175f66e2f2a007c5031d5927')
-
-prepare() {
-  cd MathJax-$pkgver
-
-# Remove unneeded stuff, see 
https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation
-  rm -r docs test unpacked
-  rm -r fonts/HTML-CSS/TeX/png
-  for _format in eot otf svg ; do
-   find . -type d -name "$_format" -prune -exec rm -rf {} \;
-  done
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/{fonts,licenses/mathjax}
-  cp -a MathJax-$pkgver "$pkgdir"/usr/share/mathjax
-  mv "$pkgdir"/usr/share/mathjax/fonts "$pkgdir"/usr/share/fonts/mathjax
-  ln -s /usr/share/fonts/mathjax "$pkgdir"/usr/share/mathjax/fonts
-  mv "$pkgdir"/usr/share/mathjax/LICENSE 
"$pkgdir"/usr/share/licenses/mathjax/LICENSE
-}

Copied: mathjax/repos/community-any/PKGBUILD (from rev 206866, 
mathjax/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 23:18:26 UTC (rev 206867)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kevin Dodd 
+# Contributor: Tianjiao Yin 
+
+pkgname=mathjax
+pkgver=2.7.0
+pkgrel=2
+pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
+url='https://www.mathjax.org/'
+arch=(any)
+license=(Apache)
+depends=(xorg-mkfontdir fontconfig)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
+sha256sums=('4944dd3995417c7692b64462698054760d38ff72175f66e2f2a007c5031d5927')
+
+prepare() {
+  cd MathJax-$pkgver
+
+# Remove unneeded stuff, see 
https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation
+  rm -r docs test unpacked
+  rm -r fonts/HTML-CSS/TeX/png
+  for _format in eot otf svg ; do
+   find . -type d -name "$_format" -prune -exec rm -rf {} \;
+  done
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/{fonts,licenses/mathjax}
+  cp -a MathJax-$pkgver "$pkgdir"/usr/share/mathjax
+  mv "$pkgdir"/usr/share/mathjax/fonts "$pkgdir"/usr/share/fonts/mathjax
+  ln -s /usr/share/fonts/mathjax "$pkgdir"/usr/share/mathjax/fonts
+  mv "$pkgdir"/usr/share/mathjax/LICENSE 
"$pkgdir"/usr/share/licenses/mathjax/LICENSE
+}

Deleted: mathjax.install
===
--- mathjax.install 2017-01-11 23:17:58 UTC (rev 206866)
+++ mathjax.install 2017-01-11 23:18:26 UTC (rev 206867)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s
-   find /usr/share/fonts/mathjax -type d -name 'woff' -exec mkfontscale -- 
{} +
-   find /usr/share/fonts/mathjax -type d -name 'woff' -exec mkfontdir -- 
{} +
-}
-
-post_remove() {
-   post_install "$@"
-}
-
-post_upgrade() {
-   post_install "$@"
-}


[arch-commits] Commit in mathjax/trunk (PKGBUILD mathjax.install)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 23:17:58
  Author: arojas
Revision: 206866

Hooks

Modified:
  mathjax/trunk/PKGBUILD
Deleted:
  mathjax/trunk/mathjax.install

-+
 PKGBUILD|3 +--
 mathjax.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 22:57:22 UTC (rev 206865)
+++ PKGBUILD2017-01-11 23:17:58 UTC (rev 206866)
@@ -5,13 +5,12 @@
 
 pkgname=mathjax
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
 url='https://www.mathjax.org/'
 arch=(any)
 license=(Apache)
 depends=(xorg-mkfontdir fontconfig)
-install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
 sha256sums=('4944dd3995417c7692b64462698054760d38ff72175f66e2f2a007c5031d5927')
 

Deleted: mathjax.install
===
--- mathjax.install 2017-01-11 22:57:22 UTC (rev 206865)
+++ mathjax.install 2017-01-11 23:17:58 UTC (rev 206866)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s
-   find /usr/share/fonts/mathjax -type d -name 'woff' -exec mkfontscale -- 
{} +
-   find /usr/share/fonts/mathjax -type d -name 'woff' -exec mkfontdir -- 
{} +
-}
-
-post_remove() {
-   post_install "$@"
-}
-
-post_upgrade() {
-   post_install "$@"
-}


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:57:22
  Author: arojas
Revision: 206865

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

Added:
  giac/repos/community-staging-i686/
  giac/repos/community-staging-i686/PKGBUILD
(from rev 206864, giac/trunk/PKGBUILD)
  giac/repos/community-staging-i686/giac-pari-thread.patch
(from rev 206864, giac/trunk/giac-pari-thread.patch)
  giac/repos/community-staging-x86_64/
  giac/repos/community-staging-x86_64/PKGBUILD
(from rev 206864, giac/trunk/PKGBUILD)
  giac/repos/community-staging-x86_64/giac-pari-thread.patch
(from rev 206864, giac/trunk/giac-pari-thread.patch)

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/giac-pari-thread.patch   |   11 
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/giac-pari-thread.patch |   11 
 4 files changed, 124 insertions(+)

Copied: giac/repos/community-staging-i686/PKGBUILD (from rev 206864, 
giac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 22:57:22 UTC (rev 206865)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.3-9
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";
 giac-pari-thread.patch)
+md5sums=('a493209fa45384632c07fe37d9be9162'
+ '1e871126c1c6b5be2447984ee7749e8e')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+# Fix build against thread enabled pari
+  patch -p1 -i ../giac-pari-thread.patch
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Copied: giac/repos/community-staging-i686/giac-pari-thread.patch (from rev 
206864, giac/trunk/giac-pari-thread.patch)
===
--- community-staging-i686/giac-pari-thread.patch   
(rev 0)
+++ community-staging-i686/giac-pari-thread.patch   2017-01-11 22:57:22 UTC 
(rev 206865)
@@ -0,0 +1,11 @@
+--- giac-1.2.2/src/pari.cc.orig2016-12-21 22:36:08.403918549 +
 giac-1.2.2/src/pari.cc 2016-12-21 22:36:30.450537200 +
+@@ -53,7 +53,7 @@
+ extern "C" {
+ #include 
+ #include 
+-  extern void *PARI_stack_limit;
++  extern THREAD void *PARI_stack_limit;
+   extern entree functions_basic[];
+ }
+ #if PARI_VERSION_CODE
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.3-9
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";
 giac-pari-thread.patch)
+md5sums=('a493209fa45384632c07fe37d9be9162'
+ '1e871126c1c6b5be2447984ee7749e8e')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+# Fix build against thread enabled pari
+  patch -p1 -i ../giac-pari-thread.patch
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Copied: giac/repos/community-staging-x86_64/giac-pari-thread.patch (from rev 
206864, giac/trunk/giac-pari-thread.patch)
===
--- community-staging-x86_64/giac-pari-thread.patch 
(rev 0)
+++ community-staging-x86_64/giac-pari-thread.patch 2017-01-11 22:57:22 UTC 
(rev 206865)
@@ -0,0 +1,11 @@
+--- giac-1.2.2/src/pari.cc.orig2016-12-21 22:36:08.403918549 +
 giac-1.2.2/src/pari.cc 2016-12-21 22:36:30.450537200 +00

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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:56:52
  Author: arojas
Revision: 206864

Build against standard pari package

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 22:56:36 UTC (rev 206863)
+++ PKGBUILD2017-01-11 22:56:52 UTC (rev 206864)
@@ -5,12 +5,12 @@
 pkgname=(xcas libgiac)
 _pkgver=1.2.3-9
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
 license=(GPL3)
-makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";
 giac-pari-thread.patch)
 md5sums=('a493209fa45384632c07fe37d9be9162'
  '1e871126c1c6b5be2447984ee7749e8e')
@@ -42,7 +42,7 @@
 
 package_libgiac() {
   pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari-sage ntl lapack libpng)
+  depends=(mpfi gsl pari ntl lapack libpng)
 
   cd $pkgbase-${pkgver%.*}
   make DESTDIR="$pkgdir" install


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:50:26
  Author: arojas
Revision: 206861

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

Added:
  pari-sage/repos/community-staging-i686/
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 206860, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 206860, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 206860, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 22:50:26 UTC (rev 206861)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.1
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz";)
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 206860, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 22:50:26 UTC (rev 206861)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.1
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz";)
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:49:51
  Author: arojas
Revision: 206860

Sync with main pari package

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 22:41:38 UTC (rev 206859)
+++ PKGBUILD2017-01-11 22:49:51 UTC (rev 206860)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.9.0
+_pkgver=2.9.1
 pkgver=${_pkgver//-/.}
 pkgrel=1
 epoch=1
@@ -16,12 +16,12 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";)
-md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz";)
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
 
 build() {
   cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
   make all
 }
 


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:41:38
  Author: arojas
Revision: 206859

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

Added:
  lcalc/repos/community-staging-i686/
  lcalc/repos/community-staging-i686/Lcommon.h.patch
(from rev 206858, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-i686/PKGBUILD
(from rev 206858, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-i686/gcc-4.9.patch
(from rev 206858, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-i686/gcc-5.patch
(from rev 206858, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-i686/pari-2.7.patch
(from rev 206858, lcalc/trunk/pari-2.7.patch)
  lcalc/repos/community-staging-x86_64/
  lcalc/repos/community-staging-x86_64/Lcommon.h.patch
(from rev 206858, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-x86_64/PKGBUILD
(from rev 206858, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-x86_64/gcc-4.9.patch
(from rev 206858, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-x86_64/gcc-5.patch
(from rev 206858, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-x86_64/pari-2.7.patch
(from rev 206858, lcalc/trunk/pari-2.7.patch)

--+
 community-staging-i686/Lcommon.h.patch   |   23 +
 community-staging-i686/PKGBUILD  |   47 
 community-staging-i686/gcc-4.9.patch |   24 ++
 community-staging-i686/gcc-5.patch   |   56 
 community-staging-i686/pari-2.7.patch|   67 +
 community-staging-x86_64/Lcommon.h.patch |   23 +
 community-staging-x86_64/PKGBUILD|   47 
 community-staging-x86_64/gcc-4.9.patch   |   24 ++
 community-staging-x86_64/gcc-5.patch |   56 
 community-staging-x86_64/pari-2.7.patch  |   67 +
 10 files changed, 434 insertions(+)

Copied: lcalc/repos/community-staging-i686/Lcommon.h.patch (from rev 206858, 
lcalc/trunk/Lcommon.h.patch)
===
--- community-staging-i686/Lcommon.h.patch  (rev 0)
+++ community-staging-i686/Lcommon.h.patch  2017-01-11 22:41:38 UTC (rev 
206859)
@@ -0,0 +1,23 @@
+--- L-1.23/include/Lcommon.h.orig  2011-04-09 04:09:25.984121006 -0300
 L-1.23/include/Lcommon.h   2011-04-09 04:09:58.750265003 -0300
+@@ -25,6 +25,8 @@ inline double lcalc_to_double(const Doub
+ #ifdef USE_MPFR
+ inline double lcalc_to_double(const double& x) { return x; }
+ #endif
++
++#if 0
+ //inline double lcalc_to_double(const long double& x) { return x; }
+ inline double lcalc_to_double(const int& x) { return x; }
+ inline double lcalc_to_double(const long long& x) { return x; }
+@@ -33,6 +35,10 @@ inline double lcalc_to_double(const char
+ inline double lcalc_to_double(const long int& x) { return x; }
+ inline double lcalc_to_double(const unsigned int& x) { return x; }
+ inline double lcalc_to_double(const long unsigned int& x) { return x; }
++#else
++#  define lcalc_to_double(x)  ((double)(x))
++#endif
++
+ #define Int(x) (int)(lcalc_to_double(x))
+ #define Long(x) (Long)(lcalc_to_double(x))
+ #define double(x) (double)(lcalc_to_double(x))
+ 
\ No newline at end of file

Copied: lcalc/repos/community-staging-i686/PKGBUILD (from rev 206858, 
lcalc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 22:41:38 UTC (rev 206859)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=lcalc
+pkgver=1.23
+pkgrel=15
+pkgdesc="C++ L-function class library and command line interface"
+arch=(i686 x86_64)
+url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html";
+license=(GPL2)
+depends=(pari)
+makedepends=(chrpath)
+#source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz";
+source=("http://mirrors.mit.edu/sage/spkg/upstream/lcalc/lcalc-$pkgver.tar.bz2";
+ 'Lcommon.h.patch' 'gcc-4.9.patch' 'pari-2.7.patch' 'gcc-5.patch')
+md5sums=('de7dc4e06cff7a89c5d922b4acc2be01'
+ '8af1dd6d3118bb785f193283a31305a2'
+ '436dd35b06766dffad0941bcfb511e89'
+ '187024b6d6f259209645af68ca8787f2'
+ '88d8a28a75e0bc143d0898f2797d1c54')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/Lcommon.h.patch  
+  patch -p1 -i "$srcdir"/gcc-4.9.patch
+  patch -p1 -i "$srcdir"/gcc-5.patch
+# port to PARI 2.7 API
+  patch -p1 -i "$srcdir"/pari-2.7.patch
+# Install headers where Sage expects them
+  sed -e 's|include/Lfunction|include/libLfunction|g' -i src/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  make PARI_DEFINE="-DINCLUDE_PARI" LOCATION_PARI_H="/usr/include/pari"
LOCATION_PARI_LIBRARY="/usr/lib" all
+}
+
+package() {
+  cd $pkgname-$pkgver/

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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:41:05
  Author: arojas
Revision: 206858

Build against standard pari package

Modified:
  lcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 22:39:33 UTC (rev 206857)
+++ PKGBUILD2017-01-11 22:41:05 UTC (rev 206858)
@@ -3,12 +3,12 @@
 
 pkgname=lcalc
 pkgver=1.23
-pkgrel=14
+pkgrel=15
 pkgdesc="C++ L-function class library and command line interface"
 arch=(i686 x86_64)
 url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html";
 license=(GPL2)
-depends=(pari-sage)
+depends=(pari)
 makedepends=(chrpath)
 
#source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz";
 source=("http://mirrors.mit.edu/sage/spkg/upstream/lcalc/lcalc-$pkgver.tar.bz2";


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:39:33
  Author: arojas
Revision: 206857

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

Added:
  eclib/repos/community-staging-i686/
  eclib/repos/community-staging-i686/PKGBUILD
(from rev 206856, eclib/trunk/PKGBUILD)
  eclib/repos/community-staging-x86_64/
  eclib/repos/community-staging-x86_64/PKGBUILD
(from rev 206856, eclib/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: eclib/repos/community-staging-i686/PKGBUILD (from rev 206856, 
eclib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 22:39:33 UTC (rev 206857)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20161230
+pkgrel=3
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/";
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
+md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 206856, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 22:39:33 UTC (rev 206857)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20161230
+pkgrel=3
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/";
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
+md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:39:05
  Author: arojas
Revision: 206856

Build against standard pari package

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 22:34:05 UTC (rev 206855)
+++ PKGBUILD2017-01-11 22:39:05 UTC (rev 206856)
@@ -3,12 +3,12 @@
 
 pkgname=eclib
 pkgver=20161230
-pkgrel=2
+pkgrel=3
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/";
 license=(GPL)
-depends=(flint pari-sage boost-libs)
+depends=(flint pari boost-libs)
 makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
 md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:34:05
  Author: arojas
Revision: 206855

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

Added:
  cysignals/repos/community-staging-i686/
  cysignals/repos/community-staging-i686/PKGBUILD
(from rev 206854, cysignals/trunk/PKGBUILD)
  cysignals/repos/community-staging-x86_64/
  cysignals/repos/community-staging-x86_64/PKGBUILD
(from rev 206854, cysignals/trunk/PKGBUILD)

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

Copied: cysignals/repos/community-staging-i686/PKGBUILD (from rev 206854, 
cysignals/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 22:34:05 UTC (rev 206855)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.4.0
+pkgrel=4
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org";
+license=(LGPL)
+makedepends=(cython2 cython pari)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2";)
+md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}

Copied: cysignals/repos/community-staging-x86_64/PKGBUILD (from rev 206854, 
cysignals/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 22:34:05 UTC (rev 206855)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.4.0
+pkgrel=4
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org";
+license=(LGPL)
+makedepends=(cython2 cython pari)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2";)
+md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:33:29
  Author: arojas
Revision: 206854

Build against standard pari package

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 21:15:32 UTC (rev 206853)
+++ PKGBUILD2017-01-11 22:33:29 UTC (rev 206854)
@@ -4,12 +4,12 @@
 pkgbase=cysignals
 pkgname=(python-cysignals python2-cysignals)
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(i686 x86_64)
 url="https://www.sagemath.org";
 license=(LGPL)
-makedepends=(cython2 cython pari-sage)
+makedepends=(cython2 cython pari)
 
source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2";)
 md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
 
@@ -26,7 +26,7 @@
 }
 
 package_python-cysignals() {
-  depends=(python pari-sage)
+  depends=(python pari)
 
   cd $pkgbase-$pkgver
   python setup.py install --root="$pkgdir"
@@ -36,7 +36,7 @@
 }
 
 package_python2-cysignals() {
-  depends=(python2 pari-sage)
+  depends=(python2 pari)
   conflicts=(cysignals)
   provides=(cysignals)
   replaces=(cysignals)


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

2017-01-11 Thread Alexander Rødseth
Date: Wednesday, January 11, 2017 @ 21:15:32
  Author: arodseth
Revision: 206853

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

Added:
  botan/repos/community-i686/PKGBUILD
(from rev 206852, botan/trunk/PKGBUILD)
  botan/repos/community-i686/botan.key
(from rev 206852, botan/trunk/botan.key)
  botan/repos/community-x86_64/PKGBUILD
(from rev 206852, botan/trunk/PKGBUILD)
  botan/repos/community-x86_64/botan.key
(from rev 206852, botan/trunk/botan.key)
Deleted:
  botan/repos/community-i686/PKGBUILD
  botan/repos/community-i686/botan.key
  botan/repos/community-x86_64/PKGBUILD
  botan/repos/community-x86_64/botan.key

+
 /PKGBUILD  |   96 +++
 /botan.key |   70 +++
 community-i686/PKGBUILD|   48 -
 community-i686/botan.key   |   35 ---
 community-x86_64/PKGBUILD  |   48 -
 community-x86_64/botan.key |   35 ---
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-11 19:39:02 UTC (rev 206852)
+++ community-i686/PKGBUILD 2017-01-11 21:15:32 UTC (rev 206853)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-
-pkgname=botan
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='https://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python' 'asio' 'git')
-source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('5544bfcd53d0b8ca83ce194fd9144d5c'
- 'SKIP')
-# Botan Distribution Key. To import: gpg --import botan.key
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-
-build() {
-  cd "${pkgname^}-$pkgver"
-
-  python configure.py \
---prefix=/usr \
---destdir="$pkgdir/usr"
-  make
-}
-
-check() {
-  cd "${pkgname^}-$pkgver"
-
-  ./botan-test
-}
-
-package() {
-  cd "${pkgname^}-$pkgver"
-
-  make DESTDIR="$pkgdir/usr" install
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/randombit/botan
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 206852, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-11 21:15:32 UTC (rev 206853)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+
+pkgname=botan
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='https://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python' 'asio' 'git')
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
+md5sums=('5544bfcd53d0b8ca83ce194fd9144d5c'
+ 'SKIP')
+# Botan Distribution Key. To import: gpg --import botan.key
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  python configure.py \
+--prefix=/usr \
+--destdir="$pkgdir/usr"
+  make
+}
+
+check() {
+  cd "${pkgname^}-$pkgver"
+
+  ./botan-test
+}
+
+package() {
+  cd "${pkgname^}-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/randombit/botan
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/botan.key
===
--- community-i686/botan.key2017-01-11 19:39:02 UTC (rev 206852)
+++ community-i686/botan.key2017-01-11 21:15:32 UTC (rev 206853)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1
-4hKV75nB7ZO6676SEZRILYM+7RJwKAKEmEPJc6hEf94VXn9ecNzaTlHgYkjhz9db
-LOd3od9XvuUw+LMR1dwBqMxbvR90MiXjbedDEkbArcZB9YOAIvEX/lC3qaW4XJt4
-iwHWl/YVZEfALcvQywe2CDrH5hO794wd9MpBAAYptBZCb3RhbiBEaXN0cmlidXRp
-b24gS2V5iQEqBBMBAgAUAhsDAh4BAheAB

[arch-commits] Commit in xorg-mkfontdir/repos (3 files)

2017-01-11 Thread Christian Hesse
Date: Wednesday, January 11, 2017 @ 19:50:11
  Author: eworm
Revision: 285699

archrelease: copy trunk to testing-any

Added:
  xorg-mkfontdir/repos/testing-any/
  xorg-mkfontdir/repos/testing-any/PKGBUILD
(from rev 285698, xorg-mkfontdir/trunk/PKGBUILD)
  xorg-mkfontdir/repos/testing-any/xorg-mkfontdir.hook
(from rev 285698, xorg-mkfontdir/trunk/xorg-mkfontdir.hook)

-+
 PKGBUILD|   30 ++
 xorg-mkfontdir.hook |   19 +++
 2 files changed, 49 insertions(+)

Copied: xorg-mkfontdir/repos/testing-any/PKGBUILD (from rev 285698, 
xorg-mkfontdir/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-01-11 19:50:11 UTC (rev 285699)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-mkfontdir
+pkgver=1.0.7
+pkgrel=5
+pkgdesc="Create an index of X font files in a directory"
+arch=(any)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('sh' 'xorg-mkfontscale')
+makedepends=('xorg-util-macros')
+groups=('xorg' 'xorg-apps')
+source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2
+xorg-mkfontdir.hook)
+sha1sums=('3c06dad8a5fbf7362b51fb7d6b1ab805eba40336'
+  '67eaa9c5948ad6ac09464d24246f60b0c6b82f2c')
+
+build() {
+  cd "${srcdir}/mkfontdir-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/mkfontdir-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 $srcdir/xorg-mkfontdir.hook 
"${pkgdir}/usr/share/libalpm/hooks/xorg-mkfontdir.hook"
+}

Copied: xorg-mkfontdir/repos/testing-any/xorg-mkfontdir.hook (from rev 285698, 
xorg-mkfontdir/trunk/xorg-mkfontdir.hook)
===
--- testing-any/xorg-mkfontdir.hook (rev 0)
+++ testing-any/xorg-mkfontdir.hook 2017-01-11 19:50:11 UTC (rev 285699)
@@ -0,0 +1,19 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/fonts/*/*.bdf
+Target = usr/share/fonts/*/*.otf
+Target = usr/share/fonts/*/*.pcf.gz
+Target = usr/share/fonts/*/*.pfa
+Target = usr/share/fonts/*/*.pfb
+Target = usr/share/fonts/*/*.ttc
+Target = usr/share/fonts/*/*.ttf
+Target = usr/share/fonts/*/*.woff
+
+[Action]
+Description = Creating index of X font files...
+When = PostTransaction
+Exec = /bin/sh -c 'while read -r f; do dirname $f; done | uniq | while read -r 
d; do mkfontscale /$d && mkfontdir /$d; done'
+NeedsTargets


[arch-commits] Commit in xorg-mkfontdir/trunk (PKGBUILD xorg-mkfontdir.hook)

2017-01-11 Thread Christian Hesse
Date: Wednesday, January 11, 2017 @ 19:42:30
  Author: eworm
Revision: 285698

upgpkg: xorg-mkfontdir 1.0.7-5

match Web Open Font Format (*.woff) in hook (FS#52496)

Modified:
  xorg-mkfontdir/trunk/PKGBUILD
  xorg-mkfontdir/trunk/xorg-mkfontdir.hook

-+
 PKGBUILD|4 ++--
 xorg-mkfontdir.hook |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:59:46 UTC (rev 285697)
+++ PKGBUILD2017-01-11 19:42:30 UTC (rev 285698)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-mkfontdir
 pkgver=1.0.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Create an index of X font files in a directory"
 arch=(any)
 url="http://xorg.freedesktop.org/";
@@ -14,7 +14,7 @@
 
source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2
 xorg-mkfontdir.hook)
 sha1sums=('3c06dad8a5fbf7362b51fb7d6b1ab805eba40336'
-  'f62b04589bbdad9f0ae23631691372abd7b6fe14')
+  '67eaa9c5948ad6ac09464d24246f60b0c6b82f2c')
 
 build() {
   cd "${srcdir}/mkfontdir-${pkgver}"

Modified: xorg-mkfontdir.hook
===
--- xorg-mkfontdir.hook 2017-01-11 17:59:46 UTC (rev 285697)
+++ xorg-mkfontdir.hook 2017-01-11 19:42:30 UTC (rev 285698)
@@ -10,6 +10,7 @@
 Target = usr/share/fonts/*/*.pfb
 Target = usr/share/fonts/*/*.ttc
 Target = usr/share/fonts/*/*.ttf
+Target = usr/share/fonts/*/*.woff
 
 [Action]
 Description = Creating index of X font files...


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

2017-01-11 Thread Jaroslav Lichtblau
Date: Wednesday, January 11, 2017 @ 19:39:02
  Author: jlichtblau
Revision: 206852

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-11 19:38:40 UTC (rev 206851)
+++ community-i686/PKGBUILD 2017-01-11 19:39:02 UTC (rev 206852)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-
-pkgname=godep
-pkgver=75
-pkgrel=1
-epoch=2
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep";
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('a9508db6a792170f9815864b70a70a8e0e66ca0bf57f1a9cc087d811ec105494')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  go get golang.org/x/tools/go/vcs
-  go get github.com/pmezard/go-difflib/difflib
-  go get github.com/kr/fs
-  go get github.com/kr/pretty
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  GOPATH="${srcdir}" go build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: godep/repos/community-i686/PKGBUILD (from rev 206851, 
godep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-11 19:39:02 UTC (rev 206852)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+
+pkgname=godep
+pkgver=76
+pkgrel=1
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('i686' 'x86_64')
+url="http://github.com/tools/godep";
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go' 'mercurial')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
+sha256sums=('f52ddbb3c784decfefb60436efb96adf525cc4c7d080ab7953a2eb1dddc65a83')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  go get golang.org/x/tools/go/vcs
+  go get github.com/pmezard/go-difflib/difflib
+  go get github.com/kr/fs
+  go get github.com/kr/pretty
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  GOPATH="${srcdir}" go build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-11 19:38:40 UTC (rev 206851)
+++ community-x86_64/PKGBUILD   2017-01-11 19:39:02 UTC (rev 206852)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-
-pkgname=godep
-pkgver=75
-pkgrel=1
-epoch=2
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep";
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('a9508db6a792170f9815864b70a70a8e0e66ca0bf57f1a9cc087d811ec105494')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  go get golang.org/x/tools/go/vcs
-  go get github.com/pmezard/go-difflib/difflib
-  go get github.com/kr/fs
-  go get github.com/kr/pretty
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  GOPATH="${srcdir}" go build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: godep/repos/community-x86_64/PKGBUILD (from rev 206851, 
godep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-11 19:39:02 UTC (rev 206852)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+
+pkgname=godep
+pkgver=76
+pkgrel=1
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('i686' 'x86_64')
+url="http://github.com/tools/godep";
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'g

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

2017-01-11 Thread Jaroslav Lichtblau
Date: Wednesday, January 11, 2017 @ 19:38:40
  Author: jlichtblau
Revision: 206851

upgpkg: godep 2:76-1 - new upstream release

Modified:
  godep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:54:36 UTC (rev 206850)
+++ PKGBUILD2017-01-11 19:38:40 UTC (rev 206851)
@@ -4,7 +4,7 @@
 # Contributor: Sauyon Lee 
 
 pkgname=godep
-pkgver=75
+pkgver=76
 pkgrel=1
 epoch=2
 pkgdesc="Dependency tool for go"
@@ -14,7 +14,7 @@
 depends=('glibc')
 makedepends=('git' 'go' 'mercurial')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('a9508db6a792170f9815864b70a70a8e0e66ca0bf57f1a9cc087d811ec105494')
+sha256sums=('f52ddbb3c784decfefb60436efb96adf525cc4c7d080ab7953a2eb1dddc65a83')
 
 prepare() {
   export GOPATH="${srcdir}"


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

2017-01-11 Thread Bartłomiej Piotrowski
Date: Wednesday, January 11, 2017 @ 17:59:46
  Author: bpiotrowski
Revision: 285697

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

Added:
  bubblewrap/repos/extra-i686/
  bubblewrap/repos/extra-i686/PKGBUILD
(from rev 285696, bubblewrap/trunk/PKGBUILD)
  bubblewrap/repos/extra-x86_64/
  bubblewrap/repos/extra-x86_64/PKGBUILD
(from rev 285696, bubblewrap/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   25 +
 extra-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: bubblewrap/repos/extra-i686/PKGBUILD (from rev 285696, 
bubblewrap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-11 17:59:46 UTC (rev 285697)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=bubblewrap
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
+sha256sums=('a623489a31c0bc6e32ebfef8e55cde16cc0b5d042e5e645e215fda0fb7ec4aad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-priv-mode=setuid
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: bubblewrap/repos/extra-x86_64/PKGBUILD (from rev 285696, 
bubblewrap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-11 17:59:46 UTC (rev 285697)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=bubblewrap
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
+sha256sums=('a623489a31c0bc6e32ebfef8e55cde16cc0b5d042e5e645e215fda0fb7ec4aad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-priv-mode=setuid
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2017-01-11 Thread Bartłomiej Piotrowski
Date: Wednesday, January 11, 2017 @ 17:56:46
  Author: bpiotrowski
Revision: 285696

newpkg: bubblewrap 0.1.5-1

Added:
  bubblewrap/
  bubblewrap/repos/
  bubblewrap/trunk/
  bubblewrap/trunk/PKGBUILD

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

Added: bubblewrap/trunk/PKGBUILD
===
--- bubblewrap/trunk/PKGBUILD   (rev 0)
+++ bubblewrap/trunk/PKGBUILD   2017-01-11 17:56:46 UTC (rev 285696)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=bubblewrap
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
+sha256sums=('a623489a31c0bc6e32ebfef8e55cde16cc0b5d042e5e645e215fda0fb7ec4aad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-priv-mode=setuid
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: bubblewrap/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in tarantool/trunk (tarantool.install)

2017-01-11 Thread Anatol Pomozov
Date: Wednesday, January 11, 2017 @ 17:54:36
  Author: anatolik
Revision: 206850

systemd-tmpfiles invocation moved to hooks

Modified:
  tarantool/trunk/tarantool.install

---+
 tarantool.install |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: tarantool.install
===
--- tarantool.install   2017-01-11 17:54:04 UTC (rev 206849)
+++ tarantool.install   2017-01-11 17:54:36 UTC (rev 206850)
@@ -1,11 +1,8 @@
 post_upgrade() {
+  # TODO: move user creation to systemd-sysusers
   getent group tarantool >/dev/null || groupadd --system tarantool &>/dev/null
   getent passwd tarantool >/dev/null || useradd --system -g tarantool -d 
/var/lib/tarantool -s /bin/false -c "Tarantool Server" tarantool &>/dev/null
 
-  if type -P systemd-tmpfiles &> /dev/null; then
-systemd-tmpfiles --create tarantool.conf
-  fi
-
   mkdir -p /var/run/tarantool
 
   chown -R tarantool:tarantool /var/run/tarantool/


[arch-commits] Commit in rethinkdb/trunk (rethinkdb.install)

2017-01-11 Thread Anatol Pomozov
Date: Wednesday, January 11, 2017 @ 17:54:04
  Author: anatolik
Revision: 206849

systemd-tmpfiles invocation moved to hooks

Modified:
  rethinkdb/trunk/rethinkdb.install

---+
 rethinkdb.install |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: rethinkdb.install
===
--- rethinkdb.install   2017-01-11 17:52:50 UTC (rev 206848)
+++ rethinkdb.install   2017-01-11 17:54:04 UTC (rev 206849)
@@ -1,11 +1,8 @@
 post_install() {
+  # TODO: move user creation to systemd-sysusers
   getent group rethinkdb >/dev/null || groupadd --system rethinkdb &>/dev/null
   getent passwd rethinkdb >/dev/null || useradd --system -g rethinkdb -d 
/var/lib/rethinkdb -s /bin/false rethinkdb &>/dev/null
 
-  if type -P systemd-tmpfiles &> /dev/null; then
-systemd-tmpfiles --create rethinkdb.conf
-  fi
-
   if [ -d /var/lib/rethinkdb ]; then
 echo "Database directory '/var/lib/rethinkdb' already exists. If you want 
to recreate default database then delete the directory and run 'rethinkdb 
create -d /var/lib/rethinkdb/default'."
   fi


[arch-commits] Commit in mldonkey/trunk (mldonkey.install)

2017-01-11 Thread Anatol Pomozov
Date: Wednesday, January 11, 2017 @ 17:52:50
  Author: anatolik
Revision: 206848

systemd-tmpfiles invocation moved to hooks

Modified:
  mldonkey/trunk/mldonkey.install

--+
 mldonkey.install |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: mldonkey.install
===
--- mldonkey.install2017-01-11 17:16:03 UTC (rev 206847)
+++ mldonkey.install2017-01-11 17:52:50 UTC (rev 206848)
@@ -1,4 +1,5 @@
 post_install() {
+  # TODO: move it to systemd-sysusers format
   if ! getent group mldonkey >/dev/null; then
 groupadd --system mldonkey
   fi
@@ -8,10 +9,6 @@
 
   mkdir -p /var/lib/mldonkey
   chown mldonkey:mldonkey /var/lib/mldonkey
-
-  if type -P systemd-tmpfiles &> /dev/null; then
-systemd-tmpfiles --create mldonkey.conf
-  fi
 }
 
 post_upgrade() {


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

2017-01-11 Thread Anatol Pomozov
Date: Wednesday, January 11, 2017 @ 17:48:53
  Author: anatolik
Revision: 285695

systemd-tmpfiles invokation moved to hooks

Modified:
  apache/trunk/PKGBUILD
Deleted:
  apache/trunk/apache.install

+
 PKGBUILD   |1 -
 apache.install |   16 
 2 files changed, 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:46:49 UTC (rev 285694)
+++ PKGBUILD2017-01-11 17:48:53 UTC (rev 285695)
@@ -28,7 +28,6 @@
 'nghttp2: for mod_http2 module'
 'lynx: apachectl status'
 )
-install=apache.install
 source=(
 https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
 apache.tmpfiles.conf

Deleted: apache.install
===
--- apache.install  2017-01-11 17:46:49 UTC (rev 285694)
+++ apache.install  2017-01-11 17:48:53 UTC (rev 285695)
@@ -1,16 +0,0 @@
-post_install() {
-  if type -P systemd-tmpfiles &> /dev/null; then
-systemd-tmpfiles --create apache.conf
-  fi
-}
-
-post_upgrade() {
-  if type -P systemd-tmpfiles &> /dev/null; then
-systemd-tmpfiles --create apache.conf
-  fi
-
-  if [[ $2 == 2\.2\.* ]]; then
-# it is a major upgrade, show a useful link to upgrade instructions
-echo 'Check Apache upgrade instructions: 
https://httpd.apache.org/docs/2.4/upgrading.html'
-  fi
-}


[arch-commits] Commit in noto-fonts-emoji/repos/extra-any (3 files)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:46:49
  Author: arojas
Revision: 285694

archrelease: copy trunk to extra-any

Added:
  noto-fonts-emoji/repos/extra-any/PKGBUILD
(from rev 285693, noto-fonts-emoji/trunk/PKGBUILD)
Deleted:
  noto-fonts-emoji/repos/extra-any/PKGBUILD
  noto-fonts-emoji/repos/extra-any/noto-fonts-emoji.install

--+
 PKGBUILD |   69 ++---
 noto-fonts-emoji.install |   11 ---
 2 files changed, 34 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 17:46:32 UTC (rev 285693)
+++ PKGBUILD2017-01-11 17:46:49 UTC (rev 285694)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts-emoji
-_pkgver=2016-07-14
-_commit=2c3079c
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Google Noto emoji fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
-install=$pkgname.install
-#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
-source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-md5sums=('cb8e4bda2a1bfe91420dac7320b2f7f1')
-
-prepare() {
-  cd noto-emoji-*
-  find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
-  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
-}
-
-build() {
-  cd noto-emoji-*
-  make
-}
-
-package() {
-  cd noto-emoji-*
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
-}

Copied: noto-fonts-emoji/repos/extra-any/PKGBUILD (from rev 285693, 
noto-fonts-emoji/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 17:46:49 UTC (rev 285694)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts-emoji
+_pkgver=2016-10-20
+_commit=f09b63d
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto emoji fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
+#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
+md5sums=('52568bbd4752b74ba24d060f2b74e85e')
+
+prepare() {
+  cd noto-emoji-*
+  find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
+  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
+}
+
+build() {
+  cd noto-emoji-*
+  make
+}
+
+package() {
+  cd noto-emoji-*
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
+}

Deleted: noto-fonts-emoji.install
===
--- noto-fonts-emoji.install2017-01-11 17:46:32 UTC (rev 285693)
+++ noto-fonts-emoji.install2017-01-11 17:46:49 UTC (rev 285694)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in qemu/trunk (qemu.install)

2017-01-11 Thread Anatol Pomozov
Date: Wednesday, January 11, 2017 @ 17:46:32
  Author: anatolik
Revision: 285693

sysuser moved to hooks

Modified:
  qemu/trunk/qemu.install

--+
 qemu.install |3 ---
 1 file changed, 3 deletions(-)

Modified: qemu.install
===
--- qemu.install2017-01-11 17:46:25 UTC (rev 285692)
+++ qemu.install2017-01-11 17:46:32 UTC (rev 285693)
@@ -1,8 +1,5 @@
 # Arg 1:  the new package version
 post_install() {
-  # create kvm group
-  systemd-sysusers qemu.conf
-
   # trigger events on modules files when already loaded
   for _f in /sys/devices/virtual/misc/{kvm,vhost-net}; do
 [[ -e "$_f" ]] &&  udevadm trigger "$_f"


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD noto-fonts-emoji.install)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:46:25
  Author: arojas
Revision: 285692

Hooks

Modified:
  noto-fonts-emoji/trunk/PKGBUILD
Deleted:
  noto-fonts-emoji/trunk/noto-fonts-emoji.install

--+
 PKGBUILD |1 -
 noto-fonts-emoji.install |   11 ---
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:45:54 UTC (rev 285691)
+++ PKGBUILD2017-01-11 17:46:25 UTC (rev 285692)
@@ -12,7 +12,6 @@
 license=(Apache)
 depends=(fontconfig)
 makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
-install=$pkgname.install
 
#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
 md5sums=('52568bbd4752b74ba24d060f2b74e85e')

Deleted: noto-fonts-emoji.install
===
--- noto-fonts-emoji.install2017-01-11 17:45:54 UTC (rev 285691)
+++ noto-fonts-emoji.install2017-01-11 17:46:25 UTC (rev 285692)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:45:54
  Author: arojas
Revision: 285691

Hooks

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:22:07 UTC (rev 285690)
+++ PKGBUILD2017-01-11 17:45:54 UTC (rev 285691)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2016-07-14
-_commit=2c3079c
+_pkgver=2016-10-20
+_commit=f09b63d
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -14,8 +14,8 @@
 makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
 install=$pkgname.install
 
#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
-source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-md5sums=('cb8e4bda2a1bfe91420dac7320b2f7f1')
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
+md5sums=('52568bbd4752b74ba24d060f2b74e85e')
 
 prepare() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-cjk/repos/extra-any (3 files)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:22:07
  Author: arojas
Revision: 285690

archrelease: copy trunk to extra-any

Added:
  noto-fonts-cjk/repos/extra-any/PKGBUILD
(from rev 285689, noto-fonts-cjk/trunk/PKGBUILD)
Deleted:
  noto-fonts-cjk/repos/extra-any/PKGBUILD
  noto-fonts-cjk/repos/extra-any/noto-fonts-cjk.install

+
 PKGBUILD   |   39 +++
 noto-fonts-cjk.install |   11 ---
 2 files changed, 19 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 17:21:38 UTC (rev 285689)
+++ PKGBUILD2017-01-11 17:22:07 UTC (rev 285690)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts-cjk
-pkgver=1.004
-pkgrel=2
-pkgdesc="Google Noto CJK fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(custom:SIL)
-depends=(fontconfig)
-install=$pkgname.install
-source=("https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz";)
-sha256sums=('835a42755c1e8d6a4a406f32609da1f0fa7f9674d05760f0be658d9d6f4ab71c')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 noto-cjk-$pkgver/*.ttc "$pkgdir"/usr/share/fonts/noto
-  install -Dm644 noto-cjk-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: noto-fonts-cjk/repos/extra-any/PKGBUILD (from rev 285689, 
noto-fonts-cjk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 17:22:07 UTC (rev 285690)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts-cjk
+pkgver=1.004
+pkgrel=3
+pkgdesc="Google Noto CJK fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(custom:SIL)
+depends=(fontconfig)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz";)
+sha256sums=('835a42755c1e8d6a4a406f32609da1f0fa7f9674d05760f0be658d9d6f4ab71c')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 noto-cjk-$pkgver/*.ttc "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 noto-cjk-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: noto-fonts-cjk.install
===
--- noto-fonts-cjk.install  2017-01-11 17:21:38 UTC (rev 285689)
+++ noto-fonts-cjk.install  2017-01-11 17:22:07 UTC (rev 285690)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD noto-fonts-cjk.install)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:21:38
  Author: arojas
Revision: 285689

Hooks

Modified:
  noto-fonts-cjk/trunk/PKGBUILD
Deleted:
  noto-fonts-cjk/trunk/noto-fonts-cjk.install

+
 PKGBUILD   |5 ++---
 noto-fonts-cjk.install |   11 ---
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:17:55 UTC (rev 285688)
+++ PKGBUILD2017-01-11 17:21:38 UTC (rev 285689)
@@ -3,14 +3,13 @@
 
 pkgname=noto-fonts-cjk
 pkgver=1.004
-pkgrel=2
+pkgrel=3
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
 license=(custom:SIL)
 depends=(fontconfig)
-install=$pkgname.install
-source=("https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz";)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz";)
 sha256sums=('835a42755c1e8d6a4a406f32609da1f0fa7f9674d05760f0be658d9d6f4ab71c')
 
 package() {

Deleted: noto-fonts-cjk.install
===
--- noto-fonts-cjk.install  2017-01-11 17:17:55 UTC (rev 285688)
+++ noto-fonts-cjk.install  2017-01-11 17:21:38 UTC (rev 285689)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in noto-fonts/repos/extra-any (3 files)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:17:55
  Author: arojas
Revision: 285688

archrelease: copy trunk to extra-any

Added:
  noto-fonts/repos/extra-any/PKGBUILD
(from rev 285687, noto-fonts/trunk/PKGBUILD)
Deleted:
  noto-fonts/repos/extra-any/PKGBUILD
  noto-fonts/repos/extra-any/noto-fonts.install

+
 PKGBUILD   |   71 +--
 noto-fonts.install |   11 ---
 2 files changed, 35 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 17:17:17 UTC (rev 285687)
+++ PKGBUILD2017-01-11 17:17:55 UTC (rev 285688)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=noto-fonts
-pkgname=(noto-fonts ttf-croscore)
-_pkgver=2016-10-03
-_commit=3dfd3e9
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Google Noto TTF fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(Apache)
-depends=(fontconfig)
-provides=(ttf-font)
-install=noto-fonts.install
-#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
-source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
-sha256sums=('b5f6eb210303c861fa27e3497436a431091b72dfcf7327aa30bd323e9df5e1fb')
-
-package_noto-fonts() {
-  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
-
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
-}
-
-package_ttf-croscore() {
-  pkgdesc='Chrome OS core fonts'
-
-  cd $pkgbase-*/hinted
-  mkdir -p "$pkgdir"/usr/share/fonts/TTF
-  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
-}
-
-

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 285687, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 17:17:55 UTC (rev 285688)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts ttf-croscore)
+_pkgver=2016-12-21
+_commit=e5782aa
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(Apache)
+depends=(fontconfig)
+provides=(ttf-font)
+#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
+source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
+sha256sums=('9a0463b9922eaff3d64786982645e4027b6390c1e0cb870a7c9747ed364d387f')
+
+package_noto-fonts() {
+  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')
+
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 $pkgbase-*/hinted/Noto*.ttf "$pkgdir"/usr/share/fonts/noto
+}
+
+package_ttf-croscore() {
+  pkgdesc='Chrome OS core fonts'
+
+  cd $pkgbase-*/hinted
+  mkdir -p "$pkgdir"/usr/share/fonts/TTF
+  install -m644 Arimo*.ttf Cousine*.ttf Tinos*.ttf 
"$pkgdir"/usr/share/fonts/TTF
+}
+
+

Deleted: noto-fonts.install
===
--- noto-fonts.install  2017-01-11 17:17:17 UTC (rev 285687)
+++ noto-fonts.install  2017-01-11 17:17:55 UTC (rev 285688)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in noto-fonts/trunk (PKGBUILD noto-fonts.install)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:17:17
  Author: arojas
Revision: 285687

Hooks

Modified:
  noto-fonts/trunk/PKGBUILD
Deleted:
  noto-fonts/trunk/noto-fonts.install

+
 PKGBUILD   |7 +++
 noto-fonts.install |   11 ---
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 15:57:49 UTC (rev 285686)
+++ PKGBUILD2017-01-11 17:17:17 UTC (rev 285687)
@@ -3,8 +3,8 @@
 
 pkgbase=noto-fonts
 pkgname=(noto-fonts ttf-croscore)
-_pkgver=2016-10-03
-_commit=3dfd3e9
+_pkgver=2016-12-21
+_commit=e5782aa
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto TTF fonts"
@@ -13,10 +13,9 @@
 license=(Apache)
 depends=(fontconfig)
 provides=(ttf-font)
-install=noto-fonts.install
 
#source=("https://github.com/googlei18n/noto-fonts/archive/v$_pkgver-license-adobe.tar.gz";)
 source=("https://github.com/googlei18n/noto-fonts/archive/$_commit.zip";)
-sha256sums=('b5f6eb210303c861fa27e3497436a431091b72dfcf7327aa30bd323e9df5e1fb')
+sha256sums=('9a0463b9922eaff3d64786982645e4027b6390c1e0cb870a7c9747ed364d387f')
 
 package_noto-fonts() {
   optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters')

Deleted: noto-fonts.install
===
--- noto-fonts.install  2017-01-11 15:57:49 UTC (rev 285686)
+++ noto-fonts.install  2017-01-11 17:17:17 UTC (rev 285687)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2017-01-11 Thread Jiachen Yang
Date: Wednesday, January 11, 2017 @ 17:16:03
  Author: farseerfc
Revision: 206847

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

Added:
  powerline/repos/community-i686/PKGBUILD
(from rev 206846, powerline/trunk/PKGBUILD)
  powerline/repos/community-i686/powerline-fonts.install
(from rev 206846, powerline/trunk/powerline-fonts.install)
  powerline/repos/community-i686/powerline.install
(from rev 206846, powerline/trunk/powerline.install)
  powerline/repos/community-i686/powerline2.install
(from rev 206846, powerline/trunk/powerline2.install)
  powerline/repos/community-x86_64/PKGBUILD
(from rev 206846, powerline/trunk/PKGBUILD)
  powerline/repos/community-x86_64/powerline-fonts.install
(from rev 206846, powerline/trunk/powerline-fonts.install)
  powerline/repos/community-x86_64/powerline.install
(from rev 206846, powerline/trunk/powerline.install)
  powerline/repos/community-x86_64/powerline2.install
(from rev 206846, powerline/trunk/powerline2.install)
Deleted:
  powerline/repos/community-i686/PKGBUILD
  powerline/repos/community-i686/powerline-fonts.install
  powerline/repos/community-i686/powerline.install
  powerline/repos/community-i686/powerline2.install
  powerline/repos/community-x86_64/PKGBUILD
  powerline/repos/community-x86_64/powerline-fonts.install
  powerline/repos/community-x86_64/powerline.install
  powerline/repos/community-x86_64/powerline2.install

--+
 /PKGBUILD|  358 +
 /powerline-fonts.install |   18 +
 /powerline.install   |   14 +
 /powerline2.install  |   12 
 community-i686/PKGBUILD  |  179 --
 community-i686/powerline-fonts.install   |9 
 community-i686/powerline.install |7 
 community-i686/powerline2.install|6 
 community-x86_64/PKGBUILD|  179 --
 community-x86_64/powerline-fonts.install |9 
 community-x86_64/powerline.install   |7 
 community-x86_64/powerline2.install  |6 
 12 files changed, 402 insertions(+), 402 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-11 17:11:44 UTC (rev 206846)
+++ community-i686/PKGBUILD 2017-01-11 17:16:03 UTC (rev 206847)
@@ -1,179 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Swift Geek
-# AUR Maintainer: Timothée Ravier 
-# AUR Maintainer: Stefan Tatschner 
-# Contributor: Swift Geek
-# Contributor: Pablo Olmos de Aguilera C. pablo+aur at odac dot co
-
-_pkgname="powerline"
-pkgbase="powerline"
-pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
-pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
-pkgver=2.5
-pkgrel=2
-url="https://github.com/${_pkgname}/${_pkgname}";
-license=('MIT')
-arch=('x86_64' 'i686')
-makedepends=(
-'python2-setuptools'
-'python-setuptools'
-'python-sphinx'
-)
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('c698c9e5f22d680b15da55e390a6e12d54277e1bcebfd8ac5d2631acf72b1d11660166269772fe636ec7b148bbfffe4934b94287c528a4aaed870bba849ed212')
-
-
-
-prepare() {
-# fix https://bugs.archlinux.org/task/48358
-cd ${srcdir}/${_pkgname}-${pkgver}
-find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/env //"
-find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/env //"
-
-
-cp -r ${srcdir}/${_pkgname}-${pkgver}{,-py2}
-# prepare python2 scripts
-cd ${srcdir}/${_pkgname}-${pkgver}-py2
-find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/python/python2/"
-find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/python/python2/"
-}
-
-build(){
-# build main pages
-cd ${srcdir}/${_pkgname}-${pkgver}/docs
-make man
-
-# build C client
-cd ${srcdir}/${_pkgname}-${pkgver}
-python setup.py build
-
-cd ${srcdir}/${_pkgname}-${pkgver}-py2
-python2 setup.py build
-}
-
-
-# FIXME Currently test will fail with dividers and other errors
-# check(){
-# cd ${srcdir}/${_pkgname}-${pkgver}
-# LC_ALL=C python setup.py test
-# cd ${srcdir}/${_pkgname}-${pkgver}-py2
-# LC_ALL=C python2 setup.py test
-# }
-
-package_powerline(){
-depends=('python-powerline')
-conflicts=('powerline2' 'python-powerline<=2.3-1')
-replaces=('python-powerline<=2.3-1')
-install="powerline.install"
-
-cd ${srcdir}/${_pkgname}-${pkgver}/scripts
-install -Dm755 powerline "${pkgdir}/usr/bin/powerline"
-install -Dm755 powerline-config "${pkgdir}/usr/bin/powerline-config"
-instal

[arch-commits] Commit in powerline/trunk (PKGBUILD powerline.install)

2017-01-11 Thread Jiachen Yang
Date: Wednesday, January 11, 2017 @ 17:11:44
  Author: farseerfc
Revision: 206846

upgpkg: powerline 2.5-3

fix install msg

Modified:
  powerline/trunk/PKGBUILD
  powerline/trunk/powerline.install

---+
 PKGBUILD  |   16 
 powerline.install |4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 16:58:47 UTC (rev 206845)
+++ PKGBUILD2017-01-11 17:11:44 UTC (rev 206846)
@@ -10,7 +10,7 @@
 pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
 pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 url="https://github.com/${_pkgname}/${_pkgname}";
 license=('MIT')
 arch=('x86_64' 'i686')
@@ -52,13 +52,13 @@
 }
 
 
-# FIXME Currently test will fail with dividers and other errors
-# check(){
-# cd ${srcdir}/${_pkgname}-${pkgver}
-# LC_ALL=C python setup.py test
-# cd ${srcdir}/${_pkgname}-${pkgver}-py2
-# LC_ALL=C python2 setup.py test
-# }
+## FIXME Currently test will fail with dividers and other errors
+#check(){
+#cd ${srcdir}/${_pkgname}-${pkgver}
+#LC_ALL=C python setup.py test
+#cd ${srcdir}/${_pkgname}-${pkgver}-py2
+#LC_ALL=C python2 setup.py test
+#}
 
 package_powerline(){
 depends=('python-powerline')

Modified: powerline.install
===
--- powerline.install   2017-01-11 16:58:47 UTC (rev 206845)
+++ powerline.install   2017-01-11 17:11:44 UTC (rev 206846)
@@ -1,7 +1,7 @@
 post_install() {
-   echo "Note: Bindings are installed in 
'/usr/lib/python3.5/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
+   echo "Note: Bindings are installed in 
'/usr/lib/python3.6/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
 }
 
 post_upgrade() {
-   echo "Note: Bindings are installed in 
'/usr/lib/python3.5/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
+   echo "Note: Bindings are installed in 
'/usr/lib/python3.6/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
 }


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 16:58:47
  Author: arojas
Revision: 206845

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

Added:
  shotwell/repos/community-staging-i686/
  shotwell/repos/community-staging-i686/PKGBUILD
(from rev 206844, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-staging-x86_64/
  shotwell/repos/community-staging-x86_64/PKGBUILD
(from rev 206844, shotwell/trunk/PKGBUILD)

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

Copied: shotwell/repos/community-staging-i686/PKGBUILD (from rev 206844, 
shotwell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 16:58:47 UTC (rev 206845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer : Ionut Biru 
+# Contributor: Joeny Ang 
+
+pkgname=shotwell
+epoch=1
+pkgver=0.24.3
+_basever=${pkgver%.*}
+pkgrel=2
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
+arch=('i686' 'x86_64')
+url="http://yorba.org/shotwell/";
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
+# odd versions are unstable!
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
+sha256sums=('9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make -j1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: shotwell/repos/community-staging-x86_64/PKGBUILD (from rev 206844, 
shotwell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 16:58:47 UTC (rev 206845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer : Ionut Biru 
+# Contributor: Joeny Ang 
+
+pkgname=shotwell
+epoch=1
+pkgver=0.24.3
+_basever=${pkgver%.*}
+pkgrel=2
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
+arch=('i686' 'x86_64')
+url="http://yorba.org/shotwell/";
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
+# odd versions are unstable!
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
+sha256sums=('9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make -j1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 16:58:03
  Author: arojas
Revision: 206844

libraw 0.18 rebuild

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 16:46:43 UTC (rev 206843)
+++ PKGBUILD2017-01-11 16:58:03 UTC (rev 206844)
@@ -7,7 +7,7 @@
 epoch=1
 pkgver=0.24.3
 _basever=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
 arch=('i686' 'x86_64')
 url="http://yorba.org/shotwell/";


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

2017-01-11 Thread Sergej Pupykin
Date: Wednesday, January 11, 2017 @ 16:46:43
  Author: spupykin
Revision: 206843

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

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 206842, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/couchdb.install
(from rev 206842, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.service
(from rev 206842, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 206842, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-i686/datadirs.ini
(from rev 206842, couchdb/trunk/datadirs.ini)
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 206842, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 206842, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 206842, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 206842, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 206842, 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
  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 |  116 
 /couchdb.install  |   32 +
 /couchdb.service  |   30 +
 /couchdb.tmpfiles |2 
 /datadirs.ini |6 +
 community-i686/PKGBUILD   |   58 --
 community-i686/couchdb.install|   16 
 community-i686/couchdb.service|   15 
 community-i686/couchdb.tmpfiles   |1 
 community-i686/datadirs.ini   |3 
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/couchdb.install  |   16 
 community-x86_64/couchdb.service  |   15 
 community-x86_64/couchdb.tmpfiles |1 
 community-x86_64/datadirs.ini |3 
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-11 16:46:16 UTC (rev 206842)
+++ community-i686/PKGBUILD 2017-01-11 16:46:43 UTC (rev 206843)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.0.0
-pkgrel=4
-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/couchdb/vm.args')
-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')
-
-prepare() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
-}
-
-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
-  mv "$pkgdir"/usr/lib/couchdb/etc/vm.args "$pkgdir"/etc/couchdb/vm.args
-
-  # 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/${_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
-}

Copied: couchdb/repos/community-i686/PKGBUILD (from rev 206842, 
couchdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-11 16:46:43 UTC (

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

2017-01-11 Thread Sergej Pupykin
Date: Wednesday, January 11, 2017 @ 16:46:16
  Author: spupykin
Revision: 206842

upgpkg: couchdb 2.0.0-5

upd

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 16:29:07 UTC (rev 206841)
+++ PKGBUILD2017-01-11 16:46:16 UTC (rev 206842)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=2.0.0
-pkgrel=4
+pkgrel=5
 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";


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

2017-01-11 Thread Sergej Pupykin
Date: Wednesday, January 11, 2017 @ 16:28:50
  Author: spupykin
Revision: 206839

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

Added:
  busybox/repos/community-i686/PKGBUILD
(from rev 206838, busybox/trunk/PKGBUILD)
  busybox/repos/community-i686/busybox.install
(from rev 206838, busybox/trunk/busybox.install)
  busybox/repos/community-i686/config
(from rev 206838, busybox/trunk/config)
  busybox/repos/community-x86_64/PKGBUILD
(from rev 206838, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/busybox.install
(from rev 206838, busybox/trunk/busybox.install)
  busybox/repos/community-x86_64/config
(from rev 206838, busybox/trunk/config)
Deleted:
  busybox/repos/community-i686/PKGBUILD
  busybox/repos/community-i686/busybox.install
  busybox/repos/community-i686/config
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/busybox.install
  busybox/repos/community-x86_64/config

--+
 /PKGBUILD|   70 +
 /busybox.install |   32 
 /config  | 2194 +
 community-i686/PKGBUILD  |   35 
 community-i686/busybox.install   |   16 
 community-i686/config| 1097 --
 community-x86_64/PKGBUILD|   35 
 community-x86_64/busybox.install |   16 
 community-x86_64/config  | 1097 --
 9 files changed, 2296 insertions(+), 2296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-11 16:28:28 UTC (rev 206838)
+++ community-i686/PKGBUILD 2017-01-11 16:28:50 UTC (rev 206839)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jens Pranaitis 
-
-pkgname=busybox
-pkgver=1.26.1
-pkgrel=1
-pkgdesc="Utilities for rescue and embedded systems"
-arch=("i686" "x86_64")
-url="https://www.busybox.net";
-license=('GPL')
-makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
-install=busybox.install
-source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
-   "config")
-sha256sums=('0fbbe487fa35cc3258749cf79c259578c1a221013cc4fb60d6a3542590f781f2'
-'ee3f947d8194a85b0adc150db8000d09c3fc31827ab259954a2c1ea9e646df6c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cp "$srcdir"/config .config
-  sed '1,1i#include ' -i include/libbb.h
-  # if you want to run menuconfig uncomment the following line:
-#  make menuconfig ; return 1
-  make CC=musl-gcc
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm755 busybox "$pkgdir"/usr/bin/busybox
-  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
-  for doc in BusyBox.html BusyBox.txt; do
-install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
-  done
-}

Copied: busybox/repos/community-i686/PKGBUILD (from rev 206838, 
busybox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-11 16:28:50 UTC (rev 206839)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jens Pranaitis 
+
+pkgname=busybox
+pkgver=1.26.2
+pkgrel=1
+pkgdesc="Utilities for rescue and embedded systems"
+arch=("i686" "x86_64")
+url="https://www.busybox.net";
+license=('GPL')
+makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
+install=busybox.install
+source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
+   "config")
+sha256sums=('da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16'
+'ee3f947d8194a85b0adc150db8000d09c3fc31827ab259954a2c1ea9e646df6c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cp "$srcdir"/config .config
+  sed '1,1i#include ' -i include/libbb.h
+  # if you want to run menuconfig uncomment the following line:
+#  make menuconfig ; return 1
+  make CC=musl-gcc
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 busybox "$pkgdir"/usr/bin/busybox
+  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
+  for doc in BusyBox.html BusyBox.txt; do
+install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
+  done
+}

Deleted: community-i686/busybox.install
===
--- community-i686/busybox.install  2017-01-11 16:28:28 UTC (rev 206838)
+++ community-i686/busybox.install  2017-01-11 16:28:50 UTC (rev 206839)
@@ -1,16 +0,0 @@
-_tmp_dir=tmp/busybox.upgrade
-
-post_install() {
-  echo "You may want to do setuid on /usr/bin/busybox"
-  echo "  chmod 4555 /usr/bin/busybox"
-}
-
-pre_upgrade() {
-  mkdir ${_tmp_dir} || exit 1
-  busybox stat -c %a usr/bin/busybox >${_tmp_dir}/busybox.upgrade.script
-}
-
-post_upgrade() {
-  [ -f ${_tmp_dir}/busybox.upgrade.script ] && busybox chmod `busybox cat 
${_tmp_dir}/busybox.upgrade.script` usr/bin/busybox
-  busybox rm -rf ${_t

[arch-commits] Commit in perl-ical-parser/repos/community-any (PKGBUILD PKGBUILD)

2017-01-11 Thread Sergej Pupykin
Date: Wednesday, January 11, 2017 @ 16:29:07
  Author: spupykin
Revision: 206841

archrelease: copy trunk to community-any

Added:
  perl-ical-parser/repos/community-any/PKGBUILD
(from rev 206840, perl-ical-parser/trunk/PKGBUILD)
Deleted:
  perl-ical-parser/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 16:28:56 UTC (rev 206840)
+++ PKGBUILD2017-01-11 16:29:07 UTC (rev 206841)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-ical-parser
-pkgver=1.20
-pkgrel=1
-pkgdesc="Perl/CPAN Module iCal::Parser : Parse iCalendar files into a data 
structure"
-arch=("any")
-url="http://search.cpan.org/dist/iCal-Parser";
-license=("GPL" "PerlArtistic")
-makedepends=("perl-io-string" "perl-datetime-format-ical" 
"perl-text-vfile-asdata")
-depends=("perl-freezethaw" "perl-io-string" "perl-datetime-format-ical" 
"perl-text-vfile-asdata")
-source=("http://www.cpan.org/authors/id/R/RF/RFRANKEL/iCal-Parser-$pkgver.tar.gz";)
-md5sums=('91710a458129d1106688969ac0ad0a86')
-
-build() {
-  cd $srcdir/iCal-Parser-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/iCal-Parser-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-ical-parser/repos/community-any/PKGBUILD (from rev 206840, 
perl-ical-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 16:29:07 UTC (rev 206841)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-ical-parser
+pkgver=1.21
+pkgrel=1
+pkgdesc="Perl/CPAN Module iCal::Parser : Parse iCalendar files into a data 
structure"
+arch=("any")
+url="http://search.cpan.org/dist/iCal-Parser";
+license=("GPL" "PerlArtistic")
+makedepends=("perl-io-string" "perl-datetime-format-ical" 
"perl-text-vfile-asdata")
+depends=("perl-freezethaw" "perl-io-string" "perl-datetime-format-ical" 
"perl-text-vfile-asdata")
+source=("http://search.cpan.org/CPAN/authors/id/R/RI/RIXED/iCal-Parser-$pkgver.tar.gz";)
+sha256sums=('0d7939a644a8e67017ec7239d3d9604f3986bb9a4ff80be68fe7299ebfd2270c')
+
+build() {
+  cd "$srcdir"/iCal-Parser-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/iCal-Parser-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-ical-parser/trunk (PKGBUILD)

2017-01-11 Thread Sergej Pupykin
Date: Wednesday, January 11, 2017 @ 16:28:56
  Author: spupykin
Revision: 206840

upgpkg: perl-ical-parser 1.21-1

upd

Modified:
  perl-ical-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 16:28:50 UTC (rev 206839)
+++ PKGBUILD2017-01-11 16:28:56 UTC (rev 206840)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-ical-parser
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc="Perl/CPAN Module iCal::Parser : Parse iCalendar files into a data 
structure"
 arch=("any")
@@ -11,8 +11,8 @@
 license=("GPL" "PerlArtistic")
 makedepends=("perl-io-string" "perl-datetime-format-ical" 
"perl-text-vfile-asdata")
 depends=("perl-freezethaw" "perl-io-string" "perl-datetime-format-ical" 
"perl-text-vfile-asdata")
-source=("http://www.cpan.org/authors/id/R/RF/RFRANKEL/iCal-Parser-$pkgver.tar.gz";)
-md5sums=('91710a458129d1106688969ac0ad0a86')
+source=("http://search.cpan.org/CPAN/authors/id/R/RI/RIXED/iCal-Parser-$pkgver.tar.gz";)
+sha256sums=('0d7939a644a8e67017ec7239d3d9604f3986bb9a4ff80be68fe7299ebfd2270c')
 
 build() {
   cd "$srcdir"/iCal-Parser-$pkgver


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

2017-01-11 Thread Sergej Pupykin
Date: Wednesday, January 11, 2017 @ 16:28:28
  Author: spupykin
Revision: 206838

upgpkg: busybox 1.26.2-1

upd

Modified:
  busybox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 16:26:57 UTC (rev 206837)
+++ PKGBUILD2017-01-11 16:28:28 UTC (rev 206838)
@@ -3,7 +3,7 @@
 # Contributor: Jens Pranaitis 
 
 pkgname=busybox
-pkgver=1.26.1
+pkgver=1.26.2
 pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("i686" "x86_64")
@@ -13,7 +13,7 @@
 install=busybox.install
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
"config")
-sha256sums=('0fbbe487fa35cc3258749cf79c259578c1a221013cc4fb60d6a3542590f781f2'
+sha256sums=('da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16'
 'ee3f947d8194a85b0adc150db8000d09c3fc31827ab259954a2c1ea9e646df6c')
 
 build() {


[arch-commits] Commit in virtualbox/repos (48 files)

2017-01-11 Thread Christian Hesse
Date: Wednesday, January 11, 2017 @ 16:26:57
  Author: eworm
Revision: 206837

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

Added:
  virtualbox/repos/community-testing-i686/
  virtualbox/repos/community-testing-i686/002-dri-driver-path.patch
(from rev 206836, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-i686/003-ogl-include-path.patch
(from rev 206836, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-i686/005-gsoap-build.patch
(from rev 206836, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 206836, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-i686/007-python2-path.patch
(from rev 206836, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-i686/008-no-vboxvideo.patch
(from rev 206836, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-i686/60-vboxdrv.rules
(from rev 206836, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-i686/60-vboxguest.rules
(from rev 206836, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-i686/LocalConfig.kmk
(from rev 206836, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-i686/PKGBUILD
(from rev 206836, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-i686/build.sh
(from rev 206836, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-i686/vboxreload
(from rev 206836, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-i686/vboxservice-nox.service
(from rev 206836, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-i686/vboxservice.service
(from rev 206836, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-i686/vboxweb.service
(from rev 206836, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-i686/virtualbox-ext-vnc.install
(from rev 206836, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.conf
(from rev 206836, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.install
(from rev 206836, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.sysusers
(from rev 206836, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.conf
(from rev 206836, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.install
(from rev 206836, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox.install
(from rev 206836, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-i686/virtualbox.sysusers
(from rev 206836, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/002-dri-driver-path.patch
(from rev 206836, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-x86_64/003-ogl-include-path.patch
(from rev 206836, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 206836, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 206836, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/007-python2-path.patch
(from rev 206836, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 206836, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 206836, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 206836, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 206836, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 206836, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 206836, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 206836, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 206836, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 206836, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 206836, virtualbox/trunk/vbo

[arch-commits] Commit in virtualbox/trunk (4 files)

2017-01-11 Thread Christian Hesse
Date: Wednesday, January 11, 2017 @ 16:26:41
  Author: eworm
Revision: 206836

upgpkg: virtualbox 5.1.12-2

* pacman hook: do not call systemd-sysusers from install script
* remove ancient install commands
* fix shebang in install scripts

Modified:
  virtualbox/trunk/PKGBUILD
  virtualbox/trunk/virtualbox-ext-vnc.install
  virtualbox/trunk/virtualbox.install
Deleted:
  virtualbox/trunk/virtualbox-guest-utils.install

+
 PKGBUILD   |4 +---
 virtualbox-ext-vnc.install |2 +-
 virtualbox-guest-utils.install |   23 ---
 virtualbox.install |9 +++--
 4 files changed, 5 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 15:51:05 UTC (rev 206835)
+++ PKGBUILD2017-01-11 16:26:41 UTC (rev 206836)
@@ -11,7 +11,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=5.1.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -320,7 +320,6 @@
  'VIRTUALBOX-GUEST-MODULES')
 replaces=('virtualbox-archlinux-additions' 'virtualbox-guest-additions')
 conflicts=('virtualbox-archlinux-additions' 'virtualbox-guest-additions' 
'virtualbox-guest-utils-nox')
-install=virtualbox-guest-utils.install
 
 source "VirtualBox-$pkgver/env.sh"
 pushd 
"VirtualBox-$pkgver/out/linux.$BUILD_PLATFORM_ARCH/release/bin/additions"
@@ -347,7 +346,6 @@
 pkgdesc='VirtualBox Guest userspace utilities without X support'
 depends=('glibc' 'pam' 'VIRTUALBOX-GUEST-MODULES')
 conflicts=('virtualbox-guest-utils')
-install=virtualbox-guest-utils.install
 
 source "VirtualBox-$pkgver/env.sh"
 pushd 
"VirtualBox-$pkgver/out/linux.$BUILD_PLATFORM_ARCH/release/bin/additions"

Modified: virtualbox-ext-vnc.install
===
--- virtualbox-ext-vnc.install  2017-01-11 15:51:05 UTC (rev 206835)
+++ virtualbox-ext-vnc.install  2017-01-11 16:26:41 UTC (rev 206836)
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
 
 # arg 1:  the new package version
 post_install() {

Deleted: virtualbox-guest-utils.install
===
--- virtualbox-guest-utils.install  2017-01-11 15:51:05 UTC (rev 206835)
+++ virtualbox-guest-utils.install  2017-01-11 16:26:41 UTC (rev 206836)
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers virtualbox-guest-utils.conf
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install "$1"
-  # rename /etc/rc.d/vboxservice
-  if [[ $(vercmp "$2" 4.1.18-3) < 0 ]]; then
-echo "==> rc.d vbox-service script was renamed to vboxservice."
-  fi
-  # fix gid of vboxsf
-  if [[ $(vercmp "$2" 4.1.18-4) < 0 ]]; then
-groupmod -g 109 vboxsf
-  fi
-  return 0
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Modified: virtualbox.install
===
--- virtualbox.install  2017-01-11 15:51:05 UTC (rev 206835)
+++ virtualbox.install  2017-01-11 16:26:41 UTC (rev 206836)
@@ -1,11 +1,6 @@
-# vim:set ts=2 sw=2 ft=sh et:
+#!/bin/bash
 
 # arg 1:  the new package version
-post_install() {
-  systemd-sysusers virtualbox.conf
-}
-
-# arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
   if (( $(vercmp $2 5.0.16-1) < 0 )); then
@@ -13,3 +8,5 @@
 echo '==> Check you have the headers matching your kernel installed'
   fi
 }
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in mariadb/repos (10 files)

2017-01-11 Thread Christian Hesse
Date: Wednesday, January 11, 2017 @ 15:57:49
  Author: eworm
Revision: 285686

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

Added:
  mariadb/repos/testing-i686/
  mariadb/repos/testing-i686/PKGBUILD
(from rev 285685, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-i686/mariadb-sysusers.conf
(from rev 285685, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/testing-i686/mariadb-tmpfile.conf
(from rev 285685, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-i686/mariadb.install
(from rev 285685, mariadb/trunk/mariadb.install)
  mariadb/repos/testing-x86_64/
  mariadb/repos/testing-x86_64/PKGBUILD
(from rev 285685, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-x86_64/mariadb-sysusers.conf
(from rev 285685, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/testing-x86_64/mariadb-tmpfile.conf
(from rev 285685, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-x86_64/mariadb.install
(from rev 285685, mariadb/trunk/mariadb.install)

--+
 testing-i686/PKGBUILD|  191 +
 testing-i686/mariadb-sysusers.conf   |1 
 testing-i686/mariadb-tmpfile.conf|1 
 testing-i686/mariadb.install |9 +
 testing-x86_64/PKGBUILD  |  191 +
 testing-x86_64/mariadb-sysusers.conf |1 
 testing-x86_64/mariadb-tmpfile.conf  |1 
 testing-x86_64/mariadb.install   |9 +
 8 files changed, 404 insertions(+)

Copied: mariadb/repos/testing-i686/PKGBUILD (from rev 285685, 
mariadb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-11 15:57:49 UTC (rev 285686)
@@ -0,0 +1,191 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Christian Hesse 
+
+pkgbase=mariadb
+pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
+pkgver=10.1.20
+_pkgver=${pkgver/.a/a}
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mariadb.org/'
+makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
+ 'lz4' 'boost' 'libevent' 'systemd')
+validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 
+source=(https://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
+mariadb-sysusers.conf
+mariadb-tmpfile.conf)
+sha256sums=('c24e83f24d674d9912319f9e9422f093c8ca6be1721a4380cbd74792b89ba0b9'
+'SKIP'
+'e1a22777c65854041f16fc0a2db3218d17b4d7e7ec7ab7a77cf49c71277c1515'
+'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
+
+prepare() {
+  # Changes to the upstream unit files:
+  #  * remove the alias from unit files, we install symlinks in package 
function
+  #  * enable PrivateTmp for a little bit more security
+  sed -i -e '/^Alias/d' \
+-e '/^PrivateTmp/c PrivateTmp=true' \
+$pkgbase-$_pkgver/support-files/mariadb{,@}.service.in
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgbase-$_pkgver \
+-DCMAKE_AR=/usr/bin/gcc-ar \
+-DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
+-DBUILD_CONFIG=mysql_release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DDEFAULT_CHARSET=utf8 \
+-DDEFAULT_COLLATION=utf8_general_ci \
+-DENABLED_LOCAL_INFILE=ON \
+-DINSTALL_DOCDIR=share/doc/mariadb \
+-DINSTALL_DOCREADMEDIR=share/doc/mariadb \
+-DINSTALL_MANDIR=share/man \
+-DINSTALL_PLUGINDIR=lib/mysql/plugin \
+-DINSTALL_SCRIPTDIR=bin \
+-DINSTALL_SYSCONFDIR=/etc/mysql \
+-DINSTALL_SYSCONF2DIR=/etc/mysql \
+-DINSTALL_INCLUDEDIR=include/mysql \
+-DINSTALL_SUPPORTFILESDIR=share/mysql \
+-DINSTALL_MYSQLSHAREDIR=share/mysql \
+-DINSTALL_SHAREDIR=share/mysql \
+-DINSTALL_SYSTEMD_UNITDIR=/usr/lib/systemd/system/ \
+-DWITH_SYSTEMD=yes \
+-DWITH_READLINE=ON \
+-DWITH_ZLIB=system \
+-DWITH_SSL=system \
+-DWITH_PCRE=system \
+-DWITH_LIBWRAP=OFF \
+-DWITH_JEMALLOC=ON \
+-DWITH_EXTRA_CHARSETS=complex \
+-DWITH_EMBEDDED_SERVER=ON \
+-DWITH_ARCHIVE_STORAGE_ENGINE=1 \
+-DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
+-DWITH_INNOBASE_STORAGE_ENGINE=1 \
+-DWITH_PARTITION_STORAGE_ENGINE=1 \
+-DWITH_TOKUDB_STORAGE_ENGINE=1 \
+-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
+-DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
+-DWITHOUT_PBXT_STORAGE_ENGINE=1 \
+-DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
+-DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks" \
+-DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks" \
+-DWITH_MYSQLD_LDFLAGS="-pie ${LDFLAGS},-z,now"
+
+  make
+}
+
+package_libmariadbclient() {
+  pkgd

[arch-commits] Commit in mariadb/trunk (PKGBUILD mariadb.install)

2017-01-11 Thread Christian Hesse
Date: Wednesday, January 11, 2017 @ 15:57:45
  Author: eworm
Revision: 285685

upgpkg: mariadb 10.1.20-4

pacman hook: do not call systemd-sysusers and systemd-tmpfiles from install 
script

Modified:
  mariadb/trunk/PKGBUILD
  mariadb/trunk/mariadb.install

-+
 PKGBUILD|2 +-
 mariadb.install |   15 ---
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 15:49:48 UTC (rev 285684)
+++ PKGBUILD2017-01-11 15:57:45 UTC (rev 285685)
@@ -6,7 +6,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.1.20
 _pkgver=${pkgver/.a/a}
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'

Modified: mariadb.install
===
--- mariadb.install 2017-01-11 15:49:48 UTC (rev 285684)
+++ mariadb.install 2017-01-11 15:57:45 UTC (rev 285685)
@@ -1,12 +1,5 @@
 post_install(){
-  if hash systemd-sysusers &> /dev/null; then
-systemd-sysusers mariadb.conf
-  fi
 
-  if hash systemd-tmpfiles &> /dev/null; then
-systemd-tmpfiles --create mariadb.conf
-  fi
-
   echo ":: You need to initialize the MariaDB data directory prior to starting"
   echo "   the service. This can be done with mysql_install_db command, e.g.:"
   echo "   mysql_install_db --user=mysql --basedir=/usr 
--datadir=/var/lib/mysql"
@@ -13,12 +6,4 @@
 
 }
 
-post_upgrade(){
-  if hash systemd-sysusers &> /dev/null; then
-systemd-sysusers mariadb.conf
-  fi
 
-  if hash systemd-tmpfiles &> /dev/null; then
-systemd-tmpfiles --create mariadb.conf
-  fi
-}


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

2017-01-11 Thread Christian Hesse
Date: Wednesday, January 11, 2017 @ 15:39:36
  Author: eworm
Revision: 206832

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

Added:
  nbd/repos/community-testing-i686/
  nbd/repos/community-testing-i686/PKGBUILD
(from rev 206831, nbd/trunk/PKGBUILD)
  nbd/repos/community-testing-i686/config
(from rev 206831, nbd/trunk/config)
  nbd/repos/community-testing-i686/nbd.service
(from rev 206831, nbd/trunk/nbd.service)
  nbd/repos/community-testing-i686/sysusers_nbd.conf
(from rev 206831, nbd/trunk/sysusers_nbd.conf)
  nbd/repos/community-testing-x86_64/
  nbd/repos/community-testing-x86_64/PKGBUILD
(from rev 206831, nbd/trunk/PKGBUILD)
  nbd/repos/community-testing-x86_64/config
(from rev 206831, nbd/trunk/config)
  nbd/repos/community-testing-x86_64/nbd.service
(from rev 206831, nbd/trunk/nbd.service)
  nbd/repos/community-testing-x86_64/sysusers_nbd.conf
(from rev 206831, nbd/trunk/sysusers_nbd.conf)

+
 community-testing-i686/PKGBUILD|   55 +++
 community-testing-i686/config  |   21 ++
 community-testing-i686/nbd.service |   10 
 community-testing-i686/sysusers_nbd.conf   |1 
 community-testing-x86_64/PKGBUILD  |   55 +++
 community-testing-x86_64/config|   21 ++
 community-testing-x86_64/nbd.service   |   10 
 community-testing-x86_64/sysusers_nbd.conf |1 
 8 files changed, 174 insertions(+)

Copied: nbd/repos/community-testing-i686/PKGBUILD (from rev 206831, 
nbd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-11 15:39:36 UTC (rev 206832)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.15.1
+pkgrel=3
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net";
+license=('GPL')
+depends=('glib2' 'gnutls')
+backup=('etc/nbd-server/config')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz";
+   'config'
+   'nbd.service'
+   'sysusers_nbd.conf')
+sha256sums=('ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745'
+'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+'7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
+'11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-syslog
+
+  make
+}
+
+# checks still fail...
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 systemd/nbd@.service 
"${pkgdir}"/usr/lib/systemd/system/nbd@.service
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
+  install -D -m644 "${srcdir}"/sysusers_nbd.conf 
"${pkgdir}"/usr/lib/sysusers.d/nbd.conf
+
+  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
+}

Copied: nbd/repos/community-testing-i686/config (from rev 206831, 
nbd/trunk/config)
===
--- community-testing-i686/config   (rev 0)
+++ community-testing-i686/config   2017-01-11 15:39:36 UTC (rev 206832)
@@ -0,0 +1,21 @@
+[generic]
+   # The [generic] section is required, even if nothing is specified
+   # there.
+   # When either of these options are specified, nbd-server drops
+   # privileges to the given user and group after opening ports, but
+   # _before_ opening files.
+   user = nbd
+   group = nbd
+[export1]
+   exportname = /export/nbd/export1-file
+   authfile = /export/nbd/export1-authfile
+   timeout = 30
+   filesize = 1000
+   readonly = false
+   multifile = false
+   copyonwrite = false
+   prerun = dd if=/dev/zero of=%s bs=1k count=500
+   postrun = rm -f %s
+[otherexport]
+   exportname = /export/nbd/experiment
+   # The other options are all optional.

Copied: nbd/repos/community-testing-i686/nbd.service (from rev 206831, 
nbd/trunk/nbd.service)
===
--- community-testing-i686/nbd.service  (rev 0)
+++ community-testing-i686/nbd.service  2017-01-11 15:39:36 UTC (rev 206832)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Network Block Device Server
+After=net

  1   2   >