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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 04:16:01
  Author: svenstaro
Revision: 242906

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

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

-+
 /PKGBUILD   |  112 ++
 /nvidia-lts.install |   30 ++
 extra-i686/PKGBUILD |   54 --
 extra-i686/nvidia-lts.install   |   15 -
 extra-x86_64/PKGBUILD   |   54 --
 extra-x86_64/nvidia-lts.install |   15 -
 6 files changed, 142 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-01 02:15:55 UTC (rev 242905)
+++ extra-i686/PKGBUILD 2015-08-01 02:16:01 UTC (rev 242906)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=352.21
-_extramodules=extramodules-3.14-lts
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.42' nvidia-utils=$pkgver 'libgl')
-makedepends=('linux-lts-headers=3.14.42')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('c91760a04f658845722380f6c7fd4709'
- '4eea308a1b04553f720f82fd2fac79d3')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-  
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-  
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 242905, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-01 02:16:01 UTC (rev 242906)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=352.30
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.42' nvidia-utils=$pkgver 'libgl')
+makedepends=('linux-lts-headers=3.14.42')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7e59d84eafe2482b2f02df692b9168d5'
+ '135dd90db609cecad8e74bde0054cf6f')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ $CARCH = x86_64 ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+fi
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+  
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  
+if 

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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 04:15:55
  Author: svenstaro
Revision: 242905

upgpkg: nvidia-lts 352.30-1

upstream release 352.30

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 01:58:37 UTC (rev 242904)
+++ PKGBUILD2015-08-01 02:15:55 UTC (rev 242905)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nvidia-lts
-pkgver=352.21
+pkgver=352.30
 _extramodules=extramodules-3.14-lts
 pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('c91760a04f658845722380f6c7fd4709'
- '4eea308a1b04553f720f82fd2fac79d3')
+md5sums=('7e59d84eafe2482b2f02df692b9168d5'
+ '135dd90db609cecad8e74bde0054cf6f')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
@@ -27,6 +27,8 @@
 }
 
 build() {
+export IGNORE_CC_MISMATCH=1
+
 _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
 cd ${_pkg}/kernel
 make SYSSRC=/usr/lib/modules/${_kernver}/build module


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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 03:58:37
  Author: svenstaro
Revision: 242904

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 242903, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 242903, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 242903, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 242903, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 242903, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 242903, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nv-drm-343.36.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
  nvidia/repos/extra-x86_64/nvidia.install

--+
 /PKGBUILD|  110 +
 /nv-drm-343.36.patch |   28 +
 /nvidia.install  |   26 
 extra-i686/PKGBUILD  |   55 --
 extra-i686/nv-drm-343.36.patch   |   14 
 extra-i686/nvidia.install|   13 
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/nv-drm-343.36.patch |   14 
 extra-x86_64/nvidia.install  |   13 
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-01 01:58:29 UTC (rev 242903)
+++ extra-i686/PKGBUILD 2015-08-01 01:58:37 UTC (rev 242904)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=352.21
-_extramodules=extramodules-4.1-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=4.1' 'linux4.2' nvidia-utils=${pkgver} 'libgl')
-makedepends=('linux-headers=4.1' 'linux-headers4.2')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('c91760a04f658845722380f6c7fd4709'
- '4eea308a1b04553f720f82fd2fac79d3')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 242903, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-01 01:58:37 UTC (rev 242904)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=352.30
+_extramodules=extramodules-4.1-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=4.1' 'linux4.2' nvidia-utils=${pkgver} 'libgl')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7e59d84eafe2482b2f02df692b9168d5'
+ '135dd90db609cecad8e74bde0054cf6f')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ $CARCH = x86_64 ]]; 

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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 03:57:57
  Author: svenstaro
Revision: 137647

upgpkg: lib32-nvidia-utils 352.30-1

upstream release 352.30

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 18:04:46 UTC (rev 137646)
+++ PKGBUILD2015-08-01 01:57:57 UTC (rev 137647)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=352.21
+pkgver=352.30
 pkgrel=1
 arch=('x86_64')
 url=http://www.nvidia.com/;
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('c91760a04f658845722380f6c7fd4709')
+md5sums=('7e59d84eafe2482b2f02df692b9168d5')
 
 create_links() {
 # create soname links


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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 03:58:29
  Author: svenstaro
Revision: 242903

upgpkg: nvidia 352.30-1

upstream release 352.30

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 22:38:17 UTC (rev 242902)
+++ PKGBUILD2015-08-01 01:58:29 UTC (rev 242903)
@@ -3,9 +3,9 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia
-pkgver=352.21
+pkgver=352.30
 _extramodules=extramodules-4.1-ARCH
-pkgrel=4
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('c91760a04f658845722380f6c7fd4709'
- '4eea308a1b04553f720f82fd2fac79d3')
+md5sums=('7e59d84eafe2482b2f02df692b9168d5'
+ '135dd90db609cecad8e74bde0054cf6f')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 03:58:01
  Author: svenstaro
Revision: 137648

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-01 01:57:57 UTC (rev 137647)
+++ PKGBUILD2015-08-01 01:58:01 UTC (rev 137648)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=352.21
-pkgrel=1
-arch=('x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('c91760a04f658845722380f6c7fd4709')
-
-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')
-replaces=('lib32-nvidia-utils=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd ${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib32
-ln -s /usr/lib32/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
-
-ln -s /usr/lib32/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/libEGL.so.${pkgver}
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so.1
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so
-
-ln -s /usr/lib32/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so
-
-ln -s /usr/lib32/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so.2
-ln -s libGLESv2.so.${pkgver} ${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')
-optdepends=('lib32-opencl-nvidia')
-cd ${_pkg}
-
-# OpenGL libraries
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
-install -D -m755 libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}
-install -D -m755 libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}
-install -D -m755 libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv2.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} 
${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}
-install -D -m755 libnvidia-fbc.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}
-install -D -m755 libnvidia-encode.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 

[arch-commits] Commit in hhvm/repos/community-x86_64 (18 files)

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 14:22:32
  Author: mtorromeo
Revision: 137637

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 137636, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/gcc51.patch
(from rev 137636, hhvm/trunk/gcc51.patch)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 137636, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 137636, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 137636, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 137636, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
(from rev 137636, hhvm/trunk/libstdcxx-dual-abi.patch)
  hhvm/repos/community-x86_64/php.ini
(from rev 137636, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 137636, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/gcc51.patch
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

--+
 PKGBUILD |  296 ++---
 gcc51.patch  |   28 ++--
 hhvm.install |   18 +-
 hhvm.service |   30 ++--
 hhvm.tmpfile |4 
 hhvm@.service|   30 ++--
 libstdcxx-dual-abi.patch |   92 ++---
 php.ini  |   20 +--
 server.ini   |   12 -
 9 files changed, 265 insertions(+), 265 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-31 12:10:02 UTC (rev 137636)
+++ PKGBUILD2015-07-31 12:22:32 UTC (rev 137637)
@@ -1,148 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.8.0
-pkgrel=1
-
-_thirdparty_commit=85da228178e69792b0798292b09cd7f4c6522522
-_folly_commit=66476fc9a6c96ff6d7848e5bd20fa0ee2f2dc089
-_thrift_commit=fc092e2b645def21482c1772250a97a7cd003cee
-_proxygen_commit=568c2fa559ce64b7f74478418819b6d338f437f4
-_webscalesql_commit=5fc6cf865ba6802c640211885f97de98f3c039b8
-_mcrouter_commit=a47cdd6f297b74928007121e3ae2163ce04c
-_squangle_commit=8f1cce28ea1af810985968b9a136e29475b9cb4f
-
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-'gcc51.patch'
-'libstdcxx-dual-abi.patch')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-patch -p1 -i $srcdir/gcc51.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-patch -d src -p1 -i $srcdir/libstdcxx-dual-abi.patch
-
-cd ../thrift
-rm -rf src
-ln -s $srcdir/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s $srcdir/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm 

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

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 15:15:16
  Author: mtorromeo
Revision: 137638

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 137637, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 137637, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 137637, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch-user.conf
(from rev 137637, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-i686/elasticsearch.default
(from rev 137637, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 137637, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 137637, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 137637, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 137637, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 137637, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 137637, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
(from rev 137637, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 137637, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 137637, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 137637, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 137637, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch-user.conf
  elasticsearch/repos/community-i686/elasticsearch.default
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  168 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |4 
 /elasticsearch-user.conf|2 
 /elasticsearch.default  |   26 
 /elasticsearch.install  |   16 ++
 /elasticsearch.service  |   42 ++
 /elasticsearch@.service |   42 ++
 community-i686/PKGBUILD |   84 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |2 
 community-i686/elasticsearch-user.conf  |1 
 community-i686/elasticsearch.default|   13 --
 community-i686/elasticsearch.install|8 -
 community-i686/elasticsearch.service|   21 ---
 community-i686/elasticsearch@.service   |   21 ---
 community-x86_64/PKGBUILD   |   84 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |2 
 community-x86_64/elasticsearch-user.conf|1 
 community-x86_64/elasticsearch.default  |   13 --
 community-x86_64/elasticsearch.install  |8 -
 community-x86_64/elasticsearch.service  |   21 ---
 community-x86_64/elasticsearch@.service |   21 ---
 24 files changed, 302 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-31 12:22:32 UTC (rev 137637)
+++ community-i686/PKGBUILD 2015-07-31 13:15:16 UTC (rev 137638)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# Refactored by 

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

2015-07-31 Thread Andreas Radke
Date: Friday, July 31, 2015 @ 18:04:25
  Author: andyrtr
Revision: 242892

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 242891, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/PKGBUILD.50
(from rev 242891, libreoffice-fresh/trunk/PKGBUILD.50)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 242891, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
(from rev 242891, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 242891, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 242891, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 242891, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD.50
(from rev 242891, libreoffice-fresh/trunk/PKGBUILD.50)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 242891, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
(from rev 242891, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 242891, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 242891, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/PKGBUILD.50
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD.50
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  750 
++
 /PKGBUILD.50  |  746 
+
 /libreoffice-fresh.csh|   12 
 /libreoffice-fresh.install|   26 
 /libreoffice-fresh.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  375 -
 extra-i686/PKGBUILD.50|  373 
 extra-i686/libreoffice-fresh.csh  |6 
 extra-i686/libreoffice-fresh.install  |   13 
 extra-i686/libreoffice-fresh.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  375 -
 extra-x86_64/PKGBUILD.50  |  373 
 extra-x86_64/libreoffice-fresh.csh|6 
 extra-x86_64/libreoffice-fresh.install|   13 
 extra-x86_64/libreoffice-fresh.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 18 files changed, 1634 insertions(+), 1634 deletions(-)

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


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

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 15:30:04
  Author: mtorromeo
Revision: 137640

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-31 13:29:40 UTC (rev 137639)
+++ community-i686/PKGBUILD 2015-07-31 13:30:04 UTC (rev 137640)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contribuitor: Alfredo Palhares masterk...@masterkorp.net
-# Contribuitor: Christian Babeux christian.bab...@0x80.ca
-
-pkgname=sysdig
-pkgver=0.1.101
-pkgrel=1
-pkgdesc=Open source system-level exploration and troubleshooting tool
-arch=('i686' 'x86_64')
-url=http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit')
-makedepends=('cmake')
-source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('6995e39be565514901b5cb587689ee2efbf8359293e4e597362382cccf0e9db6')
-install=$pkgname.install
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_LUAJIT=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_ZLIB=OFF \
--DUSE_BUNDLED_NCURSES=OFF \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  cd build
-  make install DESTDIR=$pkgdir
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 137639, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-31 13:30:04 UTC (rev 137640)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contribuitor: Alfredo Palhares masterk...@masterkorp.net
+# Contribuitor: Christian Babeux christian.bab...@0x80.ca
+
+pkgname=sysdig
+pkgver=0.1.102
+pkgrel=1
+pkgdesc=Open source system-level exploration and troubleshooting tool
+arch=('i686' 'x86_64')
+url=http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit')
+makedepends=('cmake')
+source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e0bac2262f075ec75cc2c01a002b6d47bb5ee5c80b47925b44152db639093f57')
+install=$pkgname.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_LUAJIT=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_ZLIB=OFF \
+-DUSE_BUNDLED_NCURSES=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  cd build
+  make install DESTDIR=$pkgdir
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2015-07-31 13:29:40 UTC (rev 137639)
+++ community-i686/sysdig.install   2015-07-31 13:30:04 UTC (rev 137640)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat  EOF
-== To build and install the necessary module run: dkms install sysdig/${1%%-*}
-== To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove $2
-}
-
-post_upgrade() {
-post_install $1
-}
-
-pre_remove() {
-[ -n ${1%-*} ]  dkms remove sysdig/${1%%-*} --all /dev/null || true
-}

Copied: sysdig/repos/community-i686/sysdig.install (from rev 137639, 
sysdig/trunk/sysdig.install)
===
--- community-i686/sysdig.install   (rev 0)
+++ community-i686/sysdig.install   2015-07-31 13:30:04 

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

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 15:29:40
  Author: mtorromeo
Revision: 137639

upgpkg: sysdig 0.1.102-1

Updated to 0.1.102

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 13:15:16 UTC (rev 137638)
+++ PKGBUILD2015-07-31 13:29:40 UTC (rev 137639)
@@ -4,7 +4,7 @@
 # Contribuitor: Christian Babeux christian.bab...@0x80.ca
 
 pkgname=sysdig
-pkgver=0.1.101
+pkgver=0.1.102
 pkgrel=1
 pkgdesc=Open source system-level exploration and troubleshooting tool
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('dkms' 'jsoncpp' 'luajit')
 makedepends=('cmake')
 
source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('6995e39be565514901b5cb587689ee2efbf8359293e4e597362382cccf0e9db6')
+sha256sums=('e0bac2262f075ec75cc2c01a002b6d47bb5ee5c80b47925b44152db639093f57')
 install=$pkgname.install
 
 build() {


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

2015-07-31 Thread Balló György
Date: Friday, July 31, 2015 @ 16:08:27
  Author: bgyorgy
Revision: 137641

upgpkg: lxdm 0.5.1-3

Apply fixes from git

Added:
  lxdm/trunk/git-fixes.patch
Modified:
  lxdm/trunk/PKGBUILD
Deleted:
  lxdm/trunk/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
  lxdm/trunk/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch

-+
 PKGBUILD|   17 -
 git-fixes.patch |  217 ++
 lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch |  118 ---
 lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch |   64 
 4 files changed, 224 insertions(+), 192 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 13:30:04 UTC (rev 137640)
+++ PKGBUILD2015-07-31 14:08:27 UTC (rev 137641)
@@ -6,7 +6,7 @@
 
 pkgname=lxdm
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=https://sourceforge.net/projects/lxdm/;
@@ -22,24 +22,21 @@
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
 source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
+git-fixes.patch
 default-config.patch
 lxdm.pam
-Xsession
-lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
-lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch)
+Xsession)
 md5sums=('9e03ce5f6d303bc9b689732401934dc6'
+ '8f514a4ba8fe204c8f0db293246dba3d'
  'f0ae6c072f151104c53a030fd7757821'
  'c941ef896248bc7c03901b513490425c'
- '6ff73570368501a06ee7badc8e415d0a'
- '54c3de1d6108f8d68dea31622dd976e1'
- '2522db72aeddffc22e349bfea24ae48e')
+ '6ff73570368501a06ee7badc8e415d0a')
 
 prepare(){
   cd $srcdir/$pkgname-$pkgver
 
-  # Kill user processes on logout (fix second login with systemd = 222)
-  patch -Np1 -i ../lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
-  patch -Np1 -i ../lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch
+  # Apply fixes from git
+  patch -Np1 -i ../git-fixes.patch
 
   # Adjust Arch-specific settings
   patch -Np1 -i ../default-config.patch

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2015-07-31 14:08:27 UTC (rev 137641)
@@ -0,0 +1,217 @@
+diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
+index 7621345..179f0d6 100644
+--- a/data/themes/Industrial/gtk.css
 b/data/themes/Industrial/gtk.css
+@@ -1,6 +1,6 @@
+ #lxdm {
+   background-image: url(wave.svg);
+-  background-size: 100%;
++  background-repeat: round;
+ }
+ 
+ #bottom_pane {
+@@ -12,10 +12,12 @@
+   color: #ff;
+ }
+ 
+-#user_list, #login_entry {
+-  background-image: none;
++#prompt {
++  font: Sans 14;
++  color: #00;
+ }
+ 
+-#prompt, #bottom_pane GtkLabel {
+-  color: #ff;
++#bottom_pane GtkLabel {
++  font: Sans 12;
++  color: #9E9D9B;
+ }
+diff --git a/src/lxdm.c b/src/lxdm.c
+index 507189d..842f4b8 100644
+--- a/src/lxdm.c
 b/src/lxdm.c
+@@ -1269,6 +1269,9 @@ void lxdm_do_login(struct passwd *pw, char *session, 
char *lang, char *option)
+   {
+   if(s) lxsession_free(s);
+   lxsession_set_active(prev);
++  g_free(session_name);
++  g_free(session_exec);
++  g_free(session_desktop_names);
+   return;
+   }
+   if(!s) s=lxsession_find_idle();
+@@ -1514,7 +1517,7 @@ static void lxdm_signal_handler(void *data,int sig)
+   switch(sig){
+   case SIGTERM:
+   case SIGINT:
+-  g_critical(QUIT BY SIGNAL\n);
++  g_critical(QUIT BY SIGNAL %d\n,sig);
+   lxdm_quit_self(0);
+   break;
+   default:
+@@ -1650,6 +1653,7 @@ static GString *lxdm_user_cmd(void *data,int user,int 
arc,char **arg)
+   if(p)
+   {
+   res=g_string_new_len(p,len);
++  g_free(p);
+   }
+   g_key_file_free(kf);
+   }
+diff --git a/src/pam.c b/src/pam.c
+index 43bd687..a377157 100644
+--- a/src/pam.c
 b/src/pam.c
+@@ -42,6 +42,7 @@
+ #include errno.h
+ #include poll.h
+ #include sys/stat.h
++#include sys/wait.h
+ 
+ #include pwd.h
+ #include grp.h
+@@ -300,12 +301,72 @@ int lxdm_auth_session_begin(LXDM_AUTH *a,const char 
*name,int tty,int display,ch
+   }
+   err = pam_open_session(a-handle, 0); /* FIXME pam session failed */
+   if( err != PAM_SUCCESS )
++  {
+   g_warning( pam open session error \%s\\n, 
pam_strerror(a-handle, err));
++  }
+   else
++  {
+   a-in_session=1;
++  }
+   return 

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

2015-07-31 Thread Balló György
Date: Friday, July 31, 2015 @ 16:08:41
  Author: bgyorgy
Revision: 137642

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 137641, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/Xsession
(from rev 137641, lxdm/trunk/Xsession)
  lxdm/repos/community-i686/default-config.patch
(from rev 137641, lxdm/trunk/default-config.patch)
  lxdm/repos/community-i686/git-fixes.patch
(from rev 137641, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 137641, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 137641, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 137641, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 137641, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 137641, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/git-fixes.patch
(from rev 137641, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 137641, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 137641, lxdm/trunk/lxdm.pam)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam

---+
 /PKGBUILD |  136 
 /Xsession |  142 
 /default-config.patch |   42 ++
 /lxdm.install |   26 +++
 /lxdm.pam |   14 ++
 community-i686/PKGBUILD   |   71 --
 community-i686/Xsession   |   71 --
 community-i686/default-config.patch   |   21 ---
 community-i686/git-fixes.patch|  217 
 community-i686/lxdm.install   |   13 -
 community-i686/lxdm.pam   |7 -
 community-x86_64/PKGBUILD |   71 --
 community-x86_64/Xsession |   71 --
 community-x86_64/default-config.patch |   21 ---
 community-x86_64/git-fixes.patch  |  217 
 community-x86_64/lxdm.install |   13 -
 community-x86_64/lxdm.pam |7 -
 17 files changed, 794 insertions(+), 366 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-31 14:08:27 UTC (rev 137641)
+++ community-i686/PKGBUILD 2015-07-31 14:08:41 UTC (rev 137642)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: kiefer jorgelmad...@gmail.com
-
-pkgname=lxdm
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url=https://sourceforge.net/projects/lxdm/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool' 'iso-codes')
-optdepends=('gtk-engines: default GTK+ theme'
-'iso-codes: show language names in language chooser'
-'librsvg: display the default background')
-install=$pkgname.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
-default-config.patch
-lxdm.pam
-Xsession
-lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
-lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch)
-md5sums=('9e03ce5f6d303bc9b689732401934dc6'
- 'f0ae6c072f151104c53a030fd7757821'
- 'c941ef896248bc7c03901b513490425c'
- '6ff73570368501a06ee7badc8e415d0a'
- '54c3de1d6108f8d68dea31622dd976e1'
- '2522db72aeddffc22e349bfea24ae48e')
-
-prepare(){
-  cd $srcdir/$pkgname-$pkgver
-
-  # Kill user processes on logout (fix second login with systemd = 222)
-  patch -Np1 -i ../lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
-  patch -Np1 -i ../lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch
-
-  # Adjust Arch-specific settings
-  patch -Np1 -i ../default-config.patch
-
-  # Use our custom pam and Xsession files
-  cp ../lxdm.pam pam/lxdm
-  cp ../Xsession data/Xsession
-
-  # Support for pulseaudio
-  echo 'test -x /usr/bin/pax11publish  /usr/bin/pax11publish -r' 
data/PostLogout.in
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  

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

2015-07-31 Thread Jan Steffens
Date: Friday, July 31, 2015 @ 19:11:18
  Author: heftig
Revision: 242895

1.4.1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 16:13:05 UTC (rev 242894)
+++ PKGBUILD2015-07-31 17:11:18 UTC (rev 242895)
@@ -5,8 +5,8 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
 license=(GPL)
@@ -14,12 +14,12 @@
  gtk3 desktop-file-utils hicolor-icon-theme gobject-introspection 
intltool giflib
  gst-plugins-base-libs totem-plparser taglib libvorbis flac vala 
libgxps
  libnautilus-extension libmediaart python2 libxslt libiptcdata 
libosinfo libcue
- gnome-common)
+ gnome-common gtk-doc)
 url=http://www.gnome.org;
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz
 tracker-compat.patch)
-sha256sums=('c87c35b55ab3a201f6bf306b812532de2bd35f3946a7fe966963c5d3e3d251eb'
+sha256sums=('94ecf25a64f4502664e0c45ec25dae0a91f00ad893fb85dd1c2ffe336563e328'
 'a28cf7c47da90696dcdca53e13d2779ad315189919aeb14c740853bb2e8bc7e0')
 
 prepare() {


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

2015-07-31 Thread Jan Steffens
Date: Friday, July 31, 2015 @ 19:15:42
  Author: heftig
Revision: 242896

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

Added:
  tracker/repos/extra-i686/PKGBUILD
(from rev 242895, tracker/trunk/PKGBUILD)
  tracker/repos/extra-i686/tracker-compat.patch
(from rev 242895, tracker/trunk/tracker-compat.patch)
  tracker/repos/extra-i686/tracker.install
(from rev 242895, tracker/trunk/tracker.install)
  tracker/repos/extra-x86_64/PKGBUILD
(from rev 242895, tracker/trunk/PKGBUILD)
  tracker/repos/extra-x86_64/tracker-compat.patch
(from rev 242895, tracker/trunk/tracker-compat.patch)
  tracker/repos/extra-x86_64/tracker.install
(from rev 242895, tracker/trunk/tracker.install)
Deleted:
  tracker/repos/extra-i686/PKGBUILD
  tracker/repos/extra-i686/tracker.install
  tracker/repos/extra-x86_64/PKGBUILD
  tracker/repos/extra-x86_64/tracker.install

---+
 /PKGBUILD |  154 
 /tracker.install  |   26 ++
 extra-i686/PKGBUILD   |   66 ---
 extra-i686/tracker-compat.patch   |   23 +
 extra-i686/tracker.install|   13 ---
 extra-x86_64/PKGBUILD |   66 ---
 extra-x86_64/tracker-compat.patch |   23 +
 extra-x86_64/tracker.install  |   13 ---
 8 files changed, 226 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-31 17:11:18 UTC (rev 242895)
+++ extra-i686/PKGBUILD 2015-07-31 17:15:42 UTC (rev 242896)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2 libxslt libiptcdata libosinfo libcue)
-url=http://www.gnome.org;
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c87c35b55ab3a201f6bf306b812532de2bd35f3946a7fe966963c5d3e3d251eb')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart libgxps taglib flac libvorbis totem-plparser gst-plugins-base-libs 
giflib)
-  optdepends=(nautilus: edit files' tracker tags)
-  groups=('gnome')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make DESTDIR=$pkgdir -C src/libtracker-sparql uninstall
-  make DESTDIR=$pkgdir -C src/libtracker-sparql-backend uninstall
-  make DESTDIR=$pkgdir -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
-  make DESTDIR=$pkgdir -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
-  make DESTDIR=$pkgdir -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
-  make DESTDIR=$pkgdir -C src/libtracker-sparql install
-  make DESTDIR=$pkgdir -C src/libtracker-sparql-backend install
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 242895, 
tracker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-31 17:15:42 UTC (rev 242896)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=All-in-one indexer, search tool and metadata database

[arch-commits] Commit in (6 files)

2015-07-31 Thread Antonio Rojas
Date: Friday, July 31, 2015 @ 19:59:34
  Author: arojas
Revision: 242897

Add maintainers of old KDE4 versions

Modified:
  ark/kde-unstable/PKGBUILD
  dolphin/kde-unstable/PKGBUILD
  dragon/kde-unstable/PKGBUILD
  kwalletmanager/kde-unstable/PKGBUILD
  marble/kde-unstable/PKGBUILD
  umbrello/kde-unstable/PKGBUILD

--+
 ark/kde-unstable/PKGBUILD|2 ++
 dolphin/kde-unstable/PKGBUILD|3 +++
 dragon/kde-unstable/PKGBUILD |2 ++
 kwalletmanager/kde-unstable/PKGBUILD |2 ++
 marble/kde-unstable/PKGBUILD |6 +++---
 umbrello/kde-unstable/PKGBUILD   |2 ++
 6 files changed, 14 insertions(+), 3 deletions(-)

Modified: ark/kde-unstable/PKGBUILD
===
--- ark/kde-unstable/PKGBUILD   2015-07-31 17:15:42 UTC (rev 242896)
+++ ark/kde-unstable/PKGBUILD   2015-07-31 17:59:34 UTC (rev 242897)
@@ -1,5 +1,7 @@
 # $Id$
 # Maintainer: Antonio Rojas aro...@archlinux.org 
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=ark
 pkgver=15.07.80

Modified: dolphin/kde-unstable/PKGBUILD
===
--- dolphin/kde-unstable/PKGBUILD   2015-07-31 17:15:42 UTC (rev 242896)
+++ dolphin/kde-unstable/PKGBUILD   2015-07-31 17:59:34 UTC (rev 242897)
@@ -1,5 +1,8 @@
 # $Id$
 # Maintainer: Antonio Rojas arojas@archlinux,org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=dolphin
 pkgver=15.07.80

Modified: dragon/kde-unstable/PKGBUILD
===
--- dragon/kde-unstable/PKGBUILD2015-07-31 17:15:42 UTC (rev 242896)
+++ dragon/kde-unstable/PKGBUILD2015-07-31 17:59:34 UTC (rev 242897)
@@ -1,4 +1,6 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org 
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=dragon
 pkgver=15.07.80

Modified: kwalletmanager/kde-unstable/PKGBUILD
===
--- kwalletmanager/kde-unstable/PKGBUILD2015-07-31 17:15:42 UTC (rev 
242896)
+++ kwalletmanager/kde-unstable/PKGBUILD2015-07-31 17:59:34 UTC (rev 
242897)
@@ -1,5 +1,7 @@
 # $Id$
 # Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwalletmanager
 pkgver=15.07.80

Modified: marble/kde-unstable/PKGBUILD
===
--- marble/kde-unstable/PKGBUILD2015-07-31 17:15:42 UTC (rev 242896)
+++ marble/kde-unstable/PKGBUILD2015-07-31 17:59:34 UTC (rev 242897)
@@ -56,10 +56,10 @@
 
 package_marble() {
   depends=(libastro marble-data qt5-webkit kparts knewstuff hicolor-icon-theme)
-  optdepends=('gpsd: position information via gpsd'
+  optdepends=('gpsd: GPS based geolocation'
 'quazip-qt5: reading and displaying .kmz files'
-'libwlocate: Position information based on neighboring WLAN 
networks'
-'phonon-qt5: That enables the use of audio and video content'
+'libwlocate: WLAN based geolocation'
+'phonon-qt5: enables the use of audio and video content'
 'krunner: Krunner plugin')
   conflicts=('kdeedu-marble15.04.3-3' marble-qt)
   replaces=(kdeedu-marble 'marble-qt15.07')

Modified: umbrello/kde-unstable/PKGBUILD
===
--- umbrello/kde-unstable/PKGBUILD  2015-07-31 17:15:42 UTC (rev 242896)
+++ umbrello/kde-unstable/PKGBUILD  2015-07-31 17:59:34 UTC (rev 242897)
@@ -1,4 +1,6 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org 
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=umbrello
 pkgver=15.07.80


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

2015-07-31 Thread Sergej Pupykin
Date: Friday, July 31, 2015 @ 20:04:46
  Author: spupykin
Revision: 137646

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-31 18:04:25 UTC (rev 137645)
+++ community-i686/PKGBUILD 2015-07-31 18:04:46 UTC (rev 137646)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=augeas
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
-arch=('i686' 'x86_64')
-url=http://augeas.net;
-license=('LGPL')
-depends=('libxml2' 'gcc-libs')
-validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
-source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-md5sums=('c8890b11a04795ecfe5526eeae946b2d'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: augeas/repos/community-i686/PKGBUILD (from rev 137645, 
augeas/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-31 18:04:46 UTC (rev 137646)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=augeas
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
+arch=('i686' 'x86_64')
+url=http://augeas.net;
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+md5sums=('a2536a9c3d744dc09d234228fe4b0c93'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-31 18:04:25 UTC (rev 137645)
+++ community-x86_64/PKGBUILD   2015-07-31 18:04:46 UTC (rev 137646)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=augeas
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
-arch=('i686' 'x86_64')
-url=http://augeas.net;
-license=('LGPL')
-depends=('libxml2' 'gcc-libs')
-validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
-source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-md5sums=('c8890b11a04795ecfe5526eeae946b2d'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: augeas/repos/community-x86_64/PKGBUILD (from rev 137645, 
augeas/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-31 18:04:46 UTC (rev 137646)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=augeas
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
+arch=('i686' 'x86_64')
+url=http://augeas.net;
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+md5sums=('a2536a9c3d744dc09d234228fe4b0c93'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-07-31 Thread Sergej Pupykin
Date: Friday, July 31, 2015 @ 20:04:25
  Author: spupykin
Revision: 137645

upgpkg: augeas 1.4.0-1

upd

Modified:
  augeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 16:13:55 UTC (rev 137644)
+++ PKGBUILD2015-07-31 18:04:25 UTC (rev 137645)
@@ -3,7 +3,7 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=augeas
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxml2' 'gcc-libs')
 validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
 source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-md5sums=('c8890b11a04795ecfe5526eeae946b2d'
+md5sums=('a2536a9c3d744dc09d234228fe4b0c93'
  'SKIP')
 
 build() {


[arch-commits] Commit in telepathy-kde-send-file/kde-unstable (PKGBUILD)

2015-07-31 Thread Antonio Rojas
Date: Friday, July 31, 2015 @ 22:01:53
  Author: arojas
Revision: 242898

Drop support for KDE4 dolphin

Modified:
  telepathy-kde-send-file/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 17:59:34 UTC (rev 242897)
+++ PKGBUILD2015-07-31 20:01:53 UTC (rev 242898)
@@ -1,7 +1,7 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
 
 pkgname=telepathy-kde-send-file
 _pkgname=ktp-send-file
@@ -34,9 +34,5 @@
 
 package() {
   cd build
-  make DESTDIR=${pkgdir} install
-
-# Support KDE4 dolphin - TODO: Remove in 15.08
-  mkdir -p $pkgdir/usr/share/kde4/services/ServiceMenus
-  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop 
$pkgdir/usr/share/kde4/services/ServiceMenus
+  make DESTDIR=$pkgdir install
 }


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

2015-07-31 Thread Anatol Pomozov
Date: Saturday, August 1, 2015 @ 00:22:24
  Author: anatolik
Revision: 242899

upgpkg: intel-tbb 4.3_20150611-1

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 20:01:53 UTC (rev 242898)
+++ PKGBUILD2015-07-31 22:22:24 UTC (rev 242899)
@@ -4,7 +4,7 @@
 # Contributor: Denis Martinez deuns.martinez AT gmail.com
 
 pkgname=intel-tbb
-pkgver=4.3_20150209
+pkgver=4.3_20150611
 pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gcc-libs')
 
source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('cb17bee2a9c98a2b98f3ff16208c1c1fae29e6ab')
+sha1sums=('5457cd15ad13625442283e67844199a79e88a3a4')
 
 build() {
   cd tbb${pkgver/\./}oss


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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 00:35:47
  Author: svenstaro
Revision: 242901

upgpkg: nvidia-utils 352.30-1

upstream release 352.30

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 22:23:00 UTC (rev 242900)
+++ PKGBUILD2015-07-31 22:35:47 UTC (rev 242901)
@@ -4,7 +4,7 @@
 # Contributor: James Rayner iphi...@gmail.com
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=352.21
+pkgver=352.30
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -12,8 +12,8 @@
 options=('!strip')
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('ff0c540cd221e6ba6d39bfe565cb5ae7d0fcf363'
-  '681262be773aa369ba4ba2eaec172415146fbf7b')
+sha1sums=('c8c8f1f4c46094e8a41cca29a1bd02b4b663dd21'
+  '973965cdebff31419cd6c714abe298606106219a')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


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

2015-07-31 Thread Sven-Hendrik Haase
Date: Saturday, August 1, 2015 @ 00:38:17
  Author: svenstaro
Revision: 242902

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 242901, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 242901, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 242901, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 242901, 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 |  362 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  181 --
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  181 --
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 382 insertions(+), 382 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-31 22:35:47 UTC (rev 242901)
+++ extra-i686/PKGBUILD 2015-07-31 22:38:17 UTC (rev 242902)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=352.21
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('ff0c540cd221e6ba6d39bfe565cb5ae7d0fcf363'
-  '681262be773aa369ba4ba2eaec172415146fbf7b')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-create_links() {
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
-done
-}
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia ${pkgdir}/usr/share/licenses/opencl-nvidia
-}
-
-package_nvidia-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks
-depends=('nvidia-utils')
-conflicts=('libgl')
-provides=('libgl')
-cd ${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
-ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
-
-ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
-
-ln -s /usr/lib/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib/libEGL.so.${pkgver}
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so.1
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so
-
-ln -s /usr/lib/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so.1
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so
-
-ln -s /usr/lib/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv2.so.${pkgver}
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib/libGLESv2.so.2
-ln -s libGLESv2.so.${pkgver} ${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
-

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

2015-07-31 Thread Jan Steffens
Date: Friday, July 31, 2015 @ 14:02:17
  Author: heftig
Revision: 242890

1.0.1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 11:09:54 UTC (rev 242889)
+++ PKGBUILD2015-07-31 12:02:17 UTC (rev 242890)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.41
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c')
+sha256sums=('32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8')
 
 build() {
   cd $pkgbase-$pkgver


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

2015-07-31 Thread Jan Steffens
Date: Friday, July 31, 2015 @ 14:05:54
  Author: heftig
Revision: 242891

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-31 12:02:17 UTC (rev 242890)
+++ extra-i686/PKGBUILD 2015-07-31 12:05:54 UTC (rev 242891)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.41
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc=$pkgdesc (ICU integration)
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* $pkgdir
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 242890, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-31 12:05:54 UTC (rev 242891)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=OpenType text shaping engine
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc=$pkgdesc (ICU integration)
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-31 12:02:17 UTC (rev 242890)
+++ extra-x86_64/PKGBUILD   2015-07-31 12:05:54 UTC (rev 242891)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.41
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
-

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

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 14:10:02
  Author: mtorromeo
Revision: 137636

upgpkg: hhvm 3.8.1-1

Updated to 3.8.1

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 09:25:42 UTC (rev 137635)
+++ PKGBUILD2015-07-31 12:10:02 UTC (rev 137636)
@@ -3,7 +3,7 @@
 # Contributor: James Miller ja...@pocketrent.com
 
 pkgname=hhvm
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 
 _thirdparty_commit=85da228178e69792b0798292b09cd7f4c6522522
@@ -131,7 +131,7 @@
 install -Dm644 server.ini $pkgdir/etc/hhvm/server.ini
 }
 
-sha256sums=('a484fe758bcf8f09105df54d88fc5f1e31c5a5eab64685418cdf6f54a8ea76c9'
+sha256sums=('5fc1110ecbf9fec3c153eff85812f84407be1afe78e8ef9a5327d8b0c4c04af4'
 'ff6cea17815e273b006396f7199955494822b41a807de455709a35123975fd28'
 '95a25a0cc9c53007d858a1a384ac47507200e68a0da91d0d7bbf73d45999ae3f'
 '75ca0d64bba994ab4e3dee1148099049c96d240825068522ef922aa0e477647a'


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

2015-07-31 Thread Anatol Pomozov
Date: Saturday, August 1, 2015 @ 04:39:38
  Author: anatolik
Revision: 137649

upgpkg: evtest 1.33-1

Modified:
  evtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 01:58:01 UTC (rev 137648)
+++ PKGBUILD2015-08-01 02:39:38 UTC (rev 137649)
@@ -4,8 +4,8 @@
 # Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
 
 pkgname=evtest
-pkgver=1.32
-pkgrel=2
+pkgver=1.33
+pkgrel=1
 pkgdesc='Input device event monitor and query tool'
 arch=(i686 x86_64)
 url='http://cgit.freedesktop.org/evtest/'
@@ -13,7 +13,7 @@
 depends=(glibc)
 makedepends=(asciidoc)
 source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2)
-sha1sums=('5ec495e5396a61df5314322ec2fa72e44c9c2e2a')
+sha1sums=('078a35205cef72f36b12db871a8a8ad0fdafe66b')
 
 build() {
   cd $pkgname-$pkgver


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

2015-07-31 Thread Anatol Pomozov
Date: Saturday, August 1, 2015 @ 04:40:20
  Author: anatolik
Revision: 137650

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

Added:
  evtest/repos/community-testing-i686/
  evtest/repos/community-testing-i686/PKGBUILD
(from rev 137649, evtest/trunk/PKGBUILD)
  evtest/repos/community-testing-x86_64/
  evtest/repos/community-testing-x86_64/PKGBUILD
(from rev 137649, evtest/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: evtest/repos/community-testing-i686/PKGBUILD (from rev 137649, 
evtest/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-01 02:40:20 UTC (rev 137650)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Devin J. Pohly djpohly+a...@gmail.com
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=evtest
+pkgver=1.33
+pkgrel=1
+pkgdesc='Input device event monitor and query tool'
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/evtest/'
+license=(GPL)
+depends=(glibc)
+makedepends=(asciidoc)
+source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2)
+sha1sums=('078a35205cef72f36b12db871a8a8ad0fdafe66b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evtest/repos/community-testing-x86_64/PKGBUILD (from rev 137649, 
evtest/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-01 02:40:20 UTC (rev 137650)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Devin J. Pohly djpohly+a...@gmail.com
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=evtest
+pkgver=1.33
+pkgrel=1
+pkgdesc='Input device event monitor and query tool'
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/evtest/'
+license=(GPL)
+depends=(glibc)
+makedepends=(asciidoc)
+source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2)
+sha1sums=('078a35205cef72f36b12db871a8a8ad0fdafe66b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-07-31 Thread Anatol Pomozov
Date: Saturday, August 1, 2015 @ 00:23:00
  Author: anatolik
Revision: 242900

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

Added:
  intel-tbb/repos/testing-i686/
  intel-tbb/repos/testing-i686/PKGBUILD
(from rev 242899, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/testing-x86_64/
  intel-tbb/repos/testing-x86_64/PKGBUILD
(from rev 242899, intel-tbb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: intel-tbb/repos/testing-i686/PKGBUILD (from rev 242899, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-31 22:23:00 UTC (rev 242900)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.3_20150611
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('5457cd15ad13625442283e67844199a79e88a3a4')
+
+build() {
+  cd tbb${pkgver/\./}oss
+  make
+}
+
+package() {
+  cd tbb${pkgver/\./}oss
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}

Copied: intel-tbb/repos/testing-x86_64/PKGBUILD (from rev 242899, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-31 22:23:00 UTC (rev 242900)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.3_20150611
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('5457cd15ad13625442283e67844199a79e88a3a4')
+
+build() {
+  cd tbb${pkgver/\./}oss
+  make
+}
+
+package() {
+  cd tbb${pkgver/\./}oss
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}


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

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 11:25:42
  Author: mtorromeo
Revision: 137635

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-31 09:24:27 UTC (rev 137634)
+++ PKGBUILD2015-07-31 09:25:42 UTC (rev 137635)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-rsa
-pkgname=(python-rsa python2-rsa)
-pkgver=3.1.4
-pkgrel=2
-_libname=rsa
-pkgdesc=Pure-Python RSA implementation
-arch=(any)
-url=http://stuvel.eu/rsa;
-license=('BSD')
-source=(http://pypi.python.org/packages/source/r/$_libname/$_libname-$pkgver.tar.gz)
-#source=(https://bitbucket.org/sybren/$pkgname/get/version-$pkgver.tar.bz2)
-makedepends=(python-setuptools python2-setuptools)
-
-build() {
-   cd $srcdir/$_libname-$pkgver
-   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-rsa() {
-   depends=(python-pyasn1)
-
-   cd $srcdir/$_libname-$pkgver
-   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-rsa() {
-   depends=(python2-pyasn1)
-
-   cd $srcdir/$_libname-$pkgver
-   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-   find $pkgdir/usr/bin -type f | while read f; do mv $f $f2; done
-}
-
-sha256sums=('e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0')

Copied: python-rsa/repos/community-any/PKGBUILD (from rev 137634, 
python-rsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-31 09:25:42 UTC (rev 137635)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-rsa
+pkgname=(python-rsa python2-rsa)
+pkgver=3.2
+pkgrel=1
+_libname=rsa
+pkgdesc=Pure-Python RSA implementation
+arch=(any)
+url=http://stuvel.eu/rsa;
+license=('BSD')
+source=(http://pypi.python.org/packages/source/r/$_libname/$_libname-$pkgver.tar.gz)
+#source=(https://bitbucket.org/sybren/$pkgname/get/version-$pkgver.tar.bz2)
+makedepends=(python-setuptools python2-setuptools)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-rsa() {
+   depends=(python-pyasn1)
+
+   cd $srcdir/$_libname-$pkgver
+   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-rsa() {
+   depends=(python2-pyasn1)
+
+   cd $srcdir/$_libname-$pkgver
+   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   find $pkgdir/usr/bin -type f | while read f; do mv $f $f2; done
+}
+
+sha256sums=('30f371fbb060747aa53e02c2d53067d8a4f776a7f8ba0e9f0e6bd3f392489777')


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

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 11:24:27
  Author: mtorromeo
Revision: 137634

upgpkg: python-rsa 3.2-1

Updated to 3.2

Modified:
  python-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 09:08:51 UTC (rev 137633)
+++ PKGBUILD2015-07-31 09:24:27 UTC (rev 137634)
@@ -3,8 +3,8 @@
 
 pkgbase=python-rsa
 pkgname=(python-rsa python2-rsa)
-pkgver=3.1.4
-pkgrel=2
+pkgver=3.2
+pkgrel=1
 _libname=rsa
 pkgdesc=Pure-Python RSA implementation
 arch=(any)
@@ -47,4 +47,4 @@
find $pkgdir/usr/bin -type f | while read f; do mv $f $f2; done
 }
 
-sha256sums=('e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0')
+sha256sums=('30f371fbb060747aa53e02c2d53067d8a4f776a7f8ba0e9f0e6bd3f392489777')


[arch-commits] Commit in elasticsearch/repos/community-x86_64 (16 files)

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 11:08:51
  Author: mtorromeo
Revision: 137633

archrelease: copy trunk to community-x86_64

Added:
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 137632, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 137632, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 137632, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
(from rev 137632, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 137632, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 137632, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 137632, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 137632, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

+
 PKGBUILD   |  168 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |4 -
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.install  |   16 ++--
 elasticsearch.service  |   42 +-
 elasticsearch@.service |   42 +-
 8 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-31 09:08:24 UTC (rev 137632)
+++ PKGBUILD2015-07-31 09:08:51 UTC (rev 137633)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# Refactored by Blaž Speed Hrastnik https://github.com/archSeer
-
-pkgname=elasticsearch
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=Distributed RESTful search engine built on top of Lucene
-arch=('i686' 'x86_64')
-url=https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  http://download.elasticsearch.org/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('6fabed2db09e1b88587df15269df328ecef33e155b3c675a2a6d2299bda09c95'
-'8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
-'7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'a76c03afe30dc3434bf55b5b50f0867c3670dcaebcc8b522f42277ff523b7277'
-'39ab5801b45c0f49af43c4d1826a655a981bfa07e4b3791d7a0719f8c191d8d9'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
-  -i bin/$script
-  done
-
-  sed 's|$ES_HOME/lib|/usr/lib/elasticsearch|g' -i bin/elasticsearch.in.sh 
bin/plugin
-
-  echo -e '\nJAVA_OPTS=$JAVA_OPTS -Des.path.conf=/etc/elasticsearch'  
bin/elasticsearch.in.sh
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -dm755 $pkgdir/etc/elasticsearch
-
-  if [ $CARCH = 'x86_64' ]; then
-install -Dm644 lib/sigar/libsigar-amd64-linux.so 
$pkgdir/usr/lib/elasticsearch/sigar/libsigar-amd64-linux.so
-  else
-install -Dm644 lib/sigar/libsigar-x86-linux.so 
$pkgdir/usr/lib/elasticsearch/sigar/libsigar-x86-linux.so
-  fi
-  cp lib/sigar/sigar*.jar $pkgdir/usr/lib/elasticsearch/sigar/
-  cp lib/*.jar $pkgdir/usr/lib/elasticsearch/
-
-  cp config/* $pkgdir/etc/elasticsearch/
-
-  install -Dm755 bin/elasticsearch $pkgdir/usr/bin/elasticsearch
-  

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

2015-07-31 Thread Massimiliano Torromeo
Date: Friday, July 31, 2015 @ 11:08:24
  Author: mtorromeo
Revision: 137632

upgpkg: elasticsearch 1.7.1-1

Updated to 1.7.1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 03:44:45 UTC (rev 137631)
+++ PKGBUILD2015-07-31 09:08:24 UTC (rev 137632)
@@ -4,7 +4,7 @@
 # Refactored by Blaž Speed Hrastnik https://github.com/archSeer
 
 pkgname=elasticsearch
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('6fabed2db09e1b88587df15269df328ecef33e155b3c675a2a6d2299bda09c95'
+sha256sums=('86a0c20eea6ef55b14345bff5adf896e6332437b19180c4582a346394abde019'
 '8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
 '7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2015-07-31 Thread Florian Pritz
Date: Friday, July 31, 2015 @ 13:09:51
  Author: bluewind
Revision: 242888

upgpkg: pacman-mirrorlist 20150731-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-31 07:33:09 UTC (rev 242887)
+++ PKGBUILD2015-07-31 11:09:51 UTC (rev 242888)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20150719
+pkgver=20150731
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('fc6b1955e9fb5e9d893fc53cc3430728')
-sha256sums=('e0459596814ebedfdac36fba68d602979fea8946818fee36d14360a8b1dc4db1')
+md5sums=('963e907170d9a68cacf47b5e308cba3b')
+sha256sums=('0077869cf155f37680b9a1eef4a7bec03d8b4469c48dc8ca7d40798e1ca36505')

Modified: mirrorlist
===
--- mirrorlist  2015-07-31 07:33:09 UTC (rev 242887)
+++ mirrorlist  2015-07-31 11:09:51 UTC (rev 242888)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-07-19
+## Generated on 2015-07-31
 ##
 
 ## Worldwide
@@ -40,6 +40,7 @@
 #Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
 
 ## Bulgaria
+#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
 #Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
 
 ## Canada


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2015-07-31 Thread Florian Pritz
Date: Friday, July 31, 2015 @ 13:09:54
  Author: bluewind
Revision: 242889

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 242888, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 242888, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 242888, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  733 +--
 upgpkg |8 
 3 files changed, 402 insertions(+), 401 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-31 11:09:51 UTC (rev 242888)
+++ PKGBUILD2015-07-31 11:09:54 UTC (rev 242889)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20150719
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('fc6b1955e9fb5e9d893fc53cc3430728')
-sha256sums=('e0459596814ebedfdac36fba68d602979fea8946818fee36d14360a8b1dc4db1')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 242888, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-31 11:09:54 UTC (rev 242889)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20150731
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('963e907170d9a68cacf47b5e308cba3b')
+sha256sums=('0077869cf155f37680b9a1eef4a7bec03d8b4469c48dc8ca7d40798e1ca36505')

Deleted: mirrorlist
===
--- mirrorlist  2015-07-31 11:09:51 UTC (rev 242888)
+++ mirrorlist  2015-07-31 11:09:54 UTC (rev 242889)
@@ -1,366 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2015-07-19
-##
-
-## Worldwide
-#Server = https://dgix.ru/mirrors/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os