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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 13:01:57
  Author: lcarlier
Revision: 197733

upgpkg: lib32-nvidia-304xx-utils 304.132-3

remove useless makedepends array

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 12:55:33 UTC (rev 197732)
+++ PKGBUILD2016-12-02 13:01:57 UTC (rev 197733)
@@ -8,13 +8,11 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
 pkgver=304.132
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
-makedepends=('lib32-gcc-libs' 'lib32-libcl' 'lib32-libxvmc' 'lib32-zlib' 
- 'lib32-libxext' 'nvidia-304xx-utils' 'opencl-nvidia-304xx')
 options=('!strip')
 
 _arch='x86'


[arch-commits] Commit in lib32-nvidia-304xx-utils/repos/multilib-x86_64 (2 files)

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 12:55:33
  Author: lcarlier
Revision: 197732

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 197731, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  251 ++---
 1 file changed, 126 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 12:55:28 UTC (rev 197731)
+++ PKGBUILD2016-12-02 12:55:33 UTC (rev 197732)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jason Graham 
-# Contributor: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-304xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
-pkgver=304.132
-pkgrel=1
-pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-makedepends=('lib32-gcc-libs' 'lib32-libcl' 'lib32-libxvmc' 'lib32-zlib' 
- 'lib32-libxext' 'nvidia-304xx-utils' 'opencl-nvidia-304xx')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('1149ec562ba16843eb3b957ec8238de2')
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-  depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  conflicts=('lib32-opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
-  
-  create_links
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-304xx-libgl() {
-  pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-  depends=('lib32-nvidia-304xx-utils' 'lib32-mesa')
-  conflicts=('lib32-libgl')
-  provides=('lib32-libgl')
-
-  cd ${_pkg}
-
-  mkdir -p "${pkgdir}/usr/lib32"
-  ln -s "nvidia/libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-  ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.1"
-  ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib32/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/libEGL.so"
-
-  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib32/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib32/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/libGLESv2.so"
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities (32-bit)"
-  depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext' 
'nvidia-304xx-utils')
-  optdepends=('lib32-opencl-nvidia-304xx')
-  conflicts=('lib32-nvidia-utils')
-
-  cd ${_pkg}
-
-  # OpenGL libraries
-  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-
-  # OpenGL core library
-  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-
-  # XvMC
-  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}"
-
-  # VDPAU
-  install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-
-  # nvidia-tls library
-  install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
-  install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
- 

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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 12:55:28
  Author: lcarlier
Revision: 197731

upgpkg: lib32-nvidia-304xx-utils 304.132-2

lib32-opencl-nvidia-304xx now provides lib32-opencl-driver and doesn't depend 
anymore on an icd loader

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 12:46:12 UTC (rev 197730)
+++ PKGBUILD2016-12-02 12:55:28 UTC (rev 197731)
@@ -8,7 +8,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
 pkgver=304.132
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -38,9 +38,10 @@
 
 package_lib32-opencl-nvidia-304xx() {
   pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-  depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
+  depends=('lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
   optdepends=('opencl-headers: headers necessary for OpenCL development')
   conflicts=('lib32-opencl-nvidia')
+  provides=('lib32-opencl-driver')
 
   cd ${_pkg}
 


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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 12:46:06
  Author: lcarlier
Revision: 197729

upgpkg: lib32-nvidia-utils 375.20-3

lib32-opencl-nvidia now provides lib32-opencl-driver and doesn't depend anymore 
on an icd loader

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 12:16:02 UTC (rev 197728)
+++ PKGBUILD2016-12-02 12:46:06 UTC (rev 197729)
@@ -6,7 +6,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
 pkgver=375.20
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
@@ -34,8 +34,9 @@
 
 package_lib32-opencl-nvidia() {
 pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+depends=('lib32-zlib' 'lib32-gcc-libs')
 optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
 cd "${_pkg}"
 
 # OpenCL


[arch-commits] Commit in lib32-nvidia-utils/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 12:46:12
  Author: lcarlier
Revision: 197730

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 197729, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  259 ++---
 1 file changed, 130 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 12:46:06 UTC (rev 197729)
+++ PKGBUILD2016-12-02 12:46:12 UTC (rev 197730)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=375.20
-pkgrel=2
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b9bfa7f3f591418972e963b087ab91e3')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils' 'nvidia-libgl')
-replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
-optdepends=('lib32-opencl-nvidia')
-provides=('lib32-vulkan-driver')
-cd "${_pkg}"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
-ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-# OpenGL libraries
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
-
-# misc
-install -D -m755 "libnvidia-ifr.so.${pkgver}" 

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

2016-12-02 Thread Levente Polyak
Date: Friday, December 2, 2016 @ 12:16:02
  Author: anthraxx
Revision: 197728

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 197727, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 12:15:55 UTC (rev 197727)
+++ PKGBUILD2016-12-02 12:16:02 UTC (rev 197728)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=62
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
-# TODO: python-argcomplete
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'bzip2: bzip2 utilities support'
-  'cdrkit: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  #'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'gnupg: GNU privacy guard support'
-  'mono: mono support'
-  'mono-tools: mono utilities support'
-  'poppler: PDF utilities support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'vim: Vi IMproved (xxd) utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 
'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
-  'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 
'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('82368b0c8741ccd031583d97b2a80bc69f0ec4413175a5400f1b9d7192e786130da16c2332a66e55aa32ea77e5cf678ba56b9cec88406fcf5600876597218245')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # TODO: readd fpc
-  # TODO: colord test fails with lcms2 >= 2.8
-  PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 197727, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-02 12:16:02 UTC (rev 197728)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=63
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
+# TODO: python-argcomplete
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'bzip2: bzip2 utilities support'
+  'cdrkit: ISO utilities support'
+  'colord: ICC profiles support'
+  'cpio: cpio archive support'
+  'diffutils: diff utilities support'
+  'e2fsprogs: Ext2/3/4 filesystem utilities support'
+  'enjarify: Android dex file support'
+  'fpc: Free Pascal utilities support'
+  'java-environment: java utilities support'
+  #'libcaca: image compare support'
+  'llvm: LLVM bitcode files support'
+  'fontforge: bitmap font utilities support'
+  'gettext: GNU internationalization utilities support'
+  'ghc: haskell utilities support'
+  'gnupg: GNU privacy guard support'
+  'mono: mono support'
+  'mono-tools: mono utilities support'
+  'poppler: PDF utilities support'
+  'sqlite: SQLite support'
+  'squashfs-tools: squashfs filesystem support'
+  #'python-guestfs: guestfs filesystem support'
+  'tlsh: fuzzy matching supprt'
+  'unzip: zip utilities support'
+  'gzip: gzip utilities support'
+  'tar: tar utilities support'
+  'vim: Vi IMproved (xxd) utilities support'
+  

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

2016-12-02 Thread Levente Polyak
Date: Friday, December 2, 2016 @ 12:15:55
  Author: anthraxx
Revision: 197727

upgpkg: diffoscope 63-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 11:30:33 UTC (rev 197726)
+++ PKGBUILD2016-12-02 12:15:55 UTC (rev 197727)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=62
+pkgver=63
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -44,7 +44,7 @@
   'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 
'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
   'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 
'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc')
 
source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('82368b0c8741ccd031583d97b2a80bc69f0ec4413175a5400f1b9d7192e786130da16c2332a66e55aa32ea77e5cf678ba56b9cec88406fcf5600876597218245')
+sha512sums=('97d7122dfbfdcdaae452cc660e8c5a2bc7bdce0e00deb70c679a55748c75bef9400e4aacb036e08cc71f508bbfec81b5abee0f7260491b6b5bdc8bb71be6c9ed')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in devede/repos/community-any (PKGBUILD PKGBUILD locale.patch)

2016-12-02 Thread Sergej Pupykin
Date: Friday, December 2, 2016 @ 11:30:33
  Author: spupykin
Revision: 197726

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 197725, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD
  devede/repos/community-any/locale.patch

--+
 PKGBUILD |   54 --
 locale.patch |   57 -
 2 files changed, 24 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 11:30:20 UTC (rev 197725)
+++ PKGBUILD2016-12-02 11:30:33 UTC (rev 197726)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.8.5
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
-   locale.patch)
-sha256sums=('f60fb43a97ef23d888d82e77bd762df488a3c5fa4606f3c3e3ae2eb63346688e'
-'587e8ab477ffb2f1b63881e5f9aff13bd61a6be1d4577c41473d2993851258fe')
-
-prepare() {
-  cd "$srcdir"/${pkgname}ng-$pkgver
-#  patch -p1 <"$srcdir"/locale.patch
-}
-
-package() {
-  cd "$srcdir"/${pkgname}ng-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 197725, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-02 11:30:33 UTC (rev 197726)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.8.5
+pkgrel=2
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
+optdepends=('mplayer' 'vlc' 'mpv')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+sha256sums=('f60fb43a97ef23d888d82e77bd762df488a3c5fa4606f3c3e3ae2eb63346688e')
+
+package() {
+  cd "$srcdir"/${pkgname}ng-$pkgver
+  python setup.py install --root="$pkgdir"
+}

Deleted: locale.patch
===
--- locale.patch2016-12-02 11:30:20 UTC (rev 197725)
+++ locale.patch2016-12-02 11:30:33 UTC (rev 197726)
@@ -1,57 +0,0 @@
-diff -wbBur devedeng-4.6.0/po/es.po devedeng-4.6.0.q/po/es.po
 devedeng-4.6.0/po/es.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/es.po  2016-03-14 14:54:52.127234097 +0300
-@@ -1027,10 +1027,6 @@
- "Matroska / H.264\n"
- "Crea ficheros H.264 en un contenedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPUs multinúcleo"
-Only in devedeng-4.6.0.q/po: es.po~
-diff -wbBur devedeng-4.6.0/po/gl.po devedeng-4.6.0.q/po/gl.po
 devedeng-4.6.0/po/gl.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/gl.po  2016-03-14 14:54:36.563900382 +0300
-@@ -1026,10 +1026,6 @@
- "Matroska / H.264\n"
- "Crea ficheiros H.264 nun contedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multinúcleo"
-diff -wbBur devedeng-4.6.0/po/it_IT.po devedeng-4.6.0.q/po/it_IT.po
 devedeng-4.6.0/po/it_IT.po 2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/it_IT.po   2016-03-14 14:54:45.310567263 +0300
-@@ -1024,10 +1024,6 @@
- "Matroska / H.264\n"
- "Crea file H.264 in un contenitore MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programmi necessari a Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multicore"
-diff -wbBur devedeng-4.6.0/po/sk.po devedeng-4.6.0.q/po/sk.po
 devedeng-4.6.0/po/sk.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/sk.po  2016-03-14 14:54:10.133899737 +0300
-@@ -1026,10 

[arch-commits] Commit in devede/trunk (PKGBUILD locale.patch)

2016-12-02 Thread Sergej Pupykin
Date: Friday, December 2, 2016 @ 11:30:20
  Author: spupykin
Revision: 197725

upgpkg: devede 4.8.5-2

upd

Modified:
  devede/trunk/PKGBUILD
Deleted:
  devede/trunk/locale.patch

--+
 PKGBUILD |   16 +---
 locale.patch |   57 -
 2 files changed, 5 insertions(+), 68 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 11:23:22 UTC (rev 197724)
+++ PKGBUILD2016-12-02 11:30:20 UTC (rev 197725)
@@ -6,24 +6,18 @@
 
 pkgname=devede
 pkgver=4.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html;
 license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+depends=('mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
 'cdrkit' 'ttf-dejavu'
 'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
-   locale.patch)
-sha256sums=('f60fb43a97ef23d888d82e77bd762df488a3c5fa4606f3c3e3ae2eb63346688e'
-'587e8ab477ffb2f1b63881e5f9aff13bd61a6be1d4577c41473d2993851258fe')
+optdepends=('mplayer' 'vlc' 'mpv')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+sha256sums=('f60fb43a97ef23d888d82e77bd762df488a3c5fa4606f3c3e3ae2eb63346688e')
 
-prepare() {
-  cd "$srcdir"/${pkgname}ng-$pkgver
-#  patch -p1 <"$srcdir"/locale.patch
-}
-
 package() {
   cd "$srcdir"/${pkgname}ng-$pkgver
   python setup.py install --root="$pkgdir"

Deleted: locale.patch
===
--- locale.patch2016-12-02 11:23:22 UTC (rev 197724)
+++ locale.patch2016-12-02 11:30:20 UTC (rev 197725)
@@ -1,57 +0,0 @@
-diff -wbBur devedeng-4.6.0/po/es.po devedeng-4.6.0.q/po/es.po
 devedeng-4.6.0/po/es.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/es.po  2016-03-14 14:54:52.127234097 +0300
-@@ -1027,10 +1027,6 @@
- "Matroska / H.264\n"
- "Crea ficheros H.264 en un contenedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPUs multinúcleo"
-Only in devedeng-4.6.0.q/po: es.po~
-diff -wbBur devedeng-4.6.0/po/gl.po devedeng-4.6.0.q/po/gl.po
 devedeng-4.6.0/po/gl.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/gl.po  2016-03-14 14:54:36.563900382 +0300
-@@ -1026,10 +1026,6 @@
- "Matroska / H.264\n"
- "Crea ficheiros H.264 nun contedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multinúcleo"
-diff -wbBur devedeng-4.6.0/po/it_IT.po devedeng-4.6.0.q/po/it_IT.po
 devedeng-4.6.0/po/it_IT.po 2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/it_IT.po   2016-03-14 14:54:45.310567263 +0300
-@@ -1024,10 +1024,6 @@
- "Matroska / H.264\n"
- "Crea file H.264 in un contenitore MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programmi necessari a Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multicore"
-diff -wbBur devedeng-4.6.0/po/sk.po devedeng-4.6.0.q/po/sk.po
 devedeng-4.6.0/po/sk.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/sk.po  2016-03-14 14:54:10.133899737 +0300
-@@ -1026,10 +1026,6 @@
- "Matroska / H.264\n"
- "Vytvorí súbory vo formáte H.264 v kontajneri MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programy vyžadované aplikáciou Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "Viacjadrové procesory"


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

2016-12-02 Thread Sergej Pupykin
Date: Friday, December 2, 2016 @ 11:23:22
  Author: spupykin
Revision: 197724

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-02 11:23:04 UTC (rev 197723)
+++ community-i686/PKGBUILD 2016-12-02 11:23:22 UTC (rev 197724)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
-   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
-md5sums=('c4dc6c09c71850f0b392772f519f1d19'
- 'a7139d23ecc928e94715b11c90b460d2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/$pkgname-old-api.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 197723, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-02 11:23:22 UTC (rev 197724)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-02 11:23:04 UTC (rev 197723)
+++ community-x86_64/PKGBUILD   2016-12-02 11:23:22 UTC (rev 197724)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
-   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
-md5sums=('c4dc6c09c71850f0b392772f519f1d19'
- 'a7139d23ecc928e94715b11c90b460d2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/$pkgname-old-api.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 197723, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-02 11:23:22 UTC (rev 197724)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  

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

2016-12-02 Thread Sergej Pupykin
Date: Friday, December 2, 2016 @ 11:23:04
  Author: spupykin
Revision: 197723

upgpkg: bcg729 1.0.2-1

upd

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 11:13:10 UTC (rev 197722)
+++ PKGBUILD2016-12-02 11:23:04 UTC (rev 197723)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=bcg729
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="g729 codec"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
@@ -10,17 +10,10 @@
 license=('GPL')
 depends=('mediastreamer')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=(https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz{,.sig}
-   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
-md5sums=('c4dc6c09c71850f0b392772f519f1d19'
- 'SKIP'
- 'a7139d23ecc928e94715b11c90b460d2')
+source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
+'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/$pkgname-old-api.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-strict
@@ -30,4 +23,6 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
 }


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

2016-12-02 Thread Alexander Rødseth
Date: Friday, December 2, 2016 @ 11:12:31
  Author: arodseth
Revision: 197721

upgpkg: ditaa 0.10-1

Modified:
  ditaa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 10:42:26 UTC (rev 197720)
+++ PKGBUILD2016-12-02 11:12:31 UTC (rev 197721)
@@ -4,22 +4,39 @@
 # Contributor: domanov 
 
 pkgname=ditaa
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+pkgrel=1
 pkgdesc='Java utility to convert diagrams drawn using ascii art to bitmap'
 arch=('any')
-url='http://ditaa.sf.net/'
+url='https://github.com/stathissideris/ditaa'
 license=('GPL')
 depends=('java-environment' 'gsfonts')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname${pkgver/./_}.zip;
-'ditaa.sh')
-sha256sums=('d689e933b80b065cd7c349e489cfb8feea69dd3e91ca78931edc6fa6e098e689'
+makedepends=('git' 'apache-ant')
+source=("git://github.com/stathissideris/ditaa#tag=v$pkgver"
+"$pkgname.sh")
+sha256sums=('SKIP'
 '77f95a7c3235a1263b560844f988445083895550385bff1a4c28313b0767e38f')
 
+prepare() {
+  cd "$pkgname"
+
+  sed -i 's/0_9/0_10/g' build/release.xml
+  sed -i 's/version 0.9/version 0.10/g' \
+src/org/stathissideris/ascii2image/core/CommandLineConverter.java
+  sed -i "s:VERSION:${pkgver/./_}:" "$srcdir/$pkgname.sh"
+  mkdir -p bin
+}
+
+build() {
+  cd "$pkgname"
+
+  ant -buildfile build/release.xml release-jar
+}
+
 package() {
-  install -Dm755 "$pkgname${pkgver/./_}.jar" 
"$pkgdir/usr/share/java/$pkgname/ditaa-${pkgver/./_}.jar"
+  install -Dm755 "$pkgname/releases/$pkgname${pkgver/./_}.jar" \
+"$pkgdir/usr/share/java/$pkgname/ditaa-${pkgver/./_}.jar"
   install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  sed -i "s:VERSION:${pkgver/./_}:" "$pkgdir/usr/bin/$pkgname"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in ditaa/repos/community-any (4 files)

2016-12-02 Thread Alexander Rødseth
Date: Friday, December 2, 2016 @ 11:13:10
  Author: arodseth
Revision: 197722

archrelease: copy trunk to community-any

Added:
  ditaa/repos/community-any/PKGBUILD
(from rev 197721, ditaa/trunk/PKGBUILD)
  ditaa/repos/community-any/ditaa.sh
(from rev 197721, ditaa/trunk/ditaa.sh)
Deleted:
  ditaa/repos/community-any/PKGBUILD
  ditaa/repos/community-any/ditaa.sh

--+
 PKGBUILD |   67 ++---
 ditaa.sh |6 ++---
 2 files changed, 45 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 11:12:31 UTC (rev 197721)
+++ PKGBUILD2016-12-02 11:13:10 UTC (rev 197722)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Florian Pritz 
-# Contributor: domanov 
-
-pkgname=ditaa
-pkgver=0.9
-pkgrel=2
-pkgdesc='Java utility to convert diagrams drawn using ascii art to bitmap'
-arch=('any')
-url='http://ditaa.sf.net/'
-license=('GPL')
-depends=('java-environment' 'gsfonts')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname${pkgver/./_}.zip;
-'ditaa.sh')
-sha256sums=('d689e933b80b065cd7c349e489cfb8feea69dd3e91ca78931edc6fa6e098e689'
-'77f95a7c3235a1263b560844f988445083895550385bff1a4c28313b0767e38f')
-
-package() {
-  install -Dm755 "$pkgname${pkgver/./_}.jar" 
"$pkgdir/usr/share/java/$pkgname/ditaa-${pkgver/./_}.jar"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  sed -i "s:VERSION:${pkgver/./_}:" "$pkgdir/usr/bin/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ditaa/repos/community-any/PKGBUILD (from rev 197721, 
ditaa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-02 11:13:10 UTC (rev 197722)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Florian Pritz 
+# Contributor: domanov 
+
+pkgname=ditaa
+pkgver=0.10
+pkgrel=1
+pkgdesc='Java utility to convert diagrams drawn using ascii art to bitmap'
+arch=('any')
+url='https://github.com/stathissideris/ditaa'
+license=('GPL')
+depends=('java-environment' 'gsfonts')
+makedepends=('git' 'apache-ant')
+source=("git://github.com/stathissideris/ditaa#tag=v$pkgver"
+"$pkgname.sh")
+sha256sums=('SKIP'
+'77f95a7c3235a1263b560844f988445083895550385bff1a4c28313b0767e38f')
+
+prepare() {
+  cd "$pkgname"
+
+  sed -i 's/0_9/0_10/g' build/release.xml
+  sed -i 's/version 0.9/version 0.10/g' \
+src/org/stathissideris/ascii2image/core/CommandLineConverter.java
+  sed -i "s:VERSION:${pkgver/./_}:" "$srcdir/$pkgname.sh"
+  mkdir -p bin
+}
+
+build() {
+  cd "$pkgname"
+
+  ant -buildfile build/release.xml release-jar
+}
+
+package() {
+  install -Dm755 "$pkgname/releases/$pkgname${pkgver/./_}.jar" \
+"$pkgdir/usr/share/java/$pkgname/ditaa-${pkgver/./_}.jar"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ditaa.sh
===
--- ditaa.sh2016-12-02 11:12:31 UTC (rev 197721)
+++ ditaa.sh2016-12-02 11:13:10 UTC (rev 197722)
@@ -1,3 +0,0 @@
-#!/bin/sh
-DIR=/usr/share/java/ditaa
-${JAVA_HOME}/bin/java -jar $DIR/ditaa-VERSION.jar "$@"

Copied: ditaa/repos/community-any/ditaa.sh (from rev 197721, 
ditaa/trunk/ditaa.sh)
===
--- ditaa.sh(rev 0)
+++ ditaa.sh2016-12-02 11:13:10 UTC (rev 197722)
@@ -0,0 +1,3 @@
+#!/bin/sh
+DIR=/usr/share/java/ditaa
+${JAVA_HOME}/bin/java -jar $DIR/ditaa-VERSION.jar "$@"


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

2016-12-02 Thread Levente Polyak
Date: Friday, December 2, 2016 @ 11:10:41
  Author: anthraxx
Revision: 282524

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

Added:
  wget/repos/testing-i686/
  wget/repos/testing-i686/PKGBUILD
(from rev 282523, wget/trunk/PKGBUILD)
  wget/repos/testing-x86_64/
  wget/repos/testing-x86_64/PKGBUILD
(from rev 282523, wget/trunk/PKGBUILD)

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

Copied: wget/repos/testing-i686/PKGBUILD (from rev 282523, wget/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-02 11:10:41 UTC (rev 282524)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.18
+pkgrel=2
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux' 'libpsl')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('02d451e658f600ee519c42cbf4d3bfe4e49b6c4f'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <
+
+pkgname=wget
+pkgver=1.18
+pkgrel=2
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux' 'libpsl')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('02d451e658f600ee519c42cbf4d3bfe4e49b6c4f'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <

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

2016-12-02 Thread Levente Polyak
Date: Friday, December 2, 2016 @ 11:10:11
  Author: anthraxx
Revision: 282523

upgpkg: wget 1.18-2 (libpsl support rebuild)

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 09:19:41 UTC (rev 282522)
+++ PKGBUILD2016-12-02 11:10:11 UTC (rev 282523)
@@ -3,12 +3,12 @@
 
 pkgname=wget
 pkgver=1.18
-pkgrel=1
+pkgrel=2
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html;
 license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux')
+depends=('openssl' 'libidn' 'libutil-linux' 'libpsl')
 checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')


[arch-commits] Commit in openfire/repos/community-any (10 files)

2016-12-02 Thread Massimiliano Torromeo
Date: Friday, December 2, 2016 @ 10:42:26
  Author: mtorromeo
Revision: 197720

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 197719, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 197719, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.install
(from rev 197719, openfire/trunk/openfire.install)
  openfire/repos/community-any/openfire.service
(from rev 197719, openfire/trunk/openfire.service)
  openfire/repos/community-any/user.conf
(from rev 197719, openfire/trunk/user.conf)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.install
  openfire/repos/community-any/openfire.service
  openfire/repos/community-any/user.conf

--+
 PKGBUILD |  110 ++---
 openfire.conf|6 +-
 openfire.install |   16 +++
 openfire.service |   28 ++---
 user.conf|2 
 5 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 10:41:17 UTC (rev 197719)
+++ PKGBUILD2016-12-02 10:42:26 UTC (rev 197720)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Pierre Schmitz 
-
-pkgname=openfire
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="High performance XMPP (Jabber) server."
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-install='openfire.install'
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-   'openfire.conf' 'openfire.service' 'user.conf')
-
-build() {
-   cd "$srcdir"/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-#  ant plugins
-}
-
-package() {
-   cd "$pkgdir"
-   install -dm755 usr/lib usr/share/openfire/resources etc/openfire 
var/log/openfire
-
-   cd "$srcdir"
-   install -Dm644 openfire.conf "$pkgdir"/etc/conf.d/openfire
-   install -Dm644 openfire.service 
"$pkgdir"/usr/lib/systemd/system/openfire.service
-   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/openfire.conf
-
-   cd openfire_src/target/openfire
-   rm -rf bin logs lib/tray.dll
-
-   cp -R conf/* "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire "$pkgdir"/usr/share/openfire/conf
-
-   cp -R resources/security "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire/security 
"$pkgdir"/usr/share/openfire/resources/security
-
-   cp -R plugins "$pkgdir"/usr/share/openfire/
-   cp -R resources/{database,spank} "$pkgdir"/usr/share/openfire/resources/
-   cp -R lib "$pkgdir"/usr/lib/openfire
-}
-
-sha256sums=('2eae0ac43826e0e084363c8640fa26ac6ec1369aa354bd2bdb268c2f801b2e55'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
-'743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f')

Copied: openfire/repos/community-any/PKGBUILD (from rev 197719, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-02 10:42:26 UTC (rev 197720)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Pierre Schmitz 
+
+pkgname=openfire
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="High performance XMPP (Jabber) server."
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+install='openfire.install'
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+   'openfire.conf' 'openfire.service' 'user.conf')
+
+build() {
+   cd "$srcdir"/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+#  ant plugins
+}
+
+package() {
+   cd "$pkgdir"
+   install -dm755 usr/lib usr/share/openfire/resources etc/openfire 
var/log/openfire
+
+   cd "$srcdir"
+   install -Dm644 openfire.conf "$pkgdir"/etc/conf.d/openfire
+   

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

2016-12-02 Thread Massimiliano Torromeo
Date: Friday, December 2, 2016 @ 10:41:17
  Author: mtorromeo
Revision: 197719

upgpkg: openfire 4.0.4-1

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 10:14:43 UTC (rev 197718)
+++ PKGBUILD2016-12-02 10:41:17 UTC (rev 197719)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=openfire
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc="High performance XMPP (Jabber) server."
 arch=('any')
@@ -49,7 +49,7 @@
cp -R lib "$pkgdir"/usr/lib/openfire
 }
 
-sha256sums=('2eae0ac43826e0e084363c8640fa26ac6ec1369aa354bd2bdb268c2f801b2e55'
+sha256sums=('66a7b4f00f2f15e6899b0fd8375914838b9401e5defe6dc3b1236c62e7f379a9'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
 '743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f')


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

2016-12-02 Thread Alexander Rødseth
Date: Friday, December 2, 2016 @ 10:14:43
  Author: arodseth
Revision: 197718

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

Added:
  compton/repos/community-i686/PKGBUILD
(from rev 197717, compton/trunk/PKGBUILD)
  compton/repos/community-i686/compton.conf
(from rev 197717, compton/trunk/compton.conf)
  compton/repos/community-x86_64/PKGBUILD
(from rev 197717, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 197717, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-i686/PKGBUILD
  compton/repos/community-i686/compton.conf
  compton/repos/community-i686/compton.install
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf
  compton/repos/community-x86_64/compton.install

--+
 /PKGBUILD|   94 +++
 /compton.conf|  466 +
 community-i686/PKGBUILD  |   48 ---
 community-i686/compton.conf  |  233 --
 community-i686/compton.install   |5 
 community-x86_64/PKGBUILD|   48 ---
 community-x86_64/compton.conf|  233 --
 community-x86_64/compton.install |5 
 8 files changed, 560 insertions(+), 572 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-02 10:13:51 UTC (rev 197717)
+++ community-i686/PKGBUILD 2016-12-02 10:14:43 UTC (rev 197718)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=0.1_beta2.5
-pkgrel=3
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64' 'i686')
-url='https://github.com/chjj/compton'
-license=('MIT')
-install='compton.install'
-depends=('libgl' 'libdbus' 'libxcomposite' 'libxdamage' 'libxrandr' 'pcre' 
'libconfig' 'libxinerama' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('asciidoc' 'mesa' 'git' 'cmake' 'setconf')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  To control compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-#source=("git://github.com/chjj/compton#tag=v$pkgver"
-source=("git://github.com/chjj/compton#commit=2343e4b"
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd "$pkgname"
-
-  setconf "$pkgname.desktop" Exec 'compton --xrender-sync-fence'
-  setconf "$pkgname.desktop" TryExec 'compton --xrender-sync-fence'
-  setconf "$pkgname.desktop" Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION=v$pkgver make -C "$pkgname" PREFIX=/usr compton docs
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX="$pkgdir/usr" install
-  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 ../compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: compton/repos/community-i686/PKGBUILD (from rev 197717, 
compton/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-02 10:14:43 UTC (rev 197718)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=0.1_beta2.5
+pkgrel=4
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64' 'i686')
+url='https://github.com/chjj/compton'
+license=('MIT')
+depends=('libgl' 'libdbus' 'libxcomposite' 'libxdamage' 'libxrandr' 'pcre' 
'libconfig' 'libxinerama' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('asciidoc' 'mesa' 'git' 'cmake' 'setconf')
+backup=('etc/xdg/compton.conf')
+optdepends=('dbus:  To control compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+#source=("git://github.com/chjj/compton#tag=v$pkgver"
+source=("git://github.com/chjj/compton#commit=b7f43ee"
+'compton.conf')
+sha256sums=('SKIP'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  cd "$pkgname"
+
+  setconf "$pkgname.desktop" Exec 'compton --xrender-sync-fence'
+  setconf "$pkgname.desktop" TryExec 'compton --xrender-sync-fence'
+  setconf "$pkgname.desktop" Comment 'Compositor for X11'
+}
+
+build() {
+  COMPTON_VERSION=v$pkgver make -C "$pkgname" PREFIX=/usr compton docs
+}
+
+package() {
+  cd "$pkgname"
+
+  make PREFIX="$pkgdir/usr" install
+  

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

2016-12-02 Thread Alexander Rødseth
Date: Friday, December 2, 2016 @ 10:13:51
  Author: arodseth
Revision: 197717

upgpkg: compton 0.1_beta2.5-4

Deleted:
  compton/trunk/compton.install

-+
 compton.install |5 -
 1 file changed, 5 deletions(-)

Deleted: compton.install
===
--- compton.install 2016-12-02 09:43:42 UTC (rev 197716)
+++ compton.install 2016-12-02 10:13:51 UTC (rev 197717)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Configure /etc/xdg/compton.conf as you please.'
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-12-02 Thread Alexander Rødseth
Date: Friday, December 2, 2016 @ 09:43:42
  Author: arodseth
Revision: 197716

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

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

-+
 /PKGBUILD   |  374 ++
 /go.install |   12 +
 community-i686/PKGBUILD |  187 -
 community-i686/go.install   |   21 --
 community-x86_64/PKGBUILD   |  187 -
 community-x86_64/go.install |   21 --
 6 files changed, 386 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-02 09:42:32 UTC (rev 197715)
+++ community-i686/PKGBUILD 2016-12-02 09:43:42 UTC (rev 197716)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=('go' 'go-tools')
-pkgver=1.7.3
-pkgrel=1
-epoch=2
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-_gourl=golang.org/x/tools/cmd
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms. This is not strictly required as 
the
-  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
-  # crosscompilation time.
-  #
-  # for os in darwin freebsd linux windows; do
-  #   for arch in 386 amd64 arm; do
-  # export GOOS="$os"
-  # export GOARCH="$arch"
-  # bash make.bash --no-clean
-  #   done
-  # done
-
-  export GOOS=linux
-  case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 ;;
-  esac
-
-  bash make.bash --no-clean
-
-  # System-wide tools
-  for tool in godex godoc goimports gomvpkg gorename gotype; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
-  done
-
-  # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports guru 
html2article present ssadump stress stringer ; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  for tool in goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports guru html2article present 
ssadump stress stringer; do
-GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
-  done
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package_go() {
-  pkgdesc='Compiler and tools for the Go programming language from Google'
-  optdepends=('mercurial: for fetching sources from mercurial repositories'
-  'git: for fetching sources from git repositories'
-  'bzr: for fetching sources from bazaar repositories'
-  'subversion: for fetching sources from subversion repositories'
-

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

2016-12-02 Thread Alexander Rødseth
Date: Friday, December 2, 2016 @ 09:42:32
  Author: arodseth
Revision: 197715

upgpkg: go 2:1.7.4-1

Modified:
  go/trunk/PKGBUILD
  go/trunk/go.install

+
 PKGBUILD   |4 ++--
 go.install |   17 +
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 09:42:03 UTC (rev 197714)
+++ PKGBUILD2016-12-02 09:42:32 UTC (rev 197715)
@@ -11,7 +11,7 @@
 # Contributor: John Luebs 
 
 pkgname=('go' 'go-tools')
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 epoch=2
 arch=('x86_64' 'i686')
@@ -160,7 +160,7 @@
 
 package_go-tools() {
   pkgdesc='Developer tools for the Go programming language (includes godoc)'
-  depends=('go>2:1.5.3-1')
+  depends=('go')
 
   GOOS=linux
   case "$CARCH" in

Modified: go.install
===
--- go.install  2016-12-02 09:42:03 UTC (rev 197714)
+++ go.install  2016-12-02 09:42:32 UTC (rev 197715)
@@ -1,20 +1,5 @@
-post_install() {
-  # Friendly message for new users
-  echo
-  echo 'The "liteide" package provides an IDE for editing and building Go 
projects.'
-  echo
-  echo 'Example use of the "go" tool:'
-  echo
-  echo 'mkdir ~/go'
-  echo 'export GOPATH=~/go'
-  echo 'export PATH=$PATH:~/go/bin'
-  echo 'go get golang.org/x/tour/gotour'
-  echo
-  post_upgrade
-}
-
 post_upgrade() {
-  # This is needed to avoid problems like FS#41561 and FS#44099
+  # Fixes FS#41561 and FS#44099
   go install std 2> /dev/null || return 0
 }
 


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

2016-12-02 Thread Alexander Rødseth
Date: Friday, December 2, 2016 @ 09:42:03
  Author: arodseth
Revision: 197714

upgpkg: compton 0.1_beta2.5-4

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 09:08:49 UTC (rev 197713)
+++ PKGBUILD2016-12-02 09:42:03 UTC (rev 197714)
@@ -6,12 +6,11 @@
 
 pkgname=compton
 pkgver=0.1_beta2.5
-pkgrel=3
+pkgrel=4
 pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64' 'i686')
 url='https://github.com/chjj/compton'
 license=('MIT')
-install='compton.install'
 depends=('libgl' 'libdbus' 'libxcomposite' 'libxdamage' 'libxrandr' 'pcre' 
'libconfig' 'libxinerama' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('asciidoc' 'mesa' 'git' 'cmake' 'setconf')
 backup=('etc/xdg/compton.conf')
@@ -19,7 +18,7 @@
 'xorg-xwininfo: For compton-trans'
 'xorg-xprop:For compton-trans')
 #source=("git://github.com/chjj/compton#tag=v$pkgver"
-source=("git://github.com/chjj/compton#commit=2343e4b"
+source=("git://github.com/chjj/compton#commit=b7f43ee"
 'compton.conf')
 sha256sums=('SKIP'
 '89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')


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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 09:19:41
  Author: lcarlier
Revision: 282522

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

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 282521, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 282521, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 282521, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 282521, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 282521, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 282521, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  380 +
 /nvidia-340xx-utils.install  |   20 +
 /nvidia-drm-outputclass.conf |   12 
 extra-i686/PKGBUILD  |  190 --
 extra-i686/nvidia-340xx-utils.install|   10 
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/PKGBUILD|  190 --
 extra-x86_64/nvidia-340xx-utils.install  |   10 
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 9 files changed, 412 insertions(+), 412 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-02 09:19:33 UTC (rev 282521)
+++ extra-i686/PKGBUILD 2016-12-02 09:19:41 UTC (rev 282522)
@@ -1,190 +0,0 @@
-# $Id: PKGBUILD 219666 2014-08-13 13:28:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.98
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('4ca2fbb2389d0bcb7a2c6f614860522d9ddf58ab')
-sha1sums_i686=('931773a3be7ab03ff787974b0760cd9ee1bd14e2')
-sha1sums_x86_64=('a31ff95eae0ec47b89a9ba5475d17d44ff4ee2e0')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-340xx-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-340xx-utils')
-conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln 

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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 09:19:33
  Author: lcarlier
Revision: 282521

upgpkg: nvidia-340xx-utils 340.98-2

opencl-340xx-nvidia now provides opencl-driver and doesn't depend anymore on an 
icd loader

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 09:04:06 UTC (rev 282520)
+++ PKGBUILD2016-12-02 09:19:33 UTC (rev 282521)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
 pkgver=340.98
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -39,9 +39,9 @@
 
 package_opencl-nvidia-340xx() {
 pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
+depends=('zlib')
 optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
+conflicts=('opencl-nvidia' 'opencl-driver')
 provides=('opencl-nvidia')
 cd "${_pkg}"
 


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

2016-12-02 Thread Jonathan Steel
Date: Friday, December 2, 2016 @ 09:07:21
  Author: jsteel
Revision: 197710

upgpkg: aws-cli 1.11.24-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 09:07:10 UTC (rev 197709)
+++ PKGBUILD2016-12-02 09:07:21 UTC (rev 197710)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.23
+pkgver=1.11.24
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('cee2d31316ead7ec0f70769ff030b252')
+md5sums=('376e580869f1c6b15feea8052be56dbb')
 
 build() {
   cd $pkgname-$pkgver


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

2016-12-02 Thread Jonathan Steel
Date: Friday, December 2, 2016 @ 09:07:28
  Author: jsteel
Revision: 197711

archrelease: copy trunk to community-any

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

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

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

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


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

2016-12-02 Thread Jonathan Steel
Date: Friday, December 2, 2016 @ 09:07:10
  Author: jsteel
Revision: 197709

archrelease: copy trunk to community-any

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

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

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

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


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

2016-12-02 Thread Jonathan Steel
Date: Friday, December 2, 2016 @ 09:06:59
  Author: jsteel
Revision: 197708

upgpkg: python-botocore 1.4.81-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:49:54 UTC (rev 197707)
+++ PKGBUILD2016-12-02 09:06:59 UTC (rev 197708)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.80
+pkgver=1.4.81
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('1553d92eee3125e477e379e17529c921')
+md5sums=('89a03b5efa42e643bf718cef1934c654')
 
 build() {
   cd botocore-$pkgver


[arch-commits] Commit in nvidia-304xx-utils/repos (4 files)

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 09:04:06
  Author: lcarlier
Revision: 282520

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

Added:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
(from rev 282519, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 282519, nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-02 08:58:05 UTC (rev 282519)
+++ extra-i686/PKGBUILD 2016-12-02 09:04:06 UTC (rev 282520)
@@ -1,166 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
-pkgver=304.132
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-makedepends=('zlib')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('70a6ed74a93ac2a1acec5eab5078dfe05fab66c6264d67f3238a6b28af7b39f7205e237214bac4ee5d2366e8c6a4a63dfc8dc113e9e977ee2387c5c8c63ccc8f')
-sha512sums_x86_64=('990c79120536335f83ecd665140b2af8f778785a2cdc8afb06abbacba49e66d87f5af25fb4d6c64779cf898b61273d17cb0213516f497d1c0fbd63b7c5e85d8c')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-fi
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('libcl' 'zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-libgl() {
-  pkgdesc="NVIDIA drivers libraries symlinks, 304xx legacy branch"
-  depends=('nvidia-304xx-utils' 'mesa')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-
-  cd ${_pkg}
-
-  mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-  ln -s "../../../nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so"
-
-  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so"
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-libgl"
-}
-
-package_nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  

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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 08:58:05
  Author: lcarlier
Revision: 282519

upgpkg: nvidia-304xx-utils 304.132-2

opencl-304xx-nvidia now provides opencl-driver and doesn't depend anymore on an 
icd loader

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:46:29 UTC (rev 282518)
+++ PKGBUILD2016-12-02 08:58:05 UTC (rev 282519)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
 pkgver=304.132
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -40,9 +40,9 @@
 
 package_opencl-nvidia-304xx() {
   pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('libcl' 'zlib')
+  depends=('zlib')
   optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia')
+  provides=('opencl-nvidia' 'opencl-driver')
   conflicts=('opencl-nvidia')
 
   cd ${_pkg}


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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 08:49:49
  Author: lcarlier
Revision: 197706

upgpkg: lib32-ocl-icd 2.2.9-1.1

package doesn't depends anymore on ocl-icd, fixed a typo

Modified:
  lib32-ocl-icd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:31:12 UTC (rev 197705)
+++ PKGBUILD2016-12-02 08:49:49 UTC (rev 197706)
@@ -5,15 +5,15 @@
 _pkgname=ocl-icd
 pkgver=2.2.9
 _pkgver=716
-pkgrel=1
+pkgrel=1.1
 pkgdesc="OpenCL ICD Bindings (32-bit)"
 arch=('x86_64')
 url="https://forge.imag.fr/projects/ocl-icd/;
 license=('BSD')
-depends=('lib32-glibc' 'ocl-icd')
+depends=('lib32-glibc')
 makedepends=('ruby' 'lib32-mesa' 'opencl-headers>=2.1' 'gcc-multilib')
 checkdepends=()
-provides=('lib32-libcl' 'lib32-opencl-loader')
+provides=('lib32-libcl' 'lib32-opencl-icd-loader')
 conflicts=('lib32-libcl')
 replaces=('lib32-libcl')
 
source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)


[arch-commits] Commit in lib32-ocl-icd/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 08:49:54
  Author: lcarlier
Revision: 197707

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-ocl-icd/repos/multilib-x86_64/PKGBUILD
(from rev 197706, lib32-ocl-icd/trunk/PKGBUILD)
Deleted:
  lib32-ocl-icd/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 08:49:49 UTC (rev 197706)
+++ PKGBUILD2016-12-02 08:49:54 UTC (rev 197707)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 241165 2015-06-21 20:02:47Z lcarlier $
-# Maintainer: Lukas Jirkovsky 
-
-pkgname=lib32-ocl-icd
-_pkgname=ocl-icd
-pkgver=2.2.9
-_pkgver=716
-pkgrel=1
-pkgdesc="OpenCL ICD Bindings (32-bit)"
-arch=('x86_64')
-url="https://forge.imag.fr/projects/ocl-icd/;
-license=('BSD')
-depends=('lib32-glibc' 'ocl-icd')
-makedepends=('ruby' 'lib32-mesa' 'opencl-headers>=2.1' 'gcc-multilib')
-checkdepends=()
-provides=('lib32-libcl' 'lib32-opencl-loader')
-conflicts=('lib32-libcl')
-replaces=('lib32-libcl')
-source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
-md5sums=('7dab1a9531ea79c19a414a9ee229504e')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-# fail in i686
-#check() {
-#  cd "$srcdir/$_pkgname-$pkgver"
-#  make -k check
-#}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  rm -rf "$pkgdir"/usr/{share,include}
-  install -m755 -d "$pkgdir/usr/share/licenses/lib32-ocl-icd"
-  install -m644 "$srcdir/$_pkgname-$pkgver/COPYING" 
"${pkgdir}/usr/share/licenses/lib32-ocl-icd/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-ocl-icd/repos/multilib-x86_64/PKGBUILD (from rev 197706, 
lib32-ocl-icd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-02 08:49:54 UTC (rev 197707)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 241165 2015-06-21 20:02:47Z lcarlier $
+# Maintainer: Lukas Jirkovsky 
+
+pkgname=lib32-ocl-icd
+_pkgname=ocl-icd
+pkgver=2.2.9
+_pkgver=716
+pkgrel=1.1
+pkgdesc="OpenCL ICD Bindings (32-bit)"
+arch=('x86_64')
+url="https://forge.imag.fr/projects/ocl-icd/;
+license=('BSD')
+depends=('lib32-glibc')
+makedepends=('ruby' 'lib32-mesa' 'opencl-headers>=2.1' 'gcc-multilib')
+checkdepends=()
+provides=('lib32-libcl' 'lib32-opencl-icd-loader')
+conflicts=('lib32-libcl')
+replaces=('lib32-libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
+md5sums=('7dab1a9531ea79c19a414a9ee229504e')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+# fail in i686
+#check() {
+#  cd "$srcdir/$_pkgname-$pkgver"
+#  make -k check
+#}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  rm -rf "$pkgdir"/usr/{share,include}
+  install -m755 -d "$pkgdir/usr/share/licenses/lib32-ocl-icd"
+  install -m644 "$srcdir/$_pkgname-$pkgver/COPYING" 
"${pkgdir}/usr/share/licenses/lib32-ocl-icd/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 08:46:22
  Author: lcarlier
Revision: 282517

upgpkg: nvidia-utils 375.20-3

opencl-nvidia now provides opencl-driver and doesn't depend anymore on an icd 
loader

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:29:22 UTC (rev 282516)
+++ PKGBUILD2016-12-02 08:46:22 UTC (rev 282517)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=375.20
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -37,8 +37,9 @@
 
 package_opencl-nvidia() {
 pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
+depends=('zlib')
 optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
 cd "${_pkg}"
 
 # OpenCL


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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 08:46:29
  Author: lcarlier
Revision: 282518

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 282517, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 282517, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 282517, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 282517, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  372 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  185 -
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  185 -
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 392 insertions(+), 390 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-02 08:46:22 UTC (rev 282517)
+++ extra-i686/PKGBUILD 2016-12-02 08:46:29 UTC (rev 282518)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=375.20
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('b9bfa7f3f591418972e963b087ab91e3')
-md5sums_x86_64=('88ac9b63a41ecd6b1214b04f44a61c79')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils')
-conflicts=('libgl' 'libegl' 'libgles')
-provides=('libgl' 'libegl' 'libgles')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
-
-ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
-
-ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
-}
-
-package_nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server' 'libglvnd')
-optdepends=('nvidia-settings: configuration tool'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
- 

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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 08:29:22
  Author: lcarlier
Revision: 282516

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 282515, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 282515, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
(from rev 282515, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 282515, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 282515, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch
(from rev 282515, mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch

+
 /LICENSE   |  164 ++
 /PKGBUILD  |  422 +++
 /remove-libpthread-stubs.patch |   26 +
 extra-i686/LICENSE |   82 -
 extra-i686/PKGBUILD|  210 -
 extra-i686/remove-libpthread-stubs.patch   |   13 
 extra-x86_64/LICENSE   |   82 -
 extra-x86_64/PKGBUILD  |  210 -
 extra-x86_64/remove-libpthread-stubs.patch |   13 
 9 files changed, 612 insertions(+), 610 deletions(-)

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

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

2016-12-02 Thread Laurent Carlier
Date: Friday, December 2, 2016 @ 08:29:14
  Author: lcarlier
Revision: 282515

upgpkg: mesa 13.0.2-2

opencl-mesa now provides opencl-driver and doesn't depend anymore on an icd 
loader

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:26:10 UTC (rev 282514)
+++ PKGBUILD2016-12-02 08:29:14 UTC (rev 282515)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa' 'mesa-libgl')
 pkgver=13.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
@@ -71,9 +71,10 @@
 
 package_opencl-mesa() {
   pkgdesc="OpenCL support for AMD/ATI Radeon mesa drivers"
-  depends=('expat' 'libdrm' 'libelf' 'libgcrypt' 'opencl-icd-loader' 'libclc' 
'clang')
+  depends=('expat' 'libdrm' 'libelf' 'libgcrypt' 'libclc' 'clang')
   optdepends=('opencl-headers: headers necessary for OpenCL development')
-  
+  provides=('opencl-driver')
+
   install -m755 -d ${pkgdir}/etc
   cp -rv ${srcdir}/fakeinstall/etc/OpenCL ${pkgdir}/etc/
   


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

2016-12-02 Thread Andreas Radke
Date: Friday, December 2, 2016 @ 08:26:10
  Author: andyrtr
Revision: 282514

use https/gpg signatures

Modified:
  cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:25:17 UTC (rev 282513)
+++ PKGBUILD2016-12-02 08:26:10 UTC (rev 282514)
@@ -8,7 +8,7 @@
 pkgdesc="Cairo vector graphics library"
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
-url="http://cairographics.org/;
+url="https://cairographics.org/;
 # requires libGL + libEGL - all libgl variants (mesa, 
nvidia-xxx-libgl/nvidia-utils) provide libEGL
 depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman' 'glib2' 'libgl' 
'lzo')
 makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind' 'git')
@@ -17,7 +17,7 @@
 #optdepends=('xcb-util: for XCB backend') # really needed?
 provides=('cairo-xcb')
 replaces=('cairo-xcb')
-source=(http://cairographics.org/releases/cairo-$pkgver.tar.xz)
+source=(https://cairographics.org/releases/cairo-$pkgver.tar.xz)
 sha1sums=('0a59324e6cbe031b5b898ff8b9e2ffceb9d114f5')
 
 build() {


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

2016-12-02 Thread Andreas Radke
Date: Friday, December 2, 2016 @ 08:25:17
  Author: andyrtr
Revision: 282513

use https/gpg signatures

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:23:58 UTC (rev 282512)
+++ PKGBUILD2016-12-02 08:25:17 UTC (rev 282513)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('dbus' 'libical' 'systemd')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
 sha256sums=('16c9c05d2a1da644ce3570d975ada3643d2e60c007a955bac09c0a0efeb58d15'


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

2016-12-02 Thread Andreas Radke
Date: Friday, December 2, 2016 @ 08:23:58
  Author: andyrtr
Revision: 282512

use https/gpg signatures

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:23:47 UTC (rev 282511)
+++ PKGBUILD2016-12-02 08:23:58 UTC (rev 282512)
@@ -31,10 +31,10 @@
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liborcus' 'liblangtag'
'libexttextcat' 'libfbclient' 'libcmis')
 
-_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="http://dev-www.libreoffice.org/src;
-_additional_source_url2="http://dev-www.libreoffice.org/extern;
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="https://dev-www.libreoffice.org/src;
+_additional_source_url2="https://dev-www.libreoffice.org/extern;
 source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
${_additional_source_url}/boost_1_59_0.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz


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

2016-12-02 Thread Andreas Radke
Date: Friday, December 2, 2016 @ 08:23:47
  Author: andyrtr
Revision: 282511

use https/gpg signatures

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 08:17:40 UTC (rev 282510)
+++ PKGBUILD2016-12-02 08:23:47 UTC (rev 282511)
@@ -32,9 +32,9 @@
'libexttextcat' 'libfbclient' 'libcmis' 'gobject-introspection')
 
 _mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="http://dev-www.libreoffice.org/src;
-_additional_source_url2="http://dev-www.libreoffice.org/extern;
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="https://dev-www.libreoffice.org/src;
+_additional_source_url2="https://dev-www.libreoffice.org/extern;
 source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
${_additional_source_url}/boost_1_60_0.tar.bz2

${_additional_source_url}/ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz


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

2016-12-02 Thread Felix Yan
Date: Friday, December 2, 2016 @ 08:19:53
  Author: felixonmars
Revision: 197695

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

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

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

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

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

2016-12-02 Thread Felix Yan
Date: Friday, December 2, 2016 @ 08:19:28
  Author: felixonmars
Revision: 197694

upgpkg: stack 1.2.0-18

rebuild with http-api-data-0.3.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 07:53:24 UTC (rev 197693)
+++ PKGBUILD2016-12-02 08:19:28 UTC (rev 197694)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.2.0
-pkgrel=17
+pkgrel=18
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


[arch-commits] Commit in libreoffice-still-i18n/trunk (PKGBUILD)

2016-12-02 Thread Andreas Radke
Date: Friday, December 2, 2016 @ 08:17:40
  Author: andyrtr
Revision: 282510

use bsdtar instead of rpmextract; FS#51877; use https/gpg signatures

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 02:32:14 UTC (rev 282509)
+++ PKGBUILD2016-12-02 08:17:40 UTC (rev 282510)
@@ -13,13 +13,12 @@
 arch=('any')
 url="http://www.documentfoundation.org;
 license=('LGPL')
-makedepends=('rpmextract')
 
-#http://download.documentfoundation.org/mirrors/all.html
+#https://download.documentfoundation.org/mirrors/all.html
 _url="https://download.documentfoundation.org/libreoffice/stable;
-#_url="http://download.documentfoundation.org/libreoffice/testing;
-#_url="http://dev-builds.libreoffice.org/pre-releases;
-#_url="http://www.libreoffice.org/download/pre-releases;
+#_url="https://download.documentfoundation.org/libreoffice/testing;
+#_url="https://dev-builds.libreoffice.org/pre-releases;
+#_url="https://www.libreoffice.org/download/pre-releases;
 
 #_url+="/${pkgver}-rc2/rpm/x86"
 _url+="/${pkgver}/rpm/x86"
@@ -472,6 +471,7 @@
 'SKIP'
 '63d4cc64e1c0db990cea7dd56d5fc6329706ee2fddd8ab76eefc74feb9024082'
 'SKIP')
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
 
 prepare() {
   for i in ${pkgname[@]}; do
@@ -485,11 +485,11 @@
 rm -vf *-dict-*.rpm || /bin/true
 
 for j in *.rpm
-  do rpmextract.sh $j
+  do bsdtar -x -f $j
 done
 
 # the helppack rpm goes also into the langpack dir
-rpmextract.sh \
+bsdtar -x -f \
   
"${srcdir}"/LibreOffice_${_rcver}_Linux_x86_rpm_helppack_${_pkglang}/RPMS/*.rpm 
\
   || true
   done


<    1   2   3   4