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

2015-11-11 Thread Laurent Carlier
Date: Thursday, November 12, 2015 @ 06:57:47
  Author: lcarlier
Revision: 250794

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

Added:
  xf86-video-ati/repos/staging-i686/PKGBUILD
(from rev 250793, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/staging-x86_64/PKGBUILD
(from rev 250793, xf86-video-ati/trunk/PKGBUILD)
Deleted:
  xf86-video-ati/repos/staging-i686/PKGBUILD
  xf86-video-ati/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 staging-i686/PKGBUILD   |   45 
 staging-x86_64/PKGBUILD |   45 
 3 files changed, 72 insertions(+), 90 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-11-12 05:57:37 UTC (rev 250793)
+++ staging-i686/PKGBUILD   2015-11-12 05:57:47 UTC (rev 250794)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=7.5.0+99+g7186a87
-epoch=1
-pkgrel=2
-pkgdesc="X.org ati video driver"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-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)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=7186a87')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/xf86-video-ati-//' | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-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-ati/repos/staging-i686/PKGBUILD (from rev 250793, 
xf86-video-ati/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-12 05:57:47 UTC (rev 250794)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=7.6.1
+epoch=1
+pkgrel=1
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' '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=('ede86cd3d1b1d8882f0aea61d9e924ed'
+ '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: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-11-12 05:57:37 UTC (rev 250793)
+++ staging-x86_64/PKGBUILD 2015-11-12 05:57:47 UTC (rev 250794)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=7.5.0+99+g7186a87
-epoch=1
-pkgrel=2
-pkgdesc="X.org ati video driver"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-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)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=7186a87')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/xf86-video-ati-//' | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-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-ati/repos/staging-x86_64/PKGBUILD (from rev 250793, 
xf86-video-ati/trunk/PKGBUILD)
==

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

2015-11-11 Thread Laurent Carlier
Date: Thursday, November 12, 2015 @ 06:57:37
  Author: lcarlier
Revision: 250793

upgpkg: xf86-video-ati 1:7.6.1-1

upstream update 7.6.1

Modified:
  xf86-video-ati/trunk/PKGBUILD

--+
 PKGBUILD |   27 +--
 1 file changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 03:14:04 UTC (rev 250792)
+++ PKGBUILD2015-11-12 05:57:37 UTC (rev 250793)
@@ -3,33 +3,24 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-ati
-pkgver=7.5.0+99+g7186a87
+pkgver=7.6.1
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="X.org ati video driver"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+makedepends=('xorg-server-devel' '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)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=7186a87')
-sha256sums=('SKIP')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('ede86cd3d1b1d8882f0aea61d9e924ed'
+ 'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/xf86-video-ati-//' | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
 --enable-glamor
@@ -37,7 +28,7 @@
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   make "DESTDIR=${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2015-11-11 Thread Laurent Carlier
Date: Thursday, November 12, 2015 @ 06:47:45
  Author: lcarlier
Revision: 146635

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 146634, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 146634, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +-
 PKGBUILD |  292 ++---
 2 files changed, 228 insertions(+), 228 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-11-12 05:47:39 UTC (rev 146634)
+++ LICENSE 2015-11-12 05:47:45 UTC (rev 146635)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 146634, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-11-12 05:47:45 UTC (rev 146635)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess a

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

2015-11-11 Thread Laurent Carlier
Date: Thursday, November 12, 2015 @ 06:47:39
  Author: lcarlier
Revision: 146634

upgpkg: lib32-mesa 11.0.5-1

upstream update 11.0.5

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 03:29:06 UTC (rev 146633)
+++ PKGBUILD2015-11-12 05:47:39 UTC (rev 146634)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=11.0.4
+pkgver=11.0.5
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('40201bf7fc6fa12a6d9edfe870b41eb4dd6669154e3c42c48a96f70805f5483d'
+sha256sums=('9c255a2a6695fcc6ef4a279e1df0aeaf417dc142f39ee59dfb533d80494bb67a'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:29:06
  Author: eric
Revision: 146633

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 146632, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-12 03:27:30 UTC (rev 146632)
+++ PKGBUILD2015-11-12 03:29:06 UTC (rev 146633)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.10.24
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d6fffc32aac98e73312e5bad8da02f33860c542f'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 146632, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-12 03:29:06 UTC (rev 146633)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.11.10
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:27:30
  Author: eric
Revision: 146632

upgpkg: youtube-dl 2015.11.10-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 02:25:39 UTC (rev 146631)
+++ PKGBUILD2015-11-12 03:27:30 UTC (rev 146632)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.10.24
+pkgver=2015.11.10
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d6fffc32aac98e73312e5bad8da02f33860c542f'
+sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:14:04
  Author: eric
Revision: 250792

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 03:11:11 UTC (rev 250791)
+++ extra-i686/PKGBUILD 2015-11-12 03:14:04 UTC (rev 250792)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=putty
-pkgver=0.65
-pkgrel=1
-pkgdesc="A terminal integrated SSH/Telnet client"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('3449d2aad4c1f444d61f77bd3edef737a91f5be0'
-  '3124e4b6e4c2f2bf0716c110bd8d28835344fd25')
-validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
-
-build() {
-  cd ${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/unix
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: putty/repos/extra-i686/PKGBUILD (from rev 250791, putty/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 03:14:04 UTC (rev 250792)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.66
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('49a6eb85c2b6893b5de8485f7c59049bf4fa32f4'
+  '91e5672c6735f4d2d9dc9e23d67e04adef434039')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-12 03:11:11 UTC (rev 250791)
+++ extra-x86_64/PKGBUILD   2015-11-12 03:14:04 UTC (rev 250792)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=putty
-pkgver=0.65
-pkgrel=1
-pkgdesc="A terminal integrated SSH/Telnet client"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('3449d2aad4c1f444d61f77bd3edef737a91f5be0'
-  '3124e4b6e4c2f2bf0716c110bd8d28835344fd25')
-validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
-
-build() {
-  cd ${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/unix
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: putty/repos/extra-x86_64/PKGBUILD (from rev 250791, 
putty/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-12 03:14:04 UTC (rev 250792)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.66
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('49a6eb85c2b6893b5de8485f7c59049bf4fa32f4'
+  '91e5672c6735f4d2d9dc9e23d67e04adef434039')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+

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

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:11:11
  Author: eric
Revision: 250791

upgpkg: putty 0.66-1

Upstream update

Modified:
  putty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 02:44:46 UTC (rev 250790)
+++ PKGBUILD2015-11-12 03:11:11 UTC (rev 250791)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=putty
-pkgver=0.65
+pkgver=0.66
 pkgrel=1
 pkgdesc="A terminal integrated SSH/Telnet client"
 arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@
 license=('MIT')
 depends=('gtk2')
 
source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('3449d2aad4c1f444d61f77bd3edef737a91f5be0'
-  '3124e4b6e4c2f2bf0716c110bd8d28835344fd25')
-validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('49a6eb85c2b6893b5de8485f7c59049bf4fa32f4'
+  '91e5672c6735f4d2d9dc9e23d67e04adef434039')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
 
 build() {
   cd ${pkgname}-${pkgver}/unix


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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 03:44:46
  Author: fyan
Revision: 250790

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

Added:
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 250789, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 250789, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-i686/nvidia-utils.install
(from rev 250789, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 250789, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 250789, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 250789, nvidia-utils/trunk/nvidia-utils.install)

+
 staging-i686/PKGBUILD  |  190 +++
 staging-i686/nvidia-drm-outputclass.conf   |6 
 staging-i686/nvidia-utils.install  |   10 +
 staging-x86_64/PKGBUILD|  190 +++
 staging-x86_64/nvidia-drm-outputclass.conf |6 
 staging-x86_64/nvidia-utils.install|   10 +
 6 files changed, 412 insertions(+)

Copied: nvidia-utils/repos/staging-i686/PKGBUILD (from rev 250789, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-12 02:44:46 UTC (rev 250790)
@@ -0,0 +1,190 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgver=355.11
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+source=(nvidia-drm-outputclass.conf)
+source_i686=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha1sums=('4ca2fbb2389d0bcb7a2c6f614860522d9ddf58ab')
+sha1sums_i686=('5e944003366c2ec701ba5e0faf897cc1fd0defbf')
+sha1sums_x86_64=('e21f03e2f641e8b36ac6f2df0f632b1ce5b83d63')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks"
+depends=('nvidia-utils')
+conflicts=('libgl')
+provides=('libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
+ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+
+ln -s "/usr/lib/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libGL.so.${pkgver}"
+ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.1"
+ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so"
+
+ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.$pkgver"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
+
+ln -s "/usr/lib/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so"
+
+  

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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 03:44:06
  Author: fyan
Revision: 250789

upgpkg: nvidia-utils 355.11-2

include nvidia-drm-outputclass.conf for xorg-server 1.18 rebuild

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:54:44 UTC (rev 250788)
+++ PKGBUILD2015-11-12 02:44:06 UTC (rev 250789)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=355.11
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -184,8 +184,7 @@
 ln -s nvidia "${pkgdir}/usr/share/doc/nvidia-utils"
 
 # distro specific files must be installed in /usr/share/X11/xorg.conf.d
-install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-install -m644 "${srcdir}/nvidia-drm-outputclass.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+install -D -m644 "${srcdir}/nvidia-drm-outputclass.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf"
 
 create_links
 }


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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 03:25:21
  Author: fyan
Revision: 146630

upgpkg: lib32-tdb 1.3.8-1

Modified:
  lib32-tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 02:02:47 UTC (rev 146629)
+++ PKGBUILD2015-11-12 02:25:21 UTC (rev 146630)
@@ -3,7 +3,7 @@
 
 _pkgbasename=tdb
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.6
+pkgver=1.3.8
 pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=(gcc-multilib libxslt python2)
 source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('d4df2bcebbcd18463408b5a1ccb5b71b')
+md5sums=('fa4c9e2f59fcf41441285bca5f5ab481')
 
 build() {
   export CC="gcc -m32"


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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 03:25:39
  Author: fyan
Revision: 146631

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-tdb/repos/multilib-testing-x86_64/
  lib32-tdb/repos/multilib-testing-x86_64/PKGBUILD
(from rev 146630, lib32-tdb/trunk/PKGBUILD)

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

Copied: lib32-tdb/repos/multilib-testing-x86_64/PKGBUILD (from rev 146630, 
lib32-tdb/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-11-12 02:25:39 UTC (rev 146631)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=tdb
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.8
+pkgrel=1
+pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
+arch=(x86_64)
+license=('GPL3')
+url="http://tdb.samba.org/";
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(gcc-multilib libxslt python2)
+source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('fa4c9e2f59fcf41441285bca5f5ab481')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba \
+   --libdir=/usr/lib32 \
+   --disable-python
+   make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -j1  DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 03:02:47
  Author: fyan
Revision: 146629

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 146628, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 146628, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 146628, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 146628, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 146628, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 146628, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 146628, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-11-12 02:01:44 UTC (rev 146628)
+++ LICENSE 2015-11-12 02:02:47 UTC (rev 146629)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 146628, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-11-12 02:02:47 UTC (rev 146629)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-12 02:01:44 UTC (rev 146628)
+++ PKGBUILD2015-11-12 02:02:47 UTC (rev 146629)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.637
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jen

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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 03:01:44
  Author: fyan
Revision: 146628

upgpkg: jenkins 1.638-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:48:07 UTC (rev 146627)
+++ PKGBUILD2015-11-12 02:01:44 UTC (rev 146628)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.637
+pkgver=1.638
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('6e0a0e798a8296116a34428c674ca03ca19cea1b4eaead8e516b36ff473c3eb73935963825b91848e63a5ab90839b3655ed42e1c46153a8c98ad3dcbe515b948'
+sha512sums=('1ec10ffe2e89ead95213493b17c2f48e166734f369979cf6b758b096fadebb820ea0502e2e2fe5127e67c60dee1b93a2ea78487761710e598eac5b7620dc28b4'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:54:44
  Author: eric
Revision: 250788

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 250787, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-12 01:53:09 UTC (rev 250787)
+++ PKGBUILD2015-11-12 01:54:44 UTC (rev 250788)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-io-socket-ssl
-pkgver=2.010
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/IO-Socket-SSL/";
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('1171f196448206a0710a816e1ee44736f992233d')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  yes | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 250787, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-12 01:54:44 UTC (rev 250788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-io-socket-ssl
+pkgver=2.020
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/IO-Socket-SSL/";
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('e2db94b19d123b580b17012504b5f196da715070')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  yes | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:53:09
  Author: eric
Revision: 250787

upgpkg: perl-io-socket-ssl 2.020-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:45:16 UTC (rev 250786)
+++ PKGBUILD2015-11-12 01:53:09 UTC (rev 250787)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-io-socket-ssl
-pkgver=2.010
+pkgver=2.020
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('1171f196448206a0710a816e1ee44736f992233d')
+sha1sums=('e2db94b19d123b580b17012504b5f196da715070')
 
 build() {
   cd IO-Socket-SSL-${pkgver}


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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 02:48:07
  Author: fyan
Revision: 146627

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 146626, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-12 01:47:48 UTC (rev 146626)
+++ PKGBUILD2015-11-12 01:48:07 UTC (rev 146627)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.136
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/";
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/${pkgname}
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 146626, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-12 01:48:07 UTC (rev 146627)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.156
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/";
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}


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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 02:47:48
  Author: fyan
Revision: 146626

upgpkg: you-get 0.4.156-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:43:21 UTC (rev 146625)
+++ PKGBUILD2015-11-12 01:47:48 UTC (rev 146626)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.136
+pkgver=0.4.156
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 02:45:16
  Author: fyan
Revision: 250786

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 250785, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 250785, 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 2015-11-12 01:44:56 UTC (rev 250785)
+++ LICENSE 2015-11-12 01:45:16 UTC (rev 250786)
@@ -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 250785, 
python2-ipaddress/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-11-12 01:45:16 UTC (rev 250786)
@@ -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 work ava

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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 02:44:56
  Author: fyan
Revision: 250785

upgpkg: python2-ipaddress 1.0.15-1

Modified:
  python2-ipaddress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:33:57 UTC (rev 250784)
+++ PKGBUILD2015-11-12 01:44:56 UTC (rev 250785)
@@ -3,7 +3,7 @@
 # Contributor: Nikolaus Brandt 
 
 pkgname=python2-ipaddress
-pkgver=1.0.14
+pkgver=1.0.15
 pkgrel=1
 pkgdesc="IPv4/IPv6 manipulation library"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 
source=("https://pypi.python.org/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz";
 LICENSE)
-sha512sums=('fb33b484ca435f4e8817c735a1084f2fa749abca4643a10be644003fdb73cc9205fc28f484ef96d2db90e8b27d8a238d1d7cf20140f7942e39be12c7524e8d6f'
+sha512sums=('6cb53a2689da356b9f853bca564ca41b9d9c5700dd3c46c6f2937f2f7f97f955f3e351700494fdd2f20d6333f5feb2e5cb2d957eb4c626cc2c28cc3521fca0a1'
 
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
 
 check() {


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

2015-11-11 Thread Levente Polyak
Date: Thursday, November 12, 2015 @ 02:43:10
  Author: anthraxx
Revision: 146624

upgpkg: ncmpcpp 0.6.8-1

upgpkg: ncmpcpp 0.6.8-1

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 00:00:42 UTC (rev 146623)
+++ PKGBUILD2015-11-12 01:43:10 UTC (rev 146624)
@@ -5,8 +5,8 @@
 # Contributor: Army 
 
 pkgname=ncmpcpp
-pkgver=0.6.7
-pkgrel=2
+pkgver=0.6.8
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
 
source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('2161a9799c218fe506aa7645338c6e5b32bc6fcb8ee5bcdc76484a068242ae39fd884ece845e1c2f895305d2e6867a3074c266548322f80766c1b8dfeb5d39bb')
+sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-11-11 Thread Levente Polyak
Date: Thursday, November 12, 2015 @ 02:43:21
  Author: anthraxx
Revision: 146625

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-12 01:43:10 UTC (rev 146624)
+++ community-i686/PKGBUILD 2015-11-12 01:43:21 UTC (rev 146625)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.6.7
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('2161a9799c218fe506aa7645338c6e5b32bc6fcb8ee5bcdc76484a068242ae39fd884ece845e1c2f895305d2e6867a3074c266548322f80766c1b8dfeb5d39bb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 146624, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-12 01:43:21 UTC (rev 146625)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.6.8
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-12 01:43:10 UTC (rev 146624)
+++ community-x86_64/PKGBUILD   2015-11-12 01:43:21 UTC (rev 146625)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.6.7
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('2161a9799c218fe506aa7645338c6e5b32bc6fcb8ee5bcdc76484a068242ae39fd884ece845e1c2f895305d2e6867a3074c266548322f80766c1b8dfeb5d39bb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-x86_64/PKGBUILD (from rev 146624, 
ncmpcpp/trunk/PKGBUILD)
==

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

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:31:08
  Author: eric
Revision: 250782

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

Added:
  liferea/repos/extra-i686/PKGBUILD
(from rev 250781, liferea/trunk/PKGBUILD)
  liferea/repos/extra-i686/liferea.install
(from rev 250781, liferea/trunk/liferea.install)
  liferea/repos/extra-x86_64/PKGBUILD
(from rev 250781, liferea/trunk/PKGBUILD)
  liferea/repos/extra-x86_64/liferea.install
(from rev 250781, liferea/trunk/liferea.install)
Deleted:
  liferea/repos/extra-i686/PKGBUILD
  liferea/repos/extra-i686/liferea.install
  liferea/repos/extra-x86_64/PKGBUILD
  liferea/repos/extra-x86_64/liferea.install

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   33 
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 01:28:42 UTC (rev 250781)
+++ extra-i686/PKGBUILD 2015-11-12 01:31:08 UTC (rev 250782)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-pkgver=1.10.16
-pkgrel=1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/";
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-install=liferea.install
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('ef31d5de815de35083d07c0bd5499f74e32f95b7')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 250781, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 01:31:08 UTC (rev 250782)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=liferea
+pkgver=1.10.17
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('i686' 'x86_64')
+url="http://liferea.sourceforge.net/";
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+install=liferea.install
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
+sha1sums=('7f19a64984424a7c24408dc62721a8fb5b0ef80d')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2015-11-12 01:28:42 UTC (rev 250781)
+++ extra-i686/liferea.install  2015-11-12 01:31:08 UTC (rev 250782)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 250781, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2015-11-12 01:31:08 UTC (rev 250782)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icon

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

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:28:40
  Author: eric
Revision: 250780

upgpkg: liferea 1.10.17-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:28:19 UTC (rev 250779)
+++ PKGBUILD2015-11-12 01:28:40 UTC (rev 250780)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=liferea
-pkgver=1.10.16
+pkgver=1.10.17
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 install=liferea.install
 
source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('ef31d5de815de35083d07c0bd5499f74e32f95b7')
+sha1sums=('7f19a64984424a7c24408dc62721a8fb5b0ef80d')
 
 build() {
   cd liferea-${pkgver}


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

2015-11-11 Thread Evangelos Foutras
Date: Thursday, November 12, 2015 @ 02:28:42
  Author: foutrelis
Revision: 250781

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

Added:
  audacious/repos/extra-i686/PKGBUILD
(from rev 250779, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/audacious.install
(from rev 250779, audacious/trunk/audacious.install)
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 250779, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/audacious.install
(from rev 250779, audacious/trunk/audacious.install)
Deleted:
  audacious/repos/extra-i686/PKGBUILD
  audacious/repos/extra-i686/audacious.install
  audacious/repos/extra-x86_64/PKGBUILD
  audacious/repos/extra-x86_64/audacious.install

+
 /PKGBUILD  |   80 +++
 /audacious.install |   28 +
 extra-i686/PKGBUILD|   40 ---
 extra-i686/audacious.install   |   14 --
 extra-x86_64/PKGBUILD  |   40 ---
 extra-x86_64/audacious.install |   14 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 01:28:40 UTC (rev 250780)
+++ extra-i686/PKGBUILD 2015-11-12 01:28:42 UTC (rev 250781)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/";
-license=('BSD')
-depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python2') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-provides=('audacious-player')
-conflicts=('audacious-player')
-replaces=('audacious-player')
-install=$pkgname.install
-source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b2fdb9f3cafd65b2afc50efea6f17a7a329547f1d394f525870e42cb0483cb04')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 250779, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 01:28:42 UTC (rev 250781)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=3.7
+pkgrel=1
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/";
+license=('BSD')
+depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python2') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+install=$pkgname.install
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4e5a74394c85b1135fc5a89dcc3a03601cddc53af060f587e489352d1fc9cf67')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/audacious.install
===
--- extra-i686/audacious.install2015-11-12 01:28:40 UTC (rev 250780)
+++ extra-i686/audacious.install2015-11-12 01:28:42 UTC (rev 250781)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-i686/audacious.install (from rev 250779, 
audacious/trunk/audacious.install)
===
--- extra-i686/audacious.install(rev 0)
+++ extra-i686/audacious.install2015-11-12 01:28:42 UTC (rev 250781)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  po

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

2015-11-11 Thread Evangelos Foutras
Date: Thursday, November 12, 2015 @ 02:28:19
  Author: foutrelis
Revision: 250779

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 250778, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 250778, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 01:27:51 UTC (rev 250778)
+++ extra-i686/PKGBUILD 2015-11-12 01:28:19 UTC (rev 250779)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=3.6.2
-pkgrel=2
-pkgdesc="Plugins for Audacious"
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/";
-license=('BSD' 'GPL')
-
-makedepends=("audacious>=$pkgver"
- 'glib2' 'python2' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'dbus-glib: Gnome Shortcuts Plugin'
-'libnotify: libnotify OSD'
-'lirc: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-amidiplug \
---disable-adplug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 250778, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 01:28:19 UTC (rev 250779)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.7
+pkgrel=1
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/";
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libnotify: libnotify OSD'
+'lirc: LIRC'
+'curl: AudioScrobbler Client'
+'lib

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

2015-11-11 Thread Evangelos Foutras
Date: Thursday, November 12, 2015 @ 02:27:51
  Author: foutrelis
Revision: 250778

upgpkg: audacious-plugins 3.7-1

New upstream release.

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:27:49 UTC (rev 250777)
+++ PKGBUILD2015-11-12 01:27:51 UTC (rev 250778)
@@ -5,8 +5,8 @@
 # Contributor: William Rea 
 
 pkgname=audacious-plugins
-pkgver=3.6.2
-pkgrel=2
+pkgver=3.7
+pkgrel=1
 pkgdesc="Plugins for Audacious"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/";
@@ -46,7 +46,7 @@
 'libcue: CUE playlist format')
 
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8')
+sha256sums=('3856e9f7261cbb27b5e15246ee3959189ab950389ef02aaec27d645a0a516c2c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-11-11 Thread Evangelos Foutras
Date: Thursday, November 12, 2015 @ 02:27:49
  Author: foutrelis
Revision: 250777

upgpkg: audacious 3.7-1

New upstream release.

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 22:08:09 UTC (rev 250776)
+++ PKGBUILD2015-11-12 01:27:49 UTC (rev 250777)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=audacious
-pkgver=3.6.2
+pkgver=3.7
 pkgrel=1
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 replaces=('audacious-player')
 install=$pkgname.install
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b2fdb9f3cafd65b2afc50efea6f17a7a329547f1d394f525870e42cb0483cb04')
+sha256sums=('4e5a74394c85b1135fc5a89dcc3a03601cddc53af060f587e489352d1fc9cf67')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-11-11 Thread Levente Polyak
Date: Thursday, November 12, 2015 @ 01:00:42
  Author: anthraxx
Revision: 146623

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

Added:
  powerdns/repos/community-i686/PKGBUILD
(from rev 146622, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/powerdns.install
(from rev 146622, powerdns/trunk/powerdns.install)
  powerdns/repos/community-i686/powerdns.service
(from rev 146622, powerdns/trunk/powerdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 146622, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/powerdns.install
(from rev 146622, powerdns/trunk/powerdns.install)
  powerdns/repos/community-x86_64/powerdns.service
(from rev 146622, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/powerdns.install
  powerdns/repos/community-i686/powerdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/powerdns.install
  powerdns/repos/community-x86_64/powerdns.service

---+
 /PKGBUILD |  162 
 /powerdns.install |   28 ++
 /powerdns.service |   24 +
 community-i686/PKGBUILD   |   80 -
 community-i686/powerdns.install   |   14 ---
 community-i686/powerdns.service   |   12 --
 community-x86_64/PKGBUILD |   80 -
 community-x86_64/powerdns.install |   14 ---
 community-x86_64/powerdns.service |   12 --
 9 files changed, 214 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-12 00:00:29 UTC (rev 146622)
+++ community-i686/PKGBUILD 2015-11-12 00:00:42 UTC (rev 146623)
@@ -1,80 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-
-pkgname=powerdns
-pkgver=3.4.6
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-install="$pkgname.install"
-backup=('etc/powerdns/pdns.conf')
-source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2";
-"$pkgname.service")
-sha256sums=('80a6a43cabd14db844bce84482ba56d03d46ebfbf96c88689fb3e2185ac286d8'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf "$keyvalue"
-  done
-}
-
-build() {
-  cd "pdns-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
-  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
-  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 146622, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-12 00:00:42 UTC (rev 146623)
@@ -0,0 +1,81 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+
+pkgname=powerdns
+pkgver=3.4.7
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
+makedepends=('boost' 'setconf' 'libmariadbclient' 'pos

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

2015-11-11 Thread Levente Polyak
Date: Thursday, November 12, 2015 @ 01:00:29
  Author: anthraxx
Revision: 146622

upgpkg: powerdns 3.4.7-1

upgpkg: powerdns 3.4.7-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 22:35:39 UTC (rev 146621)
+++ PKGBUILD2015-11-12 00:00:29 UTC (rev 146622)
@@ -1,11 +1,12 @@
 # $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
 # Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
 # Contributor: Jan de Groot 
 # Contributor: Kevin Mihelich 
 
 pkgname=powerdns
-pkgver=3.4.6
-pkgrel=2
+pkgver=3.4.7
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -19,7 +20,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2";
 "$pkgname.service")
-sha256sums=('80a6a43cabd14db844bce84482ba56d03d46ebfbf96c88689fb3e2185ac286d8'
+sha256sums=('e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {


[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2015-11-11 Thread Bartłomiej Piotrowski
Date: Wednesday, November 11, 2015 @ 23:35:39
  Author: bpiotrowski
Revision: 146621

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 146620, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 146620, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 22:35:20 UTC (rev 146620)
+++ community-i686/PKGBUILD 2015-11-11 22:35:39 UTC (rev 146621)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.8
-pkgrel=1
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-pdf-mupdf/";
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf>=1.4')
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b0bf109c536bf1da131c38861cebb7e6')
-
-build() {
-  make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB="-lmupdf -lmujs"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 146620, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 22:35:39 UTC (rev 146621)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.8
+pkgrel=2
+pkgdesc="PDF support for Zathura (MuPDF backend)"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura-pdf-mupdf/";
+license=('custom')
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
+conflicts=('zathura-pdf-poppler')
+makedepends=('mupdf>=1.4')
+source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('b0bf109c536bf1da131c38861cebb7e6')
+
+build() {
+  make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB="-lmupdf -lmujs"
+}
+
+package(){
+  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-11 22:35:20 UTC (rev 146620)
+++ community-x86_64/PKGBUILD   2015-11-11 22:35:39 UTC (rev 146621)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.8
-pkgrel=1
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-pdf-mupdf/";
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf>=1.4')
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b0bf109c536bf1da131c38861cebb7e6')
-
-build() {
-  make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB="-lmupdf -lmujs"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 146620, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-11 22:35:39 UTC (rev 146621)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.8
+pkgrel=2
+pkgdesc="PDF support for Zathura (MuPDF backend)"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura-pdf-mupdf/";
+license=('custom')
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
+conflicts=('zathura-pdf-poppler')
+makedepends=('mupdf>=1.4')
+source=("

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2015-11-11 Thread Bartłomiej Piotrowski
Date: Wednesday, November 11, 2015 @ 23:35:20
  Author: bpiotrowski
Revision: 146620

upgpkg: zathura-pdf-mupdf 0.2.8-2

rebuild against mupdf 1.8

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 22:29:17 UTC (rev 146619)
+++ PKGBUILD2015-11-11 22:35:20 UTC (rev 146620)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="PDF support for Zathura (MuPDF backend)"
 arch=('i686' 'x86_64')
 url="https://pwmt.org/projects/zathura-pdf-mupdf/";


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

2015-11-11 Thread Bartłomiej Piotrowski
Date: Wednesday, November 11, 2015 @ 23:29:17
  Author: bpiotrowski
Revision: 146619

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

Added:
  mupdf/repos/community-i686/PKGBUILD
(from rev 146618, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 146618, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-i686/mupdf.desktop
(from rev 146618, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-i686/mupdf.install
(from rev 146618, mupdf/trunk/mupdf.install)
  mupdf/repos/community-i686/mupdf.xpm
(from rev 146618, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-x86_64/PKGBUILD
(from rev 146618, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 146618, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-x86_64/mupdf.desktop
(from rev 146618, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-x86_64/mupdf.install
(from rev 146618, mupdf/trunk/mupdf.install)
  mupdf/repos/community-x86_64/mupdf.xpm
(from rev 146618, mupdf/trunk/mupdf.xpm)
Deleted:
  mupdf/repos/community-i686/PKGBUILD
  mupdf/repos/community-i686/mupdf-1.5-openjpeg-2.1.0.patch
  mupdf/repos/community-i686/mupdf.desktop
  mupdf/repos/community-i686/mupdf.install
  mupdf/repos/community-i686/mupdf.xpm
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch
  mupdf/repos/community-x86_64/mupdf.desktop
  mupdf/repos/community-x86_64/mupdf.install
  mupdf/repos/community-x86_64/mupdf.xpm

-+
 /PKGBUILD   |  120 ++
 /mupdf-1.5-openjpeg-2.1.0.patch |   26 
 /mupdf.desktop  |   30 +
 /mupdf.install  |   24 
 community-i686/PKGBUILD |   59 --
 community-i686/mupdf-1.5-openjpeg-2.1.0.patch   |   13 --
 community-i686/mupdf.desktop|   15 --
 community-i686/mupdf.install|   12 --
 community-x86_64/PKGBUILD   |   59 --
 community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch |   13 --
 community-x86_64/mupdf.desktop  |   15 --
 community-x86_64/mupdf.install  |   12 --
 12 files changed, 200 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 22:28:58 UTC (rev 146618)
+++ community-i686/PKGBUILD 2015-11-11 22:29:17 UTC (rev 146619)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Stefan Husmann 
-# Contributor: Pierre-Paul Paquin 
-# Contributor: xduugu
-
-pkgname=mupdf
-pkgver=1.8
-pkgrel=1
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('AGPL3')
-depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
- 'openssl' 'openjpeg2' 'mesa' 'mesa-libgl' 'libxcursor' 'libxrandr'
-'libxinerama')
-install=mupdf.install
-options=('staticlibs')
-source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz
-mupdf.desktop
-mupdf.xpm
-mupdf-1.5-openjpeg-2.1.0.patch)
-md5sums=('3205256d78d8524d67dd2a47c7a345fa'
- '39b54f82a763aac54e352315a0ee9037'
- 'f3f35e7320bafde331250de1c99186a1'
- '8e71587ad9b86e10c9144618ab43149b')
-
-prepare() {
-  cd $pkgname-${pkgver/_/}-source
-  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec,openjpeg}
-  patch -p1 -i ../mupdf-1.5-openjpeg-2.1.0.patch
-
-  sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird
-}
-
-build() {
-  CFLAGS+=' -fPIC'
-  CXXFLAGS+=' -fPIC'
-
-  cd $pkgname-${pkgver/_/}-source
-  make build=release CURL_LIBS='-lcurl -lpthread'
-}
-
-package() {
-  cd $pkgname-${pkgver/_/}-source
-  make build=release prefix="$pkgdir"/usr install
-  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
-
-  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
-  rm "$pkgdir"/usr/bin/mupdf-x11
-
-  install -Dm644 ../mupdf.desktop 
"$pkgdir"/usr/share/applications/mupdf.desktop
-  install -Dm644 ../mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-  find "$pkgdir"/usr/include "$pkgdir"/usr/share "$pkgdir"/usr/lib \
--type f -exec chmod -v 0644 {} +
-}

Copied: mupdf/repos/community-i686/PKGBUILD (from rev 146618, 
mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 22:29:17 UTC (rev 146619)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Stefan Husmann 
+# Contributor: Pierre-Paul Paquin

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

2015-11-11 Thread Bartłomiej Piotrowski
Date: Wednesday, November 11, 2015 @ 23:28:58
  Author: bpiotrowski
Revision: 146618

upgpkg: mupdf 1.8-2

depend on libgl instead of mesa-libgl

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 22:06:42 UTC (rev 146617)
+++ PKGBUILD2015-11-11 22:28:58 UTC (rev 146618)
@@ -8,14 +8,15 @@
 
 pkgname=mupdf
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
 license=('AGPL3')
 depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
- 'openssl' 'openjpeg2' 'mesa' 'mesa-libgl' 'libxcursor' 'libxrandr'
+ 'openssl' 'openjpeg2' 'mesa' 'libgl' 'libxcursor' 'libxrandr'
 'libxinerama')
+makedepends=('mesa-libgl')
 install=mupdf.install
 options=('staticlibs')
 source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz


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

2015-11-11 Thread Massimiliano Torromeo
Date: Wednesday, November 11, 2015 @ 22:38:59
  Author: mtorromeo
Revision: 146608

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 146607, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 146607, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 146607, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 146607, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 146607, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/percona.install
(from rev 146607, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 146607, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 146607, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 146607, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 146607, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 146607, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/percona.install
(from rev 146607, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  338 +++
 /my.cnf|   76 ++
 /mysql-user.conf   |2 
 /mysql56-bufsize.patch |   40 +++
 /mysqld-tmpfile.conf   |2 
 /percona.install   |   50 
 community-i686/PKGBUILD|  169 ---
 community-i686/my.cnf  |   38 ---
 community-i686/mysql-user.conf |1 
 community-i686/mysql56-bufsize.patch   |   20 -
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/percona.install |   25 --
 community-x86_64/PKGBUILD  |  169 ---
 community-x86_64/my.cnf|   38 ---
 community-x86_64/mysql-user.conf   |1 
 community-x86_64/mysql56-bufsize.patch |   20 -
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/percona.install   |   25 --
 18 files changed, 508 insertions(+), 508 deletions(-)

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


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

2015-11-11 Thread Massimiliano Torromeo
Date: Wednesday, November 11, 2015 @ 22:38:34
  Author: mtorromeo
Revision: 146607

upgpkg: percona-server 5.6.27_75.0-2

Updated to 5.6.27_75.0

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 20:47:24 UTC (rev 146606)
+++ PKGBUILD2015-11-11 21:38:34 UTC (rev 146607)
@@ -3,7 +3,7 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.26_74.0
+pkgver=5.6.27_75.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
 pkgrel=2
@@ -162,7 +162,7 @@
rm usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('9156038d84bd1190a5b5df963877876584d30bd515ba3ad39e65a532430c1608'
+sha256sums=('7dc4a4efadaee25e11fd78838f4ad2c0d7921ac9cc3b95068626f918c0add8d7'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60'


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

2015-11-11 Thread Massimiliano Torromeo
Date: Wednesday, November 11, 2015 @ 21:47:09
  Author: mtorromeo
Revision: 146605

upgpkg: sysdig 0.5.0-1

Updated to 0.5.0

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 19:24:14 UTC (rev 146604)
+++ PKGBUILD2015-11-11 20:47:09 UTC (rev 146605)
@@ -4,16 +4,16 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
 url="http://www.sysdig.org/";
 license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl')
 makedepends=('cmake')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('0429aec5a5445d33d4bf4b6bbd2fade7ec76f195fb0edfd8e386a803b3ceee3d')
+sha256sums=('6d14791eb412871692a96abaa589c9df12034566180ab2f3b69306dad4d30efa')
 install=$pkgname.install
 
 build() {
@@ -26,10 +26,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DDIR_ETC=/etc \
 -DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_LUAJIT=OFF \
+-DUSE_BUNDLED_DEPS=OFF \
 -DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_ZLIB=OFF \
--DUSE_BUNDLED_NCURSES=OFF \
+-DUSE_BUNDLED_B64=ON \
 -DBUILD_DRIVER=OFF
   make
 }


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

2015-11-11 Thread Massimiliano Torromeo
Date: Wednesday, November 11, 2015 @ 21:47:24
  Author: mtorromeo
Revision: 146606

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

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

-+
 /PKGBUILD   |   80 ++
 /sysdig.install |   42 +++
 community-i686/PKGBUILD |   41 ---
 community-i686/sysdig.install   |   21 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/sysdig.install |   21 -
 6 files changed, 122 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 20:47:09 UTC (rev 146605)
+++ community-i686/PKGBUILD 2015-11-11 20:47:24 UTC (rev 146606)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/";
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit')
-makedepends=('cmake')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('0429aec5a5445d33d4bf4b6bbd2fade7ec76f195fb0edfd8e386a803b3ceee3d')
-install=$pkgname.install
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_LUAJIT=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_ZLIB=OFF \
--DUSE_BUNDLED_NCURSES=OFF \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 146605, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 20:47:24 UTC (rev 146606)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/";
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl')
+makedepends=('cmake')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('6d14791eb412871692a96abaa589c9df12034566180ab2f3b69306dad4d30efa')
+install=$pkgname.install
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_B64=ON \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2015-11-11 20:47:09 UTC (rev 146605)
+++ community-i686/sysdig.install   2015-11-11 20:47:24 UTC (rev 146606)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {
-post_install "$1"
-}
-
-pre_remove() {
-[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-i686/sysdig.install (from rev 146605, 
sysdig/trunk/sysdig.install)
===
--- community-i686/sysdig.install   (rev 0)
+++ community-i686/sysdig.install   2015-11-11 20:47:24 UTC (rev 146606)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+dkms add sysdig/${1%%-*}
+  cat << EOF
+==> To build and install the necessary modul

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

2015-11-11 Thread Christian Hesse
Date: Wednesday, November 11, 2015 @ 20:24:14
  Author: eworm
Revision: 146604

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

Added:
  mupdf/repos/community-i686/PKGBUILD
(from rev 146603, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 146603, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-i686/mupdf.desktop
(from rev 146603, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-i686/mupdf.install
(from rev 146603, mupdf/trunk/mupdf.install)
  mupdf/repos/community-i686/mupdf.xpm
(from rev 146603, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-x86_64/PKGBUILD
(from rev 146603, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 146603, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-x86_64/mupdf.desktop
(from rev 146603, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-x86_64/mupdf.install
(from rev 146603, mupdf/trunk/mupdf.install)
  mupdf/repos/community-x86_64/mupdf.xpm
(from rev 146603, mupdf/trunk/mupdf.xpm)
Deleted:
  mupdf/repos/community-i686/PKGBUILD
  mupdf/repos/community-i686/mupdf-1.5-openjpeg-2.1.0.patch
  mupdf/repos/community-i686/mupdf.desktop
  mupdf/repos/community-i686/mupdf.install
  mupdf/repos/community-i686/mupdf.xpm
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch
  mupdf/repos/community-x86_64/mupdf.desktop
  mupdf/repos/community-x86_64/mupdf.install
  mupdf/repos/community-x86_64/mupdf.xpm

-+
 /PKGBUILD   |  118 ++
 /mupdf-1.5-openjpeg-2.1.0.patch |   26 
 /mupdf.desktop  |   30 +
 /mupdf.install  |   24 
 community-i686/PKGBUILD |   58 --
 community-i686/mupdf-1.5-openjpeg-2.1.0.patch   |   13 --
 community-i686/mupdf.desktop|   15 --
 community-i686/mupdf.install|   12 --
 community-x86_64/PKGBUILD   |   58 --
 community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch |   13 --
 community-x86_64/mupdf.desktop  |   15 --
 community-x86_64/mupdf.install  |   12 --
 12 files changed, 198 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 19:23:45 UTC (rev 146603)
+++ community-i686/PKGBUILD 2015-11-11 19:24:14 UTC (rev 146604)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Stefan Husmann 
-# Contributor: Pierre-Paul Paquin 
-# Contributor: xduugu
-
-pkgname=mupdf
-pkgver=1.7_a
-pkgrel=2
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('AGPL3')
-depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
- 'openssl' 'openjpeg2')
-install=mupdf.install
-options=('staticlibs')
-source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz
-mupdf.desktop
-mupdf.xpm
-mupdf-1.5-openjpeg-2.1.0.patch)
-md5sums=('319fda2cc5301bb3ec2e1d82c3329986'
- '39b54f82a763aac54e352315a0ee9037'
- 'f3f35e7320bafde331250de1c99186a1'
- '8e71587ad9b86e10c9144618ab43149b')
-
-prepare() {
-  cd $pkgname-${pkgver/_/}-source
-  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec,openjpeg}
-  patch -p1 -i ../mupdf-1.5-openjpeg-2.1.0.patch
-
-  sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird
-}
-
-build() {
-  CFLAGS+=' -fPIC'
-  CXXFLAGS+=' -fPIC'
-
-  cd $pkgname-${pkgver/_/}-source
-  make build=release CURL_LIBS='-lcurl -lpthread'
-}
-
-package() {
-  cd $pkgname-${pkgver/_/}-source
-  make build=release prefix="$pkgdir"/usr install
-  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
-
-  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
-  rm "$pkgdir"/usr/bin/mupdf-x11
-
-  install -Dm644 ../mupdf.desktop 
"$pkgdir"/usr/share/applications/mupdf.desktop
-  install -Dm644 ../mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-  find "$pkgdir"/usr/include "$pkgdir"/usr/share "$pkgdir"/usr/lib \
--type f -exec chmod -v 0644 {} +
-}

Copied: mupdf/repos/community-i686/PKGBUILD (from rev 146603, 
mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 19:24:14 UTC (rev 146604)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Stefan Husmann 
+# Contributor: Pierre-Paul Paquin 
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.8
+pkgrel=1
+pkgdesc

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

2015-11-11 Thread Christian Hesse
Date: Wednesday, November 11, 2015 @ 20:23:45
  Author: eworm
Revision: 146603

upgpkg: mupdf 1.8-1

upstream release

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 19:07:17 UTC (rev 146602)
+++ PKGBUILD2015-11-11 19:23:45 UTC (rev 146603)
@@ -7,14 +7,15 @@
 # Contributor: xduugu
 
 pkgname=mupdf
-pkgver=1.7_a
-pkgrel=2
+pkgver=1.8
+pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
 license=('AGPL3')
 depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
- 'openssl' 'openjpeg2')
+ 'openssl' 'openjpeg2' 'mesa' 'mesa-libgl' 'libxcursor' 'libxrandr'
+'libxinerama')
 install=mupdf.install
 options=('staticlibs')
 source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz
@@ -21,7 +22,7 @@
 mupdf.desktop
 mupdf.xpm
 mupdf-1.5-openjpeg-2.1.0.patch)
-md5sums=('319fda2cc5301bb3ec2e1d82c3329986'
+md5sums=('3205256d78d8524d67dd2a47c7a345fa'
  '39b54f82a763aac54e352315a0ee9037'
  'f3f35e7320bafde331250de1c99186a1'
  '8e71587ad9b86e10c9144618ab43149b')


[arch-commits] Commit in gnome-tweak-tool/repos/extra-any (4 files)

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 20:12:01
  Author: heftig
Revision: 250762

archrelease: copy trunk to extra-any

Added:
  gnome-tweak-tool/repos/extra-any/PKGBUILD
(from rev 250761, gnome-tweak-tool/trunk/PKGBUILD)
  gnome-tweak-tool/repos/extra-any/gnome-tweak-tool.install
(from rev 250761, gnome-tweak-tool/trunk/gnome-tweak-tool.install)
Deleted:
  gnome-tweak-tool/repos/extra-any/PKGBUILD
  gnome-tweak-tool/repos/extra-any/gnome-tweak-tool.install

--+
 PKGBUILD |   64 ++---
 gnome-tweak-tool.install |   22 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-11 19:11:42 UTC (rev 250761)
+++ PKGBUILD2015-11-11 19:12:01 UTC (rev 250762)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-tweak-tool
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="A tool to customize advanced GNOME 3 options."
-arch=(any)
-url="https://live.gnome.org/GnomeTweakTool";
-license=('GPL')
-depends=('gnome-settings-daemon' 'python2-gobject' 'hicolor-icon-theme')
-makedepends=('intltool')
-groups=('gnome-extra')
-install=gnome-tweak-tool.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c07b9b869d8fdd8625506003bd2c9869fdc798bfb6ba14e168fae7a54ad9b72')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr 
--libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir"/usr/bin/gnome-tweak-tool
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-tweak-tool/repos/extra-any/PKGBUILD (from rev 250761, 
gnome-tweak-tool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-11 19:12:01 UTC (rev 250762)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-tweak-tool
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="A tool to customize advanced GNOME 3 options."
+arch=(any)
+url="https://live.gnome.org/GnomeTweakTool";
+license=('GPL')
+depends=('gnome-settings-daemon' 'python2-gobject' 'hicolor-icon-theme')
+makedepends=('intltool')
+groups=('gnome-extra')
+install=gnome-tweak-tool.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c2c1103237648413c2d63a941e06b7057d6b102276b5968517753075de29430')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir"/usr/bin/gnome-tweak-tool
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-tweak-tool.install
===
--- gnome-tweak-tool.install2015-11-11 19:11:42 UTC (rev 250761)
+++ gnome-tweak-tool.install2015-11-11 19:12:01 UTC (rev 250762)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-tweak-tool/repos/extra-any/gnome-tweak-tool.install (from rev 
250761, gnome-tweak-tool/trunk/gnome-tweak-tool.install)
===
--- gnome-tweak-tool.install(rev 0)
+++ gnome-tweak-tool.install2015-11-11 19:12:01 UTC (rev 250762)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 20:10:54
  Author: heftig
Revision: 250760

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

Added:
  gnome-documents/repos/extra-i686/PKGBUILD
(from rev 250759, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-i686/gnome-documents.install
(from rev 250759, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 250759, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-x86_64/gnome-documents.install
(from rev 250759, gnome-documents/trunk/gnome-documents.install)
Deleted:
  gnome-documents/repos/extra-i686/PKGBUILD
  gnome-documents/repos/extra-i686/gnome-documents.install
  gnome-documents/repos/extra-x86_64/PKGBUILD
  gnome-documents/repos/extra-x86_64/gnome-documents.install

--+
 /PKGBUILD|   82 +
 /gnome-documents.install |   26 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/gnome-documents.install   |   13 -
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/gnome-documents.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-11 19:09:16 UTC (rev 250759)
+++ extra-i686/PKGBUILD 2015-11-11 19:10:54 UTC (rev 250760)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Documents Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkit2gtk gnome-online-miners librsvg)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-optdepends=('unoconv: Support for Libreoffice document types')
-install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a2184e34de6fb243d39cdcb83473831fc79a651ece3fcf9264f0faf40e08c477')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-i686/PKGBUILD (from rev 250759, 
gnome-documents/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-11 19:10:54 UTC (rev 250760)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Documents Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('850ddaf3366549bbe0696c2ec3a36faf16438b387b8e9cb7812c7d5266a74cd4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-documents.install
===
--- extra-i686/gnome-documents.install  2015-11-11 19:09:16 UTC (rev 250759)
+++ extra-i686/gnome-documents.install  2015-11-11 19:10:54 UTC (rev 250760)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-documents/repos/extra-i686/gnome-documents.install (from rev 
250759, gnome-documents/trunk/gnome-documents.install)
===
--- extra-i686/gnome-documents.install  (rev 0)
+++ extra-i686/gnome-documents.install  2015-11-11 19:10:54 UTC (rev 250760)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove

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

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 20:09:16
  Author: heftig
Revision: 250759

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

Added:
  evince/repos/extra-i686/PKGBUILD
(from rev 250758, evince/trunk/PKGBUILD)
  evince/repos/extra-i686/evince.install
(from rev 250758, evince/trunk/evince.install)
  evince/repos/extra-x86_64/PKGBUILD
(from rev 250758, evince/trunk/PKGBUILD)
  evince/repos/extra-x86_64/evince.install
(from rev 250758, evince/trunk/evince.install)
Deleted:
  evince/repos/extra-i686/PKGBUILD
  evince/repos/extra-i686/evince.install
  evince/repos/extra-x86_64/PKGBUILD
  evince/repos/extra-x86_64/evince.install

-+
 /PKGBUILD   |   74 ++
 /evince.install |   26 ++
 extra-i686/PKGBUILD |   37 -
 extra-i686/evince.install   |   13 ---
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/evince.install |   13 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-11 19:07:00 UTC (rev 250758)
+++ extra-i686/PKGBUILD 2015-11-11 19:09:16 UTC (rev 250759)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib 
libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop 
libarchive)
-makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
-optdepends=('texlive-bin: DVI support'
-   'gvfs: bookmark support and session saving')
-groups=(gnome)
-install=evince.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b5023765e6d6fb98da582fe3adc4f268f87b2f35110634e12cdac40f7aa8c31')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-  --localstatedir=/var--libexecdir=/usr/lib/evince \
-  --disable-static--enable-nautilus \
-  --enable-pdf--enable-tiff \
-  --enable-djvu   --enable-dvi \
-  --enable-t1lib  --enable-comics \
-  --disable-scrollkeeper  --disable-schemas-compile \
-  --enable-introspection --disable-browser-plugin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evince/repos/extra-i686/PKGBUILD (from rev 250758, 
evince/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-11 19:09:16 UTC (rev 250759)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib 
libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop 
libarchive)
+makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+install=evince.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('42ad6c7354d881a9ecab136ea84ff867acb942605bcfac48b6c12e1c2d8ecb17')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection --disable-browser-plugin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evince.install
===
--- extra-i686/evince.install   2015-11-11 19:07:00 UTC (rev 250758)
+++ extra-i686/evince.install   2015-11-11 19:09:16 UTC (rev 250759)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/ex

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

2015-11-11 Thread Johannes Löthberg
Date: Wednesday, November 11, 2015 @ 20:07:17
  Author: demize
Revision: 146602

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-11 19:07:03 UTC (rev 146601)
+++ PKGBUILD2015-11-11 19:07:17 UTC (rev 146602)
@@ -1,22 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=python-pafy
-pkgver=0.4.1
-pkgrel=1
-
-pkgdesc="Python API for YouTube"
-url="http://np1.github.io/pafy";
-arch=('any')
-license=('GPL3')
-
-depends=('python' 'youtube-dl')
-optdepends=('ffmpeg: fix issues with audio file downloads')
-
-source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz";)
-
-sha1sums=('a8805f9223be933505975018f08c13e04e4583d6')
-
-package() {
-   cd pafy-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pafy/repos/community-any/PKGBUILD (from rev 146601, 
python-pafy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-11 19:07:17 UTC (rev 146602)
@@ -0,0 +1,22 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=python-pafy
+pkgver=0.4.2
+pkgrel=1
+
+pkgdesc="Python API for YouTube"
+url="http://np1.github.io/pafy";
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'youtube-dl')
+optdepends=('ffmpeg: fix issues with audio file downloads')
+
+source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz";)
+
+sha1sums=('5b7a0b8759b29941519264029997447d538cb65c')
+
+package() {
+   cd pafy-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in gnome-online-accounts/repos (8 files)

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 20:07:00
  Author: heftig
Revision: 250758

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 250757, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 250757, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 250757, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 250757, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install

+
 /PKGBUILD  |   62 +++
 /gnome-online-accounts.install |   24 ++
 extra-i686/PKGBUILD|   31 -
 extra-i686/gnome-online-accounts.install   |   12 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/gnome-online-accounts.install |   12 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-11 19:05:59 UTC (rev 250757)
+++ extra-i686/PKGBUILD 2015-11-11 19:07:00 UTC (rev 250758)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6cde6b0966936c533447da8a23cade74de33b7dd6a801e1f8198b890e776c2c2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-media-server --enable-kerberos --enable-lastfm
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 250757, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-11 19:07:00 UTC (rev 250758)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.18.2.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca0a9c58ea5ac08437ed68fea9e8c3de69a8804e670ccf5a578c6786096ecfac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-media-server --enable-kerberos --enable-lastfm
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===
--- extra-i686/gnome-online-accounts.install2015-11-11 19:05:59 UTC (rev 
250757)
+++ extra-i686/gnome-online-accounts.install2015-11-11 19:07:00 UTC (rev 
250758)
@@ -1,12 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 250757, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- extra-i686/gnome-online-accounts.install(rev 0)
+++ extra-i686/gnome-online-accounts.install2015-11-11 19:07:00 UTC (rev 
250758)
@@ -0,0 +1,12 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas
+

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

2015-11-11 Thread Johannes Löthberg
Date: Wednesday, November 11, 2015 @ 20:07:03
  Author: demize
Revision: 146601

upgpkg: python-pafy 0.4.2-1

Modified:
  python-pafy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 18:37:03 UTC (rev 146600)
+++ PKGBUILD2015-11-11 19:07:03 UTC (rev 146601)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=python-pafy
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 
 pkgdesc="Python API for YouTube"
@@ -14,7 +14,7 @@
 
 
source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz";)
 
-sha1sums=('a8805f9223be933505975018f08c13e04e4583d6')
+sha1sums=('5b7a0b8759b29941519264029997447d538cb65c')
 
 package() {
cd pafy-$pkgver


[arch-commits] Commit in gnome-tweak-tool/trunk (PKGBUILD)

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 20:05:59
  Author: heftig
Revision: 250757

3.18.1

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 19:05:04 UTC (rev 250756)
+++ PKGBUILD2015-11-11 19:05:59 UTC (rev 250757)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-tweak-tool
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="A tool to customize advanced GNOME 3 options."
 arch=(any)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=gnome-tweak-tool.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c07b9b869d8fdd8625506003bd2c9869fdc798bfb6ba14e168fae7a54ad9b72')
+sha256sums=('5c2c1103237648413c2d63a941e06b7057d6b102276b5968517753075de29430')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 20:05:02
  Author: heftig
Revision: 250755

3.18.2

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 18:56:25 UTC (rev 250754)
+++ PKGBUILD2015-11-11 19:05:02 UTC (rev 250755)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evince
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince";
@@ -16,7 +16,7 @@
 install=evince.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b5023765e6d6fb98da582fe3adc4f268f87b2f35110634e12cdac40f7aa8c31')
+sha256sums=('42ad6c7354d881a9ecab136ea84ff867acb942605bcfac48b6c12e1c2d8ecb17')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 20:05:04
  Author: heftig
Revision: 250756

3.18.2

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 19:05:02 UTC (rev 250755)
+++ PKGBUILD2015-11-11 19:05:04 UTC (rev 250756)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Documents Manager for GNOME"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 optdepends=('unoconv: Support for Libreoffice document types')
 install=gnome-documents.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a2184e34de6fb243d39cdcb83473831fc79a651ece3fcf9264f0faf40e08c477')
+sha256sums=('850ddaf3366549bbe0696c2ec3a36faf16438b387b8e9cb7812c7d5266a74cd4')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

2015-11-11 Thread Jan Steffens
Date: Wednesday, November 11, 2015 @ 19:56:25
  Author: heftig
Revision: 250754

3.18.2.1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 16:39:00 UTC (rev 250753)
+++ PKGBUILD2015-11-11 18:56:25 UTC (rev 250754)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.18.1
+pkgver=3.18.2.1
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 'gvfs-google: Google Drive')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6cde6b0966936c533447da8a23cade74de33b7dd6a801e1f8198b890e776c2c2')
+sha256sums=('ca0a9c58ea5ac08437ed68fea9e8c3de69a8804e670ccf5a578c6786096ecfac')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-11 Thread Laurent Carlier
Date: Wednesday, November 11, 2015 @ 19:37:03
  Author: lcarlier
Revision: 146600

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

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

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

2015-11-11 Thread Laurent Carlier
Date: Wednesday, November 11, 2015 @ 19:36:26
  Author: lcarlier
Revision: 146599

upgpkg: virtualbox 5.0.8-3

xorg 1.18 rebuild

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 17:54:48 UTC (rev 146598)
+++ PKGBUILD2015-11-11 18:36:26 UTC (rev 146599)
@@ -11,7 +11,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=5.0.8
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -286,7 +286,7 @@
 pkgdesc='VirtualBox Guest userspace utilities'
 depends=('virtualbox-guest-modules' 'glibc' 'pam' 'libx11' 'libxcomposite'
  'libxdamage' 'libxext' 'libxfixes' 'libxmu' 'libxt' 'xorg-xrandr'
- 'X-ABI-VIDEODRV_VERSION=19')
+ 'X-ABI-VIDEODRV_VERSION=20')
 optdepends=('virtualbox-guest-dkms: Guest kernel source modules for 
non-stock kernels')
 replaces=('virtualbox-archlinux-additions' 'virtualbox-guest-additions')
 conflicts=('virtualbox-archlinux-additions' 'virtualbox-guest-additions' 
'virtualbox-guest-utils-nox')


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

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

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

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

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

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

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

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

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

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

Copied: castget/repos/community-x86_64/PKGBUILD (from rev 146597, 
castget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

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

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

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

Modified:
  castget/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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


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

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

addpkg: xtrlock 2.7-2

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

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

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


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

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

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

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

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

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

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

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

upgpkg: apache 2.4.17-3

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

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

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

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

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

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

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

Remove outdated conflict with ipfs

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

Modified:
  go-ipfs/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

Update to 2.7.4

Modified:
  python-rpy2/trunk/PKGBUILD

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

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


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

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

archrelease: copy trunk to community-any

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

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

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

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


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

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

upgpkg: python-tox 2.2.1-1

Modified:
  python-tox/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

upgpkg: seamonkey 2.39-1

Modified:
  seamonkey/trunk/PKGBUILD

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

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


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

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

upgpkg: qcad 3.12.1.0-1

upd

Modified:
  qcad/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

upgpkg: emscripten 1.35.8-1

upstream release 1.35.8

Modified:
  emscripten/trunk/PKGBUILD

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

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


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

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

archrelease: copy trunk to community-any

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

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

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

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


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

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

upgpkg: python-tox 2.2.0-1

Modified:
  python-tox/trunk/PKGBUILD

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

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


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (4 files)

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

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 146580, deepin-desktop-schemas/trunk/PKGBUILD)
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install
(from rev 146580, 
deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install

+
 PKGBUILD   |   54 +++
 deepin-desktop-schemas.install |   22 +++
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-11 14:39:55 UTC (rev 146580)
+++ PKGBUILD2015-11-11 14:40:15 UTC (rev 146581)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=2.90.0
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas";
-license=('GPL3')
-depends=('dconf')
-makedepends=('git')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 146580, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-11 14:40:15 UTC (rev 146581)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=2.91.0
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas";
+license=('GPL3')
+depends=('dconf')
+makedepends=('git')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: deepin-desktop-schemas.install
===
--- deepin-desktop-schemas.install  2015-11-11 14:39:55 UTC (rev 146580)
+++ deepin-desktop-schemas.install  2015-11-11 14:40:15 UTC (rev 146581)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install (from 
rev 146580, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===
--- deepin-desktop-schemas.install  (rev 0)
+++ deepin-desktop-schemas.install  2015-11-11 14:40:15 UTC (rev 146581)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

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

upgpkg: deepin-desktop-schemas 2.91.0-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

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


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

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 15:22:35
  Author: andyrtr
Revision: 250750

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 250749, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 250749, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 250749, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 250749, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 ++
 /PKGBUILD |  344 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  172 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  172 
 6 files changed, 508 insertions(+), 508 deletions(-)

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


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

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 15:22:17
  Author: andyrtr
Revision: 250749

upgpkg: mesa 11.0.5-1

upstream update 11.0.5

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 12:22:51 UTC (rev 250748)
+++ PKGBUILD2015-11-11 14:22:17 UTC (rev 250749)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=11.0.4
+pkgver=11.0.5
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('40201bf7fc6fa12a6d9edfe870b41eb4dd6669154e3c42c48a96f70805f5483d'
+sha256sums=('9c255a2a6695fcc6ef4a279e1df0aeaf417dc142f39ee59dfb533d80494bb67a'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

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

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

Added:
  clipgrab/repos/community-i686/PKGBUILD
(from rev 146578, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-i686/clipgrab.desktop
(from rev 146578, clipgrab/trunk/clipgrab.desktop)
  clipgrab/repos/community-x86_64/PKGBUILD
(from rev 146578, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
(from rev 146578, clipgrab/trunk/clipgrab.desktop)
Deleted:
  clipgrab/repos/community-i686/PKGBUILD
  clipgrab/repos/community-i686/clipgrab.desktop
  clipgrab/repos/community-x86_64/PKGBUILD
  clipgrab/repos/community-x86_64/clipgrab.desktop

---+
 /PKGBUILD |   64 
 /clipgrab.desktop |   26 ++
 community-i686/PKGBUILD   |   32 --
 community-i686/clipgrab.desktop   |   13 ---
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/clipgrab.desktop |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-11 13:17:02 UTC (rev 146578)
+++ community-i686/PKGBUILD 2015-11-11 13:17:42 UTC (rev 146579)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Husmann 
-# Contributor: thacrazze 
-
-pkgname=clipgrab
-pkgver=3.5.3
-pkgrel=1
-pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
-arch=(i686 x86_64)
-url='http://clipgrab.de/en'
-license=(GPL3)
-depends=(qtwebkit)
-optdepends=('ffmpeg: for the conversion functionality')
-source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-md5sums=('d8a985d4c238de8379033d8fa0cf2915'
- '9a141791f6952917c441050c3dac81ce')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt4 clipgrab.pro
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: clipgrab/repos/community-i686/PKGBUILD (from rev 146578, 
clipgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-11 13:17:42 UTC (rev 146579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Husmann 
+# Contributor: thacrazze 
+
+pkgname=clipgrab
+pkgver=3.5.4
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
+arch=(i686 x86_64)
+url='http://clipgrab.de/en'
+license=(GPL3)
+depends=(qtwebkit)
+optdepends=('ffmpeg: for the conversion functionality')
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+md5sums=('49102d66c052f62af12ec993518f8387'
+ '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Deleted: community-i686/clipgrab.desktop
===
--- community-i686/clipgrab.desktop 2015-11-11 13:17:02 UTC (rev 146578)
+++ community-i686/clipgrab.desktop 2015-11-11 13:17:42 UTC (rev 146579)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=ClipGrab
-GenericName=Video Downloader
-GenericName[de]=Video-Downloader
-Comment=Download videos and convert it
-Comment[de]=Videos herunterladen und konvertieren
-Icon=/usr/share/pixmaps/clipgrab.png
-Exec=clipgrab
-TryExec=clipgrab
-Terminal=false
-Categories=Qt;AudioVideo;Audio;Video;

Copied: clipgrab/repos/community-i686/clipgrab.desktop (from rev 146578, 
clipgrab/trunk/clipgrab.desktop)
===
--- community-i686/clipgrab.desktop (rev 0)
+++ community-i686/clipgrab.desktop 2015-11-11 13:17:42 UTC (rev 146579)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=ClipGrab
+GenericName=Video Downloader
+GenericName[de]=Video-Downloader
+Comment=Download videos and convert it
+Comment[de]=Videos herunterladen und konvertieren
+Icon=/usr/share/pixmaps/clipgrab.png
+Exec=clipgrab
+TryExec=clipgrab
+Terminal=false
+Categories=Qt;AudioVideo;Audio;Video;

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-11 13:17:02 UTC (

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

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

Update to 3.5.4

Modified:
  clipgrab/trunk/PKGBUILD

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

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


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

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

archrelease: copy trunk to extra-any

Added:
  perl-mime-types/repos/extra-any/PKGBUILD
(from rev 250747, perl-mime-types/trunk/PKGBUILD)
Deleted:
  perl-mime-types/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-11 12:22:29 UTC (rev 250747)
+++ PKGBUILD2015-11-11 12:22:51 UTC (rev 250748)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot
-# Contributor: Charles Mauch 
-
-pkgname=perl-mime-types
-pkgver=2.11
-pkgrel=1
-pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
-arch=('any')
-url="http://search.cpan.org/dist/MIME-Types/";
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
-md5sums=('f9b354b7d16c4b6a4d40744fcc208484')
-
-build() {
-  cd MIME-Types-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd MIME-Types-${pkgver}
-  make test
-}
-
-package() {
-  cd MIME-Types-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-mime-types/repos/extra-any/PKGBUILD (from rev 250747, 
perl-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-11 12:22:51 UTC (rev 250748)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot
+# Contributor: Charles Mauch 
+
+pkgname=perl-mime-types
+pkgver=2.12
+pkgrel=1
+pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
+arch=('any')
+url="http://search.cpan.org/dist/MIME-Types/";
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
+md5sums=('bbd17e44183d0e958edd27ebf4673272')
+
+build() {
+  cd MIME-Types-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Types-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Types-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

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

remove wrong repo

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


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

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 13:21:08
  Author: fyan
Revision: 250746

archrelease: copy trunk to community-any

Added:
  perl-mime-types/repos/community-any/
  perl-mime-types/repos/community-any/PKGBUILD
(from rev 250745, perl-mime-types/trunk/PKGBUILD)

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

Copied: perl-mime-types/repos/community-any/PKGBUILD (from rev 250745, 
perl-mime-types/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-11 12:21:08 UTC (rev 250746)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot
+# Contributor: Charles Mauch 
+
+pkgname=perl-mime-types
+pkgver=2.12
+pkgrel=1
+pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
+arch=('any')
+url="http://search.cpan.org/dist/MIME-Types/";
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
+md5sums=('bbd17e44183d0e958edd27ebf4673272')
+
+build() {
+  cd MIME-Types-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Types-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Types-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-mime-types/trunk (PKGBUILD)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 13:20:49
  Author: fyan
Revision: 250745

upgpkg: perl-mime-types 2.12-1

Modified:
  perl-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 10:43:36 UTC (rev 250744)
+++ PKGBUILD2015-11-11 12:20:49 UTC (rev 250745)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=perl-mime-types
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
-md5sums=('f9b354b7d16c4b6a4d40744fcc208484')
+md5sums=('bbd17e44183d0e958edd27ebf4673272')
 
 build() {
   cd MIME-Types-${pkgver}


[arch-commits] Commit in nodejs-babel-cli/repos/community-any (4 files)

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 13:20:19
  Author: fyan
Revision: 146577

archrelease: copy trunk to community-any

Added:
  nodejs-babel-cli/repos/community-any/LICENSE
(from rev 146576, nodejs-babel-cli/trunk/LICENSE)
  nodejs-babel-cli/repos/community-any/PKGBUILD
(from rev 146576, nodejs-babel-cli/trunk/PKGBUILD)
Deleted:
  nodejs-babel-cli/repos/community-any/LICENSE
  nodejs-babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   54 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-11-11 12:19:59 UTC (rev 146576)
+++ LICENSE 2015-11-11 12:20:19 UTC (rev 146577)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: nodejs-babel-cli/repos/community-any/LICENSE (from rev 146576, 
nodejs-babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-11-11 12:20:19 UTC (rev 146577)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-11 12:19:59 UTC (rev 146576)
+++ PKGBUILD2015-11-11 12:20:19 UTC (rev 146577)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.1.2
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('0986a4336ab7cf42f9ce29364ed707a79c5e8d5bd1029ed4ac09dd6d8bf68518'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 146576, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-11 12:20:19 UTC (rev 146577)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+_npmname=babel-cli
+pkgname=nodejs-$_npmname
+pkgver=6.1.4
+pkgrel=1
+pkgdesc="A compiler for writing next generation JavaScript"
+arch=('any')
+url="https://babeljs.io/";
+lice

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

2015-11-11 Thread Felix Yan
Date: Wednesday, November 11, 2015 @ 13:19:59
  Author: fyan
Revision: 146576

upgpkg: nodejs-babel-cli 6.1.4-1

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 11:49:07 UTC (rev 146575)
+++ PKGBUILD2015-11-11 12:19:59 UTC (rev 146576)
@@ -6,7 +6,7 @@
 
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
-pkgver=6.1.2
+pkgver=6.1.4
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -17,7 +17,7 @@
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
 LICENSE)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('0986a4336ab7cf42f9ce29364ed707a79c5e8d5bd1029ed4ac09dd6d8bf68518'
+sha256sums=('cf04d0d4a92ef253b95b340ce6ebe087ab7ae61a418929adf8762a88aa120050'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


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

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

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

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

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

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

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

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

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

upgpkg: nbd 3.12.1-1

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

Modified:
  nbd/trunk/PKGBUILD

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

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


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

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

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

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

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

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

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 250743, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-11 10:43:36 UTC (rev 250744)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contrib

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

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

Push again

Modified:
  plasma-workspace/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

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

Xorg 1.18 rebuild - use latest git snapshot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 250737, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-11 10:00:14 UTC (rev 250738)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+ar

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

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

upgpkg: libevdev 1.4.5-1

upstream update 1.4.5

Modified:
  libevdev/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

upgpkg: xf86-video-ark 0.7.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-ark/trunk/PKGBUILD

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

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


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

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

upgpkg: xf86-video-voodoo 1.2.5-7

Xorg 1.18 rebuild

Modified:
  xf86-video-voodoo/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

upgpkg: xf86-video-vmware 13.1.0-3

Xorg 1.18 rebuild

Modified:
  xf86-video-vmware/trunk/PKGBUILD

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

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


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

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

upgpkg: xf86-video-vesa 2.3.4-2

Xorg 1.18 rebuild

Modified:
  xf86-video-vesa/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  1   2   >