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

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 10:19:20
  Author: alucryd
Revision: 134896

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

Added:
  renpy/repos/community-i686/PKGBUILD
(from rev 134895, renpy/trunk/PKGBUILD)
  renpy/repos/community-i686/renpy
(from rev 134895, renpy/trunk/renpy)
  renpy/repos/community-i686/renpy.desktop
(from rev 134895, renpy/trunk/renpy.desktop)
  renpy/repos/community-i686/renpy.png
(from rev 134895, renpy/trunk/renpy.png)
  renpy/repos/community-x86_64/PKGBUILD
(from rev 134895, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 134895, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 134895, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 134895, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-i686/PKGBUILD
  renpy/repos/community-i686/renpy
  renpy/repos/community-i686/renpy.desktop
  renpy/repos/community-i686/renpy.png
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 /PKGBUILD  |  148 +++
 /renpy |6 +
 /renpy.desktop |   18 
 community-i686/PKGBUILD|   74 ---
 community-i686/renpy   |3 
 community-i686/renpy.desktop   |9 --
 community-x86_64/PKGBUILD  |   74 ---
 community-x86_64/renpy |3 
 community-x86_64/renpy.desktop |9 --
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-06 08:19:01 UTC (rev 134895)
+++ community-i686/PKGBUILD 2015-06-06 08:19:20 UTC (rev 134896)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Cravix dr.neem...@gmail.com
-# Contributor: AlexanderR rvach...@nxt.ru
-# Contributor: zhn zhangn1...@gmail.com
-
-pkgbase=renpy
-pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.4
-pkgrel=2
-pkgdesc=The Ren'Py Visual Novel Engine
-arch=('i686' 'x86_64')
-url='http://www.renpy.org'
-license=('MIT')
-makedepends=('cython2' 'ffmpeg' 'glew' 'python2-pygame-sdl2')
-source=(http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
-'renpy'
-'renpy.desktop'
-'renpy.png')
-sha256sums=('bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633'
-'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
-  optdepends=('renpy-demos: Tutorial and The Question demos'
-  'tk: Set projects directory')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root=${pkgdir} --prefix='/usr' 
--optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps,renpy,doc}}
-
-  cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
${pkgdir}/usr/share/renpy/
-  ln -s /usr/share/renpy/doc ${pkgdir}/usr/share/doc/renpy
-
-  install -m 755 ../renpy ${pkgdir}/usr/bin/
-  install -m 644 ../renpy.desktop ${pkgdir}/usr/share/applications/
-  install -m 644 ../renpy.png ${pkgdir}/usr/share/pixmaps/
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/renpy
-  install -m 644 LICENSE.txt ${pkgdir}/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=('renpy')
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 ${pkgdir}/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
${pkgdir}/usr/share/renpy/
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s renpy ${pkgdir}/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-i686/PKGBUILD (from rev 134895, 
renpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 08:19:20 UTC (rev 134896)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+# Contributor: AlexanderR rvach...@nxt.ru
+# Contributor: zhn zhangn1...@gmail.com
+
+pkgbase=renpy
+pkgname=('renpy' 'renpy-demos')
+pkgver=6.99.4
+pkgrel=3
+pkgdesc=The Ren'Py Visual Novel Engine
+arch=('i686' 'x86_64')
+url='http://www.renpy.org'
+license=('MIT')
+depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')

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

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 10:19:01
  Author: alucryd
Revision: 134895

upgpkg: renpy 6.99.4-3

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 08:08:42 UTC (rev 134894)
+++ PKGBUILD2015-06-06 08:19:01 UTC (rev 134895)
@@ -7,7 +7,7 @@
 pkgbase=renpy
 pkgname=('renpy' 'renpy-demos')
 pkgver=6.99.4
-pkgrel=2
+pkgrel=3
 pkgdesc=The Ren'Py Visual Novel Engine
 arch=('i686' 'x86_64')
 url='http://www.renpy.org'


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

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 10:08:42
  Author: alucryd
Revision: 134894

Cosmetic change

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 08:03:23 UTC (rev 134893)
+++ PKGBUILD2015-06-06 08:08:42 UTC (rev 134894)
@@ -12,7 +12,8 @@
 arch=('i686' 'x86_64')
 url='http://www.renpy.org'
 license=('MIT')
-makedepends=('cython2' 'ffmpeg' 'glew' 'python2-pygame-sdl2')
+depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
+makedepends=('cython2')
 source=(http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
 'renpy'
 'renpy.desktop'
@@ -37,7 +38,6 @@
 }
 
 package_renpy() {
-  depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
   optdepends=('renpy-demos: Tutorial and The Question demos'
   'tk: Set projects directory')
 


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-06 Thread Pierre Schmitz
Date: Saturday, June 6, 2015 @ 09:24:45
  Author: pierre
Revision: 240366

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 240365, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-06 07:24:33 UTC (rev 240365)
+++ PKGBUILD2015-06-06 07:24:45 UTC (rev 240366)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=grml-zsh-config
-pkgver=0.11.2
-pkgrel=1
-pkgdesc=grml's zsh setup
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('0034a2a9ee77068a381c77a69fc05fcaa054215fdf1b05163a7bb7397145ec40')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 240365, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-06 07:24:45 UTC (rev 240366)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('9afa063168b7b55e6403d966653421e137503ea6307803cca8bb9dd0e7eeb292')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2015-06-06 Thread Pierre Schmitz
Date: Saturday, June 6, 2015 @ 09:24:33
  Author: pierre
Revision: 240365

upgpkg: grml-zsh-config 0.12.0-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 08:04:03 UTC (rev 240364)
+++ PKGBUILD2015-06-06 07:24:33 UTC (rev 240365)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.11.2
+pkgver=0.12.0
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('0034a2a9ee77068a381c77a69fc05fcaa054215fdf1b05163a7bb7397145ec40')
+sha256sums=('9afa063168b7b55e6403d966653421e137503ea6307803cca8bb9dd0e7eeb292')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


[arch-commits] Commit in python2-pygame-sdl2 (7 files)

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 09:52:21
  Author: alucryd
Revision: 134891

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

Added:
  python2-pygame-sdl2/repos/
  python2-pygame-sdl2/repos/community-i686/
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
(from rev 134890, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-i686/cython.patch
(from rev 134890, python2-pygame-sdl2/trunk/cython.patch)
  python2-pygame-sdl2/repos/community-x86_64/
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
(from rev 134890, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-x86_64/cython.patch
(from rev 134890, python2-pygame-sdl2/trunk/cython.patch)

---+
 community-i686/PKGBUILD   |   40 
 community-i686/cython.patch   |   11 +++
 community-x86_64/PKGBUILD |   40 
 community-x86_64/cython.patch |   11 +++
 4 files changed, 102 insertions(+)

Copied: python2-pygame-sdl2/repos/community-i686/PKGBUILD (from rev 134890, 
python2-pygame-sdl2/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-06-06 07:52:21 UTC (rev 134891)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.4
+pkgrel=2
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=(http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
+'cython.patch')
+sha256sums=('737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0'
+'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np0 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --prefix='/usr' --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
${pkgdir}/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-i686/cython.patch (from rev 134890, 
python2-pygame-sdl2/trunk/cython.patch)
===
--- repos/community-i686/cython.patch   (rev 0)
+++ repos/community-i686/cython.patch   2015-06-06 07:52:21 UTC (rev 134891)
@@ -0,0 +1,11 @@
+--- setuplib.py2015-04-05 18:19:36.869928443 +0800
 setuplib.py.cur2015-04-05 18:20:58.253259520 +0800
+@@ -26,7 +26,7 @@
+ import distutils.core
+ 
+ # The cython command.
+-cython_command = cython
++cython_command = cython2
+ 
+ # The include and library dirs that we compile against.
+ include_dirs = [ ., src ]

Copied: python2-pygame-sdl2/repos/community-x86_64/PKGBUILD (from rev 134890, 
python2-pygame-sdl2/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-06-06 07:52:21 UTC (rev 134891)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.4
+pkgrel=2
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=(http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
+'cython.patch')
+sha256sums=('737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0'
+'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np0 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --prefix='/usr' --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
${pkgdir}/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-x86_64/cython.patch (from rev 
134890, python2-pygame-sdl2/trunk/cython.patch)
===
--- repos/community-x86_64/cython.patch 

[arch-commits] Commit in (10 files)

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 09:51:58
  Author: alucryd
Revision: 134890

Add renpy  cie

Added:
  python2-pygame-sdl2/
  python2-pygame-sdl2/trunk/
  python2-pygame-sdl2/trunk/PKGBUILD
  python2-pygame-sdl2/trunk/cython.patch
  renpy/
  renpy/trunk/
  renpy/trunk/PKGBUILD
  renpy/trunk/renpy
  renpy/trunk/renpy.desktop
  renpy/trunk/renpy.png

+
 python2-pygame-sdl2/trunk/PKGBUILD |   40 ++
 python2-pygame-sdl2/trunk/cython.patch |   11 
 renpy/trunk/PKGBUILD   |   85 +++
 renpy/trunk/renpy  |3 +
 renpy/trunk/renpy.desktop  |9 +++
 renpy/trunk/renpy.png  |1 
 6 files changed, 149 insertions(+)

Added: python2-pygame-sdl2/trunk/PKGBUILD
===
--- python2-pygame-sdl2/trunk/PKGBUILD  (rev 0)
+++ python2-pygame-sdl2/trunk/PKGBUILD  2015-06-06 07:51:58 UTC (rev 134890)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.4
+pkgrel=2
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=(http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
+'cython.patch')
+sha256sums=('737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0'
+'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np0 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --prefix='/usr' --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
${pkgdir}/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: python2-pygame-sdl2/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python2-pygame-sdl2/trunk/cython.patch
===
--- python2-pygame-sdl2/trunk/cython.patch  (rev 0)
+++ python2-pygame-sdl2/trunk/cython.patch  2015-06-06 07:51:58 UTC (rev 
134890)
@@ -0,0 +1,11 @@
+--- setuplib.py2015-04-05 18:19:36.869928443 +0800
 setuplib.py.cur2015-04-05 18:20:58.253259520 +0800
+@@ -26,7 +26,7 @@
+ import distutils.core
+ 
+ # The cython command.
+-cython_command = cython
++cython_command = cython2
+ 
+ # The include and library dirs that we compile against.
+ include_dirs = [ ., src ]

Added: renpy/trunk/PKGBUILD
===
--- renpy/trunk/PKGBUILD(rev 0)
+++ renpy/trunk/PKGBUILD2015-06-06 07:51:58 UTC (rev 134890)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+# Contributor: AlexanderR rvach...@nxt.ru
+# Contributor: zhn zhangn1...@gmail.com
+
+pkgbase=renpy
+pkgname=('python2-renpy' 'renpy' 'renpy-demos')
+pkgver=6.99.4
+pkgrel=2
+pkgdesc=The Ren'Py Visual Novel Engine
+arch=('i686' 'x86_64')
+url='http://www.renpy.org'
+license=('MIT')
+makedepends=('cython2' 'ffmpeg' 'glew' 'python2-pygame-sdl2')
+source=(http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
+'renpy'
+'renpy.desktop'
+'renpy.png')
+sha256sums=('bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633'
+'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
+'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
+'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
+
+prepare() {
+  cd renpy-${pkgver}-source
+
+  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
+}
+
+build() {
+  cd renpy-${pkgver}-source
+
+  export RENPY_CYTHON='cython2'
+
+  python2 module/setup.py build
+}
+
+package_python2-renpy() {
+  depends=('ffmpeg' 'glew' 'python2' 'sdl2')
+
+  cd renpy-${pkgver}-source
+
+  python2 module/setup.py install --root=${pkgdir} --prefix='/usr' 
--optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s renpy ${pkgdir}/usr/share/licenses/python2-renpy
+}
+
+package_renpy() {
+  arch=('any')
+  depends=('python2-pygame-sdl2' 'python2-renpy')
+  optdepends=('renpy-demos: Tutorial and The Question demos'
+  'tk: Set projects directory')
+
+  cd renpy-${pkgver}-source
+
+  install -dm 755 

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

2015-06-06 Thread Florian Pritz
Date: Saturday, June 6, 2015 @ 10:30:10
  Author: bluewind
Revision: 134897

upgpkg: lib32-qt4 4.8.7-2

build with clang to fix skype crash FS#45204

Modified:
  lib32-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 08:19:20 UTC (rev 134896)
+++ PKGBUILD2015-06-06 08:30:10 UTC (rev 134897)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -17,7 +17,7 @@
 'lib32-libxcursor: Xcursor support'
 'lib32-libxfixes: Xfixes support'
 'lib32-sni-qt: StatusNotifierItem (AppIndicators) support')
-makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
+makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2} clang)
 options=('staticlibs') # libQtUiTools builds as static only FS#36606
 provides=(lib32-qtwebkit)
 replaces=(lib32-qtwebkit 'lib32-qt=4.8.4')
@@ -28,6 +28,8 @@
 md5sums=('d990ee66bf7ab0c785589776f35ba6ad'
  'a523644faa8f98a73f55c4aa23c114a6')
 
+export CC='clang'
+export CXX='clang++'
 prepare() {
   cd $srcdir/$_pkgfqn
 


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

2015-06-06 Thread Florian Pritz
Date: Saturday, June 6, 2015 @ 10:30:14
  Author: bluewind
Revision: 134898

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD
(from rev 134897, lib32-qt4/trunk/PKGBUILD)
  lib32-qt4/repos/multilib-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 134897, lib32-qt4/trunk/kubuntu_14_systemtrayicon.diff)
Deleted:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD
  lib32-qt4/repos/multilib-x86_64/kubuntu_14_systemtrayicon.diff

+
 PKGBUILD   |  206 +-
 kubuntu_14_systemtrayicon.diff | 2932 +++
 2 files changed, 1570 insertions(+), 1568 deletions(-)

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


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

2015-06-06 Thread Lukas Jirkovsky
Date: Saturday, June 6, 2015 @ 10:47:11
  Author: stativ
Revision: 134899

upgpkg: cdrtools 3.01a29-1

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 08:30:14 UTC (rev 134898)
+++ PKGBUILD2015-06-06 08:47:11 UTC (rev 134899)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=cdrtools
-pkgver=3.01a28
+pkgver=3.01a29
 pkgrel=1
 pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('49aba529e44aa9f86874c6bd542f5fb4')
+md5sums=('edf66619d21feb67a3d9ddf54bac1471')
 
 build() {
   cd $srcdir/cdrtools-${pkgver%%a*}


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

2015-06-06 Thread Lukas Jirkovsky
Date: Saturday, June 6, 2015 @ 10:47:27
  Author: stativ
Revision: 134900

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-06 08:47:11 UTC (rev 134899)
+++ community-i686/PKGBUILD 2015-06-06 08:47:27 UTC (rev 134900)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a28
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('49aba529e44aa9f86874c6bd542f5fb4')
-
-build() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/lib/{*.a,profiled}
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 $pkgdir/usr/lib/modules-load.d/
-  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd $pkgdir/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 134899, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 08:47:27 UTC (rev 134900)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=cdrtools
+pkgver=3.01a29
+pkgrel=1
+pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
+arch=('i686' 'x86_64')
+url=http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('edf66619d21feb67a3d9ddf54bac1471')
+
+build() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/lib/{*.a,profiled}
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 $pkgdir/usr/lib/modules-load.d/
+  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd $pkgdir/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-06 08:47:11 UTC (rev 134899)
+++ community-x86_64/PKGBUILD   2015-06-06 08:47:27 UTC (rev 134900)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a28
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('49aba529e44aa9f86874c6bd542f5fb4')
-
-build() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 

[arch-commits] Commit in renpy (11 files)

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 10:03:23
  Author: alucryd
Revision: 134893

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

Added:
  renpy/repos/
  renpy/repos/community-i686/
  renpy/repos/community-i686/PKGBUILD
(from rev 134892, renpy/trunk/PKGBUILD)
  renpy/repos/community-i686/renpy
(from rev 134892, renpy/trunk/renpy)
  renpy/repos/community-i686/renpy.desktop
(from rev 134892, renpy/trunk/renpy.desktop)
  renpy/repos/community-i686/renpy.png
(from rev 134892, renpy/trunk/renpy.png)
  renpy/repos/community-x86_64/
  renpy/repos/community-x86_64/PKGBUILD
(from rev 134892, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 134892, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 134892, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 134892, renpy/trunk/renpy.png)

+
 community-i686/PKGBUILD|   74 +++
 community-i686/renpy   |3 +
 community-i686/renpy.desktop   |9 
 community-x86_64/PKGBUILD  |   74 +++
 community-x86_64/renpy |3 +
 community-x86_64/renpy.desktop |9 
 6 files changed, 172 insertions(+)

Copied: renpy/repos/community-i686/PKGBUILD (from rev 134892, 
renpy/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-06-06 08:03:23 UTC (rev 134893)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+# Contributor: AlexanderR rvach...@nxt.ru
+# Contributor: zhn zhangn1...@gmail.com
+
+pkgbase=renpy
+pkgname=('renpy' 'renpy-demos')
+pkgver=6.99.4
+pkgrel=2
+pkgdesc=The Ren'Py Visual Novel Engine
+arch=('i686' 'x86_64')
+url='http://www.renpy.org'
+license=('MIT')
+makedepends=('cython2' 'ffmpeg' 'glew' 'python2-pygame-sdl2')
+source=(http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
+'renpy'
+'renpy.desktop'
+'renpy.png')
+sha256sums=('bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633'
+'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
+'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
+'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
+
+prepare() {
+  cd renpy-${pkgver}-source
+
+  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
+}
+
+build() {
+  cd renpy-${pkgver}-source
+
+  export RENPY_CYTHON='cython2'
+
+  python2 module/setup.py build
+}
+
+package_renpy() {
+  depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
+  optdepends=('renpy-demos: Tutorial and The Question demos'
+  'tk: Set projects directory')
+
+  cd renpy-${pkgver}-source
+
+  python2 module/setup.py install --root=${pkgdir} --prefix='/usr' 
--optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps,renpy,doc}}
+
+  cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
${pkgdir}/usr/share/renpy/
+  ln -s /usr/share/renpy/doc ${pkgdir}/usr/share/doc/renpy
+
+  install -m 755 ../renpy ${pkgdir}/usr/bin/
+  install -m 644 ../renpy.desktop ${pkgdir}/usr/share/applications/
+  install -m 644 ../renpy.png ${pkgdir}/usr/share/pixmaps/
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/renpy
+  install -m 644 LICENSE.txt ${pkgdir}/usr/share/licenses/renpy/
+}
+
+package_renpy-demos() {
+  depends=('renpy')
+
+  cd renpy-${pkgver}-source
+
+  install -dm 755 ${pkgdir}/usr/share/renpy
+
+  cp -dr --no-preserve='ownership' the_question tutorial 
${pkgdir}/usr/share/renpy/
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s renpy ${pkgdir}/usr/share/licenses/renpy-demos
+}
+
+# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-i686/renpy (from rev 134892, renpy/trunk/renpy)
===
--- repos/community-i686/renpy  (rev 0)
+++ repos/community-i686/renpy  2015-06-06 08:03:23 UTC (rev 134893)
@@ -0,0 +1,3 @@
+#!/usr/bin/sh
+
+exec python2 /usr/share/renpy/renpy.py $@

Copied: renpy/repos/community-i686/renpy.desktop (from rev 134892, 
renpy/trunk/renpy.desktop)
===
--- repos/community-i686/renpy.desktop  (rev 0)
+++ repos/community-i686/renpy.desktop  2015-06-06 08:03:23 UTC (rev 134893)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Ren'Py
+GenericName=renpy
+Comment=Ren'Py is a visual novel engine that helps you use words, images, and 
sounds to tell interactive stories that run on computers and mobile devices.
+Icon=renpy
+Exec=renpy
+Categories=Game;AdventureGame;

Copied: renpy/repos/community-i686/renpy.png (from rev 134892, 
renpy/trunk/renpy.png)

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

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 10:03:08
  Author: alucryd
Revision: 134892

upgpkg: renpy 6.99.4-2

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 07:52:21 UTC (rev 134891)
+++ PKGBUILD2015-06-06 08:03:08 UTC (rev 134892)
@@ -5,7 +5,7 @@
 # Contributor: zhn zhangn1...@gmail.com
 
 pkgbase=renpy
-pkgname=('python2-renpy' 'renpy' 'renpy-demos')
+pkgname=('renpy' 'renpy-demos')
 pkgver=6.99.4
 pkgrel=2
 pkgdesc=The Ren'Py Visual Novel Engine
@@ -36,25 +36,15 @@
   python2 module/setup.py build
 }
 
-package_python2-renpy() {
-  depends=('ffmpeg' 'glew' 'python2' 'sdl2')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root=${pkgdir} --prefix='/usr' 
--optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s renpy ${pkgdir}/usr/share/licenses/python2-renpy
-}
-
 package_renpy() {
-  arch=('any')
-  depends=('python2-pygame-sdl2' 'python2-renpy')
+  depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
   optdepends=('renpy-demos: Tutorial and The Question demos'
   'tk: Set projects directory')
 
   cd renpy-${pkgver}-source
 
+  python2 module/setup.py install --root=${pkgdir} --prefix='/usr' 
--optimize='1'
+
   install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps,renpy,doc}}
 
   cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
${pkgdir}/usr/share/renpy/
@@ -69,7 +59,6 @@
 }
 
 package_renpy-demos() {
-  arch=('any')
   depends=('renpy')
 
   cd renpy-${pkgver}-source


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

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 15:36:48
  Author: alucryd
Revision: 134901

upgpkg: renpy 6.99.4-4

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 08:47:27 UTC (rev 134900)
+++ PKGBUILD2015-06-06 13:36:48 UTC (rev 134901)
@@ -7,7 +7,7 @@
 pkgbase=renpy
 pkgname=('renpy' 'renpy-demos')
 pkgver=6.99.4
-pkgrel=3
+pkgrel=4
 pkgdesc=The Ren'Py Visual Novel Engine
 arch=('i686' 'x86_64')
 url='http://www.renpy.org'
@@ -40,6 +40,7 @@
 package_renpy() {
   optdepends=('renpy-demos: Tutorial and The Question demos'
   'tk: Set projects directory')
+  replaces=('python-renpy' 'python2-renpy')
 
   cd renpy-${pkgver}-source
 


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

2015-06-06 Thread Andreas Radke
Date: Saturday, June 6, 2015 @ 12:07:00
  Author: andyrtr
Revision: 240367

upgpkg: hunspell-en 2015.05.18-4

add en_GB alias

Modified:
  hunspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 07:24:45 UTC (rev 240366)
+++ PKGBUILD2015-06-06 10:07:00 UTC (rev 240367)
@@ -3,7 +3,7 @@
 
 pkgname=hunspell-en
 pkgver=2015.05.18
-pkgrel=3
+pkgrel=4
 pkgdesc=English hunspell dictionaries
 arch=(any)
 url=http://wordlist.aspell.net/dicts/;
@@ -30,7 +30,7 @@
   install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
 
   pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
+  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE 
en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
   for lang in $en_GB_aliases; do
ln -s en_GB-large.aff $lang.aff
ln -s en_GB-large.dic $lang.dic


[arch-commits] Commit in hunspell-en/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-06 Thread Andreas Radke
Date: Saturday, June 6, 2015 @ 12:07:13
  Author: andyrtr
Revision: 240368

archrelease: copy trunk to extra-any

Added:
  hunspell-en/repos/extra-any/PKGBUILD
(from rev 240367, hunspell-en/trunk/PKGBUILD)
Deleted:
  hunspell-en/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-06 10:07:00 UTC (rev 240367)
+++ PKGBUILD2015-06-06 10:07:13 UTC (rev 240368)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=hunspell-en
-pkgver=2015.05.18
-pkgrel=3
-pkgdesc=English hunspell dictionaries
-arch=(any)
-url=http://wordlist.aspell.net/dicts/;
-license=('LGPL' 'custom:scowl')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('a4172755005d80cc4d89d919aed08fb998db7635'
-  '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
-  'daf8e7d03571990199cb0986e18e469a951e8ab0')
-
-prepare() {
-  sed -i s:SET UTF8:SET UTF-8:g  *.aff
-}
-
-build() {
- /bin/true
-}
-
-package() {
-  cd $srcdir
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
-  for lang in $en_GB_aliases; do
-   ln -s en_GB-large.aff $lang.aff
-   ln -s en_GB-large.dic $lang.dic
-  done
-  en_US_aliases=en_PH
-  for lang in $en_US_aliases; do
-   ln -s en_US.aff $lang.aff
-   ln -s en_US.dic $lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
-
-  # licenses
-  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
-  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
-  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
-}

Copied: hunspell-en/repos/extra-any/PKGBUILD (from rev 240367, 
hunspell-en/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-06 10:07:13 UTC (rev 240368)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=hunspell-en
+pkgver=2015.05.18
+pkgrel=4
+pkgdesc=English hunspell dictionaries
+arch=(any)
+url=http://wordlist.aspell.net/dicts/;
+license=('LGPL' 'custom:scowl')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+sha1sums=('a4172755005d80cc4d89d919aed08fb998db7635'
+  '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
+  'daf8e7d03571990199cb0986e18e469a951e8ab0')
+
+prepare() {
+  sed -i s:SET UTF8:SET UTF-8:g  *.aff
+}
+
+build() {
+ /bin/true
+}
+
+package() {
+  cd $srcdir
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
+
+  pushd $pkgdir/usr/share/hunspell/
+  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE 
en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
+  for lang in $en_GB_aliases; do
+   ln -s en_GB-large.aff $lang.aff
+   ln -s en_GB-large.dic $lang.dic
+  done
+  en_US_aliases=en_PH
+  for lang in $en_US_aliases; do
+   ln -s en_US.aff $lang.aff
+   ln -s en_US.dic $lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
+
+  # licenses
+  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
+  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
+  install -D -m644 

[arch-commits] Commit in devtools/repos (testing-any testing-any/PKGBUILD)

2015-06-06 Thread Evangelos Foutras
Date: Saturday, June 6, 2015 @ 14:33:39
  Author: foutrelis
Revision: 240371

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
(from rev 240370, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 240370, 
devtools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-06-06 12:33:39 UTC (rev 240371)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20150606
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
+  '86CFFCA918CF3AF47147588051E8B148AC34')
+md5sums=('4be74d0efc3e7572689b99a5242f368d'
+ 'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}


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

2015-06-06 Thread Evangelos Foutras
Date: Saturday, June 6, 2015 @ 14:33:34
  Author: foutrelis
Revision: 240370

upgpkg: devtools 20150606-1

New upstream release.

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 11:59:19 UTC (rev 240369)
+++ PKGBUILD2015-06-06 12:33:34 UTC (rev 240370)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20150514
+pkgver=20150606
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,9 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 
source=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
-  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC')
-md5sums=('0b2c687cef6932151cdc7fe815494c07'
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
+  '86CFFCA918CF3AF47147588051E8B148AC34')
+md5sums=('4be74d0efc3e7572689b99a5242f368d'
  'SKIP')
 
 build() {


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

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 15:37:10
  Author: alucryd
Revision: 134902

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

Added:
  renpy/repos/community-i686/PKGBUILD
(from rev 134901, renpy/trunk/PKGBUILD)
  renpy/repos/community-i686/renpy
(from rev 134901, renpy/trunk/renpy)
  renpy/repos/community-i686/renpy.desktop
(from rev 134901, renpy/trunk/renpy.desktop)
  renpy/repos/community-i686/renpy.png
(from rev 134901, renpy/trunk/renpy.png)
  renpy/repos/community-x86_64/PKGBUILD
(from rev 134901, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 134901, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 134901, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 134901, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-i686/PKGBUILD
  renpy/repos/community-i686/renpy
  renpy/repos/community-i686/renpy.desktop
  renpy/repos/community-i686/renpy.png
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 /PKGBUILD  |  150 +++
 /renpy |6 +
 /renpy.desktop |   18 
 community-i686/PKGBUILD|   74 ---
 community-i686/renpy   |3 
 community-i686/renpy.desktop   |9 --
 community-x86_64/PKGBUILD  |   74 ---
 community-x86_64/renpy |3 
 community-x86_64/renpy.desktop |9 --
 9 files changed, 174 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-06 13:36:48 UTC (rev 134901)
+++ community-i686/PKGBUILD 2015-06-06 13:37:10 UTC (rev 134902)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Cravix dr.neem...@gmail.com
-# Contributor: AlexanderR rvach...@nxt.ru
-# Contributor: zhn zhangn1...@gmail.com
-
-pkgbase=renpy
-pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.4
-pkgrel=3
-pkgdesc=The Ren'Py Visual Novel Engine
-arch=('i686' 'x86_64')
-url='http://www.renpy.org'
-license=('MIT')
-depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
-makedepends=('cython2')
-source=(http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
-'renpy'
-'renpy.desktop'
-'renpy.png')
-sha256sums=('bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633'
-'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=('renpy-demos: Tutorial and The Question demos'
-  'tk: Set projects directory')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root=${pkgdir} --prefix='/usr' 
--optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps,renpy,doc}}
-
-  cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
${pkgdir}/usr/share/renpy/
-  ln -s /usr/share/renpy/doc ${pkgdir}/usr/share/doc/renpy
-
-  install -m 755 ../renpy ${pkgdir}/usr/bin/
-  install -m 644 ../renpy.desktop ${pkgdir}/usr/share/applications/
-  install -m 644 ../renpy.png ${pkgdir}/usr/share/pixmaps/
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/renpy
-  install -m 644 LICENSE.txt ${pkgdir}/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=('renpy')
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 ${pkgdir}/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
${pkgdir}/usr/share/renpy/
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s renpy ${pkgdir}/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-i686/PKGBUILD (from rev 134901, 
renpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 13:37:10 UTC (rev 134902)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+# Contributor: AlexanderR rvach...@nxt.ru
+# Contributor: zhn zhangn1...@gmail.com
+
+pkgbase=renpy
+pkgname=('renpy' 'renpy-demos')
+pkgver=6.99.4
+pkgrel=4
+pkgdesc=The Ren'Py Visual Novel Engine
+arch=('i686' 'x86_64')
+url='http://www.renpy.org'
+license=('MIT')
+depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
+makedepends=('cython2')

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

2015-06-06 Thread Bartłomiej Piotrowski
Date: Saturday, June 6, 2015 @ 17:16:21
  Author: bpiotrowski
Revision: 240373

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 240372, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 240372, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 240372, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 240372, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 240372, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 240372, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 240372, lvm2/trunk/sd-lvm2_install)

+
 11-dm-initramfs.rules  |3 +
 PKGBUILD   |  101 +++
 lvm2-make-sockets-static.patch |   20 +++
 lvm2.install   |   25 +
 lvm2_hook  |   12 
 lvm2_install   |   34 +
 sd-lvm2_install|   32 
 7 files changed, 227 insertions(+)

Copied: lvm2/repos/testing-x86_64/11-dm-initramfs.rules (from rev 240372, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-x86_64/11-dm-initramfs.rules(rev 0)
+++ testing-x86_64/11-dm-initramfs.rules2015-06-06 15:16:21 UTC (rev 
240373)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-x86_64/PKGBUILD (from rev 240372, 
lvm2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-06 15:16:21 UTC (rev 240373)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.120
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('34f015ee90316c1afc72f715a468028e0f89b705'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
+
+prepare() {
+  cd LVM2.${pkgver}
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+  # make systemd sockets static
+  patch -p1 -i ${srcdir}/lvm2-make-sockets-static.patch
+}
+
+build() {
+  CONFIGUREOPTS=--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
+  --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
+  --enable-udev_sync --enable-udev_rules 
--with-default-locking-dir=/run/lock/lvm \
+  --enable-lvmetad --with-thin=internal --with-cache=internal
+
+  cp -a LVM2.${pkgver} LVM2-initramfs
+
+  cd LVM2.${pkgver}
+
+  ./configure $CONFIGUREOPTS --enable-udev-systemd-background-jobs
+  make
+
+  # Build legacy udev rule for initramfs
+  cd ../LVM2-initramfs
+  ./configure $CONFIGUREOPTS --enable-udev-systemd-background-jobs=no
+  cd udev
+  make 69-dm-lvm-metad.rules  
+}
+
+package_device-mapper() {
+  pkgdesc=Device mapper userspace library and tools
+  url=http://sourceware.org/dm/;
+  depends=('glibc' 'systemd')
+
+  cd LVM2.${pkgver}
+  make DESTDIR=${pkgdir} install_device-mapper
+  # extra udev rule for device-mapper in initramfs
+  install -D -m644 ${srcdir}/11-dm-initramfs.rules 
${pkgdir}/usr/lib/initcpio/udev/11-dm-initramfs.rules
+  # Install dmeventd socket and service
+  make DESTDIR=${pkgdir} install_systemd_units
+  rm -f ${pkgdir}/usr/lib/systemd/system/{blk-availability.service,lvm2-*}
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/sockets.target.wants
+  ln -sf ../dm-event.socket 
${pkgdir}/usr/lib/systemd/system/sockets.target.wants/dm-event.socket
+}
+
+package_lvm2() {
+  pkgdesc=Logical Volume Manager 2 utilities
+ 

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

2015-06-06 Thread Bartłomiej Piotrowski
Date: Saturday, June 6, 2015 @ 17:16:02
  Author: bpiotrowski
Revision: 240372

upgpkg: lvm2 2.02.120-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 12:33:39 UTC (rev 240371)
+++ PKGBUILD2015-06-06 15:16:02 UTC (rev 240372)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.116
+pkgver=2.02.120
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('5bd2f4c33cdf93e580ea5b8a64bc32cd77be078e'
+sha1sums=('34f015ee90316c1afc72f715a468028e0f89b705'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


[arch-commits] Commit in lvm2/repos (22 files)

2015-06-06 Thread Bartłomiej Piotrowski
Date: Saturday, June 6, 2015 @ 17:21:43
  Author: bpiotrowski
Revision: 240374

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 240373, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 240373, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 240373, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 240373, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 240373, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 240373, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 240373, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 240373, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 240373, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 240373, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 240373, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 240373, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 240373, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 240373, lvm2/trunk/sd-lvm2_install)
Deleted:
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
  lvm2/repos/testing-x86_64/PKGBUILD
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
  lvm2/repos/testing-x86_64/lvm2.install
  lvm2/repos/testing-x86_64/lvm2_hook
  lvm2/repos/testing-x86_64/lvm2_install
  lvm2/repos/testing-x86_64/sd-lvm2_install

---+
 /11-dm-initramfs.rules|3 
 /PKGBUILD |  101 
 /lvm2-make-sockets-static.patch   |   20 
 /lvm2.install |   25 +
 /lvm2_hook|   12 ++
 /lvm2_install |   34 
 /sd-lvm2_install  |   32 +++
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  101 
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   34 
 testing-i686/sd-lvm2_install  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  101 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 -
 testing-x86_64/lvm2_hook  |   12 --
 testing-x86_64/lvm2_install   |   34 
 testing-x86_64/sd-lvm2_install|   32 ---
 21 files changed, 454 insertions(+), 227 deletions(-)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 240373, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2015-06-06 15:21:43 UTC (rev 240374)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 240373, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-06 15:21:43 UTC (rev 240374)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.120
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('34f015ee90316c1afc72f715a468028e0f89b705'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')

[arch-commits] Commit in (5 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 18:08:21
  Author: anthraxx
Revision: 134906

addpkg hydra 8.1-3

Added:
  hydra/
  hydra/repos/
  hydra/trunk/
  hydra/trunk/PKGBUILD
  hydra/trunk/fix-locations.patch

-+
 PKGBUILD|   43 
 fix-locations.patch |   53 ++
 2 files changed, 96 insertions(+)

Added: hydra/trunk/PKGBUILD
===
--- hydra/trunk/PKGBUILD(rev 0)
+++ hydra/trunk/PKGBUILD2015-06-06 16:08:21 UTC (rev 134906)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Rudy Matela r...@matela.com.br
+# Contributor: Bartek Piotrowski barthal...@gmail.com
+# Contributor: Thomas S Hatch thatch45 at gmail dot com
+# Contributor: pootzko poot...@gmail.com
+# Contributor: Jinx jinxw...@gmail.com
+# Contributor: Timothée Ravier t...@siosm.fr
+ 
+pkgname=hydra
+pkgver=8.1
+pkgrel=3
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='http://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
+optdepends=(
+  'gtk2: graphical front-end (xhydra)'
+)
+makedepends=('gtk2')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
+fix-locations.patch)
+sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
+
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ../fix-locations.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+ 
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} MANDIR=/share/man/man1 
DATADIR=/share/${pkgname} install
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim:set ts=2 sw=2 et:

Added: hydra/trunk/fix-locations.patch
===
--- hydra/trunk/fix-locations.patch (rev 0)
+++ hydra/trunk/fix-locations.patch 2015-06-06 16:08:21 UTC (rev 134906)
@@ -0,0 +1,53 @@
+From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
+From: anthraxx leve...@leventepolyak.net
+Date: Sat, 6 Jun 2015 17:49:45 +0200
+Subject: [PATCH] configurable locations
+
+---
+ Makefile.am | 23 +--
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89fb354..8a6f200 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -4,7 +4,10 @@
+ OPTS=-I. -O3
+ # -Wall -g -pedantic
+ LIBS=-lm
+-DIR=/bin
++BINDIR = /bin
++MANDIR ?= /man/man1
++DATADIR ?= /etc
++DESTDIR ?=
+ 
+ SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \
+   hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \
+@@ -57,15 +60,15 @@ strip: all
+   -echo OK  /dev/null  test -x xhydra  strip xhydra || echo OK  
/dev/null
+ 
+ install:  strip
+-  -mkdir -p $(PREFIX)$(DIR)
+-  cp -f hydra-wizard.sh $(BINS) $(PREFIX)$(DIR)  cd $(PREFIX)$(DIR)  
chmod 755 hydra-wizard.sh $(BINS)
+-  -echo OK  /dev/null  test -x xhydra  cp xhydra $(PREFIX)$(DIR)  
cd $(PREFIX)$(DIR)  chmod 755 xhydra || echo OK  /dev/null
+-  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| dpl4hydra.sh  
$(PREFIX)/bin/dpl4hydra.sh
+-  -chmod 755 $(PREFIX)/bin/dpl4hydra.sh
+-  -mkdir -p $(PREFIX)/etc/
+-  -cp -f *.csv $(PREFIX)/etc/
+-  -mkdir -p $(PREFIX)/man/man1
+-  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1
++  -mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)
++  cp -f hydra-wizard.sh $(BINS) $(DESTDIR)$(PREFIX)$(BINDIR)  cd 
$(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 hydra-wizard.sh $(BINS)
++  -echo OK  /dev/null  test -x xhydra  cp xhydra 
$(DESTDIR)$(PREFIX)$(BINDIR)  cd $(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 
xhydra || echo OK  /dev/null
++  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| dpl4hydra.sh | sed 
-e s|^LOCATION=.*|LOCATION=$(DATADIR)|  
$(DESTDIR)$(PREFIX)$(BINDIR)/dpl4hydra.sh
++  -chmod 755 $(DESTDIR)$(PREFIX)$(BINDIR)/dpl4hydra.sh
++  -mkdir -p $(DESTDIR)$(PREFIX)$(DATADIR)
++  -cp -f *.csv $(DESTDIR)$(PREFIX)$(DATADIR)
++  -mkdir -p $(DESTDIR)$(PREFIX)$(MANDIR)
++  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(DESTDIR)$(PREFIX)$(MANDIR)
+ 
+ clean:
+   rm -rf xhydra pw-inspector hydra *.o core *.core *.stackdump *~ 
Makefile.in Makefile dev_rfc hydra.restore arm/*.ipk arm/ipkg/usr/bin/* 
hydra-gtk/src/*.o hydra-gtk/src/xhydra hydra-gtk/stamp-h 
hydra-gtk/config.status hydra-gtk/errors hydra-gtk/config.log 
hydra-gtk/src/.deps 

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

2015-06-06 Thread Tobias Powalowski
Date: Saturday, June 6, 2015 @ 18:58:00
  Author: tpowa
Revision: 240375

upgpkg: linux 4.0.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch

+
 PKGBUILD   |   11 --
 md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch |   50 ---
 2 files changed, 3 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 15:21:43 UTC (rev 240374)
+++ PKGBUILD2015-06-06 16:58:00 UTC (rev 240375)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.0
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -20,16 +20,14 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch'
 'change-default-console-loglevel.patch')
 sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
 'SKIP'
-'c268985a82483fe75f0f397217208e262f85a356d1d9f34b9e22255e549d7ce9'
+'60b691210a9e412710e29eac6468d64b6c4d1efc53a6e22878dd51044001adf0'
 'SKIP'
 'e8d639582697f22333a96aa1614bcf5d9bcf2e6683a3d5296f9cfc64843606f1'
 '5dadd75693e512b77f87f5620e470405b943373613eaf4df561037e9296453be'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'bc83293e64653d60793708a0e277741f57c018f5ea3551a8aff3a220df917ceb'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -47,9 +45,6 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # https://bugzilla.kernel.org/show_bug.cgi?id=98501
-  patch -Np1 -i 
${srcdir}/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
-
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)

Deleted: md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
===
--- md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch  2015-06-06 
15:21:43 UTC (rev 240374)
+++ md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch  2015-06-06 
16:58:00 UTC (rev 240375)
@@ -1,50 +0,0 @@
-From a81157768a00e8cf8a7b43b5ea5cac931262374f Mon Sep 17 00:00:00 2001
-From: Eric Work work.e...@gmail.com
-Date: Mon, 18 May 2015 23:26:23 -0700
-Subject: [PATCH] md/raid0: fix restore to sector variable in
- raid0_make_request
-
-The variable sector in raid0_make_request() was improperly updated
-by a call to sector_div() which modifies its first argument in place.
-Commit 47d68979cc968535cb87f3e5f2e6a3533ea48fbd restored this variable
-after the call for later re-use.  Unfortunetly the restore was done after
-the referenced variable bio was advanced.  This lead to the original
-value and the restored value being different.  Here we move this line to
-the proper place.
-
-One observed side effect of this bug was discarding a file though
-unlinking would cause an unrelated file's contents to be discarded.
-
-Signed-off-by: NeilBrown ne...@suse.de
-Fixes: 47d68979cc96 (md/raid0: fix bug with chunksize not a power of 2.)
-Cc: sta...@vger.kernel.org (any that received above backport)
-URL: https://bugzilla.kernel.org/show_bug.cgi?id=98501

- drivers/md/raid0.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/md/raid0.c b/drivers/md/raid0.c
-index 6a68ef5..efb654e 100644
 a/drivers/md/raid0.c
-+++ b/drivers/md/raid0.c
-@@ -524,6 +524,9 @@ static void raid0_make_request(struct mddev *mddev, struct 
bio *bio)
-? (sector  (chunk_sects-1))
-: sector_div(sector, chunk_sects));
- 
-+  /* Restore due to sector_div */
-+  sector = bio-bi_iter.bi_sector;
-+
-   if (sectors  bio_sectors(bio)) {
-   split = bio_split(bio, sectors, GFP_NOIO, fs_bio_set);
-   bio_chain(split, bio);
-@@ -531,7 +534,6 @@ static void raid0_make_request(struct mddev *mddev, struct 
bio *bio)
-   split = bio;
-   }
- 
--  sector = bio-bi_iter.bi_sector;
-   zone = find_zone(mddev-private, sector);
-   tmp_dev = map_sector(mddev, zone, sector, sector);
-   split-bi_bdev = tmp_dev-bdev;
--- 

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

2015-06-06 Thread Tobias Powalowski
Date: Saturday, June 6, 2015 @ 18:58:16
  Author: tpowa
Revision: 240376

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

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

--+
 testing-i686/PKGBUILD|  298 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7464 +
 testing-i686/config.x86_64   | 7211 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  298 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7464 +
 testing-x86_64/config.x86_64 | 7211 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 30070 insertions(+)

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


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

2015-06-06 Thread Fabio Castelli
Date: Saturday, June 6, 2015 @ 17:32:01
  Author: muflone
Revision: 134903

upgpkg: iscan 2.30.1-8
fixes for gcc 5.1

Modified:
  iscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 13:37:10 UTC (rev 134902)
+++ PKGBUILD2015-06-06 15:32:01 UTC (rev 134903)
@@ -6,12 +6,12 @@
 
 pkgname=iscan
 pkgver=2.30.1
-pkgrel=7
+pkgrel=8
 pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
 arch=('i686' 'x86_64')
 url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
 license=('GPL2' 'custom:AVASYSPL')
-depends=('gtk2' 'sane')
+depends=('gtk2' 'sane' 'libstdc++5')
 makedepends=('gettext' 'gimp')
 optdepends=('iscan-data: Image Scan! data files required for some devices')
 
source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz;
@@ -27,6 +27,8 @@
   cd ${pkgname}-${pkgver}
   # patch for building iscan against libpng15 by giovanni
   patch -Np0 -i ../libpng15.patch
+  # add fix for CXX ABI different than 1002
+  ln -s libesmod-x86_64.c2.so non-free/libesmod-x86_64.so
 }
 
 build() {


[arch-commits] Commit in firefox-theme-adwaita/repos/community-any (PKGBUILD PKGBUILD)

2015-06-06 Thread Fabio Castelli
Date: Saturday, June 6, 2015 @ 18:34:49
  Author: muflone
Revision: 134909

archrelease: copy trunk to community-any

Added:
  firefox-theme-adwaita/repos/community-any/PKGBUILD
(from rev 134908, firefox-theme-adwaita/trunk/PKGBUILD)
Deleted:
  firefox-theme-adwaita/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 -
 1 file changed, 39 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-06 16:34:02 UTC (rev 134908)
+++ PKGBUILD2015-06-06 16:34:49 UTC (rev 134909)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Diego Principe cdprincipe@at@gmail@dot@com
-
-pkgname=firefox-theme-adwaita
-pkgver=35.1
-pkgrel=2
-pkgdesc=Adwaita theme for Firefox (Matches the default Gnome Shell theme)
-url=https://addons.mozilla.org/en-US/firefox/addon/adwaita/;
-arch=('any')
-license=('MPL')
-depends=(firefox)
-makedepends=('unzip')
-source=(https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi;)
-sha256sums=('aaa13577b1c4f3038f719f32780a4e4e1e5ef509e7b85336172788994da81594')
-noextract=(gnome-firefox-theme.xpi)
-
-prepare() {
-  unzip -qo gnome-firefox-theme.xpi -d ${pkgname}-${pkgver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # Find extension UUID
-  _emid=$(sed -n '/.*em:id\(.*\)\/em:id.*/{s//\1/p;q}' install.rdf)
-  # Prepare destination folder
-  _dstdir=${pkgdir}/usr/lib/firefox/browser/extensions/${_emid}
-  install -d ${_dstdir}
-  # Copy files
-  cp -R * ${_dstdir}
-  # Restore standard permissions
-  find ${pkgdir} -type d -print0 | xargs --null chmod 0755
-  find ${pkgdir} -type f -print0 | xargs --null chmod 0644
-}
-

Copied: firefox-theme-adwaita/repos/community-any/PKGBUILD (from rev 134908, 
firefox-theme-adwaita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-06 16:34:49 UTC (rev 134909)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Diego Principe cdprincipe@at@gmail@dot@com
+
+pkgname=firefox-theme-adwaita
+pkgver=38.1
+pkgrel=1
+pkgdesc=Adwaita theme for Firefox (Matches the default Gnome Shell theme)
+url=https://addons.mozilla.org/en-US/firefox/addon/adwaita/;
+arch=('any')
+license=('MPL')
+depends=(firefox)
+makedepends=('unzip')
+source=(gnome-firefox-theme-${pkgver}.xpi::https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi;)
+sha256sums=('af050237a8cddee0f9123f81a9df58b0b97e94f84059cc67225183cb3243a70e')
+noextract=(gnome-firefox-theme-${pkgver}.xpi)
+
+prepare() {
+  unzip -qo gnome-firefox-theme-${pkgver}.xpi -d ${pkgname}-${pkgver}
+  # Fix for wrong version number
+  # https://github.com/gnome-integration-team/firefox-gnome/issues/337
+  cd ${pkgname}-${pkgver}
+  sed -i s_\(em:version\)35.1\(/em:version\)_\1${pkgver}\2_ install.rdf
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  # Find extension UUID
+  _emid=$(sed -n '/.*em:id\(.*\)\/em:id.*/{s//\1/p;q}' install.rdf)
+  # Prepare destination folder
+  _dstdir=${pkgdir}/usr/lib/firefox/browser/extensions/${_emid}
+  install -d ${_dstdir}
+  # Copy files
+  cp -R * ${_dstdir}
+  # Restore standard permissions
+  find ${pkgdir} -type d -print0 | xargs --null chmod 0755
+  find ${pkgdir} -type f -print0 | xargs --null chmod 0644
+}
+


[arch-commits] Commit in firefox-theme-adwaita/trunk (PKGBUILD)

2015-06-06 Thread Fabio Castelli
Date: Saturday, June 6, 2015 @ 18:34:02
  Author: muflone
Revision: 134908

upgpkg: firefox-theme-adwaita 38.1-1

Modified:
  firefox-theme-adwaita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 16:10:17 UTC (rev 134907)
+++ PKGBUILD2015-06-06 16:34:02 UTC (rev 134908)
@@ -3,8 +3,8 @@
 # Contributor: Diego Principe cdprincipe@at@gmail@dot@com
 
 pkgname=firefox-theme-adwaita
-pkgver=35.1
-pkgrel=2
+pkgver=38.1
+pkgrel=1
 pkgdesc=Adwaita theme for Firefox (Matches the default Gnome Shell theme)
 url=https://addons.mozilla.org/en-US/firefox/addon/adwaita/;
 arch=('any')
@@ -11,16 +11,20 @@
 license=('MPL')
 depends=(firefox)
 makedepends=('unzip')
-source=(https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi;)
-sha256sums=('aaa13577b1c4f3038f719f32780a4e4e1e5ef509e7b85336172788994da81594')
-noextract=(gnome-firefox-theme.xpi)
+source=(gnome-firefox-theme-${pkgver}.xpi::https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi;)
+sha256sums=('af050237a8cddee0f9123f81a9df58b0b97e94f84059cc67225183cb3243a70e')
+noextract=(gnome-firefox-theme-${pkgver}.xpi)
 
 prepare() {
-  unzip -qo gnome-firefox-theme.xpi -d ${pkgname}-${pkgver}
+  unzip -qo gnome-firefox-theme-${pkgver}.xpi -d ${pkgname}-${pkgver}
+  # Fix for wrong version number
+  # https://github.com/gnome-integration-team/firefox-gnome/issues/337
+  cd ${pkgname}-${pkgver}
+  sed -i s_\(em:version\)35.1\(/em:version\)_\1${pkgver}\2_ install.rdf
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   # Find extension UUID
   _emid=$(sed -n '/.*em:id\(.*\)\/em:id.*/{s//\1/p;q}' install.rdf)
   # Prepare destination folder


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

2015-06-06 Thread Fabio Castelli
Date: Saturday, June 6, 2015 @ 17:32:45
  Author: muflone
Revision: 134904

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

Added:
  iscan/repos/community-testing-i686/
  iscan/repos/community-testing-i686/PKGBUILD
(from rev 134903, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-i686/epkowa.conf
(from rev 134903, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-i686/iscan.install
(from rev 134903, iscan/trunk/iscan.install)
  iscan/repos/community-testing-i686/libpng15.patch
(from rev 134903, iscan/trunk/libpng15.patch)
  iscan/repos/community-testing-x86_64/
  iscan/repos/community-testing-x86_64/PKGBUILD
(from rev 134903, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-x86_64/epkowa.conf
(from rev 134903, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-x86_64/iscan.install
(from rev 134903, iscan/trunk/iscan.install)
  iscan/repos/community-testing-x86_64/libpng15.patch
(from rev 134903, iscan/trunk/libpng15.patch)

-+
 community-testing-i686/PKGBUILD |   72 ++
 community-testing-i686/epkowa.conf  |1 
 community-testing-i686/iscan.install|5 ++
 community-testing-i686/libpng15.patch   |   48 
 community-testing-x86_64/PKGBUILD   |   72 ++
 community-testing-x86_64/epkowa.conf|1 
 community-testing-x86_64/iscan.install  |5 ++
 community-testing-x86_64/libpng15.patch |   48 
 8 files changed, 252 insertions(+)

Copied: iscan/repos/community-testing-i686/PKGBUILD (from rev 134903, 
iscan/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-06-06 15:32:45 UTC (rev 134904)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies  fredbezies at gmail dot com
+# Contributor: garion  garion @ mailoo.org 
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=iscan
+pkgver=2.30.1
+pkgrel=8
+pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
+arch=('i686' 'x86_64')
+url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+license=('GPL2' 'custom:AVASYSPL')
+depends=('gtk2' 'sane' 'libstdc++5')
+makedepends=('gettext' 'gimp')
+optdepends=('iscan-data: Image Scan! data files required for some devices')
+source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz;
+libpng15.patch
+epkowa.conf)
+sha256sums=('79aa9a9f81a7146beb22a382bbaf840fbce61b1bdb82660e541946a471e48426'
+'1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
+'8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
+install=${pkgname}.install
+backup=(etc/sane.d/epkowa.conf)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # patch for building iscan against libpng15 by giovanni
+  patch -Np0 -i ../libpng15.patch
+  # add fix for CXX ABI different than 1002
+  ln -s libesmod-x86_64.c2.so non-free/libesmod-x86_64.so
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export LDFLAGS=${LDFLAGS} -ldl -lpng16
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-dependency-reduction \
+  --enable-frontend \
+  --enable-jpeg \
+  --enable-tiff \
+  --enable-png \
+  --enable-gimp
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # install files
+  make DESTDIR=${pkgdir} install
+
+  # install sane configuration files
+  install -m 755 -d ${pkgdir}/etc/sane.d
+  install -m 644 -D backend/epkowa.conf ${pkgdir}/etc/sane.d/
+  install -m 755 -d ${pkgdir}/etc/sane.d/dll.d
+  install -m 644 ${srcdir}/epkowa.conf ${pkgdir}/etc/sane.d/dll.d/
+
+  # install desktop file
+  install -m 755 -d ${pkgdir}/usr/share/applications
+  install -m 644 ${pkgname}.desktop ${pkgdir}/usr/share/applications/
+
+  # install license
+  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 non-free/AVASYSPL.en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL
+
+  # install plugin for GIMP
+  install -m 755 -d ${pkgdir}/usr/lib/gimp/2.0/plug-ins
+  ln -s /usr/bin/iscan ${pkgdir}/usr/lib/gimp/2.0/plug-ins/
+}
+

Copied: iscan/repos/community-testing-i686/epkowa.conf (from rev 134903, 
iscan/trunk/epkowa.conf)
===
--- community-testing-i686/epkowa.conf  (rev 0)
+++ community-testing-i686/epkowa.conf  2015-06-06 15:32:45 UTC (rev 134904)
@@ -0,0 +1 @@
+epkowa

Copied: iscan/repos/community-testing-i686/iscan.install (from rev 134903, 
iscan/trunk/iscan.install)
===
--- 

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

2015-06-06 Thread Johannes Löthberg
Date: Saturday, June 6, 2015 @ 17:41:50
  Author: demize
Revision: 134905

Use sources.a.o in case they fix the daily zip generation

Modified:
  hunspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 15:32:45 UTC (rev 134904)
+++ PKGBUILD2015-06-06 15:41:50 UTC (rev 134905)
@@ -10,7 +10,7 @@
 url='http://www.sjp.pl/slownik/ort/'
 license=('GPL')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://sjp.pl/slownik/ort/sjp-myspell-pl-$pkgver.zip)
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
 md5sums=('d6de61e0eac87ed9a12e8bbe123800bd')
 
 prepare() {


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

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 18:10:17
  Author: anthraxx
Revision: 134907

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

Added:
  hydra/repos/community-i686/
  hydra/repos/community-i686/PKGBUILD
(from rev 134906, hydra/trunk/PKGBUILD)
  hydra/repos/community-i686/fix-locations.patch
(from rev 134906, hydra/trunk/fix-locations.patch)
  hydra/repos/community-x86_64/
  hydra/repos/community-x86_64/PKGBUILD
(from rev 134906, hydra/trunk/PKGBUILD)
  hydra/repos/community-x86_64/fix-locations.patch
(from rev 134906, hydra/trunk/fix-locations.patch)

--+
 community-i686/PKGBUILD  |   43 ++
 community-i686/fix-locations.patch   |   53 +
 community-x86_64/PKGBUILD|   43 ++
 community-x86_64/fix-locations.patch |   53 +
 4 files changed, 192 insertions(+)

Copied: hydra/repos/community-i686/PKGBUILD (from rev 134906, 
hydra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 16:10:17 UTC (rev 134907)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Rudy Matela r...@matela.com.br
+# Contributor: Bartek Piotrowski barthal...@gmail.com
+# Contributor: Thomas S Hatch thatch45 at gmail dot com
+# Contributor: pootzko poot...@gmail.com
+# Contributor: Jinx jinxw...@gmail.com
+# Contributor: Timothée Ravier t...@siosm.fr
+ 
+pkgname=hydra
+pkgver=8.1
+pkgrel=3
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='http://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
+optdepends=(
+  'gtk2: graphical front-end (xhydra)'
+)
+makedepends=('gtk2')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
+fix-locations.patch)
+sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
+
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ../fix-locations.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+ 
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} MANDIR=/share/man/man1 
DATADIR=/share/${pkgname} install
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydra/repos/community-i686/fix-locations.patch (from rev 134906, 
hydra/trunk/fix-locations.patch)
===
--- community-i686/fix-locations.patch  (rev 0)
+++ community-i686/fix-locations.patch  2015-06-06 16:10:17 UTC (rev 134907)
@@ -0,0 +1,53 @@
+From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
+From: anthraxx leve...@leventepolyak.net
+Date: Sat, 6 Jun 2015 17:49:45 +0200
+Subject: [PATCH] configurable locations
+
+---
+ Makefile.am | 23 +--
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89fb354..8a6f200 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -4,7 +4,10 @@
+ OPTS=-I. -O3
+ # -Wall -g -pedantic
+ LIBS=-lm
+-DIR=/bin
++BINDIR = /bin
++MANDIR ?= /man/man1
++DATADIR ?= /etc
++DESTDIR ?=
+ 
+ SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \
+   hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \
+@@ -57,15 +60,15 @@ strip: all
+   -echo OK  /dev/null  test -x xhydra  strip xhydra || echo OK  
/dev/null
+ 
+ install:  strip
+-  -mkdir -p $(PREFIX)$(DIR)
+-  cp -f hydra-wizard.sh $(BINS) $(PREFIX)$(DIR)  cd $(PREFIX)$(DIR)  
chmod 755 hydra-wizard.sh $(BINS)
+-  -echo OK  /dev/null  test -x xhydra  cp xhydra $(PREFIX)$(DIR)  
cd $(PREFIX)$(DIR)  chmod 755 xhydra || echo OK  /dev/null
+-  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| dpl4hydra.sh  
$(PREFIX)/bin/dpl4hydra.sh
+-  -chmod 755 $(PREFIX)/bin/dpl4hydra.sh
+-  -mkdir -p $(PREFIX)/etc/
+-  -cp -f *.csv $(PREFIX)/etc/
+-  -mkdir -p $(PREFIX)/man/man1
+-  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1
++  -mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)
++  cp -f hydra-wizard.sh $(BINS) $(DESTDIR)$(PREFIX)$(BINDIR)  cd 
$(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 hydra-wizard.sh $(BINS)
++  -echo OK  /dev/null  test -x xhydra  cp xhydra 
$(DESTDIR)$(PREFIX)$(BINDIR)  cd $(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 
xhydra || echo OK  /dev/null
++  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| 

[arch-commits] Commit in opencl-headers/repos (3 files)

2015-06-06 Thread Laurent Carlier
Date: Saturday, June 6, 2015 @ 23:05:54
  Author: lcarlier
Revision: 134919

archrelease: copy trunk to community-testing-any

Added:
  opencl-headers/repos/community-testing-any/
  opencl-headers/repos/community-testing-any/LICENSE.txt
(from rev 134918, opencl-headers/trunk/LICENSE.txt)
  opencl-headers/repos/community-testing-any/PKGBUILD
(from rev 134918, opencl-headers/trunk/PKGBUILD)

-+
 LICENSE.txt |   20 
 PKGBUILD|   52 
 2 files changed, 72 insertions(+)

Copied: opencl-headers/repos/community-testing-any/LICENSE.txt (from rev 
134918, opencl-headers/trunk/LICENSE.txt)
===
--- community-testing-any/LICENSE.txt   (rev 0)
+++ community-testing-any/LICENSE.txt   2015-06-06 21:05:54 UTC (rev 134919)
@@ -0,0 +1,20 @@
+ * Copyright (c) 2008-2010 The Khronos Group Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and/or associated documentation files (the
+ * Materials), to deal in the Materials without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Materials, and to
+ * permit persons to whom the Materials are 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 Materials.
+ *
+ * THE MATERIALS ARE 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
+ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Copied: opencl-headers/repos/community-testing-any/PKGBUILD (from rev 134918, 
opencl-headers/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-06-06 21:05:54 UTC (rev 134919)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+
+pkgname=opencl-headers
+pkgver=1.2.20150123
+_clbasever=1.2
+pkgrel=1
+epoch=2
+pkgdesc='OpenCL (Open Computing Language) header files'
+arch=('any')
+url='http://www.khronos.org/registry/cl/'
+license=('custom')
+source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz;
+'LICENSE.txt')
+_headers=(http://www.khronos.org/registry/cl/api/${_clbasever}/cl_ext.h;
+  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl_ext.h;
+  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl.h;
+  http://www.khronos.org/registry/cl/api/${_clbasever}/cl.h;
+  http://www.khronos.org/registry/cl/api/${_clbasever}/cl.hpp;
+  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_platform.h;
+  http://www.khronos.org/registry/cl/api/${_clbasever}/opencl.h;)
+sha1sums=('9c4efa09e6587a70fe9c46d2357b52ef1e1c0a00'
+  '98abb35b2eca82d0fc19db6d28fcc7bd20be0655')
+
+# source PKGBUILD  mksource
+mksource() {
+   cd ${srcdir}
+   _dirname=${pkgname}-${pkgver}
+   mkdir ${_dirname}
+
+   pushd ${_dirname}
+   for _h in ${_headers[@]}; do
+  wget ${_h}
+   done
+   popd
+
+   tar -cJv --exclude=CVS -f ${_dirname}.src.tar.xz ${_dirname}
+   rm -rf ${_dirname}
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -dm755 ${pkgdir}/usr/include/CL
+
+   for h in $(ls -1 *.h *.hpp); do
+  install -m 644 ${h} ${pkgdir}/usr/include/CL/
+   done
+
+   install -D -m644 ../LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-06-06 Thread Laurent Carlier
Date: Saturday, June 6, 2015 @ 23:05:47
  Author: lcarlier
Revision: 134918

upgpkg: opencl-headers 2:1.2.20150123-1

bump (again) to 1.2

Modified:
  opencl-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 19:50:45 UTC (rev 134917)
+++ PKGBUILD2015-06-06 21:05:47 UTC (rev 134918)
@@ -3,8 +3,8 @@
 # Contributor: Sylvain HENRY hsy...@yahoo.fr
 
 pkgname=opencl-headers
-pkgver=1.1.20110526
-_clbasever=1.1 # Keep 1.1 until Nvidia starts supporting 1.2
+pkgver=1.2.20150123
+_clbasever=1.2
 pkgrel=1
 epoch=2
 pkgdesc='OpenCL (Open Computing Language) header files'
@@ -11,7 +11,6 @@
 arch=('any')
 url='http://www.khronos.org/registry/cl/'
 license=('custom')
-optdepends=('libcl: OpenCL library')
 
source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz;
 'LICENSE.txt')
 _headers=(http://www.khronos.org/registry/cl/api/${_clbasever}/cl_ext.h;
@@ -21,7 +20,7 @@
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl.hpp;
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl_platform.h;
   http://www.khronos.org/registry/cl/api/${_clbasever}/opencl.h;)
-sha1sums=('b9deedbae4f87fa0987ca7b2347f68d608284a02'
+sha1sums=('9c4efa09e6587a70fe9c46d2357b52ef1e1c0a00'
   '98abb35b2eca82d0fc19db6d28fcc7bd20be0655')
 
 # source PKGBUILD  mksource


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

2015-06-06 Thread Laurent Carlier
Date: Saturday, June 6, 2015 @ 23:23:06
  Author: lcarlier
Revision: 240385

initial import, to replace libcl

Added:
  ocl-icd/
  ocl-icd/repos/
  ocl-icd/trunk/
  ocl-icd/trunk/PKGBUILD

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

Added: ocl-icd/trunk/PKGBUILD
===
--- ocl-icd/trunk/PKGBUILD  (rev 0)
+++ ocl-icd/trunk/PKGBUILD  2015-06-06 21:23:06 UTC (rev 240385)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=ocl-icd
+pkgver=2.2.5
+_pkgver=664
+pkgrel=1
+pkgdesc=OpenCL ICD Bindings
+arch=('i686' 'x86_64')
+url=https://forge.imag.fr/projects/ocl-icd/;
+license=('GPL')
+depends=('glibc')
+makedepends=('ruby' 'opencl-headers=1.2')
+checkdepends=()
+provides=('libcl' 'opencl-icd-loader')
+conflicts=('libcl')
+replaces=('libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('6b4733e72c67bb28f4e27272ced6fb3d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-06-06 Thread Laurent Carlier
Date: Saturday, June 6, 2015 @ 23:47:27
  Author: lcarlier
Revision: 240387

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

Added:
  ocl-icd/repos/testing-i686/
  ocl-icd/repos/testing-i686/PKGBUILD
(from rev 240386, ocl-icd/trunk/PKGBUILD)
  ocl-icd/repos/testing-x86_64/
  ocl-icd/repos/testing-x86_64/PKGBUILD
(from rev 240386, ocl-icd/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: ocl-icd/repos/testing-i686/PKGBUILD (from rev 240386, 
ocl-icd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-06 21:47:27 UTC (rev 240387)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=ocl-icd
+pkgver=2.2.5
+_pkgver=664
+pkgrel=1
+pkgdesc=OpenCL ICD Bindings
+arch=('i686' 'x86_64')
+url=https://forge.imag.fr/projects/ocl-icd/;
+license=('GPL')
+depends=('glibc')
+makedepends=('ruby' 'opencl-headers=1.2')
+checkdepends=()
+provides=('libcl' 'opencl-icd-loader')
+conflicts=('libcl')
+replaces=('libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('a99017db1f8f4297e779bdc94daba4e0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+# fail in i686
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ocl-icd/repos/testing-x86_64/PKGBUILD (from rev 240386, 
ocl-icd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-06 21:47:27 UTC (rev 240387)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=ocl-icd
+pkgver=2.2.5
+_pkgver=664
+pkgrel=1
+pkgdesc=OpenCL ICD Bindings
+arch=('i686' 'x86_64')
+url=https://forge.imag.fr/projects/ocl-icd/;
+license=('GPL')
+depends=('glibc')
+makedepends=('ruby' 'opencl-headers=1.2')
+checkdepends=()
+provides=('libcl' 'opencl-icd-loader')
+conflicts=('libcl')
+replaces=('libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('a99017db1f8f4297e779bdc94daba4e0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+# fail in i686
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-06 Thread Laurent Carlier
Date: Saturday, June 6, 2015 @ 23:47:19
  Author: lcarlier
Revision: 240386

upgpkg: ocl-icd 2.2.5-1

initial commit

Modified:
  ocl-icd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 21:23:06 UTC (rev 240385)
+++ PKGBUILD2015-06-06 21:47:19 UTC (rev 240386)
@@ -16,7 +16,7 @@
 conflicts=('libcl')
 replaces=('libcl')
 source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('6b4733e72c67bb28f4e27272ced6fb3d')
+md5sums=('a99017db1f8f4297e779bdc94daba4e0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -24,10 +24,11 @@
   make
 }
 
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
+# fail in i686
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
 
 package() {
   cd $srcdir/$pkgname-$pkgver


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

2015-06-06 Thread Antonio Rojas
Date: Sunday, June 7, 2015 @ 00:41:32
  Author: arojas
Revision: 134927

Fix checksums

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 22:41:00 UTC (rev 134926)
+++ PKGBUILD2015-06-06 22:41:32 UTC (rev 134927)
@@ -48,7 +48,7 @@
  'a83a3b1bc7fcb7cbf752a83a8311fc42'
  'f333939ea6c41377b66407c81016cee4'
  '506944613082ba7f5b34360939ca90eb'
- '56ac59972fcb9fe005ef89638b2e3828')
+ '308abbb1a49db9b8f0e088aff69567ff')
 
 prepare(){
   cd sage-$pkgver


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

2015-06-06 Thread Gaetan Bisson
Date: Saturday, June 6, 2015 @ 19:36:33
  Author: bisson
Revision: 134911

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

Added:
  collectd/repos/community-staging-i686/PKGBUILD
(from rev 134910, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-i686/service
(from rev 134910, collectd/trunk/service)
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 134910, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/service
(from rev 134910, collectd/trunk/service)
Deleted:
  collectd/repos/community-staging-i686/PKGBUILD
  collectd/repos/community-staging-i686/service
  collectd/repos/community-staging-x86_64/PKGBUILD
  collectd/repos/community-staging-x86_64/service

---+
 /PKGBUILD |  144 
 /service  |   26 ++
 community-staging-i686/PKGBUILD   |   71 -
 community-staging-i686/service|   13 ---
 community-staging-x86_64/PKGBUILD |   71 -
 community-staging-x86_64/service  |   13 ---
 6 files changed, 170 insertions(+), 168 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-06-06 17:36:01 UTC (rev 134910)
+++ community-staging-i686/PKGBUILD 2015-06-06 17:36:33 UTC (rev 134911)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Gerhard Brauer gerhard.bra...@web.de
-
-pkgname=collectd
-pkgver=5.4.2
-pkgrel=2
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
- 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'yajl')
-
-depends=('libltdl' 'iptables')
-
-source=(${url}files/${pkgname}-${pkgver}.tar.bz2
-'service')
-sha1sums=('f98847ac8cfcd3a041def620ba07cd2c49b426f8'
-  '04f676d0b76c34df0bbf94629813e035b1febe04')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   autoreconf
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2 \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rmdir ${pkgdir}/var/run # FS#30201
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-staging-i686/PKGBUILD (from rev 134910, 
collectd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-06 17:36:33 UTC (rev 134911)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gerhard Brauer gerhard.bra...@web.de
+
+pkgname=collectd
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'libmariadbclient: mysql plugin'
+'iproute2: netlink plugin'
+'net-snmp: snmp 

[arch-commits] Commit in (5 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 19:36:50
  Author: anthraxx
Revision: 134912

addpng pngcrush 1.7.85-1

Added:
  pngcrush/
  pngcrush/repos/
  pngcrush/trunk/
  pngcrush/trunk/LICENSE
  pngcrush/trunk/PKGBUILD

--+
 LICENSE  |   42 ++
 PKGBUILD |   36 
 2 files changed, 78 insertions(+)

Added: pngcrush/trunk/LICENSE
===
--- pngcrush/trunk/LICENSE  (rev 0)
+++ pngcrush/trunk/LICENSE  2015-06-06 17:36:50 UTC (rev 134912)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied AS IS.  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+
+3. This Copyright notice, disclaimer, and license may not be removed
+   or altered from any source or altered source distribution.
+

Added: pngcrush/trunk/PKGBUILD
===
--- pngcrush/trunk/PKGBUILD (rev 0)
+++ pngcrush/trunk/PKGBUILD 2015-06-06 17:36:50 UTC (rev 134912)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: HuntXu hun...@live.cn
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=pngcrush
+pkgver=1.7.85
+pkgrel=2
+pkgdesc=A tool for optimizing the compression of PNG files
+url=http://pmt.sourceforge.net/pngcrush;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('libpng')
+source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
+LICENSE)
+sha512sums=('7b959fc6a8839fb0dab6471b13e866e11d5fefa072d6b135c7f621bd4b475765c2e8d0b471f074b6df7d6ccd8b5c33938e1143fb2e013986c4e8e5fada68c8ca'
+
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-nolib
+  sed -r s/^(CFLAGS = .*)$/\\1 ${CFLAGS}/ -i Makefile
+  sed -r s/^(LDFLAGS =*)$/\\1 ${LDFLAGS}/ -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-nolib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-nolib
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-06 Thread Gaetan Bisson
Date: Saturday, June 6, 2015 @ 19:36:01
  Author: bisson
Revision: 134910

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 16:34:49 UTC (rev 134909)
+++ PKGBUILD2015-06-06 17:36:01 UTC (rev 134910)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer gerhard.bra...@web.de
 
 pkgname=collectd
-pkgver=5.4.2
-pkgrel=2
+pkgver=5.5.0
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -39,7 +39,7 @@
 
 source=(${url}files/${pkgname}-${pkgver}.tar.bz2
 'service')
-sha1sums=('f98847ac8cfcd3a041def620ba07cd2c49b426f8'
+sha1sums=('ef97838e249814ad96a2edc0410326efbb4f3d08'
   '04f676d0b76c34df0bbf94629813e035b1febe04')
 
 backup=('etc/collectd.conf')
@@ -52,6 +52,7 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+   export MAKEFLAGS='-j1'
./configure \
--prefix=/usr \
--sysconfdir=/etc \


[arch-commits] Commit in systemd/trunk (PKGBUILD arch.conf loader.conf)

2015-06-06 Thread Bartłomiej Piotrowski
Date: Saturday, June 6, 2015 @ 20:46:37
  Author: bpiotrowski
Revision: 240379

upgpkg: systemd 220-4

Cherry-pick fix[1] that silences those harmless messages on shutdown:

systemd-shutdown[1]: Failed to detach loop devices: Invalid argument
systemd-shutdown[1]: Failed to detach loop devices: Invalid argument
systemd-shutdown[1]: Failed to detach loop devices: Invalid argument
systemd-shutdown[1]: Failed to finalize _ loop devices, ignoring

Closes FS#45111.

[1] https://github.com/systemd/systemd/commit/54f0b4d9a3e

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/arch.conf
  systemd/trunk/loader.conf

-+
 PKGBUILD|   16 ++--
 arch.conf   |2 +-
 loader.conf |1 -
 3 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 18:07:49 UTC (rev 240378)
+++ PKGBUILD2015-06-06 18:46:37 UTC (rev 240379)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=220
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -12,7 +12,7 @@
  'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers' 'lz4' 
'pam'
  'python' 'python-lxml' 'quota-tools' 'shadow' 'xz' 'gnu-efi-libs' 
'git')
 options=('strip' 'debug')
-source=(git://anongit.freedesktop.org/systemd/systemd#tag=v$pkgver
+source=(git://github.com/systemd/systemd.git#tag=v$pkgver
 'initcpio-hook-udev'
 'initcpio-install-systemd'
 'initcpio-install-udev'
@@ -23,8 +23,8 @@
  '90ea67a7bb237502094914622a39e281'
  '8516a7bd65157d0115c113118c10c3f3'
  'bde43090d4ac0ef048e3eaee8202a407'
- '82bda9612e3a361a74cf8de2a0134b15'
- '6ea803e5179d623716e3be0b636de658'
+ '20ead378f5d6df4b2a3e670301510a7d'
+ 'ddaef54f68f6c86c6c07835fc668f62a'
  '1e2f9a8b0fa32022bf0a8f39123e5f4e')
 
 prepare() {
@@ -31,13 +31,17 @@
   cd $pkgname
 
   # udevd: event - fix event queue in daemenozied mode
-  # http://cgit.freedesktop.org/systemd/systemd/commit/?id=040e689654ef
+  # https://github.com/systemd/systemd/commit/040e689654ef
   git cherry-pick -n 040e689654ef
 
   # udevd: fix SIGCHLD handling in --daemon mode
-  # http://cgit.freedesktop.org/systemd/systemd/commit/?id=86c3bece38bc
+  # https://github.com/systemd/systemd/commit/86c3bece38bc
   git cherry-pick -n 86c3bece38bc
 
+  # libudev: enumerate - accept NULL parameters in add_match()
+  # https://github.com/systemd/systemd/commit/54f0b4d9a3e3
+  git cherry-pick -n 54f0b4d9a3e3
+
   ./autogen.sh
 }
 

Modified: arch.conf
===
--- arch.conf   2015-06-06 18:07:49 UTC (rev 240378)
+++ arch.conf   2015-06-06 18:46:37 UTC (rev 240379)
@@ -1,4 +1,4 @@
-## This is just an exmaple config file.
+## This is just an example config file.
 ## Please edit the paths and kernel parameters according to your system.
 
 title   Arch Linux

Modified: loader.conf
===
--- loader.conf 2015-06-06 18:07:49 UTC (rev 240378)
+++ loader.conf 2015-06-06 18:46:37 UTC (rev 240379)
@@ -1,2 +1 @@
-timeout 10
 default arch


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

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 21:50:23
  Author: anthraxx
Revision: 134916

addpkg zaproxy 2.4.0-2

Added:
  zaproxy/
  zaproxy/repos/
  zaproxy/trunk/
  zaproxy/trunk/PKGBUILD

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

Added: zaproxy/trunk/PKGBUILD
===
--- zaproxy/trunk/PKGBUILD  (rev 0)
+++ zaproxy/trunk/PKGBUILD  2015-06-06 19:50:23 UTC (rev 134916)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Joris Steyn jorisst...@gmail.com
+# Contributor: fnord0 fnord0 AT riseup DOT net
+
+pkgname=zaproxy
+pkgver=2.4.0
+pkgrel=2
+pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
+url=https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat  ${pkgname} EOF
+#!/bin/sh
+cd /usr/share/zaproxy
+./zap.sh
+cd -
+EOF
+}
+
+package() {
+  cd ZAP_${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -pR . ${pkgdir}/usr/share/${pkgname}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 21:50:45
  Author: anthraxx
Revision: 134917

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/
  zaproxy/repos/community-any/PKGBUILD
(from rev 134916, zaproxy/trunk/PKGBUILD)

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

Copied: zaproxy/repos/community-any/PKGBUILD (from rev 134916, 
zaproxy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-06-06 19:50:45 UTC (rev 134917)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Joris Steyn jorisst...@gmail.com
+# Contributor: fnord0 fnord0 AT riseup DOT net
+
+pkgname=zaproxy
+pkgver=2.4.0
+pkgrel=2
+pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
+url=https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat  ${pkgname} EOF
+#!/bin/sh
+cd /usr/share/zaproxy
+./zap.sh
+cd -
+EOF
+}
+
+package() {
+  cd ZAP_${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -pR . ${pkgdir}/usr/share/${pkgname}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in linux-lts/trunk (3 files)

2015-06-06 Thread Andreas Radke
Date: Saturday, June 6, 2015 @ 20:54:42
  Author: andyrtr
Revision: 240381

upgpkg: linux-lts 3.14.44-1

upstream update 3.14.44

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/gcc5_buildfixes.diff
Deleted:
  linux-lts/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch

+
 PKGBUILD   |   13 --
 gcc5_buildfixes.diff   |   66 ---
 md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch |   50 
 3 files changed, 4 insertions(+), 125 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 18:47:17 UTC (rev 240380)
+++ PKGBUILD2015-06-06 18:54:42 UTC (rev 240381)
@@ -4,8 +4,8 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.43
-pkgrel=2
+pkgver=3.14.44
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -22,13 +22,12 @@
 '0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch'
 '0003-module-remove-MODULE_GENERIC_TABLE.patch'
 '0006-genksyms-fix-typeof-handling.patch'
-'md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch'
 'gcc5_buildfixes.diff'
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'cd6b9f6c9634605db129030ee2f5082903d59a21381fb2c00bbb25e7931432fd'
+'5af4e26194d3195e5a7c9235b0e6b60f577e7948ba2e1f653341d6263ef2ffc0'
 'SKIP'
 '9f0caf74d70599ac4eda356a42c7d9cb116f0cf42e87f165a383e4d215ae212d'
 'f40e1c54f53feaf3b35a8fca19a98c0f48d83cb8f9738eb8f97fc860b3a93e46'
@@ -38,8 +37,7 @@
 '52dec83a8805a8642d74d764494acda863e0aa23e3d249e80d4b457e20a3fd29'
 '65d58f63215ee3c5f9c4fc6bce36fc5311a6c7dbdbe1ad29de40647b47ff9c0d'
 'cf2e7a2d00787f754028e7459688c2755a406e632ce48b60952fa4ff7ed6f4b7'
-'bc83293e64653d60793708a0e277741f57c018f5ea3551a8aff3a220df917ceb'
-'470d6d019d288dce02b4a9758a34ea71d41715663a19a164749212a470a131e7')
+'9c89039a0f876888fda3be6f574bca5a120e3587d8342747bbc0723b0b4cde7a')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds 
torva...@linux-foundation.org
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman 
(Linux kernel stable release signing key) g...@kroah.com
  )
@@ -58,9 +56,6 @@
   # add upstream patch
   patch -p1 -i ${srcdir}/patch-${pkgver}
 
-  # https://bugzilla.kernel.org/show_bug.cgi?id=98501
-  patch -Np1 -i 
${srcdir}/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
-
   # buildfixes for gcc5
   # 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/scsi/qla2xxx/qla_nx2.c?id=9493c2422cae272d6f1f567cbb424195defe4176
   # https://lkml.org/lkml/2014/11/9/27

Modified: gcc5_buildfixes.diff
===
--- gcc5_buildfixes.diff2015-06-06 18:47:17 UTC (rev 240380)
+++ gcc5_buildfixes.diff2015-06-06 18:54:42 UTC (rev 240381)
@@ -1,69 +1,3 @@
-From 9493c2422cae272d6f1f567cbb424195defe4176 Mon Sep 17 00:00:00 2001
-From: Chen Gang gang.chen.5...@gmail.com
-Date: Sat, 1 Nov 2014 19:46:12 +0800
-Subject: qla2xxx: remove redundant declaration in 'qla_gbl.h'
-
-Remove 2 redundant extern inline functions: qla8044_set_qsnt_ready() and
-qla8044_need_reset_handler(). At present, within upstream next kernel
-source code, they are only used within drivers/scsi/qla2xxx/qla_nx2.c.
-
-The related error and warnings (with allmodconfig under tile):
-
-CC [M]  drivers/scsi/qla2xxx/qla_nx2.o
-  drivers/scsi/qla2xxx/qla_nx2.c:1633:1: error: static declaration of 
'qla8044_need_reset_handler' follows non-static declaration
-   qla8044_need_reset_handler(struct scsi_qla_host *vha)
-   ^
-  In file included from drivers/scsi/qla2xxx/qla_def.h:3706:0,
-   from drivers/scsi/qla2xxx/qla_nx2.c:11:
-  drivers/scsi/qla2xxx/qla_gbl.h:756:20: note: previous declaration of 
'qla8044_need_reset_handler' was here
-   extern inline void qla8044_need_reset_handler(struct scsi_qla_host *vha);
-  ^
-  drivers/scsi/qla2xxx/qla_gbl.h:756:20: warning: inline function 
'qla8044_need_reset_handler' declared but never defined
-  make[3]: *** [drivers/scsi/qla2xxx/qla_nx2.o] Error 1
-  make[2]: *** [drivers/scsi/qla2xxx] Error 2
-  make[1]: *** [drivers/scsi] Error 2
-  make: *** [drivers] Error 2
-
-CC [M]  drivers/scsi/qla2xxx/qla_tmpl.o
-  In file included from drivers/scsi/qla2xxx/qla_def.h:3706:0,
-   from drivers/scsi/qla2xxx/qla_tmpl.c:7:
-  drivers/scsi/qla2xxx/qla_gbl.h:755:20: warning: inline function 
'qla8044_set_qsnt_ready' declared but never defined
-   extern inline void 

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

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 20:55:48
  Author: anthraxx
Revision: 134915

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

Added:
  medusa/repos/community-i686/
  medusa/repos/community-i686/PKGBUILD
(from rev 134914, medusa/trunk/PKGBUILD)
  medusa/repos/community-x86_64/
  medusa/repos/community-x86_64/PKGBUILD
(from rev 134914, medusa/trunk/PKGBUILD)

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

Copied: medusa/repos/community-i686/PKGBUILD (from rev 134914, 
medusa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 18:55:48 UTC (rev 134915)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: s1gma s1...@mindslicer.com
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A speedy, massively parallel, modular, login brute-forcer for network 

+url=http://www.foofus.net/jmk/medusa/medusa.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
+  'libssh2: SSH support' 
+  'postgresql-libs: PostgreSQL support' 
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: medusa/repos/community-x86_64/PKGBUILD (from rev 134914, 
medusa/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-06 18:55:48 UTC (rev 134915)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: s1gma s1...@mindslicer.com
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A speedy, massively parallel, modular, login brute-forcer for network 

+url=http://www.foofus.net/jmk/medusa/medusa.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
+  'libssh2: SSH support' 
+  'postgresql-libs: PostgreSQL support' 
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-06 Thread Andreas Radke
Date: Saturday, June 6, 2015 @ 20:55:19
  Author: andyrtr
Revision: 240382

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 240381, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 240381, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 240381, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 240381, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 240381, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 240381, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 240381, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 240381, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/gcc5_buildfixes.diff
(from rev 240381, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 240381, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 240381, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 240381, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 240381, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 240381, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 240381, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 240381, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 240381, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 240381, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 240381, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/gcc5_buildfixes.diff
(from rev 240381, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 240381, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 240381, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  342 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/gcc5_buildfixes.diff  
|   49 
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  342 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/gcc5_buildfixes.diff
|   49 
 

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

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 20:55:15
  Author: anthraxx
Revision: 134914

addpkg medusa 2.1.1-2

Added:
  medusa/
  medusa/repos/
  medusa/trunk/
  medusa/trunk/PKGBUILD

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

Added: medusa/trunk/PKGBUILD
===
--- medusa/trunk/PKGBUILD   (rev 0)
+++ medusa/trunk/PKGBUILD   2015-06-06 18:55:15 UTC (rev 134914)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: s1gma s1...@mindslicer.com
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A speedy, massively parallel, modular, login brute-forcer for network 

+url=http://www.foofus.net/jmk/medusa/medusa.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
+  'libssh2: SSH support' 
+  'postgresql-libs: PostgreSQL support' 
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-06 Thread Bartłomiej Piotrowski
Date: Saturday, June 6, 2015 @ 21:48:25
  Author: bpiotrowski
Revision: 240384

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 240383, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 240383, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 240383, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 240383, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 240383, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 240383, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 240383, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 240383, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 240383, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 240383, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-10.0.18-MDEV-8115.patch
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-10.0.18-MDEV-8115.patch
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

--+
 /PKGBUILD|  320 +
 /mariadb-post.sh |   16 +
 /mariadb-tmpfile.conf|2 
 /mariadb.install |   70 +
 /mariadb.service |   32 ++
 extra-i686/PKGBUILD  |  167 -
 extra-i686/mariadb-10.0.18-MDEV-8115.patch   |   61 
 extra-i686/mariadb-post.sh   |8 
 extra-i686/mariadb-tmpfile.conf  |1 
 extra-i686/mariadb.install   |   33 --
 extra-i686/mariadb.service   |   16 -
 extra-x86_64/PKGBUILD|  167 -
 extra-x86_64/mariadb-10.0.18-MDEV-8115.patch |   61 
 extra-x86_64/mariadb-post.sh |8 
 extra-x86_64/mariadb-tmpfile.conf|1 
 extra-x86_64/mariadb.install |   33 --
 extra-x86_64/mariadb.service |   16 -
 17 files changed, 440 insertions(+), 572 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-06 19:48:01 UTC (rev 240383)
+++ extra-i686/PKGBUILD 2015-06-06 19:48:25 UTC (rev 240384)
@@ -1,167 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.18
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre'
- 'jemalloc' 'lz4')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf
-mariadb-10.0.18-MDEV-8115.patch)
-md5sums=('eab4f9303883d33558c0059af9e30aa4'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6'
- '4be445c305df3cca61aa9a40a1886964')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../mariadb-10.0.18-MDEV-8115.patch
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-

[arch-commits] Commit in mariadb/trunk (3 files)

2015-06-06 Thread Bartłomiej Piotrowski
Date: Saturday, June 6, 2015 @ 21:48:01
  Author: bpiotrowski
Revision: 240383

upgpkg: mariadb 10.0.19-1

Run 'systemd-tmpfiles' only if systemd is installed. (FS#44862)

Modified:
  mariadb/trunk/PKGBUILD
  mariadb/trunk/mariadb.install
Deleted:
  mariadb/trunk/mariadb-10.0.18-MDEV-8115.patch

-+
 PKGBUILD|   19 +++
 mariadb-10.0.18-MDEV-8115.patch |   61 --
 mariadb.install |6 ++-
 3 files changed, 10 insertions(+), 76 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 18:55:19 UTC (rev 240382)
+++ PKGBUILD2015-06-06 19:48:01 UTC (rev 240383)
@@ -3,30 +3,23 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.18
+pkgver=10.0.19
 _pkgver=${pkgver/.a/a}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre'
  'jemalloc' 'lz4')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
+source=(http://mariadb.kisiek.net/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
 mariadb.service
 mariadb-post.sh
-mariadb-tmpfile.conf
-mariadb-10.0.18-MDEV-8115.patch)
-md5sums=('eab4f9303883d33558c0059af9e30aa4'
+mariadb-tmpfile.conf)
+md5sums=('aeaf101c688515dc8f73a5250e6c1df9'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6'
- '4be445c305df3cca61aa9a40a1886964')
+ '2fa6e456964d4ff5e6d4f9ff0126aed6')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../mariadb-10.0.18-MDEV-8115.patch
-}
-
 build() {
   mkdir build
   cd build

Deleted: mariadb-10.0.18-MDEV-8115.patch
===
--- mariadb-10.0.18-MDEV-8115.patch 2015-06-06 18:55:19 UTC (rev 240382)
+++ mariadb-10.0.18-MDEV-8115.patch 2015-06-06 19:48:01 UTC (rev 240383)
@@ -1,61 +0,0 @@
-From 0014bdc7eef141dcd66930e853242b3be4960831 Mon Sep 17 00:00:00 2001
-From: Sergei Golubchik s...@mariadb.org
-Date: Thu, 7 May 2015 22:18:34 +0200
-Subject: [PATCH] MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW
-
-on REPAIR don't do table-specific stuff for views
-(because even if the view has a temp table opened for it,
-it's not opened all the way down the engine. In particular,
-Aria crashes in maria_status() because MARIA_HA* info - that is
-table-table-file-file - is NULL)

- mysql-test/r/repair.result | 7 +++
- mysql-test/t/repair.test   | 9 +
- sql/sql_admin.cc   | 2 +-
- 3 files changed, 17 insertions(+), 1 deletion(-)
-
-diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result
-index 52ae9c3..51c3374 100644
 a/mysql-test/r/repair.result
-+++ b/mysql-test/r/repair.result
-@@ -207,3 +207,10 @@ check table t1;
- Table Op  Msg_typeMsg_text
- test.t1   check   status  OK
- drop table t1;
-+create table t1 (a blob);
-+create view v1 as select * from t1;
-+repair view v1;
-+Table Op  Msg_typeMsg_text
-+test.v1   repair  status  OK
-+drop view v1;
-+drop table t1;
-diff --git a/mysql-test/t/repair.test b/mysql-test/t/repair.test
-index 337b73f..f625965 100644
 a/mysql-test/t/repair.test
-+++ b/mysql-test/t/repair.test
-@@ -208,3 +208,12 @@ repair table t1 use_frm;
- select count(*) from t1;
- check table t1;
- drop table t1;
-+
-+#
-+# MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW
-+#
-+create table t1 (a blob);
-+create view v1 as select * from t1;
-+repair view v1;
-+drop view v1;
-+drop table t1;
-diff --git a/sql/sql_admin.cc b/sql/sql_admin.cc
-index 44057b6..9827c67 100644
 a/sql/sql_admin.cc
-+++ b/sql/sql_admin.cc
-@@ -901,7 +901,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
- break;
-   }
- }
--if (table-table)
-+if (table-table  !table-view)
- {
-   if (table-table-s-tmp_table)
-   {

Modified: mariadb.install
===
--- mariadb.install 2015-06-06 18:55:19 UTC (rev 240382)
+++ mariadb.install 2015-06-06 19:48:01 UTC (rev 240383)
@@ -1,12 +1,14 @@
 post_install(){
   groupadd -g 89 mysql /dev/null
-  useradd -u 89 -g mysql -d /var/lib/mysql -s /bin/false mysql /dev/null
+  useradd -u 89 -g 89 -d /var/lib/mysql -s /bin/false mysql /dev/null
 
   echo :: You need to initialize the MariaDB data directory prior to starting
   echothe service. This can be done with mysql_install_db command, e.g.:
   echomysql_install_db --user=mysql --basedir=/usr 
--datadir=/var/lib/mysql
 
-  usr/bin/systemd-tmpfiles --create mysql.conf
+  if hash systemd-tmpfiles  /dev/null; then
+systemd-tmpfiles --create mysql.conf
+  fi
 }
 
 

[arch-commits] Commit in systemd/repos (32 files)

2015-06-06 Thread Bartłomiej Piotrowski
Date: Saturday, June 6, 2015 @ 20:47:17
  Author: bpiotrowski
Revision: 240380

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 240379, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 240379, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 240379, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 240379, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 240379, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 240379, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 240379, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 240379, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 240379, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 240379, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 240379, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 240379, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 240379, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 240379, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 240379, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 240379, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/arch.conf
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/loader.conf
  systemd/repos/testing-i686/splash-arch.bmp
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  384 
 /arch.conf  |   14 +
 /initcpio-hook-udev |   44 +++
 /initcpio-install-systemd   |  342 +
 /initcpio-install-udev  |   58 
 /loader.conf|2 
 /systemd.install|  410 ++
 testing-i686/PKGBUILD   |  188 -
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 testing-i686/initcpio-install-systemd   |  171 
 testing-i686/initcpio-install-udev  |   29 --
 testing-i686/loader.conf|2 
 testing-i686/systemd.install|  205 ---
 testing-x86_64/PKGBUILD |  188 -
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 -
 testing-x86_64/initcpio-install-systemd |  171 
 testing-x86_64/initcpio-install-udev|   29 --
 testing-x86_64/loader.conf  |2 
 testing-x86_64/systemd.install  |  205 ---
 21 files changed, 1254 insertions(+), 1248 deletions(-)

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


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

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 19:37:16
  Author: anthraxx
Revision: 134913

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

Added:
  pngcrush/repos/community-i686/
  pngcrush/repos/community-i686/LICENSE
(from rev 134912, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 134912, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/
  pngcrush/repos/community-x86_64/LICENSE
(from rev 134912, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 134912, pngcrush/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   42 ++
 community-i686/PKGBUILD   |   36 
 community-x86_64/LICENSE  |   42 ++
 community-x86_64/PKGBUILD |   36 
 4 files changed, 156 insertions(+)

Copied: pngcrush/repos/community-i686/LICENSE (from rev 134912, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-06-06 17:37:16 UTC (rev 134913)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied AS IS.  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+
+3. This Copyright notice, disclaimer, and license may not be removed
+   or altered from any source or altered source distribution.
+

Copied: pngcrush/repos/community-i686/PKGBUILD (from rev 134912, 
pngcrush/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 17:37:16 UTC (rev 134913)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: HuntXu hun...@live.cn
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=pngcrush
+pkgver=1.7.85
+pkgrel=2
+pkgdesc=A tool for optimizing the compression of PNG files
+url=http://pmt.sourceforge.net/pngcrush;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('libpng')
+source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
+LICENSE)
+sha512sums=('7b959fc6a8839fb0dab6471b13e866e11d5fefa072d6b135c7f621bd4b475765c2e8d0b471f074b6df7d6ccd8b5c33938e1143fb2e013986c4e8e5fada68c8ca'
+
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-nolib
+  sed -r s/^(CFLAGS = .*)$/\\1 ${CFLAGS}/ -i Makefile
+  sed -r s/^(LDFLAGS =*)$/\\1 ${LDFLAGS}/ -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-nolib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-nolib
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pngcrush/repos/community-x86_64/LICENSE (from rev 134912, 
pngcrush/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2015-06-06 17:37:16 UTC (rev 134913)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+

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

2015-06-06 Thread Gaetan Bisson
Date: Saturday, June 6, 2015 @ 20:07:49
  Author: bisson
Revision: 240378

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

Added:
  mutt/repos/testing-i686/
  mutt/repos/testing-i686/PKGBUILD
(from rev 240377, mutt/trunk/PKGBUILD)
  mutt/repos/testing-i686/cve-2014-9116.patch
(from rev 240377, mutt/trunk/cve-2014-9116.patch)
  mutt/repos/testing-x86_64/
  mutt/repos/testing-x86_64/PKGBUILD
(from rev 240377, mutt/trunk/PKGBUILD)
  mutt/repos/testing-x86_64/cve-2014-9116.patch
(from rev 240377, mutt/trunk/cve-2014-9116.patch)

+
 testing-i686/PKGBUILD  |   61 +++
 testing-i686/cve-2014-9116.patch   |   35 
 testing-x86_64/PKGBUILD|   61 +++
 testing-x86_64/cve-2014-9116.patch |   35 
 4 files changed, 192 insertions(+)

Copied: mutt/repos/testing-i686/PKGBUILD (from rev 240377, mutt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-06 18:07:49 UTC (rev 240378)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=mutt
+pkgver=1.5.23
+pkgrel=2
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('i686' 'x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+source=(ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz;
+'cve-2014-9116.patch')
+sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
+  '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
+
+makedepends=('mercurial')
+source=('hg+http://dev.mutt.org/hg/mutt#revision=0255b37be491bf11347c91d2197a4d9031423010')
+sha1sums=('SKIP')
+pkgver=1.5.23.hg.20150606
+
+#prepare() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+#  patch -p1 -i ../cve-2014-9116.patch
+#}
+
+build() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
+#  ./configure \
+   ./prepare \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --with-curses=/usr \
+   --with-regex \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn \
+
+   make
+}
+
+package() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
+   make DESTDIR=${pkgdir} install
+
+   rm ${pkgdir}/etc/mime.types{,.dist}
+   rm ${pkgdir}/usr/bin/{flea,muttbug}
+   rm ${pkgdir}/usr/share/man/man1/{flea,muttbug}.1
+   install -Dm644 contrib/gpg.rc ${pkgdir}/etc/Muttrc.gpg.dist
+}

Copied: mutt/repos/testing-i686/cve-2014-9116.patch (from rev 240377, 
mutt/trunk/cve-2014-9116.patch)
===
--- testing-i686/cve-2014-9116.patch(rev 0)
+++ testing-i686/cve-2014-9116.patch2015-06-06 18:07:49 UTC (rev 240378)
@@ -0,0 +1,35 @@
+
+# HG changeset patch
+# User Kevin McCarthy ke...@8t8.us
+# Date 1417472364 28800
+# Node ID 0aebf1df43598b442ac75ae4fe17875351854db0
+# Parent  5a86319adad0d17e4acaf8a580bfc9eb247547d0
+Revert write_one_header() to skip space and tab.  (closes #3716)
+
+This patch fixes CVE-2014-9116 in the stable branch.  It reverts
+write_one_header() to the pre [f251d523ca5a] code for skipping
+whitespace.
+
+Thanks to Antonio Radici and Tomas Hoger for their analysis and patches
+to mutt, which this patch is based off of.
+
+diff -r 5a86319adad0 -r 0aebf1df4359 sendlib.c
+--- a/sendlib.cMon Jan 05 18:28:59 2015 -0800
 b/sendlib.cMon Dec 01 14:19:24 2014 -0800
+@@ -1814,7 +1814,14 @@
+ {
+   tagbuf = mutt_substrdup (start, t);
+   /* skip over the colon separating the header field name and value */
+-  t = skip_email_wsp(t + 1);
++  ++t;
++
++  /* skip over any leading whitespace (WSP, as defined in RFC5322)
++   * NOTE: skip_email_wsp() does the wrong thing here.
++   *   See tickets 3609 and 3716. */
++  while (*t == ' ' || *t == '\t')
++t++;
++
+   valbuf = mutt_substrdup (t, end);
+ }
+ dprint(4,(debugfile,mwoh: buf[%s%s] too long, 
+

Copied: mutt/repos/testing-x86_64/PKGBUILD (from rev 240377, 
mutt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-06 18:07:49 UTC (rev 240378)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan

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

2015-06-06 Thread Gaetan Bisson
Date: Saturday, June 6, 2015 @ 20:07:24
  Author: bisson
Revision: 240377

switch to mercurial snapshot

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 16:58:16 UTC (rev 240376)
+++ PKGBUILD2015-06-06 18:07:24 UTC (rev 240377)
@@ -17,14 +17,21 @@
 sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
   '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../cve-2014-9116.patch
-}
+makedepends=('mercurial')
+source=('hg+http://dev.mutt.org/hg/mutt#revision=0255b37be491bf11347c91d2197a4d9031423010')
+sha1sums=('SKIP')
+pkgver=1.5.23.hg.20150606
 
+#prepare() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+#  patch -p1 -i ../cve-2014-9116.patch
+#}
+
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
+#  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
+#  ./configure \
+   ./prepare \
--prefix=/usr \
--sysconfdir=/etc \
--enable-gpgme \
@@ -43,7 +50,8 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+#  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
make DESTDIR=${pkgdir} install
 
rm ${pkgdir}/etc/mime.types{,.dist}