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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:40:12
  Author: tpowa
Revision: 247564

db-move: moved xfsprogs from [testing] to [core] (i686, x86_64)

Added:
  xfsprogs/repos/core-i686/PKGBUILD
(from rev 247563, xfsprogs/repos/testing-i686/PKGBUILD)
  xfsprogs/repos/core-x86_64/PKGBUILD
(from rev 247563, xfsprogs/repos/testing-x86_64/PKGBUILD)
Deleted:
  xfsprogs/repos/core-i686/PKGBUILD
  xfsprogs/repos/core-x86_64/PKGBUILD
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-09-28 06:39:33 UTC (rev 247563)
+++ core-i686/PKGBUILD  2015-09-28 06:40:12 UTC (rev 247564)
@@ -1,34 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.2.4
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/";
-groups=('base')
-depends=('libutil-linux')
-makedepends=('git')
-options=('!makeflags')
-source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make configure
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 247563, 
xfsprogs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-09-28 06:40:12 UTC (rev 247564)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/";
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-09-28 06:39:33 UTC (rev 247563)
+++ core-x86_64/PKGBUILD2015-09-28 06:40:12 UTC (rev 247564)
@@ -1,34 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.2.4
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/";
-groups=('base')
-depends=('libutil-linux')
-makedepends=('git')
-options=('!makeflags')
-source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make configure
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 247563, 
xfsprogs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-09-28 06:40:12 UTC (rev 247564)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/";
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:39:18
  Author: tpowa
Revision: 247562

db-move: moved linux-firmware from [testing] to [core] (any)

Added:
  linux-firmware/repos/core-any/PKGBUILD
(from rev 247561, linux-firmware/repos/testing-any/PKGBUILD)
Deleted:
  linux-firmware/repos/core-any/PKGBUILD
  linux-firmware/repos/testing-any/

---+
 /PKGBUILD |   57 
 core-any/PKGBUILD |   57 
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2015-09-28 06:38:25 UTC (rev 247561)
+++ core-any/PKGBUILD   2015-09-28 06:39:18 UTC (rev 247562)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=linux-firmware
-# Commit date + git rev-parse --short origin/master
-_rev=e10097a
-pkgver=20150722.${_rev}
-pkgrel=1
-pkgdesc="Firmware files for Linux"
-makedepends=('git')
-arch=('any')
-url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary";
-license=('GPL2' 'GPL3' 'custom')
-conflicts=('linux-firmware-git'
-   'kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw'
-   'amd-ucode')
-replaces=('kernel26-firmware'
-  'ar9170-fw'
-  'iwlwifi-1000-ucode'
-  'iwlwifi-3945-ucode'
-  'iwlwifi-4965-ucode'
-  'iwlwifi-5000-ucode'
-  'iwlwifi-5150-ucode'
-  'iwlwifi-6000-ucode'
-  'rt2870usb-fw'
-  'rt2x00-rt61-fw'
-  'rt2x00-rt71w-fw'
-  'amd-ucode')
-options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev}";)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
-  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
-
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
-
-  # Trigger a microcode reload for configurations not using early updates
-  install -d "${pkgdir}/usr/lib/tmpfiles.d"
-  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
->"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}
-# vim:set ts=2 sw=2 et:

Copied: linux-firmware/repos/core-any/PKGBUILD (from rev 247561, 
linux-firmware/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2015-09-28 06:39:18 UTC (rev 247562)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=6ebf5d5
+pkgver=20150904.${_rev}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary";
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev}";)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in btrfs-progs/repos (18 files)

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:39:33
  Author: tpowa
Revision: 247563

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 247562, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 247562, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 247562, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 247562, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 247562, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 247562, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 247562, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 247562, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  104 +++
 /btrfs-progs.install   |   18 ++
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +++
 core-i686/PKGBUILD |   52 -
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 -
 core-x86_64/PKGBUILD   |   52 -
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 -
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-09-28 06:39:18 UTC (rev 247562)
+++ core-i686/PKGBUILD  2015-09-28 06:39:33 UTC (rev 247563)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 247562, 
btrfs-progs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-09-28 06:39:33 UTC (rev 247563)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:38:22
  Author: tpowa
Revision: 247559

db-move: moved nvidia-304xx-utils from [testing] to [extra] (i686, x86_64)

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-28 06:37:49 UTC (rev 247558)
+++ extra-i686/PKGBUILD 2015-09-28 06:38:22 UTC (rev 247559)
@@ -1,162 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
-pkgver=304.125
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-makedepends=('zlib')
-options=('!strip')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-  
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-  md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-  
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-  md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('libcl' 'zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-libgl() {
-  pkgdesc="NVIDIA drivers libraries symlinks, 304xx legacy branch"
-  depends=('nvidia-304xx-utils' 'mesa')
-  conflicts=('libgl' 'nvidia-libgl')
-  provides=('libgl' 'nvidia-libgl')
-
-  cd ${_pkg}
-
-  mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-  ln -s "../../../nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so"
-
-  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so"
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-libgl"
-}
-
-package_nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  depends=('xorg-server' 'libxvmc')
-  optdepends=('gtk2: nvidia-settings'
-  'pkg-config: nvidia-xconfig'
-  'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('nvidia-utils')
-  provides

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:38:25
  Author: tpowa
Revision: 247561

db-move: moved nvidia-340xx-utils from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 247558, nvidia-340xx-utils/repos/testing-i686/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 247558, 
nvidia-340xx-utils/repos/testing-i686/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 247558, nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 247558, 
nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.install)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/testing-i686/
  nvidia-340xx-utils/repos/testing-x86_64/

-+
 /PKGBUILD   |  368 ++
 /nvidia-340xx-utils.install |   20 +
 extra-i686/PKGBUILD |  183 --
 extra-i686/nvidia-340xx-utils.install   |   10 
 extra-x86_64/PKGBUILD   |  183 --
 extra-x86_64/nvidia-340xx-utils.install |   10 
 6 files changed, 388 insertions(+), 386 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-28 06:38:23 UTC (rev 247560)
+++ extra-i686/PKGBUILD 2015-09-28 06:38:25 UTC (rev 247561)
@@ -1,183 +0,0 @@
-# $Id: PKGBUILD 219666 2014-08-13 13:28:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.76
-pkgrel=2
-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=('1335af174324f5c752388110e65c3c51beea729b'
-  '2df59750d9fdeed613e84379108fb2bec67afd14')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-340xx-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-340xx-utils')
-conflicts=('libgl' 'nvidia-libgl')
-provides=('libgl' 'nvidia-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -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 "libGLES

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:38:23
  Author: tpowa
Revision: 247560

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 247558, nvidia-utils/repos/testing-i686/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 247558, nvidia-utils/repos/testing-i686/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 247558, nvidia-utils/repos/testing-x86_64/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 247558, nvidia-utils/repos/testing-x86_64/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
  nvidia-utils/repos/testing-i686/
  nvidia-utils/repos/testing-x86_64/

---+
 /PKGBUILD |  368 
 /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, 388 insertions(+), 382 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-28 06:38:22 UTC (rev 247559)
+++ extra-i686/PKGBUILD 2015-09-28 06:38:23 UTC (rev 247560)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=352.41
-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=('7f7eb2d31b3fceff71dace45255331b10dc4e06b'
-  '82ec3ae4144fd6b485e0065ddcad3eeae5e4119a')
-
-[[ "$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}" "${pkg

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:37:49
  Author: tpowa
Revision: 247558

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 247555, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 247555, nvidia-340xx/repos/testing-i686/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx-dkms.install
(from rev 247555, nvidia-340xx/repos/testing-i686/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 247555, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 247555, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 247555, nvidia-340xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx-dkms.install
(from rev 247555, 
nvidia-340xx/repos/testing-x86_64/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 247555, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nv-drm.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-i686/nvidia-4.0.patch
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/nvidia-4.0.patch
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

+
 /PKGBUILD  |  140 +++
 /nv-drm.patch  |   54 +++
 /nvidia-340xx.install  |   26 +
 extra-i686/PKGBUILD|   54 ---
 extra-i686/nv-drm.patch|   27 -
 extra-i686/nvidia-340xx-dkms.install   |   30 ++
 extra-i686/nvidia-340xx.install|   13 --
 extra-i686/nvidia-4.0.patch|   28 --
 extra-x86_64/PKGBUILD  |   54 ---
 extra-x86_64/nv-drm.patch  |   27 -
 extra-x86_64/nvidia-340xx-dkms.install |   30 ++
 extra-x86_64/nvidia-340xx.install  |   13 --
 extra-x86_64/nvidia-4.0.patch  |   28 --
 13 files changed, 280 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-28 06:37:48 UTC (rev 247557)
+++ extra-i686/PKGBUILD 2015-09-28 06:37:49 UTC (rev 247558)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler 
-
-pkgname=nvidia-340xx
-pkgver=340.76
-_extramodules=extramodules-4.1-ARCH
-pkgrel=14
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=4.1' 'linux<4.2' 'libgl' "nvidia-340xx-utils=${pkgver}")
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.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";
-nv-drm.patch
-nvidia-4.0.patch)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c'
- '79671a27131da619a33eb02ed0c2c031'
- 'f42bdf589f52d4e6c38baa5bef15eef8')
-
-[[ "$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
-patch -p0 -i ../nv-drm.patch
-patch -p0 -i ../nvidia-4.0.patch
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-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-340xx/repos/extra-i686/PKGBUILD (from rev 247555, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-28 06:37:49 UTC (rev 247558)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:37:46
  Author: tpowa
Revision: 247556

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 247555, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nv-drm.patch
(from rev 247555, nvidia-304xx/repos/testing-i686/nv-drm.patch)
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
(from rev 247555, nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 247555, nvidia-304xx/repos/testing-i686/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 247555, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
(from rev 247555, nvidia-304xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
(from rev 247555, 
nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 247555, nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nv-drm.patch
  nvidia-304xx/repos/extra-i686/nvidia-3.19.patch
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
  nvidia-304xx/repos/extra-i686/nvidia-4.0.patch
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-3.19.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
  nvidia-304xx/repos/extra-x86_64/nvidia-4.0.patch
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

+
 /PKGBUILD  |  138 +++
 /nv-drm.patch  |   54 
 /nvidia-304xx-dkms.install |   60 +
 /nvidia-304xx.install  |   26 +
 extra-i686/PKGBUILD|   75 
 extra-i686/nv-drm.patch|   27 --
 extra-i686/nvidia-3.19.patch   |   21 
 extra-i686/nvidia-304xx-dkms.install   |   30 --
 extra-i686/nvidia-304xx.install|   13 --
 extra-i686/nvidia-4.0.patch|   28 --
 extra-x86_64/PKGBUILD  |   75 
 extra-x86_64/nv-drm.patch  |   27 --
 extra-x86_64/nvidia-3.19.patch |   21 
 extra-x86_64/nvidia-304xx-dkms.install |   30 --
 extra-x86_64/nvidia-304xx.install  |   13 --
 extra-x86_64/nvidia-4.0.patch  |   28 --
 16 files changed, 278 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-28 06:37:29 UTC (rev 247555)
+++ extra-i686/PKGBUILD 2015-09-28 06:37:46 UTC (rev 247556)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.125
-_extramodules=extramodules-4.1-ARCH
-pkgrel=23
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.1' 'linux-headers<4.2')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
-'nv-drm.patch'
-'nvidia-3.19.patch'
-'nvidia-4.0.patch')
-sha512sums=('cd77736790876b66c1e88bf30b7a93f755c0f94118edda8fde1701dc07dc4eb60f89a27b0ed432db74729f269cb239f32f3c5e045d701f60baf69da7fc0d0ea7'
-
'3b50d1353ff6cfee9042455b78e889c198e40dfe832dde79eda1a47d9f1f02b29f0161f1ac694dc7502eb2a94bad6b98244568cc353f387b02de6cae1c17d4ae'
-
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f'
-
'f52a9f82a73eef9e27046c51ce0b2671ee2893f9b12e17c722f17416c39ac0b8d7d5b1fed51b6ab6f36670b036cd96d5cfeae37300ef041c029fd3d3d136ff3d'
-
'd00a2a4c5bf38041cf9e4f61aa0ad0d6123451839eb272c36d7e466d77b33d90415cfa6f96a3a9da8688a1048e93a03169f808e6b2ddc2d9d148bab8485dae27')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-patch -p0 -i "$srcdir/nv-drm.patch"
-patch -p1 -i "$srcdir/nvidia-3.19.patch"
-patch -p0 -i "$srcdir/nvidia-4.0.patch"
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:37:29
  Author: tpowa
Revision: 247555

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  
linux/repos/core-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 247554, 
linux/repos/testing-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  linux/repos/core-i686/0001-fix-bridge-regression.patch
(from rev 247554, linux/repos/testing-i686/0001-fix-bridge-regression.patch)
  linux/repos/core-i686/0001-make_flush_workqueue_non_gpl.patch
(from rev 247554, 
linux/repos/testing-i686/0001-make_flush_workqueue_non_gpl.patch)
  
linux/repos/core-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 247554, 
linux/repos/testing-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 247554, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 247554, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 247554, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 247554, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 247554, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 247554, linux/repos/testing-i686/linux.preset)
  
linux/repos/core-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 247554, 
linux/repos/testing-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  linux/repos/core-x86_64/0001-fix-bridge-regression.patch
(from rev 247554, 
linux/repos/testing-x86_64/0001-fix-bridge-regression.patch)
  linux/repos/core-x86_64/0001-make_flush_workqueue_non_gpl.patch
(from rev 247554, 
linux/repos/testing-x86_64/0001-make_flush_workqueue_non_gpl.patch)
  
linux/repos/core-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 247554, 
linux/repos/testing-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 247554, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 247554, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 247554, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 247554, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 247554, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 247554, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

-+
 /PKGBUILD   |  
628 
 /change-default-console-loglevel.patch  |  
 22 
 /config 
|15442 ++
 /config.x86_64  
|14946 +
 /linux.install  |  
 74 
 /linux.preset   |  
 28 
 core-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   |  
 65 
 core-i686/0001-fix-bridge-regression.patch  |  
 25 
 core-i686/0001-make_flush_workqueue_non_gpl.patch   |  
 34 
 core-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   |  
103 
 core-i686/PKGBUILD  |  
298 
 core-i686/change-default-console-loglevel.patch |  
 11 
 core-i686/config| 
7518 
 core-i686/config.x86_64 | 
7268 
 core-i686/linux.install |  
 37 
 core-i686/linux.preset  |  
 14 
 core-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch |  
 65 
 core-x86_64/0001-fix-bridge-regression.patch

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:37:48
  Author: tpowa
Revision: 247557

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 247555, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-dkms.install
(from rev 247555, nvidia/repos/testing-i686/nvidia-dkms.install)
  nvidia/repos/extra-i686/nvidia.install
(from rev 247555, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 247555, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-dkms.install
(from rev 247555, nvidia/repos/testing-x86_64/nvidia-dkms.install)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 247555, nvidia/repos/testing-x86_64/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
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  156 +
 /nvidia.install  |   26 ++
 extra-i686/PKGBUILD  |   55 -
 extra-i686/nv-drm-343.36.patch   |   14 ---
 extra-i686/nvidia-dkms.install   |   30 +++
 extra-i686/nvidia.install|   13 ---
 extra-x86_64/PKGBUILD|   55 -
 extra-x86_64/nv-drm-343.36.patch |   14 ---
 extra-x86_64/nvidia-dkms.install |   30 +++
 extra-x86_64/nvidia.install  |   13 ---
 10 files changed, 242 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-28 06:37:46 UTC (rev 247556)
+++ extra-i686/PKGBUILD 2015-09-28 06:37:48 UTC (rev 247557)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=352.41
-_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' 'linux<4.2' "nvidia-utils=${pkgver}" 'libgl')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.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=('3f9c9fed035fa845e3f6a1ea5f5732f7'
- 'd41d1a358edbade36cfd97cdcc9a80b9')
-
-[[ "$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 247555, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-28 06:37:48 UTC (rev 247557)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=355.11
+_extramodules=extramodules-4.2-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')
+license=('custom')
+options=(!strip)
+source_i686="ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+source_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+md5sums_i686='16d143ccafe99328a2ca8e5a396fd4bc'
+md5sums_x86_64='30133d89690f4683c4e289ec6c0247dc'
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() { 
+sh "${_pkg}

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:36:49
  Author: tpowa
Revision: 141734

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 141733, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 141733, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 141733, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 141733, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 01:48:54 UTC (rev 141733)
+++ community-i686/PKGBUILD 2015-09-28 06:36:49 UTC (rev 141734)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=34
-_extramodules=extramodules-4.1-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='http://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux>=4.1' 'linux<4.2')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
-install='acpi_call.install'
-source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd acpi_call-${pkgver}
-
-  # Fix build with Linux >= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd acpi_call-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
-  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/acpi_call
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 141733, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-28 06:36:49 UTC (rev 141734)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=35
+_extramodules=extramodules-4.2-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install20

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:36:52
  Author: tpowa
Revision: 141736

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 141733, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 141733, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 141733, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 141733, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |   88 +++
 /r8168.install |   34 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 06:36:51 UTC (rev 141735)
+++ community-i686/PKGBUILD 2015-09-28 06:36:52 UTC (rev 141736)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.040.00
-pkgrel=6
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 141733, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-28 06:36:52 UTC (rev 141736)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=7
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:36:56
  Author: tpowa
Revision: 141739

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 141733, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 141733, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 141733, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 141733, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 141733, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 141733, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   21 ---
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   21 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2015-09-28 06:36:55 UTC (rev 141738)
+++ community-i686/60-vhba.rules2015-09-28 06:36:56 UTC (rev 141739)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 141733, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-09-28 06:36:56 UTC (rev 141739)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 06:36:55 UTC (rev 141738)
+++ community-i686/PKGBUILD 2015-09-28 06:36:56 UTC (rev 141739)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.1-ARCH
-pkgrel=17
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=4.1' 'linux<4.2')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 141733, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-28 06:36:56 UTC (rev 141739)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.2-ARCH
+pkgrel=18
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=4.2' 'linux<4.3')
+makedepends=('li

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:36:51
  Author: tpowa
Revision: 141735

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 141733, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 141733, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 141733, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 141733, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 06:36:49 UTC (rev 141734)
+++ community-i686/PKGBUILD 2015-09-28 06:36:51 UTC (rev 141735)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
-pkgrel=36
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url=("http://github.com/Bumblebee-Project/bbswitch";)
-license=('GPL')
-depends=('linux>=4.1' 'linux<4.2')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
-install=bbswitch.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 141733, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-28 06:36:51 UTC (rev 141735)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.2-ARCH # Don't forget to update bbswitch.install
+pkgrel=37
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=4.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2015-09-28 06:36:49 UTC (rev 141734)
+++ community-i686/bbswitch.install 2015-09-28 06:36:51 UTC (rev 141735)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.1-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 141733, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-09-28 06:36:51 UTC (rev 141735)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extra

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:36:58
  Author: tpowa
Revision: 141740

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 141733, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 141733, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 141733, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 141733, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 141733, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 141733, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 141733, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 141733, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  128 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   64 --
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   64 --
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 338 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 06:36:56 UTC (rev 141739)
+++ community-i686/PKGBUILD 2015-09-28 06:36:58 UTC (rev 141740)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.1' 'linux<4.2'
- 'linux-headers>=4.1' 'linux-headers<4.2'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.1-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.1' 'linux<4.2')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=4.1' 'linux<4.2')
-  replaces=('virtualbox-arc

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:36:54
  Author: tpowa
Revision: 141737

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 141733, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 141733, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 141733, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 141733, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 06:36:52 UTC (rev 141736)
+++ community-i686/PKGBUILD 2015-09-28 06:36:54 UTC (rev 141737)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=12
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 141733, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-28 06:36:54 UTC (rev 141737)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=13
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux

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

2015-09-27 Thread Tobias Powalowski
Date: Monday, September 28, 2015 @ 08:36:55
  Author: tpowa
Revision: 141738

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 141733, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 141733, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 141733, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 141733, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/tp_smapi.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/tp_smapi.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-28 06:36:54 UTC (rev 141737)
+++ community-i686/PKGBUILD 2015-09-28 06:36:55 UTC (rev 141738)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-4.1-ARCH
-pkgrel=73
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.1' 'linux<4.2')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/usr/lib/modules"
-  mv "${_kernver}/extra" "${_extramodules}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
-"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 141733, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-28 06:36:55 UTC (rev 141738)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.2-ARCH
+pkgrel=74
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # com

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

2015-09-27 Thread Anatol Pomozov
Date: Monday, September 28, 2015 @ 03:27:42
  Author: anatolik
Revision: 141732

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

Added:
  openntpd/repos/community-testing-i686/
  openntpd/repos/community-testing-i686/PKGBUILD
(from rev 141731, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-testing-i686/linux-adjtimex.patch
(from rev 141731, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-testing-i686/openntpd.install
(from rev 141731, openntpd/trunk/openntpd.install)
  openntpd/repos/community-testing-i686/openntpd.service
(from rev 141731, openntpd/trunk/openntpd.service)
  openntpd/repos/community-testing-i686/openntpd.tmpfiles
(from rev 141731, openntpd/trunk/openntpd.tmpfiles)
  openntpd/repos/community-testing-x86_64/
  openntpd/repos/community-testing-x86_64/PKGBUILD
(from rev 141731, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-testing-x86_64/linux-adjtimex.patch
(from rev 141731, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-testing-x86_64/openntpd.install
(from rev 141731, openntpd/trunk/openntpd.install)
  openntpd/repos/community-testing-x86_64/openntpd.service
(from rev 141731, openntpd/trunk/openntpd.service)
  openntpd/repos/community-testing-x86_64/openntpd.tmpfiles
(from rev 141731, openntpd/trunk/openntpd.tmpfiles)

---+
 community-testing-i686/PKGBUILD   |   55 +++
 community-testing-i686/linux-adjtimex.patch   |  168 
 community-testing-i686/openntpd.install   |   15 ++
 community-testing-i686/openntpd.service   |   10 +
 community-testing-i686/openntpd.tmpfiles  |1 
 community-testing-x86_64/PKGBUILD |   55 +++
 community-testing-x86_64/linux-adjtimex.patch |  168 
 community-testing-x86_64/openntpd.install |   15 ++
 community-testing-x86_64/openntpd.service |   10 +
 community-testing-x86_64/openntpd.tmpfiles|1 
 10 files changed, 498 insertions(+)

Copied: openntpd/repos/community-testing-i686/PKGBUILD (from rev 141731, 
openntpd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-28 01:27:42 UTC (rev 141732)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Mark Rosenstand 
+# Contributor: Giorgio Lando  (adjtimex patch)
+# Contributor: Alexander Rødseth 
+
+pkgname=openntpd
+pkgver=5.7p4
+pkgrel=1
+pkgdesc='Free, easy to use implementation of the Network Time Protocol.'
+url='http://www.openntpd.org/'
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('openssl')
+conflicts=('ntp')
+backup=('etc/ntpd.conf')
+install=$pkgname.install
+source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz";
+'openntpd.tmpfiles'
+'openntpd.service')
+
+sha256sums=('a993d95976e375acc0ab1a677fd268f55024477835633c8ae404895046bccb23'
+'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5'
+'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-privsep-user=ntp \
+--with-privsep-path=/run/openntpd/ \
+--with-adjtimex
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf"
+
+  install -d -m700 "$pkgdir/var/lib/ntp"
+  install -Dm644 "$srcdir/openntpd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/openntpd.conf"
+  install -Dm644 "$srcdir/openntpd.service" 
"$pkgdir/usr/lib/systemd/system/openntpd.service"
+
+  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
+  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openntpd/repos/community-testing-i686/linux-adjtimex.patch (from rev 
141731, openntpd/trunk/linux-adjtimex.patch)
===
--- community-testing-i686/linux-adjtimex.patch (rev 0)
+++ community-testing-i686/linux-adjtimex.patch 2015-09-28 01:27:42 UTC (rev 
141732)
@@ -0,0 +1,168 @@
+Only in openntpd-3.9p1.old: configure
+diff -ur --unidirectional-new-file openntpd-3.9p1.old/configure.ac 
openntpd-3.9p1/configure.ac
+--- openntpd-3.9p1.old/configure.ac2006-05-14 07:29:23.0 +0200
 openntpd-3.9p1/configure.ac2008-02-07 13:13:18.066366142 +0100
+@@ -583,6 +583,11 @@
+   [ builtin_arc4random=$withval ]
+ )
+ 
++AC_ARG_WITH(adjtimex,
++  [  --with-adjtimex Use adjtimex to adjust kernel skew],
++  [ AC_DEFINE(USE_ADJTIMEX, [],

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

2015-09-27 Thread Anatol Pomozov
Date: Monday, September 28, 2015 @ 03:26:38
  Author: anatolik
Revision: 141731

upgpkg: openntpd 5.7p4-1

Modified:
  openntpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-28 01:20:29 UTC (rev 141730)
+++ PKGBUILD2015-09-28 01:26:38 UTC (rev 141731)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=openntpd
-pkgver=5.7p1
+pkgver=5.7p4
 pkgrel=1
 pkgdesc='Free, easy to use implementation of the Network Time Protocol.'
 url='http://www.openntpd.org/'
@@ -19,7 +19,7 @@
 'openntpd.tmpfiles'
 'openntpd.service')
 
-sha256sums=('071cfdcfc179c481568a2b8262945243a3123abfc7fa8831da1bbff3729b8307'
+sha256sums=('a993d95976e375acc0ab1a677fd268f55024477835633c8ae404895046bccb23'
 'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5'
 '3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1')
 


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

2015-09-27 Thread Anatol Pomozov
Date: Monday, September 28, 2015 @ 03:20:29
  Author: anatolik
Revision: 141730

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 141729, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 141729, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 141729, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 141729, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 141729, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 141729, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 141729, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 141729, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   69 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   22 +++
 community-testing-i686/rethinkdb.service|   12 +++
 community-testing-x86_64/PKGBUILD   |   69 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   22 +++
 community-testing-x86_64/rethinkdb.service  |   12 +++
 8 files changed, 208 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 141729, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-28 01:20:29 UTC (rev 141730)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=2.1.4
+_tag=rethinkdb-$pkgver
+pkgrel=1
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl icu)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('2553ad4a31b5f09522fc651fd2cfa98d76bccfebd6db87ef929eda54220f70b2'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
141729, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2015-09-28 01:20:29 UTC 
(rev 141730)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

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

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

2015-09-27 Thread Anatol Pomozov
Date: Monday, September 28, 2015 @ 03:19:41
  Author: anatolik
Revision: 141729

upgpkg: rethinkdb 2.1.4-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 22:12:36 UTC (rev 141728)
+++ PKGBUILD2015-09-28 01:19:41 UTC (rev 141729)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=2.1.3
+pkgver=2.1.4
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -21,7 +21,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('8dbfbd89e1053eda7acde7e0bb9c4ceb64c5371ceb9b3e16019e6fc60776890f'
+sha256sums=('2553ad4a31b5f09522fc651fd2cfa98d76bccfebd6db87ef929eda54220f70b2'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 


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

2015-09-27 Thread Anatol Pomozov
Date: Monday, September 28, 2015 @ 01:07:04
  Author: anatolik
Revision: 247554

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

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

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: intel-tbb/repos/testing-i686/PKGBUILD (from rev 247553, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-27 23:07:04 UTC (rev 247554)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.4_20150728
+_dir=tbb${pkgver/\./}oss
+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=('9d8587f743a3ee3961305457a9285f71bb4168ea')
+
+build() {
+  cd $_dir
+  make
+}
+
+package() {
+  cd $_dir
+  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 247553, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-27 23:07:04 UTC (rev 247554)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.4_20150728
+_dir=tbb${pkgver/\./}oss
+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=('9d8587f743a3ee3961305457a9285f71bb4168ea')
+
+build() {
+  cd $_dir
+  make
+}
+
+package() {
+  cd $_dir
+  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 intel-tbb/trunk (PKGBUILD)

2015-09-27 Thread Anatol Pomozov
Date: Monday, September 28, 2015 @ 01:06:29
  Author: anatolik
Revision: 247553

upgpkg: intel-tbb 4.4_20150728-1

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 21:11:42 UTC (rev 247552)
+++ PKGBUILD2015-09-27 23:06:29 UTC (rev 247553)
@@ -4,7 +4,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=intel-tbb
-pkgver=4.3_20150611
+pkgver=4.4_20150728
+_dir=tbb${pkgver/\./}oss
 pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=('i686' 'x86_64')
@@ -12,17 +13,17 @@
 license=('GPL')
 depends=('gcc-libs')
 
source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
-sha1sums=('5457cd15ad13625442283e67844199a79e88a3a4')
+sha1sums=('9d8587f743a3ee3961305457a9285f71bb4168ea')
 
 build() {
-  cd tbb${pkgver/\./}oss
+  cd $_dir
   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
+  cd $_dir
+  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 catfish/repos/community-any (4 files)

2015-09-27 Thread Alexander Rødseth
Date: Monday, September 28, 2015 @ 00:12:36
  Author: arodseth
Revision: 141728

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   96 +++---
 catfish.install |   28 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 22:07:21 UTC (rev 141727)
+++ PKGBUILD2015-09-27 22:12:36 UTC (rev 141728)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-
-pkgname=catfish
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
-makedepends=('intltool')
-optdepends=('zeitgeist: integration with zeitgeist'
-'findutils: filename search'
-'mlocate: filename search'
-'tracker: fulltext search'
-'strigi: fulltext search'
-'pinot: fulltext search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
-"$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: -u 5 launchpad.net/catfish-search
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 141727, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 22:12:36 UTC (rev 141728)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+
+pkgname=catfish
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
+makedepends=('intltool')
+optdepends=('zeitgeist: integration with zeitgeist'
+'findutils: filename search'
+'mlocate: filename search'
+'tracker: fulltext search'
+'strigi: fulltext search'
+'pinot: fulltext search')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+"$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: -u 5 launchpad.net/catfish-search
+# vim:set ts=2 sw=2 et:

Deleted: catfish.install
===
--- catfish.install 2015-09-27 22:07:21 UTC (rev 141727)
+++ catfish.install 2015-09-27 22:12:36 UTC (rev 141728)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 141727, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2015-09-27 22:12:36 UTC (rev 141728)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-27 Thread Alexander Rødseth
Date: Monday, September 28, 2015 @ 00:07:21
  Author: arodseth
Revision: 141727

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   96 +++---
 catfish.install |   28 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 22:07:13 UTC (rev 141726)
+++ PKGBUILD2015-09-27 22:07:21 UTC (rev 141727)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-
-pkgname=catfish
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
-makedepends=('intltool')
-optdepends=('zeitgeist: integration with zeitgeist'
-'findutils: filename search'
-'mlocate: fulltext search'
-'tracker: fulltext search'
-'strigi: fulltext search'
-'pinot: fulltext search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
-"$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: -u 5 launchpad.net/catfish-search
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 141726, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 22:07:21 UTC (rev 141727)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+
+pkgname=catfish
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
+makedepends=('intltool')
+optdepends=('zeitgeist: integration with zeitgeist'
+'findutils: filename search'
+'mlocate: filename search'
+'tracker: fulltext search'
+'strigi: fulltext search'
+'pinot: fulltext search')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+"$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: -u 5 launchpad.net/catfish-search
+# vim:set ts=2 sw=2 et:

Deleted: catfish.install
===
--- catfish.install 2015-09-27 22:07:13 UTC (rev 141726)
+++ catfish.install 2015-09-27 22:07:21 UTC (rev 141727)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  echo 'One of the file search engines must be installed for catfish to work.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 141726, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2015-09-27 22:07:21 UTC (rev 141727)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-27 Thread Alexander Rødseth
Date: Monday, September 28, 2015 @ 00:07:13
  Author: arodseth
Revision: 141726

upgpkg: catfish 1.3.2-1

Modified:
  catfish/trunk/PKGBUILD
  catfish/trunk/catfish.install

-+
 PKGBUILD|2 +-
 catfish.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 21:48:47 UTC (rev 141725)
+++ PKGBUILD2015-09-27 22:07:13 UTC (rev 141726)
@@ -16,7 +16,7 @@
 makedepends=('intltool')
 optdepends=('zeitgeist: integration with zeitgeist'
 'findutils: filename search'
-'mlocate: fulltext search'
+'mlocate: filename search'
 'tracker: fulltext search'
 'strigi: fulltext search'
 'pinot: fulltext search')

Modified: catfish.install
===
--- catfish.install 2015-09-27 21:48:47 UTC (rev 141725)
+++ catfish.install 2015-09-27 22:07:13 UTC (rev 141726)
@@ -1,6 +1,6 @@
 post_install() {
   xdg-icon-resource forceupdate
-  echo 'One of the file search engines must be installed for catfish to work.'
+  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
 }
 
 post_upgrade() {


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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 23:48:47
  Author: arodseth
Revision: 141725

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   95 +++---
 catfish.install |   27 +++
 2 files changed, 62 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 21:48:40 UTC (rev 141724)
+++ PKGBUILD2015-09-27 21:48:47 UTC (rev 141725)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-
-pkgname=catfish
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('gtk3' 'mlocate' 'python-gobject' 'python-xdg' 'xdg-utils' 
'python-pexpect')
-makedepends=('intltool')
-optdepends=('zeitgeist: integration with zeitgeist'
-'findutils: filename search'
-'tracker: fulltext search'
-'strigi: fulltext search'
-'pinot: fulltext search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('58d93cf56551d4cdb4fa3cbedcee32fa80d507d0d72638ecb947b176f0d81406')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
-"$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: -u 5 launchpad.net/catfish-search
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 141724, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 21:48:47 UTC (rev 141725)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+
+pkgname=catfish
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
+makedepends=('intltool')
+optdepends=('zeitgeist: integration with zeitgeist'
+'findutils: filename search'
+'mlocate: fulltext search'
+'tracker: fulltext search'
+'strigi: fulltext search'
+'pinot: fulltext search')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+"$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: -u 5 launchpad.net/catfish-search
+# vim:set ts=2 sw=2 et:

Deleted: catfish.install
===
--- catfish.install 2015-09-27 21:48:40 UTC (rev 141724)
+++ catfish.install 2015-09-27 21:48:47 UTC (rev 141725)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 141724, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2015-09-27 21:48:47 UTC (rev 141725)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  echo 'One of the file search engines must be installed for catfish to work.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 23:48:40
  Author: arodseth
Revision: 141724

upgpkg: catfish 1.3.2-1

Modified:
  catfish/trunk/PKGBUILD
  catfish/trunk/catfish.install

-+
 PKGBUILD|   11 ++-
 catfish.install |1 +
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 21:12:52 UTC (rev 141723)
+++ PKGBUILD2015-09-27 21:48:40 UTC (rev 141724)
@@ -1,26 +1,27 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Jaroslav Lichtblau 
 # Contributor: Alexander Fehr 
 # Contributor: Pantelis Panayiotou 
 
 pkgname=catfish
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'
 license=('GPL')
 install="$pkgname.install"
-depends=('gtk3' 'mlocate' 'python-gobject' 'python-xdg' 'xdg-utils' 
'python-pexpect')
+depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
 makedepends=('intltool')
 optdepends=('zeitgeist: integration with zeitgeist'
 'findutils: filename search'
+'mlocate: fulltext search'
 'tracker: fulltext search'
 'strigi: fulltext search'
 'pinot: fulltext search')
 
source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('58d93cf56551d4cdb4fa3cbedcee32fa80d507d0d72638ecb947b176f0d81406')
+sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
 
 prepare() {
   cd "$pkgname-$pkgver"

Modified: catfish.install
===
--- catfish.install 2015-09-27 21:12:52 UTC (rev 141723)
+++ catfish.install 2015-09-27 21:48:40 UTC (rev 141724)
@@ -1,5 +1,6 @@
 post_install() {
   xdg-icon-resource forceupdate
+  echo 'One of the file search engines must be installed for catfish to work.'
 }
 
 post_upgrade() {


[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 23:12:39
  Author: arodseth
Revision: 141722

upgpkg: xfce4-whiskermenu-plugin 1.5.1-1

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 20:45:12 UTC (rev 141721)
+++ PKGBUILD2015-09-27 21:12:39 UTC (rev 141722)
@@ -1,10 +1,10 @@
 # $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Graeme Gott 
 
 pkgname=xfce4-whiskermenu-plugin
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='Alternate menu for Xfce4'
 arch=('x86_64' 'i686')
 url="http://gottcode.org/xfce4-whiskermenu-plugin/";
@@ -14,7 +14,7 @@
 makedepends=('cmake')
 install="$pkgname.install"
 source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
-sha256sums=('da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851')
+sha256sums=('1c7650562322867513370ab575536b67aa3712329bb60a0c91a0a70e23a8945a')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -30,4 +30,5 @@
   make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
 }
 
+# getver ok
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (8 files)

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 23:12:52
  Author: arodseth
Revision: 141723

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

Added:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
(from rev 141722, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install
(from rev 141722, 
xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 141722, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  
xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install
(from rev 141722, 
xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
  xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
  
xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install

---+
 /PKGBUILD |   68 
 /xfce4-whiskermenu-plugin.install |   26 +++
 community-i686/PKGBUILD   |   33 -
 community-i686/xfce4-whiskermenu-plugin.install   |   13 ---
 community-x86_64/PKGBUILD |   33 -
 community-x86_64/xfce4-whiskermenu-plugin.install |   13 ---
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 21:12:39 UTC (rev 141722)
+++ community-i686/PKGBUILD 2015-09-27 21:12:52 UTC (rev 141723)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url="http://gottcode.org/xfce4-whiskermenu-plugin/";
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
-sha256sums=('da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 
141722, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 21:12:52 UTC (rev 141723)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/xfce4-whiskermenu-plugin/";
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
+sha256sums=('1c7650562322867513370ab575536b67aa3712329bb60a0c91a0a70e23a8945a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+}
+
+# getver ok
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/xfce4-whiskermenu-plugin.install
===
--- community-i686/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:39 UTC 
(rev 141722)
+++ community-i686/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:52 UTC 
(rev 141723)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 
xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install 
(from rev 141722, 
xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
===
--- community-i686/xfce4-whiskermenu-plugin.install 
(rev 0)
+++ community-i686/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:52 UTC 
(rev 141723)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===

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

2015-09-27 Thread Antonio Rojas
Date: Sunday, September 27, 2015 @ 23:11:42
  Author: arojas
Revision: 247552

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

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 247551, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-i686/kdepim-runtime-bug338658.patch
(from rev 247551, kdepim-runtime/trunk/kdepim-runtime-bug338658.patch)
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
(from rev 247551, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 247551, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime-bug338658.patch
(from rev 247551, kdepim-runtime/trunk/kdepim-runtime-bug338658.patch)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
(from rev 247551, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-i686/kdepim-runtime-bug338658.patch
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime-bug338658.patch
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install

-+
 /PKGBUILD   |   94 ++
 /kdepim-runtime-bug338658.patch |  362 ++
 /kdepim-runtime.install |   26 +
 extra-i686/PKGBUILD |   43 ---
 extra-i686/kdepim-runtime-bug338658.patch   |  181 -
 extra-i686/kdepim-runtime.install   |   13 
 extra-x86_64/PKGBUILD   |   43 ---
 extra-x86_64/kdepim-runtime-bug338658.patch |  181 -
 extra-x86_64/kdepim-runtime.install |   13 
 9 files changed, 482 insertions(+), 474 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-27 21:10:00 UTC (rev 247551)
+++ extra-i686/PKGBUILD 2015-09-27 21:11:42 UTC (rev 247552)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=15.08.1
-pkgrel=2
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 kdepim-runtime-bug338658.patch)
-sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
-  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd')
-
-prepare() {
-  mkdir -p build
-
-# Fix https://bugs.kde.org/show_bug.cgi?id=338658
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdepim-runtime-bug338658.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 247551, 
kdepim-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-27 21:11:42 UTC (rev 247552)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=15.08.1
+pkgrel=3
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 kdepim-runtime-bug338658.patch
+   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain";)
+sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
+  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
+  '5c6f5128ca2a56124e4c0b09a911c7979d682466')
+
+prepare() {
+  mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdepim-runtime-bug338658.patch
+# Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693
+  patch -p1 -i ../ical-resource.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DC

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

2015-09-27 Thread Antonio Rojas
Date: Sunday, September 27, 2015 @ 23:10:00
  Author: arojas
Revision: 247551

Fix ical resources URL (KDEBUG#352693)

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 20:16:38 UTC (rev 247550)
+++ PKGBUILD2015-09-27 21:10:00 UTC (rev 247551)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -14,9 +14,11 @@
  knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
 makedepends=(extra-cmake-modules kdoctools boost)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 kdepim-runtime-bug338658.patch)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 kdepim-runtime-bug338658.patch
+   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain";)
 sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
-  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd')
+  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
+  '5c6f5128ca2a56124e4c0b09a911c7979d682466')
 
 prepare() {
   mkdir -p build
@@ -24,6 +26,8 @@
 # Fix https://bugs.kde.org/show_bug.cgi?id=338658
   cd $pkgname-$pkgver
   patch -p1 -i ../kdepim-runtime-bug338658.patch
+# Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693
+  patch -p1 -i ../ical-resource.patch
 }
 
 build() {


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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 22:45:12
  Author: arodseth
Revision: 141721

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 141720, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 141720, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 141720, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 141720, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 141720, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 141720, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 141720, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 141720, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  146 
 /epmd.conf|6 +
 /epmd.service |   22 ++
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   72 ---
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 ---
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   72 ---
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 ---
 community-x86_64/epmd.socket  |9 --
 12 files changed, 192 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 20:44:52 UTC (rev 141720)
+++ community-i686/PKGBUILD 2015-09-27 20:45:12 UTC (rev 141721)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=18.0
-pkgrel=2
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz";
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'e44f0ec36ee0683867bc2aa9cc7fbb020d9dfd57338f37b98dcd0771f5b95673'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 141720, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 20:45:12 UTC (rev 141721)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contribut

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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 22:44:52
  Author: arodseth
Revision: 141720

upgpkg: erlang-nox 18.1-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 19:03:45 UTC (rev 141719)
+++ PKGBUILD2015-09-27 20:44:52 UTC (rev 141720)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Lukas Fleischer 
 # Contributor: Vesa Kaihlavirta 
 # Contributor: Sarah Hay 
@@ -7,8 +7,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=18.0
-pkgrel=2
+pkgver=18.1
+pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
@@ -26,7 +26,7 @@
 'epmd.socket'
 'epmd.conf')
 sha256sums=('SKIP'
-'e44f0ec36ee0683867bc2aa9cc7fbb020d9dfd57338f37b98dcd0771f5b95673'
+'e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
@@ -69,4 +69,5 @@
   install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
 }
 
+# getver ok
 # vim:set ts=2 sw=2 et:


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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 22:16:38
  Author: heftig
Revision: 247550

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gpaste/repos/gnome-unstable-i686/PKGBUILD
(from rev 247549, gpaste/trunk/PKGBUILD)
  gpaste/repos/gnome-unstable-i686/gpaste.install
(from rev 247549, gpaste/trunk/gpaste.install)
  gpaste/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247549, gpaste/trunk/PKGBUILD)
  gpaste/repos/gnome-unstable-x86_64/gpaste.install
(from rev 247549, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/gnome-unstable-i686/PKGBUILD
  gpaste/repos/gnome-unstable-i686/gpaste.install
  gpaste/repos/gnome-unstable-x86_64/PKGBUILD
  gpaste/repos/gnome-unstable-x86_64/gpaste.install

--+
 /PKGBUILD|   82 +
 /gpaste.install  |   22 
 gnome-unstable-i686/PKGBUILD |   41 
 gnome-unstable-i686/gpaste.install   |   11 
 gnome-unstable-x86_64/PKGBUILD   |   41 
 gnome-unstable-x86_64/gpaste.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-27 20:15:56 UTC (rev 247549)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 20:16:38 UTC (rev 247550)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html";
-license=(GPL3)
-arch=(i686 x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
-optdepends=("wgetpaste: Upload clipboard contents")
-options=('!emptydirs')
-install=gpaste.install
-source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz";)
-sha256sums=('f4872e6b2d2a764b34fe715e77a9722e7f51818a57f9a4dba3694efce95d5ce4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-vala
-  make
-}
-
-check () {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 data/completions/gpaste-client \
-"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
-  install -Dm644 data/completions/_gpaste-client \
-"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
-}

Copied: gpaste/repos/gnome-unstable-i686/PKGBUILD (from rev 247549, 
gpaste/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 20:16:38 UTC (rev 247550)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.18.1.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html";
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=('!emptydirs')
+install=gpaste.install
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz";)
+sha256sums=('25e8474bac2115b6bb4e3682c7e66073aa3ea4a994df8e4fa3bb847b7a09d97c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste-client \
+"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
+  install -Dm644 data/completions/_gpaste-client \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
+}

Deleted: gnome-unstable-i686/gpaste.install
===
--- gnome-unstable-i686/gpaste.install  2015-09-27 20:15:56 UTC (rev 247549)
+++ gnome-unstable-i686/gpaste.install  2015-09-27 20:16:38 UTC (rev 247550)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/gnome-unstable-i686/gpaste.install (from rev 247549, 
gpaste/trunk/gpaste.install)
===
--- gnome-unstable-i686/gpaste.install  (rev 0)
+++ gnome-unstable-i686/gpaste.install  2015-09-27 20:16:38 UTC (rev 247550)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstabl

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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 22:15:56
  Author: heftig
Revision: 247549

3.18.1.1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 19:39:23 UTC (rev 247548)
+++ PKGBUILD2015-09-27 20:15:56 UTC (rev 247549)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.18.1
+pkgver=3.18.1.1
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="http://www.imagination-land.org/tags/GPaste.html";
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 install=gpaste.install
 
source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz";)
-sha256sums=('f4872e6b2d2a764b34fe715e77a9722e7f51818a57f9a4dba3694efce95d5ce4')
+sha256sums=('25e8474bac2115b6bb4e3682c7e66073aa3ea4a994df8e4fa3bb847b7a09d97c')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-27 Thread Antonio Rojas
Date: Sunday, September 27, 2015 @ 21:39:23
  Author: arojas
Revision: 247548

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

Added:
  lirc/repos/staging-i686/PKGBUILD
(from rev 247547, lirc/trunk/PKGBUILD)
  lirc/repos/staging-i686/lirc.install
(from rev 247547, lirc/trunk/lirc.install)
  lirc/repos/staging-i686/lirc.logrotate
(from rev 247547, lirc/trunk/lirc.logrotate)
  lirc/repos/staging-i686/lirc.tmpfiles
(from rev 247547, lirc/trunk/lirc.tmpfiles)
  lirc/repos/staging-x86_64/PKGBUILD
(from rev 247547, lirc/trunk/PKGBUILD)
  lirc/repos/staging-x86_64/lirc.install
(from rev 247547, lirc/trunk/lirc.install)
  lirc/repos/staging-x86_64/lirc.logrotate
(from rev 247547, lirc/trunk/lirc.logrotate)
  lirc/repos/staging-x86_64/lirc.tmpfiles
(from rev 247547, lirc/trunk/lirc.tmpfiles)
Deleted:
  lirc/repos/staging-i686/PKGBUILD
  lirc/repos/staging-i686/lirc.install
  lirc/repos/staging-i686/lirc.logrotate
  lirc/repos/staging-i686/lirc.tmpfiles
  lirc/repos/staging-x86_64/PKGBUILD
  lirc/repos/staging-x86_64/lirc.install
  lirc/repos/staging-x86_64/lirc.logrotate
  lirc/repos/staging-x86_64/lirc.tmpfiles

---+
 /PKGBUILD |   90 
 /lirc.install |   26 +++
 /lirc.logrotate   |   10 
 /lirc.tmpfiles|2 
 staging-i686/PKGBUILD |   45 
 staging-i686/lirc.install |   13 -
 staging-i686/lirc.logrotate   |5 --
 staging-i686/lirc.tmpfiles|1 
 staging-x86_64/PKGBUILD   |   45 
 staging-x86_64/lirc.install   |   13 -
 staging-x86_64/lirc.logrotate |5 --
 staging-x86_64/lirc.tmpfiles  |1 
 12 files changed, 128 insertions(+), 128 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-09-27 19:37:25 UTC (rev 247547)
+++ staging-i686/PKGBUILD   2015-09-27 19:39:23 UTC (rev 247548)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Paul Mattal 
-
-pkgname=lirc
-_pkgver=0.9.2a
-[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=2
-epoch=1
-pkgdesc="Linux Infrared Remote Control utils"
-arch=('i686' 'x86_64')
-url="http://www.lirc.org/";
-license=('GPL')
-depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
-makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'python')
-optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
-provides=('lirc-utils')
-conflicts=('lirc-utils')
-replaces=('lirc-utils')
-backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
-install=lirc.install
-source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";
-lirc.logrotate
-lirc.tmpfiles)
-md5sums=('639a14ed0b3b34ae227a047b952ea368'
- '3deb02604b37811d41816e9b4385fcc3'
- 'febf25c154a7d36f01159e84f26c2d9a')
-
-build() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \
- --with-transmitter --enable-sandboxed 
-  make
-}
-
-package() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/lirc.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
-  install -Dm644 "${srcdir}"/lirc.logrotate "${pkgdir}"/etc/logrotate.d/lirc
-
-  rmdir "${pkgdir}"/var/{run/lirc/,run/,}
-}

Copied: lirc/repos/staging-i686/PKGBUILD (from rev 247547, lirc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-27 19:39:23 UTC (rev 247548)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+
+pkgname=lirc
+_pkgver=0.9.3
+[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
+pkgrel=2
+epoch=1
+pkgdesc="Linux Infrared Remote Control utils"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org/";
+license=('GPL')
+depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'libxslt' 'python')
+optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
+provides=('lirc-utils')
+conflicts=('lirc-utils')
+replaces=('lirc-utils')
+backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
+install=lirc.install
+source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";
+lirc.logrotate
+lirc.tmpfiles)
+md5sums=('0a507613d06195a8daab9123190e16fe'
+ '3deb02604b37811d41816e9b4385fcc3'
+ 'febf25c154a7d36f01159e84f26c2d9a')
+
+build() {
+  cd "${srcdir}/lirc-${_pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \

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

2015-09-27 Thread Antonio Rojas
Date: Sunday, September 27, 2015 @ 21:37:25
  Author: arojas
Revision: 247547

Python 3.5 rebuild

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 17:22:16 UTC (rev 247546)
+++ PKGBUILD2015-09-27 19:37:25 UTC (rev 247547)
@@ -4,7 +4,7 @@
 pkgname=lirc
 _pkgver=0.9.3
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Linux Infrared Remote Control utils"
 arch=('i686' 'x86_64')


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

2015-09-27 Thread Jakob Gruber
Date: Sunday, September 27, 2015 @ 21:03:45
  Author: schuay
Revision: 141719

FS#46454

Modified:
  mc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 18:49:14 UTC (rev 141718)
+++ PKGBUILD2015-09-27 19:03:45 UTC (rev 141719)
@@ -27,7 +27,7 @@
 'perl: needed by several extfs scripts'
 'python2-boto: s3+ extfs'
 'python2-pytz: s3+ extfs'
-'smb: VFS support'
+'samba: VFS support'
 'unace: uace extfs'
 'unarj: uarj extfs'
 'unrar: urar extfs'


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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 20:48:57
  Author: arodseth
Revision: 141717

upgpkg: erlang 18.1-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 17:25:28 UTC (rev 141716)
+++ PKGBUILD2015-09-27 18:48:57 UTC (rev 141717)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Lukas Fleischer 
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Vesa Kaihlavirta 
 # Contributor: Sarah Hay 
 # Contributor: Tom Burdick 
@@ -8,8 +8,8 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=18.0
-pkgrel=2
+pkgver=18.1
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('Apache')
@@ -21,7 +21,7 @@
 'epmd.socket'
 'epmd.conf')
 sha256sums=('SKIP'
-'e44f0ec36ee0683867bc2aa9cc7fbb020d9dfd57338f37b98dcd0771f5b95673'
+'e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
@@ -88,4 +88,5 @@
 "$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
 }
 
+# getver ok
 # vim:set ts=2 sw=2 et:


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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 20:49:14
  Author: arodseth
Revision: 141718

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 141717, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 141717, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 141717, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 141717, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 141717, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 141717, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 141717, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 141717, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  184 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   91 ---
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   91 ---
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 230 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 18:48:57 UTC (rev 141717)
+++ community-i686/PKGBUILD 2015-09-27 18:49:14 UTC (rev 141718)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Alexander Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=18.0
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git' 
'libxslt' 'fop')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz";
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'e44f0ec36ee0683867bc2aa9cc7fbb020d9dfd57338f37b98dcd0771f5b95673'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p "$pkgdir/usr/lib/erlang/"{lib,man/man3}
-  mv "$srcdir/unixodbc/"* "$pkgdir/usr/lib/erlang/lib/"
-  mv "$srcdir/odbc.3.gz" "$pkgdir/usr/lib/erlang/man/man3/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt

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

2015-09-27 Thread Jonathan Steel
Date: Sunday, September 27, 2015 @ 19:25:28
  Author: jsteel
Revision: 141716

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

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

-+
 /PKGBUILD   |   62 ++
 /stella.install |   22 +
 community-i686/PKGBUILD |   31 ---
 community-i686/stella.install   |   11 --
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/stella.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 17:25:04 UTC (rev 141715)
+++ community-i686/PKGBUILD 2015-09-27 17:25:28 UTC (rev 141716)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.6.1
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net";
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('91d7a7333097345e81f90a39fcdcc324')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 141715, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 17:25:28 UTC (rev 141716)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=4.6.5
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net";
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('c22c922135497156bf630747cefb4637')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/stella.install
===
--- community-i686/stella.install   2015-09-27 17:25:04 UTC (rev 141715)
+++ community-i686/stella.install   2015-09-27 17:25:28 UTC (rev 141716)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: stella/repos/community-i686/stella.install (from rev 141715, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2015-09-27 17:25:28 UTC (rev 141716)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-27 17:25:04 UTC (rev 141715)
+++ community-x86_64/PKGBUILD   2015-09-27 17:25:28 UTC (rev 141716)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.6.1
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net";
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('91d7a7333097345e81f90a39fcdcc324')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 141715, 
stella/trunk/PKGBUILD)

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

2015-09-27 Thread Jonathan Steel
Date: Sunday, September 27, 2015 @ 19:25:04
  Author: jsteel
Revision: 141715

upgpkg: stella 4.6.5-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:50:56 UTC (rev 141714)
+++ PKGBUILD2015-09-27 17:25:04 UTC (rev 141715)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=4.6.1
+pkgver=4.6.5
 pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('glu')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('91d7a7333097345e81f90a39fcdcc324')
+md5sums=('c22c922135497156bf630747cefb4637')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-27 Thread Felix Yan
Date: Sunday, September 27, 2015 @ 19:22:16
  Author: fyan
Revision: 247546

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

Added:
  python-cryptography/repos/staging-i686/PKGBUILD
(from rev 247545, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/staging-x86_64/PKGBUILD
(from rev 247545, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/staging-i686/PKGBUILD
  python-cryptography/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  110 ++
 staging-i686/PKGBUILD   |   55 ---
 staging-x86_64/PKGBUILD |   55 ---
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-09-27 17:21:40 UTC (rev 247545)
+++ staging-i686/PKGBUILD   2015-09-27 17:22:16 UTC (rev 247546)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
-checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
-md5sums=('437adf65ab9c0ec98b2a07dd425d239d')
-
-prepare() {
-   cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd cryptography-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../cryptography-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {(
-   cd "${srcdir}"/cryptography-${pkgver}
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
-
-   cd "${srcdir}"/cryptography-${pkgver}-python2
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
-   ) || warning "Tests failed"
-   # Known failure: https://github.com/pyca/cryptography/issues/2354
-}
- 
-package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
- 
-   cd cryptography-${pkgver}
-   python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
- 
-   cd cryptography-${pkgver}-python2
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/staging-i686/PKGBUILD (from rev 247545, 
python-cryptography/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-27 17:22:16 UTC (rev 247546)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
+ 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
+checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
+md5sums=('6a8627da0c6199fca941dc8170f9b583')
+
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {(
+   cd "${srcdir}"/cryptography-${pkgver}
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
+
+   cd "${srcdir}"/cryptography-${pkgver}-python2
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
+   ) || warning "Tests failed"
+   # Known failure: https://github.com/pyca/cryptography/issues/2354
+}
+ 
+package_python-cryptography() {
+   depends=('py

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

2015-09-27 Thread Felix Yan
Date: Sunday, September 27, 2015 @ 19:21:40
  Author: fyan
Revision: 247545

upgpkg: python-cryptography 1.0.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:26:13 UTC (rev 247544)
+++ PKGBUILD2015-09-27 17:21:40 UTC (rev 247545)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
-md5sums=('437adf65ab9c0ec98b2a07dd425d239d')
+md5sums=('6a8627da0c6199fca941dc8170f9b583')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
@@ -32,10 +32,10 @@
 
 check() {(
cd "${srcdir}"/cryptography-${pkgver}
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
 
cd "${srcdir}"/cryptography-${pkgver}-python2
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
) || warning "Tests failed"
# Known failure: https://github.com/pyca/cryptography/issues/2354
 }


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

2015-09-27 Thread Levente Polyak
Date: Sunday, September 27, 2015 @ 18:50:56
  Author: anthraxx
Revision: 141714

archrelease: copy trunk to community-any

Added:
  smali/repos/community-any/PKGBUILD
(from rev 141713, smali/trunk/PKGBUILD)
Deleted:
  smali/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:50:50 UTC (rev 141713)
+++ PKGBUILD2015-09-27 16:50:56 UTC (rev 141714)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Firef0x 
-# Contributor: sh0 
-# Contributor: Lekensteyn 
-
-pkgname=smali
-pkgver=2.0.7
-pkgrel=2
-pkgdesc="An assembler/disassembler for Android's dex format"
-arch=('any')
-url="https://github.com/JesusFreke/smali";
-license=('BSD')
-depends=('java-runtime' 'bash')
-makedepends=('java-environment' 'gradle')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JesusFreke/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('64285c967ad5b7567ab4b901710da2b56629151f7afa062774ce9e9c1131da4453b8c5fbde59f8c5cad459393b9ac233191a15058611781fd7b0f8a749c38c9f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  for file in baksmali smali; do
-# prevent from printing path on launch
-sed '/echo ${newProg}/d' -i scripts/${file}
-# fix ls path
-sed 's|/bin/ls|/usr/bin/ls|' -i scripts/${file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gradle --gradle-user-home=. build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  gradle --gradle-user-home=. test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/bin"
-  for file in baksmali smali; do
-install -Dm 644 "${file}/build/libs/${file}-${pkgver}-dev.jar" 
"${pkgdir}/usr/share/java/${pkgname}/${file}.jar"
-install -Dm 755 scripts/${file} 
"${pkgdir}/usr/share/java/${pkgname}/${file}"
-ln -s "/usr/share/java/${pkgname}/${file}" "${pkgdir}/usr/bin/${file}"
-  done
-  install -Dm 644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: smali/repos/community-any/PKGBUILD (from rev 141713, 
smali/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 16:50:56 UTC (rev 141714)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Firef0x 
+# Contributor: sh0 
+# Contributor: Lekensteyn 
+
+pkgname=smali
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="An assembler/disassembler for Android's dex format"
+arch=('any')
+url="https://github.com/JesusFreke/smali";
+license=('BSD')
+depends=('java-runtime' 'bash')
+makedepends=('java-environment' 'gradle')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JesusFreke/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('e56c82b7d48ec0bad8a570cbcb4163755e338ba1e422335393e841fbc093b710539c9fadd07d99968eb8180c3357f731ced6ff7b02ba062f21e9cb298ad9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  for file in baksmali smali; do
+# prevent from printing path on launch
+sed '/echo ${newProg}/d' -i scripts/${file}
+# fix ls path
+sed 's|/bin/ls|/usr/bin/ls|' -i scripts/${file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gradle --gradle-user-home=. build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  gradle --gradle-user-home=. test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/bin"
+  for file in baksmali smali; do
+install -Dm 644 "${file}/build/libs/${file}-${pkgver}-dev.jar" 
"${pkgdir}/usr/share/java/${pkgname}/${file}.jar"
+install -Dm 755 scripts/${file} 
"${pkgdir}/usr/share/java/${pkgname}/${file}"
+ln -s "/usr/share/java/${pkgname}/${file}" "${pkgdir}/usr/bin/${file}"
+  done
+  install -Dm 644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-09-27 Thread Levente Polyak
Date: Sunday, September 27, 2015 @ 18:50:50
  Author: anthraxx
Revision: 141713

upgpkg: smali 2.0.8-1

upgpkg: smali 2.0.8-1

Modified:
  smali/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:50:21 UTC (rev 141712)
+++ PKGBUILD2015-09-27 16:50:50 UTC (rev 141713)
@@ -4,8 +4,8 @@
 # Contributor: Lekensteyn 
 
 pkgname=smali
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.0.8
+pkgrel=1
 pkgdesc="An assembler/disassembler for Android's dex format"
 arch=('any')
 url="https://github.com/JesusFreke/smali";
@@ -13,7 +13,7 @@
 depends=('java-runtime' 'bash')
 makedepends=('java-environment' 'gradle')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JesusFreke/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('64285c967ad5b7567ab4b901710da2b56629151f7afa062774ce9e9c1131da4453b8c5fbde59f8c5cad459393b9ac233191a15058611781fd7b0f8a749c38c9f')
+sha512sums=('e56c82b7d48ec0bad8a570cbcb4163755e338ba1e422335393e841fbc093b710539c9fadd07d99968eb8180c3357f731ced6ff7b02ba062f21e9cb298ad9')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in rabbitmq/repos/community-any (8 files)

2015-09-27 Thread Levente Polyak
Date: Sunday, September 27, 2015 @ 18:50:21
  Author: anthraxx
Revision: 141712

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 141711, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 141711, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 141711, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.service
(from rev 141711, rabbitmq/trunk/rabbitmq.service)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.service

---+
 PKGBUILD  |  114 ++--
 rabbitmq-env.conf |   12 ++---
 rabbitmq.install  |   50 +++---
 rabbitmq.service  |   30 ++---
 4 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:50:14 UTC (rev 141711)
+++ PKGBUILD2015-09-27 16:50:21 UTC (rev 141712)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.5.4
-pkgrel=3
-pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
-url="https://rabbitmq.com";
-arch=('any')
-license=('MPL')
-depends=('erlang-nox' 'systemd')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
-rabbitmq-env.conf
-rabbitmq.service)
-sha512sums=('aa3845ebce676fa029be6b9d46a9a2010f6db17de7be7264278469fbc13ec3e3f2b31131109cdc4f721494df2235aaeaf111acb7d0233bf69dd84a5745ccd686'
-'SKIP'
-
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
-validpgpkeys=('F78372A06FF50C80464FC1B4F7B8CEA6056E8E56') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}_server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults
-}
-
-package() {
-  cd ${pkgname}_server-${pkgver}
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}"
-
-  install -d "${libdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -dm 750 "${pkgdir}/var/log/rabbitmq"
-  install -dm 750 "${pkgdir}/var/lib/rabbitmq"
-   
-  cp -R ebin ${libdir}
-  cp -R include ${libdir}
-  cp -R plugins ${libdir}
-  cp -R sbin ${libdir}
-  cp -R share "${pkgdir}/usr"
-
-  for script in ${libdir}/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/"
-  done
- 
-  install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"
-  install -Dm 644 "${srcdir}/rabbitmq.service" 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 141711, 
rabbitmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 16:50:21 UTC (rev 141712)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcello "mereghost" Rocha 
+# Contributor: Gianni Vialetto 
+# Contributor: Stefan J. Betz 
+# Contributor: p2k 
+# Contributor: Jonathan Liu 
+# Contributor: Christopher Grebs 
+# Contributor: mutantmonkey
+
+pkgname=rabbitmq
+pkgver=3.5.5
+pkgrel=1
+pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
+url="https://rabbitmq.com";
+arch=('any')
+license=('MPL')
+depends=('erlang-nox' 'systemd')
+backup=('etc/rabbitmq/rabbitmq-env.conf')
+install=rabbitmq.install
+source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
+rabbitmq-env.conf
+rabbitmq.service)
+sha512sums=('07061e91de566d4ed58175dbae1bfa2373064f086cf18ea2b45cd040b7b81e6b99b3976f92195b9b79014dac7c32b28487b32c702260285b219f0341da6ed7ec'
+'SKIP'
+
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
+
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
+validpgpkeys=('F78372A06FF50C80464FC1B4F7B8CEA6056E8E56') # RabbitMQ Release 
Signing Key 
+
+prepare() {
+  cd ${pkgname}_server-${pkgver}
+

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

2015-09-27 Thread Levente Polyak
Date: Sunday, September 27, 2015 @ 18:50:14
  Author: anthraxx
Revision: 141711

upgpkg: rabbitmq 3.5.5-1

upgpkg: rabbitmq 3.5.5-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:47:49 UTC (rev 141710)
+++ PKGBUILD2015-09-27 16:50:14 UTC (rev 141711)
@@ -8,8 +8,8 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.5.4
-pkgrel=3
+pkgver=3.5.5
+pkgrel=1
 pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
 url="https://rabbitmq.com";
 arch=('any')
@@ -20,7 +20,7 @@
 
source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
 rabbitmq-env.conf
 rabbitmq.service)
-sha512sums=('aa3845ebce676fa029be6b9d46a9a2010f6db17de7be7264278469fbc13ec3e3f2b31131109cdc4f721494df2235aaeaf111acb7d0233bf69dd84a5745ccd686'
+sha512sums=('07061e91de566d4ed58175dbae1bfa2373064f086cf18ea2b45cd040b7b81e6b99b3976f92195b9b79014dac7c32b28487b32c702260285b219f0341da6ed7ec'
 'SKIP'
 
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
 
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')


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

2015-09-27 Thread Felix Yan
Date: Sunday, September 27, 2015 @ 18:47:26
  Author: fyan
Revision: 141709

upgpkg: python-cryptography-vectors 1.0.2-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:46:06 UTC (rev 141708)
+++ PKGBUILD2015-09-27 16:47:26 UTC (rev 141709)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
 license=('Apache')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography-vectors";
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-md5sums=('3a587ed331b34a4bfdec686f060f8e46')
+md5sums=('8dc7e91b0dc1401c4e44faa51af7ac02')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


[arch-commits] Commit in python-cryptography-vectors/repos/community-staging-any (2 files)

2015-09-27 Thread Felix Yan
Date: Sunday, September 27, 2015 @ 18:47:49
  Author: fyan
Revision: 141710

archrelease: copy trunk to community-staging-any

Added:
  python-cryptography-vectors/repos/community-staging-any/PKGBUILD
(from rev 141709, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:47:26 UTC (rev 141709)
+++ PKGBUILD2015-09-27 16:47:49 UTC (rev 141710)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-md5sums=('3a587ed331b34a4bfdec686f060f8e46')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-staging-any/PKGBUILD (from 
rev 141709, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 16:47:49 UTC (rev 141710)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
+md5sums=('8dc7e91b0dc1401c4e44faa51af7ac02')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2015-09-27 Thread Levente Polyak
Date: Sunday, September 27, 2015 @ 18:45:58
  Author: anthraxx
Revision: 141707

upgpkg: grails 3.0.8-1

upgpkg: grails 3.0.8-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:36:42 UTC (rev 141706)
+++ PKGBUILD2015-09-27 16:45:58 UTC (rev 141707)
@@ -1,29 +1,31 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
 arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('apache-ant' 'unzip' 'setconf')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=(
+  'groovy: the groovy programming language'
+  'grails-docs: documentation for grails'
+)
 options=('!emptydirs')
-noextract=("${pkgname[1]}-$pkgver.zip")
-source=("https://github.com/grails/grails-core/releases/download/v$pkgver/grails-$pkgver.zip";
-
"https://github.com/grails/grails-doc/releases/download/v$pkgver/grails-docs-$pkgver.zip";)
-sha256sums=('d99b11e4a8fb1f5a155f1784f482316df96e63d094d5d083a62bc37905380800'
-'328b0179e43fbf2723cf9f7b2d2208289d5c1a39d07ab0c55b85febce2b8')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('7837d3c09b5c8e99f2ff220072319815d890c2e27832fb277a7de2c9588ea4be12f97e5f1fcfd1c3c7e3f22009b3cad33e5ebccff37829fe420d405138cf8ec0'
+
'db2325b40f147b369de8833b12c5e249ecc0a567ef20f326f2933df28775fb9643d1734384d41e6f2c16bb83981df6733ef975db7f30139a68a92413628bc9e6')
 
 prepare() {
-  cd "${pkgname[0]}-$pkgver"
+  cd ${pkgbase}-${pkgver}
 
   # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "$srcdir/$pkgbase.profile"
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
 
   # set APP_HOME
   setconf bin/grails APP_HOME /usr/share/grails
@@ -32,27 +34,26 @@
 package_grails() {
   depends=('java-environment' 'junit' 'bash')
 
-  cd "$pkgname-$pkgver"
+  cd ${pkgname}-${pkgver}
 
-  install -d "$pkgdir/usr/share/pixmaps/"
-  cp -r "$srcdir/$pkgname-$pkgver" "$pkgdir/usr/share/$pkgname"
-  install -Dm755 bin/grails "$pkgdir/usr/bin/grails"
-  cp media/icons/*.png "$pkgdir/usr/share/pixmaps/"
-  install -Dm755 "$srcdir/$pkgbase.profile" "$pkgdir/etc/profile.d/$pkgname.sh"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
 
   # clean up
-  cd "$pkgdir/usr/share/$pkgname"
+  cd "${pkgdir}/usr/share/${pkgname}"
   rm -rf doc INSTALL LICENSE README
-  find "$pkgdir/usr/share" -name "*.bat" -exec rm {} \;
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
 }
 
 package_grails-docs() {
   pkgdesc='Documentation for Grails'
 
-  install -d "$pkgdir/usr/share/doc" "$pkgdir/usr/share/grails"
-  unzip "grails-docs-$pkgver.zip" -d "$pkgdir/usr/share/doc/grails-$pkgver"
-  ln -s "/usr/share/doc/grails-$pkgver" "$pkgdir/usr/share/grails/doc"
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
+  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
 }
 
-# getver: https://grails.org/download.html
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2015-09-27 Thread Levente Polyak
Date: Sunday, September 27, 2015 @ 18:46:06
  Author: anthraxx
Revision: 141708

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 141707, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:45:58 UTC (rev 141707)
+++ PKGBUILD2015-09-27 16:46:06 UTC (rev 141708)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.0.7
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('apache-ant' 'unzip' 'setconf')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-$pkgver.zip")
-source=("https://github.com/grails/grails-core/releases/download/v$pkgver/grails-$pkgver.zip";
-
"https://github.com/grails/grails-doc/releases/download/v$pkgver/grails-docs-$pkgver.zip";)
-sha256sums=('d99b11e4a8fb1f5a155f1784f482316df96e63d094d5d083a62bc37905380800'
-'328b0179e43fbf2723cf9f7b2d2208289d5c1a39d07ab0c55b85febce2b8')
-
-prepare() {
-  cd "${pkgname[0]}-$pkgver"
-
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "$srcdir/$pkgbase.profile"
-
-  # set APP_HOME
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/pixmaps/"
-  cp -r "$srcdir/$pkgname-$pkgver" "$pkgdir/usr/share/$pkgname"
-  install -Dm755 bin/grails "$pkgdir/usr/bin/grails"
-  cp media/icons/*.png "$pkgdir/usr/share/pixmaps/"
-  install -Dm755 "$srcdir/$pkgbase.profile" "$pkgdir/etc/profile.d/$pkgname.sh"
-
-  # clean up
-  cd "$pkgdir/usr/share/$pkgname"
-  rm -rf doc INSTALL LICENSE README
-  find "$pkgdir/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d "$pkgdir/usr/share/doc" "$pkgdir/usr/share/grails"
-  unzip "grails-docs-$pkgver.zip" -d "$pkgdir/usr/share/doc/grails-$pkgver"
-  ln -s "/usr/share/doc/grails-$pkgver" "$pkgdir/usr/share/grails/doc"
-}
-
-# getver: https://grails.org/download.html
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 141707, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 16:46:06 UTC (rev 141708)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=(
+  'groovy: the groovy programming language'
+  'grails-docs: documentation for grails'
+)
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('7837d3c09b5c8e99f2ff220072319815d890c2e27832fb277a7de2c9588ea4be12f97e5f1fcfd1c3c7e3f22009b3cad33e5ebccff37829fe420d405138cf8ec0'
+
'db2325b40f147b369de8833b12c5e249ecc0a567ef20f326f2933df28775fb9643d1734384d41e6f2c16bb83981df6733ef975db7f30139a68a92413628bc9e6')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+
+  # set APP_HOME
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
+  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rspec-mocks/trunk (PKGBUILD)

2015-09-27 Thread Levente Polyak
Date: Sunday, September 27, 2015 @ 18:36:42
  Author: anthraxx
Revision: 141706

switch url to https

Modified:
  ruby-rspec-mocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:16:11 UTC (rev 141705)
+++ PKGBUILD2015-09-27 16:36:42 UTC (rev 141706)
@@ -6,7 +6,7 @@
 pkgver=3.3.0
 pkgrel=2
 pkgdesc="RSpecs 'test double' framework, with support for stubbing and mocking"
-url='http://github.com/rspec/rspec-mocks'
+url='https://github.com/rspec/rspec-mocks'
 arch=('any')
 license=('MIT')
 depends=('ruby-rspec-support' 'ruby-diff-lcs')


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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:26:13
  Author: heftig
Revision: 247544

archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686

Added:
  
gnome-2048/repos/gnome-unstable-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
(from rev 247543, 
gnome-2048/trunk/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch)
  gnome-2048/repos/gnome-unstable-i686/PKGBUILD
(from rev 247543, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/gnome-unstable-i686/gnome-2048.install
(from rev 247543, gnome-2048/trunk/gnome-2048.install)
  
gnome-2048/repos/gnome-unstable-x86_64/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
(from rev 247543, 
gnome-2048/trunk/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch)
  gnome-2048/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247543, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/gnome-unstable-x86_64/gnome-2048.install
(from rev 247543, gnome-2048/trunk/gnome-2048.install)
Deleted:
  gnome-2048/repos/gnome-unstable-i686/PKGBUILD
  gnome-2048/repos/gnome-unstable-i686/gnome-2048.install
  gnome-2048/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-2048/repos/gnome-unstable-x86_64/gnome-2048.install

---+
 /PKGBUILD  
   |   70 ++
 /gnome-2048.install
   |   24 +++
 
gnome-unstable-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
   |   55 +++
 gnome-unstable-i686/PKGBUILD   
   |   28 
 gnome-unstable-i686/gnome-2048.install 
   |   12 -
 
gnome-unstable-x86_64/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
 |   55 +++
 gnome-unstable-x86_64/PKGBUILD 
   |   28 
 gnome-unstable-x86_64/gnome-2048.install   
   |   12 -
 8 files changed, 204 insertions(+), 80 deletions(-)

Copied: 
gnome-2048/repos/gnome-unstable-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
 (from rev 247543, 
gnome-2048/trunk/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch)
===
--- 
gnome-unstable-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
 (rev 0)
+++ 
gnome-unstable-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
 2015-09-27 16:26:13 UTC (rev 247544)
@@ -0,0 +1,55 @@
+From 8a18366cb3c054f01ceef43b403cf0838937bb70 Mon Sep 17 00:00:00 2001
+From: Yanko Kaneti 
+Date: Sat, 26 Sep 2015 13:18:31 +0300
+Subject: [PATCH] game: Make new_game() work in the case of game not already
+ existing
+
+https://bugzilla.gnome.org/show_bug.cgi?id=755658
+---
+ src/game.vala | 20 +---
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
+diff --git a/src/game.vala b/src/game.vala
+index 4142223..d8673c6 100644
+--- a/src/game.vala
 b/src/game.vala
+@@ -107,7 +107,11 @@ public class Game : GLib.Object
+   {
+ _grid.clear ();
+ _undo_stack.clear ();
+-_clear_foreground ();
++// new_game could be called without an existing game
++if (_background == null) {
++  _init_background ();
++} else
++  _clear_foreground ();
+ score = 0;
+ _state = GameState.SHOWING_FIRST_TILE;
+ _create_random_tile ();
+@@ -148,19 +152,13 @@ public class Game : GLib.Object
+ try {
+   FileUtils.get_contents (_saved_path, out contents);
+ } catch (FileError e) {
+-  // FIXME: Returning false guarantees a crash, because _clear_foreground
+-  // will be called before _init_background(). Also, warning here makes no
+-  // sense, since restoring is expected to fail if no previously-saved 
game
+-  // exists. Someone needs to take a closer look at this to see what 
should
+-  // happen if this function needs to return false, or if it needs a 
return
+-  // value at all.
+-
+-  // warning ("Failed to restore game: %s", e.message);
+-  // return false;
++  return false;
+ }
+ 
+-if (!_grid.load (contents))
++if (!_grid.load (contents)) {
++  warning ("Failed to restore game from saved file");
+   return false;
++}
+ 
+ lines = contents.split ("\n");
+ score = (uint)int.parse (lines[lines.length-2]);
+-- 
+2.5.3
+

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-27 16:25:29 UTC (rev 247543)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 16:26:13 UTC (rev 247544)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-2048
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Obtai

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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:25:29
  Author: heftig
Revision: 247543

FS#46448 crash

Added:
  
gnome-2048/trunk/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
Modified:
  gnome-2048/trunk/PKGBUILD

-+
 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch |   55 
++
 PKGBUILD|   13 +-
 2 files changed, 65 insertions(+), 3 deletions(-)

Added: 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
===
--- 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch 
(rev 0)
+++ 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch 
2015-09-27 16:25:29 UTC (rev 247543)
@@ -0,0 +1,55 @@
+From 8a18366cb3c054f01ceef43b403cf0838937bb70 Mon Sep 17 00:00:00 2001
+From: Yanko Kaneti 
+Date: Sat, 26 Sep 2015 13:18:31 +0300
+Subject: [PATCH] game: Make new_game() work in the case of game not already
+ existing
+
+https://bugzilla.gnome.org/show_bug.cgi?id=755658
+---
+ src/game.vala | 20 +---
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
+diff --git a/src/game.vala b/src/game.vala
+index 4142223..d8673c6 100644
+--- a/src/game.vala
 b/src/game.vala
+@@ -107,7 +107,11 @@ public class Game : GLib.Object
+   {
+ _grid.clear ();
+ _undo_stack.clear ();
+-_clear_foreground ();
++// new_game could be called without an existing game
++if (_background == null) {
++  _init_background ();
++} else
++  _clear_foreground ();
+ score = 0;
+ _state = GameState.SHOWING_FIRST_TILE;
+ _create_random_tile ();
+@@ -148,19 +152,13 @@ public class Game : GLib.Object
+ try {
+   FileUtils.get_contents (_saved_path, out contents);
+ } catch (FileError e) {
+-  // FIXME: Returning false guarantees a crash, because _clear_foreground
+-  // will be called before _init_background(). Also, warning here makes no
+-  // sense, since restoring is expected to fail if no previously-saved 
game
+-  // exists. Someone needs to take a closer look at this to see what 
should
+-  // happen if this function needs to return false, or if it needs a 
return
+-  // value at all.
+-
+-  // warning ("Failed to restore game: %s", e.message);
+-  // return false;
++  return false;
+ }
+ 
+-if (!_grid.load (contents))
++if (!_grid.load (contents)) {
++  warning ("Failed to restore game from saved file");
+   return false;
++}
+ 
+ lines = contents.split ("\n");
+ score = (uint)int.parse (lines[lines.length-2]);
+-- 
+2.5.3
+

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:18:15 UTC (rev 247542)
+++ PKGBUILD2015-09-27 16:25:29 UTC (rev 247543)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-2048
 pkgver=3.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Obtain the 2048 tile"
 url="https://wiki.gnome.org/Apps/2048";
 arch=(x86_64 i686)
@@ -13,9 +13,16 @@
 groups=(gnome-extra)
 install=gnome-2048.install
 options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('87cf703f5dad02bb22ba464faa5fdf8a0784e64652de23b7f1c8685fc3d69938')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+'0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch')
+sha256sums=('87cf703f5dad02bb22ba464faa5fdf8a0784e64652de23b7f1c8685fc3d69938'
+'bb9eb8e5a977828aeadb974324742c0a5b16abf2a42533db95b1a372c85b16de')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i 
"../0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch"
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var


[arch-commits] Commit in pulseaudio/repos/extra-i686 (6 files)

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:18:15
  Author: heftig
Revision: 247542

archrelease: copy trunk to extra-i686

Added:
  pulseaudio/repos/extra-i686/PKGBUILD
(from rev 247541, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-i686/padsp-lib32.patch
(from rev 247541, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/extra-i686/pulseaudio.install
(from rev 247541, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/extra-i686/PKGBUILD
  pulseaudio/repos/extra-i686/padsp-lib32.patch
  pulseaudio/repos/extra-i686/pulseaudio.install

+
 PKGBUILD   |  410 +--
 padsp-lib32.patch  |   30 +--
 pulseaudio.install |   16 -
 3 files changed, 230 insertions(+), 226 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:15:30 UTC (rev 247541)
+++ PKGBUILD2015-09-27 16:18:15 UTC (rev 247542)
@@ -1,203 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=7.0
-pkgrel=1
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio";
-license=(LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl xenstore fftw orc json-c gtk3 webrtc-audio-processing
- check)
-options=(!emptydirs)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-padsp-lib32.patch)
-sha256sums=('ca1ae1377e8926bfc3ffe2aeb9f657f6c363a16f72861166fcf9454e3eeae8fa'
-'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc
-   webrtc-audio-processing sbc libsoxr)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-
-  cd $pkgbase-$pkgver
-
-  _pulsever=$(./git-version-gen .tarball-version)
-  [[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
-
-  make -j1 DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  cd "$pkgdir"
-  patch -Np1 -i "$srcdir/padsp-lib32.patch"
-
-  sed -e '/flat-volumes/iflat-volumes=no' \
-  -i etc/pulse/daemon.conf
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn=no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  rm etc/dbus-1/system.d/pulseaudio-system.conf
-
-  mkdir usr/lib/systemd/user/sockets.target.wants
-  ln -s ../pulseaudio.socket \
-usr/lib/systemd/user/sockets.target.wants/pulseaudio.socket
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv etc/pulse/client.conf \
- "$srcdir/libpulse/etc/pulse"
-
-  mv usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- "$srcdir/libpulse/usr/bin"
-
-  mv usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
- usr/lib/{cmake,pkgconfig} \
- "$srcdir/libpulse/usr/lib"
-
-  mv usr/lib/pulseaudio/libpulse{dsp,common-*}.so \
- "$srcdir/libpulse/usr/lib/pulseaudio"
-
-  mv usr/include \
- "$srcdir/libpulse/usr"
-
-  mv usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1 \
- "$srcdir/libpulse/usr/share/man/man1"
-
-  mv usr/share/man/man5/pulse-client.conf.5 \
- "$srcdir/libpulse/usr/share/man/man5"
-
-  mv usr/share/vala \
- "$srcdir/libpulse/usr/share"
-
-### Split modules
-
-  mkdir -p 
"$srcdir"/{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
-   "$srcdir"/{gconf/usr/lib/pulse,equalizer/usr/bin}
-
-  mv usr/lib/pulse-$_pulsever/modules/module-gconf.so \
- "$srcdir/gconf/usr/lib/pulse-$_pulsever/modules"
-  mv usr/lib/pulse/gconf-helper \
- "$srcdir/gconf/usr/lib/pulse"
-
-  mv 
usr/lib/pulse-$_pulsever/modules/{libavahi-wrap,module-{

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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:16:11
  Author: heftig
Revision: 141705

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libpulse/repos/multilib-x86_64/PKGBUILD
(from rev 141704, lib32-libpulse/trunk/PKGBUILD)
Deleted:
  lib32-libpulse/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:15:37 UTC (rev 141704)
+++ PKGBUILD2015-09-27 16:16:11 UTC (rev 141705)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-_pkgbasename=libpulse
-pkgname=lib32-$_pkgbasename
-pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
-pkgver=7.0
-pkgrel=1
-arch=(x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio";
-license=(LGPL)
-depends=(lib32-libdbus lib32-json-c lib32-systemd
- lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
- $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib intltool lib32-glib2 lib32-speexdsp 
lib32-gtk2 git)
-optdepends=('lib32-alsa-plugins: ALSA support')
-provides=("lib32-pulseaudio=$pkgver")
-conflicts=(lib32-pulseaudio)
-replaces=(lib32-pulseaudio)
-options=(!emptydirs !libtool)
-source=("http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz";)
-sha256sums=('ca1ae1377e8926bfc3ffe2aeb9f657f6c363a16f72861166fcf9454e3eeae8fa')
-
-_pulsever=$pkgver
-[[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
-
-_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
-_pkglibs="libpulsecommon-${_pulsever}.la libpulsedsp.la"
-
-prepare() {
-  cd pulseaudio-$pkgver
-}
-
-build() {
-  cd pulseaudio-$pkgver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libdir=/usr/lib32 \
---libexecdir=/usr/lib32 \
---localstatedir=/var \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -C src $_libs $_pkglibs
-}
-
-package() {
-  cd pulseaudio-$pkgver
-  make -j1 -C src DESTDIR="$pkgdir" \
-lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
-  make -j1 -C src DESTDIR="$pkgdir" \
-pkglib_LTLIBRARIES="$_pkglibs" install-pkglibLTLIBRARIES
-  make -j1 DESTDIR="$pkgdir" install-pkgconfigDATA
-}

Copied: lib32-libpulse/repos/multilib-x86_64/PKGBUILD (from rev 141704, 
lib32-libpulse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 16:16:11 UTC (rev 141705)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+_pkgbasename=libpulse
+pkgname=lib32-$_pkgbasename
+pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
+pkgver=7.0
+pkgrel=2
+arch=(x86_64)
+url="http://www.freedesktop.org/wiki/Software/PulseAudio";
+license=(LGPL)
+depends=(lib32-libdbus lib32-json-c lib32-systemd
+ lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
+ $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib intltool lib32-glib2 lib32-speexdsp 
lib32-gtk2 git)
+optdepends=('lib32-alsa-plugins: ALSA support')
+provides=("lib32-pulseaudio=$pkgver")
+conflicts=(lib32-pulseaudio)
+replaces=(lib32-pulseaudio)
+options=(!emptydirs !libtool)
+source=("http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz";)
+sha256sums=('ca1ae1377e8926bfc3ffe2aeb9f657f6c363a16f72861166fcf9454e3eeae8fa')
+
+_pulsever=$pkgver
+[[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
+
+_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
+_pkglibs="libpulsecommon-${_pulsever}.la libpulsedsp.la"
+
+prepare() {
+  cd pulseaudio-$pkgver
+}
+
+build() {
+  cd pulseaudio-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-samplerate \
+--disable-rpath \
+--disable-default-build-tests \
+DATADIRNAME=share
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src $_libs $_pkglibs
+}
+
+package() {
+  cd pulseaudio-$pkgver
+  make -j1 -C src DESTDIR="$pkgdir" \
+lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
+  make -j1 -C src D

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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:15:37
  Author: heftig
Revision: 141704

fix locale

Modified:
  lib32-libpulse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:08:06 UTC (rev 141703)
+++ PKGBUILD2015-09-27 16:15:37 UTC (rev 141704)
@@ -8,7 +8,7 @@
 pkgname=lib32-$_pkgbasename
 pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
 license=(LGPL)
@@ -50,7 +50,8 @@
 --disable-bluez4 \
 --disable-samplerate \
 --disable-rpath \
---disable-default-build-tests
+--disable-default-build-tests \
+DATADIRNAME=share
 
   # fight unused direct deps
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


[arch-commits] Commit in pulseaudio/repos/extra-x86_64 (6 files)

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:15:30
  Author: heftig
Revision: 247541

archrelease: copy trunk to extra-x86_64

Added:
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 247540, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/padsp-lib32.patch
(from rev 247540, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 247540, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/padsp-lib32.patch
  pulseaudio/repos/extra-x86_64/pulseaudio.install

+
 PKGBUILD   |  410 +--
 padsp-lib32.patch  |   30 +--
 pulseaudio.install |   16 -
 3 files changed, 230 insertions(+), 226 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:14:05 UTC (rev 247540)
+++ PKGBUILD2015-09-27 16:15:30 UTC (rev 247541)
@@ -1,203 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=7.0
-pkgrel=1
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio";
-license=(LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl xenstore fftw orc json-c gtk3 webrtc-audio-processing
- check)
-options=(!emptydirs)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-padsp-lib32.patch)
-sha256sums=('ca1ae1377e8926bfc3ffe2aeb9f657f6c363a16f72861166fcf9454e3eeae8fa'
-'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc
-   webrtc-audio-processing sbc libsoxr)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-
-  cd $pkgbase-$pkgver
-
-  _pulsever=$(./git-version-gen .tarball-version)
-  [[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
-
-  make -j1 DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  cd "$pkgdir"
-  patch -Np1 -i "$srcdir/padsp-lib32.patch"
-
-  sed -e '/flat-volumes/iflat-volumes=no' \
-  -i etc/pulse/daemon.conf
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn=no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  rm etc/dbus-1/system.d/pulseaudio-system.conf
-
-  mkdir usr/lib/systemd/user/sockets.target.wants
-  ln -s ../pulseaudio.socket \
-usr/lib/systemd/user/sockets.target.wants/pulseaudio.socket
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv etc/pulse/client.conf \
- "$srcdir/libpulse/etc/pulse"
-
-  mv usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- "$srcdir/libpulse/usr/bin"
-
-  mv usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
- usr/lib/{cmake,pkgconfig} \
- "$srcdir/libpulse/usr/lib"
-
-  mv usr/lib/pulseaudio/libpulse{dsp,common-*}.so \
- "$srcdir/libpulse/usr/lib/pulseaudio"
-
-  mv usr/include \
- "$srcdir/libpulse/usr"
-
-  mv usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1 \
- "$srcdir/libpulse/usr/share/man/man1"
-
-  mv usr/share/man/man5/pulse-client.conf.5 \
- "$srcdir/libpulse/usr/share/man/man5"
-
-  mv usr/share/vala \
- "$srcdir/libpulse/usr/share"
-
-### Split modules
-
-  mkdir -p 
"$srcdir"/{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
-   "$srcdir"/{gconf/usr/lib/pulse,equalizer/usr/bin}
-
-  mv usr/lib/pulse-$_pulsever/modules/module-gconf.so \
- "$srcdir/gconf/usr/lib/pulse-$_pulsever/modules"
-  mv usr/lib/pulse/gconf-helper \
- "$srcdir/gconf/usr/lib/pulse"
-
-  mv 
usr/lib/pulse-$_pulsever/modules/{libavahi

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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:14:05
  Author: heftig
Revision: 247540

fix locale

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:07:06 UTC (rev 247539)
+++ PKGBUILD2015-09-27 16:14:05 UTC (rev 247540)
@@ -8,7 +8,7 @@
 pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
 license=(LGPL)
@@ -39,7 +39,8 @@
 --disable-bluez4 \
 --disable-samplerate \
 --disable-rpath \
---disable-default-build-tests
+--disable-default-build-tests \
+DATADIRNAME=share
 
   # fight unused direct deps
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2015-09-27 Thread Felix Yan
Date: Sunday, September 27, 2015 @ 18:08:06
  Author: fyan
Revision: 141703

archrelease: copy trunk to community-staging-any

Added:
  python-magic/repos/community-staging-any/PKGBUILD
(from rev 141702, python-magic/trunk/PKGBUILD)
Deleted:
  python-magic/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 16:07:41 UTC (rev 141702)
+++ PKGBUILD2015-09-27 16:08:06 UTC (rev 141703)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.19
-pkgrel=2
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz";)
-md5sums=('e3526f59023f3f7d1ffa4d541335edab')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-staging-any/PKGBUILD (from rev 141702, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 16:08:06 UTC (rev 141703)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.25
+pkgrel=3
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz";)
+md5sums=('e6a972d4e10d9e76407a432f4a63cd4c')
+
+package_python-magic() {
+  depends=('python')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 18:07:36
  Author: anatolik
Revision: 141701

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

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

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

Copied: shards/repos/community-testing-i686/PKGBUILD (from rev 141699, 
shards/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-27 16:07:36 UTC (rev 141701)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libunwind libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('fff0f3c6562023fd279c80becf3683d2ac922ff097dda12f544f51f4b383ae5c')
+
+build() {
+  cd $pkgname-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # tests currently fail in clean chroot
+  #./bin/shards install
+  #make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: shards/repos/community-testing-x86_64/PKGBUILD (from rev 141699, 
shards/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-27 16:07:36 UTC (rev 141701)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libunwind libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('fff0f3c6562023fd279c80becf3683d2ac922ff097dda12f544f51f4b383ae5c')
+
+build() {
+  cd $pkgname-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # tests currently fail in clean chroot
+  #./bin/shards install
+  #make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 18:07:27
  Author: anatolik
Revision: 141700

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

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

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

Copied: crystal/repos/community-testing-i686/PKGBUILD (from rev 141699, 
crystal/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-27 16:07:27 UTC (rev 141700)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.8.0
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libpcl libevent libffi libedit)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('986a000bb2eded22e446fd55c543062770ec4000e28791f0b07f63fcee37b245')
+sha256sums_i686=('47b96c790458daa4179a777ba9356959e597f38cfda535a3f9069d46b362579d')
+sha256sums_x86_64=('6a0414b903cd99bfed8ebe2a447dc0c85f4fbc31e493064e44d37770e95a4b0e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 \
+   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal"
+  make doc
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # /usr/bin/crystalcompiled executable
+  # /usr/lib/crystal/   compiler src & core libs
+  # /usr/share/doc/crystal/api  api docs
+  # /usr/share/doc/crystal/samples/ samples
+
+  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
+
+  install -dm755 "$pkgdir/usr/lib"
+  cp -r src "$pkgdir/usr/lib/crystal"
+
+  install -dm755 "$pkgdir/usr/share/doc/crystal"
+  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
+  cp -r samples "$pkgdir/usr/share/doc/crystal/"
+
+  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: crystal/repos/community-testing-x86_64/PKGBUILD (from rev 141699, 
crystal/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-27 16:07:27 UTC (rev 141700)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.8.0
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libpcl libevent libffi libedit)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('986a000bb2eded22e446fd55c543062770ec4000e28791f0b07f63fcee37b245')
+sha256sums_i686=('47b96c790458daa4179a777ba9356959e597f38cfda535a3f9069d46b362579d')
+sha256sums_x86_64=('6a0414b903cd99bfed8ebe2a447dc0c85f4fbc31e493064e44d37770e95a4b0e')
+
+prepare() {
+  cd $pkgn

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

2015-09-27 Thread Felix Yan
Date: Sunday, September 27, 2015 @ 18:07:41
  Author: fyan
Revision: 141702

upgpkg: python-magic 5.25-3

rebuild for python 3.5

Modified:
  python-magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:07:36 UTC (rev 141701)
+++ PKGBUILD2015-09-27 16:07:41 UTC (rev 141702)
@@ -3,7 +3,7 @@
 pkgbase=python-magic
 pkgname=(python-magic python2-magic)
 pkgver=5.25
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings to the magic library"
 arch=('any')
 url='http://darwinsys.com/file/'


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 18:07:06
  Author: lfleischer
Revision: 247539

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 247538, lirc/trunk/PKGBUILD)
  lirc/repos/extra-i686/lirc.install
(from rev 247538, lirc/trunk/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 247538, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 247538, lirc/trunk/lirc.tmpfiles)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 247538, lirc/trunk/PKGBUILD)
  lirc/repos/extra-x86_64/lirc.install
(from rev 247538, lirc/trunk/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 247538, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 247538, lirc/trunk/lirc.tmpfiles)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles

-+
 /PKGBUILD   |   90 ++
 /lirc.install   |   26 
 /lirc.logrotate |   10 
 /lirc.tmpfiles  |2 
 extra-i686/PKGBUILD |   45 -
 extra-i686/lirc.install |   13 --
 extra-i686/lirc.logrotate   |5 --
 extra-i686/lirc.tmpfiles|1 
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/lirc.install   |   13 --
 extra-x86_64/lirc.logrotate |5 --
 extra-x86_64/lirc.tmpfiles  |1 
 12 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-27 16:02:14 UTC (rev 247538)
+++ extra-i686/PKGBUILD 2015-09-27 16:07:06 UTC (rev 247539)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Paul Mattal 
-
-pkgname=lirc
-_pkgver=0.9.2a
-[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=1
-epoch=1
-pkgdesc="Linux Infrared Remote Control utils"
-arch=('i686' 'x86_64')
-url="http://www.lirc.org/";
-license=('GPL')
-depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
-makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'python')
-optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
-provides=('lirc-utils')
-conflicts=('lirc-utils')
-replaces=('lirc-utils')
-backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
-install=lirc.install
-source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";
-lirc.logrotate
-lirc.tmpfiles)
-md5sums=('639a14ed0b3b34ae227a047b952ea368'
- '3deb02604b37811d41816e9b4385fcc3'
- 'febf25c154a7d36f01159e84f26c2d9a')
-
-build() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \
- --with-transmitter --enable-sandboxed 
-  make
-}
-
-package() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/lirc.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
-  install -Dm644 "${srcdir}"/lirc.logrotate "${pkgdir}"/etc/logrotate.d/lirc
-
-  rmdir "${pkgdir}"/var/{run/lirc/,run/,}
-}

Copied: lirc/repos/extra-i686/PKGBUILD (from rev 247538, lirc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-27 16:07:06 UTC (rev 247539)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+
+pkgname=lirc
+_pkgver=0.9.3
+[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
+pkgrel=1
+epoch=1
+pkgdesc="Linux Infrared Remote Control utils"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org/";
+license=('GPL')
+depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'libxslt' 'python')
+optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
+provides=('lirc-utils')
+conflicts=('lirc-utils')
+replaces=('lirc-utils')
+backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
+install=lirc.install
+source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";
+lirc.logrotate
+lirc.tmpfiles)
+md5sums=('0a507613d06195a8daab9123190e16fe'
+ '3deb02604b37811d41816e9b4385fcc3'
+ 'febf25c154a7d36f01159e84f26c2d9a')
+
+build() {
+  cd "${srcdir}/lirc-${_pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \
+ --with-transmitter --enable-sandboxed 
+  make
+}
+
+package() {
+  cd "${sr

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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 18:06:46
  Author: anatolik
Revision: 141699

upgpkg: crystal 0.8.0-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 15:38:09 UTC (rev 141698)
+++ PKGBUILD2015-09-27 16:06:46 UTC (rev 141699)
@@ -3,26 +3,32 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.7.7
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
 arch=(i686 x86_64)
 url='http://crystal-lang.org'
 license=(Apache)
-depends=(libunwind gc llvm libatomic_ops pcre libpcl libevent)
-makedepends=(libxml2)
+depends=(gc libatomic_ops pcre libpcl libevent libffi libedit)
+makedepends=(libxml2 llvm)
 checkdepends=(libyaml libxml2 gmp git)
-optdepends=('libyaml: For YAML support'
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('5506f69ed59592666aa667a33ba90b07f1de2cc1ebeee25e771715f8521065f8')
-sha256sums_i686=('7a1ccdce29c1437da1cbaafa3fefd5ebc3c4b84b885964a6d4eaf8bfc5922831')
-sha256sums_x86_64=('433acbe8e88fe0c3df67ad64bd436349a6bcfc146284f0a690283ebefb93b5e6')
+sha256sums=('986a000bb2eded22e446fd55c543062770ec4000e28791f0b07f63fcee37b245')
+sha256sums_i686=('47b96c790458daa4179a777ba9356959e597f38cfda535a3f9069d46b362579d')
+sha256sums_x86_64=('6a0414b903cd99bfed8ebe2a447dc0c85f4fbc31e493064e44d37770e95a4b0e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
+}
+
 build() {
   cd $pkgname-$pkgver
 


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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:02:14
  Author: heftig
Revision: 247538

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnote/repos/gnome-unstable-i686/PKGBUILD
(from rev 247537, gnote/trunk/PKGBUILD)
  gnote/repos/gnome-unstable-i686/gnote.install
(from rev 247537, gnote/trunk/gnote.install)
  gnote/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247537, gnote/trunk/PKGBUILD)
  gnote/repos/gnome-unstable-x86_64/gnote.install
(from rev 247537, gnote/trunk/gnote.install)
Deleted:
  gnote/repos/gnome-unstable-i686/PKGBUILD
  gnote/repos/gnome-unstable-i686/gnote.install
  gnote/repos/gnome-unstable-x86_64/PKGBUILD
  gnote/repos/gnome-unstable-x86_64/gnote.install

-+
 /PKGBUILD   |   78 ++
 /gnote.install  |   42 ++
 gnome-unstable-i686/PKGBUILD|   39 -
 gnome-unstable-i686/gnote.install   |   21 -
 gnome-unstable-x86_64/PKGBUILD  |   39 -
 gnome-unstable-x86_64/gnote.install |   21 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-27 16:00:47 UTC (rev 247537)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 16:02:14 UTC (rev 247538)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.17.1
-pkgrel=1
-pkgdesc='A note taking application'
-arch=('i686' 'x86_64')
-url='http://live.gnome.org/Gnote'
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf'
- 'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('83325032cb948f1dc9dfe266e69a447e755cf7cbf94327c5440f2e380512fa99')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/gnome-unstable-i686/PKGBUILD (from rev 247537, 
gnote/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 16:02:14 UTC (rev 247538)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.18.0
+pkgrel=1
+pkgdesc='A note taking application'
+arch=('i686' 'x86_64')
+url='http://live.gnome.org/Gnote'
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf'
+ 'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4828363ae3ddac57d37a0a2b17882be8fe67afcecf97ae992cd744b95da1c348')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/gnote.install
===
--- gnome-unstable-i686/gnote.install   2015-09-27 16:00:47 UTC (rev 247537)
+++ gnome-unstable-i686/gnote.install   2015-09-27 16:02:14 UTC (rev 247538)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnote/repos/gnome-unstable-i686/gnote.install (from rev 247537, 
gnote/trunk/gnote.install)
===
--- gnome-unstable-i686/gnote.install   (rev 0)
+++ gnome-unstable-i686/gnote.install   2015-09-27 16:02:14 UTC (rev 247538)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg

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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:00:47
  Author: heftig
Revision: 247537

3.18.0

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 13:35:06 UTC (rev 247536)
+++ PKGBUILD2015-09-27 16:00:47 UTC (rev 247537)
@@ -3,7 +3,7 @@
 # Contributor: uastasi 
 
 pkgname=gnote
-pkgver=3.17.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc='A note taking application'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('83325032cb948f1dc9dfe266e69a447e755cf7cbf94327c5440f2e380512fa99')
+sha256sums=('4828363ae3ddac57d37a0a2b17882be8fe67afcecf97ae992cd744b95da1c348')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (6 files)

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 17:38:09
  Author: anatolik
Revision: 141698

Move shards package manager from AUR to [community]

Added:
  shards/
  shards/repos/
  shards/repos/community-i686/
  shards/repos/community-x86_64/
  shards/trunk/
  shards/trunk/PKGBUILD

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

Added: shards/trunk/PKGBUILD
===
--- shards/trunk/PKGBUILD   (rev 0)
+++ shards/trunk/PKGBUILD   2015-09-27 15:38:09 UTC (rev 141698)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libunwind libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('fff0f3c6562023fd279c80becf3683d2ac922ff097dda12f544f51f4b383ae5c')
+
+build() {
+  cd $pkgname-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # tests currently fail in clean chroot
+  #./bin/shards install
+  #make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (15 files)

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 15:35:06
  Author: lfleischer
Revision: 247536

Update my email address in all PKGBUILDs

Modified:
  libgit2/repos/extra-i686/PKGBUILD
  libgit2/repos/extra-x86_64/PKGBUILD
  libgit2/trunk/PKGBUILD
  libquvi-scripts/repos/extra-any/PKGBUILD
  libquvi-scripts/trunk/PKGBUILD
  libquvi/repos/extra-i686/PKGBUILD
  libquvi/repos/extra-x86_64/PKGBUILD
  libquvi/trunk/PKGBUILD
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/staging-i686/PKGBUILD
  lirc/repos/staging-x86_64/PKGBUILD
  lirc/trunk/PKGBUILD
  translate-toolkit/repos/extra-any/PKGBUILD
  translate-toolkit/trunk/PKGBUILD

+
 libgit2/repos/extra-i686/PKGBUILD  |2 +-
 libgit2/repos/extra-x86_64/PKGBUILD|2 +-
 libgit2/trunk/PKGBUILD |2 +-
 libquvi-scripts/repos/extra-any/PKGBUILD   |2 +-
 libquvi-scripts/trunk/PKGBUILD |2 +-
 libquvi/repos/extra-i686/PKGBUILD  |2 +-
 libquvi/repos/extra-x86_64/PKGBUILD|2 +-
 libquvi/trunk/PKGBUILD |2 +-
 lirc/repos/extra-i686/PKGBUILD |2 +-
 lirc/repos/extra-x86_64/PKGBUILD   |2 +-
 lirc/repos/staging-i686/PKGBUILD   |2 +-
 lirc/repos/staging-x86_64/PKGBUILD |2 +-
 lirc/trunk/PKGBUILD|2 +-
 translate-toolkit/repos/extra-any/PKGBUILD |2 +-
 translate-toolkit/trunk/PKGBUILD   |2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

Modified: libgit2/repos/extra-i686/PKGBUILD
===
--- libgit2/repos/extra-i686/PKGBUILD   2015-09-27 11:03:21 UTC (rev 247535)
+++ libgit2/repos/extra-i686/PKGBUILD   2015-09-27 13:35:06 UTC (rev 247536)
@@ -1,4 +1,4 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Hilton Medeiros 
 # Contributor: Dave Reisner 
 

Modified: libgit2/repos/extra-x86_64/PKGBUILD
===
--- libgit2/repos/extra-x86_64/PKGBUILD 2015-09-27 11:03:21 UTC (rev 247535)
+++ libgit2/repos/extra-x86_64/PKGBUILD 2015-09-27 13:35:06 UTC (rev 247536)
@@ -1,4 +1,4 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Hilton Medeiros 
 # Contributor: Dave Reisner 
 

Modified: libgit2/trunk/PKGBUILD
===
--- libgit2/trunk/PKGBUILD  2015-09-27 11:03:21 UTC (rev 247535)
+++ libgit2/trunk/PKGBUILD  2015-09-27 13:35:06 UTC (rev 247536)
@@ -1,4 +1,4 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Hilton Medeiros 
 # Contributor: Dave Reisner 
 

Modified: libquvi/repos/extra-i686/PKGBUILD
===
--- libquvi/repos/extra-i686/PKGBUILD   2015-09-27 11:03:21 UTC (rev 247535)
+++ libquvi/repos/extra-i686/PKGBUILD   2015-09-27 13:35:06 UTC (rev 247536)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 
 pkgname=libquvi
 pkgver=0.9.4

Modified: libquvi/repos/extra-x86_64/PKGBUILD
===
--- libquvi/repos/extra-x86_64/PKGBUILD 2015-09-27 11:03:21 UTC (rev 247535)
+++ libquvi/repos/extra-x86_64/PKGBUILD 2015-09-27 13:35:06 UTC (rev 247536)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 
 pkgname=libquvi
 pkgver=0.9.4

Modified: libquvi/trunk/PKGBUILD
===
--- libquvi/trunk/PKGBUILD  2015-09-27 11:03:21 UTC (rev 247535)
+++ libquvi/trunk/PKGBUILD  2015-09-27 13:35:06 UTC (rev 247536)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 
 pkgname=libquvi
 pkgver=0.9.4

Modified: libquvi-scripts/repos/extra-any/PKGBUILD
===
--- libquvi-scripts/repos/extra-any/PKGBUILD2015-09-27 11:03:21 UTC (rev 
247535)
+++ libquvi-scripts/repos/extra-any/PKGBUILD2015-09-27 13:35:06 UTC (rev 
247536)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 
 pkgname=libquvi-scripts
 pkgver=0.9.20131130

Modified: libquvi-scripts/trunk/PKGBUILD
===
--- libquvi-scripts/trunk/PKGBUILD  2015-09-27 11:03:21 UTC (rev 247535)
+++ libquvi-scripts/trunk/PKGBUILD  2015-09-27 13:35:06 UTC (rev 247536)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 
 pkgname=libquvi-scripts
 pkgver=0.9.20131130

Modified: lirc/repos/extra-i686/PKGBUILD
===
--- lirc/repos/extra-i686/PKGBUILD  2015-09-27 11:03:21 UTC (rev 247535)
+++ lirc/repos/extra-i686/PKGBUILD  2015-09-27 13:35:06 UTC (rev 

[arch-commits] Commit in (299 files)

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 15:28:10
  Author: lfleischer
Revision: 141697

Update my email address in all PKGBUILDs

Modified:
  abuse/repos/community-i686/PKGBUILD
  abuse/repos/community-x86_64/PKGBUILD
  abuse/trunk/PKGBUILD
  alure/repos/community-i686/PKGBUILD
  alure/repos/community-x86_64/PKGBUILD
  alure/trunk/PKGBUILD
  antiword/repos/community-i686/PKGBUILD
  antiword/repos/community-x86_64/PKGBUILD
  antiword/trunk/PKGBUILD
  arch/repos/community-i686/PKGBUILD
  arch/repos/community-x86_64/PKGBUILD
  arch/trunk/PKGBUILD
  astyle/repos/community-i686/PKGBUILD
  astyle/repos/community-x86_64/PKGBUILD
  astyle/trunk/PKGBUILD
  bar/repos/community-any/PKGBUILD
  bar/trunk/PKGBUILD
  bomberclone/repos/community-i686/PKGBUILD
  bomberclone/repos/community-x86_64/PKGBUILD
  bomberclone/trunk/PKGBUILD
  calcurse/repos/community-i686/PKGBUILD
  calcurse/repos/community-x86_64/PKGBUILD
  calcurse/trunk/PKGBUILD
  cclive/repos/community-i686/PKGBUILD
  cclive/repos/community-x86_64/PKGBUILD
  cclive/trunk/PKGBUILD
  cellwriter/repos/community-i686/PKGBUILD
  cellwriter/repos/community-x86_64/PKGBUILD
  cellwriter/trunk/PKGBUILD
  cgit/repos/community-i686/PKGBUILD
  cgit/repos/community-x86_64/PKGBUILD
  cgit/trunk/PKGBUILD
  chntpw/repos/community-i686/PKGBUILD
  chntpw/repos/community-x86_64/PKGBUILD
  chntpw/trunk/PKGBUILD
  clamz/repos/community-i686/PKGBUILD
  clamz/repos/community-x86_64/PKGBUILD
  clamz/trunk/PKGBUILD
  dblatex/repos/community-any/PKGBUILD
  dblatex/trunk/PKGBUILD
  deadbeef/repos/community-i686/PKGBUILD
  deadbeef/repos/community-x86_64/PKGBUILD
  deadbeef/trunk/PKGBUILD
  duplicity/repos/community-i686/PKGBUILD
  duplicity/repos/community-x86_64/PKGBUILD
  duplicity/trunk/PKGBUILD
  dvtm/repos/community-i686/PKGBUILD
  dvtm/repos/community-x86_64/PKGBUILD
  dvtm/trunk/PKGBUILD
  erlang-docs/repos/community-any/PKGBUILD
  erlang-docs/trunk/PKGBUILD
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/trunk/PKGBUILD
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-x86_64/PKGBUILD
  erlang/trunk/PKGBUILD
  esmtp/repos/community-i686/PKGBUILD
  esmtp/repos/community-x86_64/PKGBUILD
  esmtp/trunk/PKGBUILD
  exim/repos/community-i686/PKGBUILD
  exim/repos/community-x86_64/PKGBUILD
  exim/trunk/PKGBUILD
  fcgiwrap/repos/community-i686/PKGBUILD
  fcgiwrap/repos/community-x86_64/PKGBUILD
  fcgiwrap/trunk/PKGBUILD
  fop/repos/community-any/PKGBUILD
  fop/trunk/PKGBUILD
  gavl/repos/community-i686/PKGBUILD
  gavl/repos/community-x86_64/PKGBUILD
  gavl/trunk/PKGBUILD
  gecko-mediaplayer/repos/community-i686/PKGBUILD
  gecko-mediaplayer/repos/community-x86_64/PKGBUILD
  gecko-mediaplayer/trunk/PKGBUILD
  gmtk/repos/community-i686/PKGBUILD
  gmtk/repos/community-x86_64/PKGBUILD
  gmtk/trunk/PKGBUILD
  gnome-mplayer/repos/community-i686/PKGBUILD
  gnome-mplayer/repos/community-x86_64/PKGBUILD
  gnome-mplayer/trunk/PKGBUILD
  hdapsd/repos/community-i686/PKGBUILD
  hdapsd/repos/community-x86_64/PKGBUILD
  hdapsd/trunk/PKGBUILD
  hping/repos/community-i686/PKGBUILD
  hping/repos/community-x86_64/PKGBUILD
  hping/trunk/PKGBUILD
  httptunnel/repos/community-i686/PKGBUILD
  httptunnel/repos/community-x86_64/PKGBUILD
  httptunnel/trunk/PKGBUILD
  java-avalon-framework/repos/community-any/PKGBUILD
  java-avalon-framework/trunk/PKGBUILD
  java-batik/repos/community-any/PKGBUILD
  java-batik/trunk/PKGBUILD
  java-commons-io/repos/community-any/PKGBUILD
  java-commons-io/trunk/PKGBUILD
  java-xmlgraphics-commons/repos/community-any/PKGBUILD
  java-xmlgraphics-commons/trunk/PKGBUILD
  jhead/repos/community-i686/PKGBUILD
  jhead/repos/community-x86_64/PKGBUILD
  jhead/trunk/PKGBUILD
  libasr/repos/community-i686/PKGBUILD
  libasr/repos/community-x86_64/PKGBUILD
  libasr/trunk/PKGBUILD
  libdaq/repos/community-i686/PKGBUILD
  libdaq/repos/community-x86_64/PKGBUILD
  libdaq/trunk/PKGBUILD
  libesmtp/repos/community-i686/PKGBUILD
  libesmtp/repos/community-x86_64/PKGBUILD
  libesmtp/trunk/PKGBUILD
  libfakekey/repos/community-i686/PKGBUILD
  libfakekey/repos/community-x86_64/PKGBUILD
  libfakekey/trunk/PKGBUILD
  libfaketime/repos/community-i686/PKGBUILD
  libfaketime/repos/community-x86_64/PKGBUILD
  libfaketime/trunk/PKGBUILD
  libx86/repos/community-i686/PKGBUILD
  libx86/repos/community-x86_64/PKGBUILD
  libx86/trunk/PKGBUILD
  lmms/repos/community-i686/PKGBUILD
  lmms/repos/community-x86_64/PKGBUILD
  lmms/trunk/PKGBUILD
  lockdev/repos/community-i686/PKGBUILD
  lockdev/repos/community-x86_64/PKGBUILD
  lockdev/trunk/PKGBUILD
  maim/repos/community-i686/PKGBUILD
  maim/repos/community-x86_64/PKGBUILD
  maim/trunk/PKGBUILD
  metapixel/repos/community-i686/PKGBUILD
  metapixel/repos/community-x86_64/PKGBUILD
  metapixel/trunk/PKGBUILD
  mixxx/repos/community-i686/PKGBUILD
  mixxx/repos/community-x86_64/PKGBUILD
  mixxx/trunk/PKGBUILD
  ngrep/repos/community-i686/PKGBUILD
  ngrep/repos/community-x86_64/PKGBUILD
  ngrep/trunk/PKGBUILD
 

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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:53:40
  Author: lfleischer
Revision: 141696

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

Added:
  tinyproxy/repos/community-i686/PKGBUILD
(from rev 141695, tinyproxy/trunk/PKGBUILD)
  tinyproxy/repos/community-i686/config.patch
(from rev 141695, tinyproxy/trunk/config.patch)
  tinyproxy/repos/community-i686/tinyproxy.install
(from rev 141695, tinyproxy/trunk/tinyproxy.install)
  tinyproxy/repos/community-i686/tinyproxy.service
(from rev 141695, tinyproxy/trunk/tinyproxy.service)
  tinyproxy/repos/community-i686/tinyproxy.tmpfiles.conf
(from rev 141695, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
  tinyproxy/repos/community-x86_64/PKGBUILD
(from rev 141695, tinyproxy/trunk/PKGBUILD)
  tinyproxy/repos/community-x86_64/config.patch
(from rev 141695, tinyproxy/trunk/config.patch)
  tinyproxy/repos/community-x86_64/tinyproxy.install
(from rev 141695, tinyproxy/trunk/tinyproxy.install)
  tinyproxy/repos/community-x86_64/tinyproxy.service
(from rev 141695, tinyproxy/trunk/tinyproxy.service)
  tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf
(from rev 141695, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
Deleted:
  tinyproxy/repos/community-i686/PKGBUILD
  tinyproxy/repos/community-i686/config.patch
  tinyproxy/repos/community-i686/tinyproxy.install
  tinyproxy/repos/community-i686/tinyproxy.service
  tinyproxy/repos/community-i686/tinyproxy.tmpfiles.conf
  tinyproxy/repos/community-x86_64/PKGBUILD
  tinyproxy/repos/community-x86_64/config.patch
  tinyproxy/repos/community-x86_64/tinyproxy.install
  tinyproxy/repos/community-x86_64/tinyproxy.service
  tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf

--+
 /PKGBUILD|   96 +
 /config.patch|   62 ++
 /tinyproxy.install   |   38 +++
 /tinyproxy.service   |   24 +++
 /tinyproxy.tmpfiles.conf |2 
 community-i686/PKGBUILD  |   49 --
 community-i686/config.patch  |   31 -
 community-i686/tinyproxy.install |   25 ---
 community-i686/tinyproxy.service |   12 ---
 community-i686/tinyproxy.tmpfiles.conf   |1 
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/config.patch|   31 -
 community-x86_64/tinyproxy.install   |   25 ---
 community-x86_64/tinyproxy.service   |   12 ---
 community-x86_64/tinyproxy.tmpfiles.conf |1 
 15 files changed, 222 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-i686/PKGBUILD 2015-09-27 12:53:40 UTC (rev 141696)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: Andrea Zucchelli 
-
-pkgname=tinyproxy
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
-arch=('i686' 'x86_64')
-url='https://banu.com/tinyproxy/'
-license=('GPL')
-depends=(glibc)
-makedepends=('asciidoc')
-install="${pkgname}.install"
-backup=('etc/tinyproxy/tinyproxy.conf')
-validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
-source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
-'tinyproxy.tmpfiles.conf'
-'tinyproxy.service'
-config.patch)
-md5sums=('7d3378ad9681be3423c491775f7d9e35'
- 'SKIP'
- 'b747d0f253ba7bb3f604e69a35a278bf'
- 'e1e9212461cec588df219c35aba78d04'
- '9739e020c40abefd6e921e9cff854f35')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i ../config.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
- --localstatedir=/var --enable-transparent
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
-
-  install -Dm0644 "${srcdir}/tinyproxy.service" \
-"${pkgdir}/usr/lib/systemd/system/tinyproxy.service"
-}

Copied: tinyproxy/repos/community-i686/PKGBUILD (from rev 141695, 
tinyproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 12:53:40 UTC (rev 141696)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: Andrea Zucchelli 
+
+pkgname=tinyproxy
+pkgver=1.8.4
+pkgrel=2
+pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
+arch=('i686' 'x86_64')
+url='https://banu.com/tinyproxy/'
+li

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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:53:24
  Author: lfleischer
Revision: 141695

upgpkg: tinyproxy 1.8.4-2

Fix user/group management.

Modified:
  tinyproxy/trunk/PKGBUILD
  tinyproxy/trunk/tinyproxy.install

---+
 PKGBUILD  |5 ++---
 tinyproxy.install |6 --
 2 files changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 12:52:32 UTC (rev 141694)
+++ PKGBUILD2015-09-27 12:53:24 UTC (rev 141695)
@@ -1,11 +1,10 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Daniel Micay 
 # Contributor: Andrea Zucchelli 
 
 pkgname=tinyproxy
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
 arch=('i686' 'x86_64')
 url='https://banu.com/tinyproxy/'

Modified: tinyproxy.install
===
--- tinyproxy.install   2015-09-27 12:52:32 UTC (rev 141694)
+++ tinyproxy.install   2015-09-27 12:53:24 UTC (rev 141695)
@@ -17,9 +17,3 @@
 chown -R tinyproxy:tinyproxy /run/tinyproxy
   fi
 }
-
-post_remove() {
-  getent passwd tinyproxy &>/dev/null && userdel tinyproxy >/dev/null
-  getent group tinyproxy &>/dev/null && groupdel tinyproxy >/dev/null
-  true
-}


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:52:32
  Author: lfleischer
Revision: 141694

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

Added:
  privoxy/repos/community-i686/PKGBUILD
(from rev 141693, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-i686/privoxy.install
(from rev 141693, privoxy/trunk/privoxy.install)
  privoxy/repos/community-i686/privoxy.logrotate.d
(from rev 141693, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-i686/privoxy.service
(from rev 141693, privoxy/trunk/privoxy.service)
  privoxy/repos/community-x86_64/PKGBUILD
(from rev 141693, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-x86_64/privoxy.install
(from rev 141693, privoxy/trunk/privoxy.install)
  privoxy/repos/community-x86_64/privoxy.logrotate.d
(from rev 141693, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-x86_64/privoxy.service
(from rev 141693, privoxy/trunk/privoxy.service)
Deleted:
  privoxy/repos/community-i686/PKGBUILD
  privoxy/repos/community-i686/privoxy.install
  privoxy/repos/community-i686/privoxy.logrotate.d
  privoxy/repos/community-i686/privoxy.service
  privoxy/repos/community-x86_64/PKGBUILD
  privoxy/repos/community-x86_64/privoxy.install
  privoxy/repos/community-x86_64/privoxy.logrotate.d
  privoxy/repos/community-x86_64/privoxy.service

--+
 /PKGBUILD|  114 +
 /privoxy.install |   24 ++
 /privoxy.logrotate.d |   16 
 /privoxy.service |   26 +++
 community-i686/PKGBUILD  |   58 
 community-i686/privoxy.install   |   19 -
 community-i686/privoxy.logrotate.d   |8 --
 community-i686/privoxy.service   |   13 ---
 community-x86_64/PKGBUILD|   58 
 community-x86_64/privoxy.install |   19 -
 community-x86_64/privoxy.logrotate.d |8 --
 community-x86_64/privoxy.service |   13 ---
 12 files changed, 180 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 12:52:17 UTC (rev 141693)
+++ community-i686/PKGBUILD 2015-09-27 12:52:32 UTC (rev 141694)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Juergen Hoetzel 
-# Contributor: basilburn (basilburn), Paul Bredbury (brebs) 
-
-pkgname=privoxy
-pkgver=3.0.23
-pkgrel=1
-pkgdesc='A web proxy with advanced filtering capabilities.'
-arch=('i686' 'x86_64')
-url='http://www.privoxy.org'
-license=('GPL')
-depends=('pcre' 'zlib')
-makedepends=('autoconf')
-backup=('etc/privoxy/'{config,trust,default.action,user.filter,default.filter}
-'etc/privoxy/'{match-all,user}.action
-'etc/logrotate.d/privoxy')
-install='privoxy.install'
-source=("http://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz";
-'privoxy.logrotate.d'
-'privoxy.service')
-md5sums=('bbe47d5ff1a54d9f9fc93a160532697f'
- 'fc3046377137003726a151ee27b142a2'
- '37965b9a52ab1f2cb9f36cee617f5cf9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  autoheader
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  make prefix="${pkgdir}/usr" SBIN_DEST="${pkgdir}/usr/bin" \
-MAN_DEST="${pkgdir}/usr/share/man/man1" GROUP=42 \
-CONF_BASE="${pkgdir}/etc/privoxy" VAR_DEST="${pkgdir}/var" install
-
-  # Fix configuration paths.
-  sed -i -e 's#^confdir.*$#confdir /etc/privoxy#' -e 's#^logdir.*$#logdir 
/var/log/privoxy#' \
--e '/^user-manual/s#.*#\#user-manual /usr/share/doc/privoxy/user-manual/#' 
\
-"${pkgdir}/etc/privoxy/config"
-
-  # Install systemd unit and logrotate configuration.
-  install -Dm0644 "${srcdir}/privoxy.service" 
"${pkgdir}/usr/lib/systemd/system/privoxy.service"
-  install -Dm0644 "${srcdir}/privoxy.logrotate.d" 
"${pkgdir}/etc/logrotate.d/privoxy"
-
-  # Don't overwrite existing log files and fix log directory permissions.
-  rm "${pkgdir}/var/log/privoxy/"*
-  chgrp -R 42 "${pkgdir}/var/log/privoxy/"
-
-  # Avoid conflict with filesystem>=2012.06.
-  rmdir "$pkgdir/var/run"
-}

Copied: privoxy/repos/community-i686/PKGBUILD (from rev 141693, 
privoxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 12:52:32 UTC (rev 141694)
@@ -0,0 +1,57 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Juergen Hoetzel 
+# Contributor: basilburn (basilburn), Paul Bredbury (brebs) 
+
+pkgname=privoxy
+pkgver=3.0.23
+pkgrel=2
+pkgdesc='A web proxy with advanced filtering capabilities.'
+arch=('i686' 'x86_64')
+url='http://www.privoxy.org'
+license=('GPL')
+depends=('pcre' 'zlib')
+makedepends=('autoconf

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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:52:17
  Author: lfleischer
Revision: 141693

upgpkg: privoxy 3.0.23-2

Fix user/group management.

Modified:
  privoxy/trunk/PKGBUILD
  privoxy/trunk/privoxy.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 12:47:08 UTC (rev 141692)
+++ PKGBUILD2015-09-27 12:52:17 UTC (rev 141693)
@@ -1,11 +1,10 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Juergen Hoetzel 
 # Contributor: basilburn (basilburn), Paul Bredbury (brebs) 
 
 pkgname=privoxy
 pkgver=3.0.23
-pkgrel=1
+pkgrel=2
 pkgdesc='A web proxy with advanced filtering capabilities.'
 arch=('i686' 'x86_64')
 url='http://www.privoxy.org'
@@ -51,7 +50,7 @@
 
   # Don't overwrite existing log files and fix log directory permissions.
   rm "${pkgdir}/var/log/privoxy/"*
-  chgrp -R 42 "${pkgdir}/var/log/privoxy/"
+  chown -R 42:42 "${pkgdir}"/etc/privoxy "${pkgdir}"/var/log/privoxy
 
   # Avoid conflict with filesystem>=2012.06.
   rmdir "$pkgdir/var/run"

Modified: privoxy.install
===
--- privoxy.install 2015-09-27 12:47:08 UTC (rev 141692)
+++ privoxy.install 2015-09-27 12:52:17 UTC (rev 141693)
@@ -1,7 +1,6 @@
 post_install() {
   groupadd -g 42 privoxy &>/dev/null
   useradd -u 42 -g privoxy -d /var/spool/privoxy -s /bin/false privoxy 
&>/dev/null
-  chown -R privoxy:privoxy /etc/privoxy /var/log/privoxy
 
   if [ ! -d /var/spool/privoxy ]; then
 install -dm0770 -o privoxy -g privoxy /var/spool/privoxy
@@ -11,9 +10,3 @@
 post_upgrade() {
   post_install $1
 }
-
-pre_remove() {
-  userdel privoxy &>/dev/null
-  groupdel privoxy &>/dev/null
-  rm -rf var/spool/privoxy
-}


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:47:08
  Author: lfleischer
Revision: 141692

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

Added:
  partimage/repos/community-i686/PKGBUILD
(from rev 141691, partimage/trunk/PKGBUILD)
  partimage/repos/community-i686/partimage-0.6.9-zlib-1.2.6.patch
(from rev 141691, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patch)
  partimage/repos/community-i686/partimage.install
(from rev 141691, partimage/trunk/partimage.install)
  partimage/repos/community-i686/partimaged-gencrt
(from rev 141691, partimage/trunk/partimaged-gencrt)
  partimage/repos/community-i686/partimaged.service
(from rev 141691, partimage/trunk/partimaged.service)
  partimage/repos/community-x86_64/PKGBUILD
(from rev 141691, partimage/trunk/PKGBUILD)
  partimage/repos/community-x86_64/partimage-0.6.9-zlib-1.2.6.patch
(from rev 141691, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patch)
  partimage/repos/community-x86_64/partimage.install
(from rev 141691, partimage/trunk/partimage.install)
  partimage/repos/community-x86_64/partimaged-gencrt
(from rev 141691, partimage/trunk/partimaged-gencrt)
  partimage/repos/community-x86_64/partimaged.service
(from rev 141691, partimage/trunk/partimaged.service)
Deleted:
  partimage/repos/community-i686/PKGBUILD
  partimage/repos/community-i686/partimage-0.6.9-zlib-1.2.6.patch
  partimage/repos/community-i686/partimage.install
  partimage/repos/community-i686/partimaged-gencrt
  partimage/repos/community-i686/partimaged.service
  partimage/repos/community-x86_64/PKGBUILD
  partimage/repos/community-x86_64/partimage-0.6.9-zlib-1.2.6.patch
  partimage/repos/community-x86_64/partimage.install
  partimage/repos/community-x86_64/partimaged-gencrt
  partimage/repos/community-x86_64/partimaged.service

---+
 /PKGBUILD |   96 
 /partimage-0.6.9-zlib-1.2.6.patch |   70 ++
 /partimage.install|8 +
 /partimaged-gencrt|   36 +++
 /partimaged.service   |   20 
 community-i686/PKGBUILD   |   47 -
 community-i686/partimage-0.6.9-zlib-1.2.6.patch   |   35 ---
 community-i686/partimage.install  |   22 
 community-i686/partimaged-gencrt  |   18 ---
 community-i686/partimaged.service |   10 --
 community-x86_64/PKGBUILD |   47 -
 community-x86_64/partimage-0.6.9-zlib-1.2.6.patch |   35 ---
 community-x86_64/partimage.install|   22 
 community-x86_64/partimaged-gencrt|   18 ---
 community-x86_64/partimaged.service   |   10 --
 15 files changed, 230 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 12:46:50 UTC (rev 141691)
+++ community-i686/PKGBUILD 2015-09-27 12:47:08 UTC (rev 141692)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Roman Kyrylych 
-# Contributor: Sven Kauber 
-# Contributor: tardo 
-# Contributor: Daniel J Griffiths 
-
-pkgname=partimage
-pkgver=0.6.9
-pkgrel=6
-pkgdesc='Partition Image saves partitions in many formats to an image file.'
-arch=('i686' 'x86_64')
-url='http://www.partimage.org/'
-license=('GPL')
-depends=('libnewt' 'bzip2' 'openssl')
-backup=('etc/partimaged/partimagedusers')
-install='partimage.install'
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'partimage-0.6.9-zlib-1.2.6.patch'
-'partimaged-gencrt'
-'partimaged.service')
-md5sums=('1bc046fd915c5debbafc85729464e513'
- '202c4334766041d98c5f67c9d62c3063'
- '2316b116227b07efb48266e660ca1ba1'
- '5f8dae511cdfbf097409a45e9642a372')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -p1 -i ../partimage-0.6.9-zlib-1.2.6.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-pam
-  make
-  make pamfile
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm0644 partimaged.pam "${pkgdir}/etc/pam.d/partimaged"
-  install -Dm0755 "${srcdir}/partimaged-gencrt" 
"${pkgdir}/usr/bin/partimaged-gencrt"
-  chmod 644 "${pkgdir}/etc/partimaged/partimagedusers"
-
-  install -Dm0644 ../partimaged.service 
"${pkgdir}/usr/lib/systemd/system/partimaged.service"
-}

Copied: partimage/repos/community-i686/PKGBUILD (from rev 141691, 
partimage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 12:47:08 UTC (rev 141692)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Roman Kyrylych 
+#

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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:46:50
  Author: lfleischer
Revision: 141691

upgpkg: partimage 0.6.9-7

Fix user/group management.

Modified:
  partimage/trunk/PKGBUILD
  partimage/trunk/partimage.install

---+
 PKGBUILD  |7 ---
 partimage.install |   18 --
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 12:36:51 UTC (rev 141690)
+++ PKGBUILD2015-09-27 12:46:50 UTC (rev 141691)
@@ -1,5 +1,4 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Roman Kyrylych 
 # Contributor: Sven Kauber 
 # Contributor: tardo 
@@ -7,7 +6,7 @@
 
 pkgname=partimage
 pkgver=0.6.9
-pkgrel=6
+pkgrel=7
 pkgdesc='Partition Image saves partitions in many formats to an image file.'
 arch=('i686' 'x86_64')
 url='http://www.partimage.org/'
@@ -41,7 +40,9 @@
 
   install -Dm0644 partimaged.pam "${pkgdir}/etc/pam.d/partimaged"
   install -Dm0755 "${srcdir}/partimaged-gencrt" 
"${pkgdir}/usr/bin/partimaged-gencrt"
+
   chmod 644 "${pkgdir}/etc/partimaged/partimagedusers"
+  chown 110:110 "${pkgdir}/etc/partimaged/partimagedusers"
 
   install -Dm0644 ../partimaged.service 
"${pkgdir}/usr/lib/systemd/system/partimaged.service"
 }

Modified: partimage.install
===
--- partimage.install   2015-09-27 12:36:51 UTC (rev 141690)
+++ partimage.install   2015-09-27 12:46:50 UTC (rev 141691)
@@ -2,21 +2,3 @@
   groupadd -g 110 partimag &> /dev/null
   useradd -u 110 -g partimag -c "Partimage user" -d /dev/null -s /bin/false 
partimag &> /dev/null
 }
-
-post_install() {
-  chown partimag:partimag /etc/partimaged/partimagedusers
-}
-
-post_upgrade() {
-  if [ "$(getent group partimag | cut -d ':' -f 3)" != '110'  ]; then
-post_remove
-pre_install
-echo ">> partimage UID/GID has been changed"
-echo ">> if you have some directories owned by partimage - please chown 
them again"
-  fi
-}
-
-post_remove() {
-  userdel partimag > /dev/null
-  groupdel partimag > /dev/null
-}


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:36:37
  Author: lfleischer
Revision: 141689

upgpkg: fop 2.0-1

Upstream update.

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 12:13:09 UTC (rev 141688)
+++ PKGBUILD2015-09-27 12:36:37 UTC (rev 141689)
@@ -1,10 +1,10 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Stefan Husmann 
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=1.1
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/fop/'
@@ -14,7 +14,7 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
-md5sums=('7b63af514b28c06fe710a794cbf4d68e'
+md5sums=('754e5307a73433afb5c4c9b11d45e302'
  '3dc3325bf77afc787024f33e7d6ab99e')
 backup=('etc/fop.conf')
 


[arch-commits] Commit in fop/repos/community-any (PKGBUILD PKGBUILD fop.conf fop.conf)

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:36:51
  Author: lfleischer
Revision: 141690

archrelease: copy trunk to community-any

Added:
  fop/repos/community-any/PKGBUILD
(from rev 141689, fop/trunk/PKGBUILD)
  fop/repos/community-any/fop.conf
(from rev 141689, fop/trunk/fop.conf)
Deleted:
  fop/repos/community-any/PKGBUILD
  fop/repos/community-any/fop.conf

--+
 PKGBUILD |   64 ++---
 fop.conf |   16 +++
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 12:36:37 UTC (rev 141689)
+++ PKGBUILD2015-09-27 12:36:51 UTC (rev 141690)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=fop
-pkgver=1.1
-pkgrel=2
-pkgdesc='XSL-FO implementation in Java.'
-arch=('any')
-url='http://xmlgraphics.apache.org/fop/'
-license=('APACHE')
-depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
- 'java-avalon-framework')
-makedepends=('apache-ant' 'java-environment')
-source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
-'fop.conf')
-md5sums=('7b63af514b28c06fe710a794cbf4d68e'
- '3dc3325bf77afc787024f33e7d6ab99e')
-backup=('etc/fop.conf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ant package 
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm0644 "build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
-  install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
-  install -Dm0755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-}

Copied: fop/repos/community-any/PKGBUILD (from rev 141689, fop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 12:36:51 UTC (rev 141690)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=fop
+pkgver=2.0
+pkgrel=1
+pkgdesc='XSL-FO implementation in Java.'
+arch=('any')
+url='http://xmlgraphics.apache.org/fop/'
+license=('APACHE')
+depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
+ 'java-avalon-framework')
+makedepends=('apache-ant' 'java-environment')
+source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
+'fop.conf')
+md5sums=('754e5307a73433afb5c4c9b11d45e302'
+ '3dc3325bf77afc787024f33e7d6ab99e')
+backup=('etc/fop.conf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ant package 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm0644 "build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
+  install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
+  install -Dm0755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}

Deleted: fop.conf
===
--- fop.conf2015-09-27 12:36:37 UTC (rev 141689)
+++ fop.conf2015-09-27 12:36:51 UTC (rev 141690)
@@ -1,8 +0,0 @@
-FOP_HOME="/usr/share/java/fop/"
-CLASSPATH="$CLASSPATH:$FOP_HOME/fop.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/commons-io/commons-io.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/batik/batik-all.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar"

Copied: fop/repos/community-any/fop.conf (from rev 141689, fop/trunk/fop.conf)
===
--- fop.conf(rev 0)
+++ fop.conf2015-09-27 12:36:51 UTC (rev 141690)
@@ -0,0 +1,8 @@
+FOP_HOME="/usr/share/java/fop/"
+CLASSPATH="$CLASSPATH:$FOP_HOME/fop.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-io/commons-io.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/batik-all.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar"


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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 14:12:56
  Author: arodseth
Revision: 141687

upgpkg: botan 1.11.20-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 11:03:44 UTC (rev 141686)
+++ PKGBUILD2015-09-27 12:12:56 UTC (rev 141687)
@@ -6,7 +6,7 @@
 # Contributor: Hexchain Tong 
 
 pkgname=botan
-pkgver=1.11.18
+pkgver=1.11.20
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
@@ -14,28 +14,37 @@
 url='http://botan.randombit.net/'
 depends=('gcc-libs' 'sh' 'asio')
 makedepends=('python2' 'asio' 'git')
-#source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('SKIP')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
+md5sums=('18dc2498cbcef88b553faca8eb5fac49'
+ 'SKIP')
 # Botan Distribution Key. To import: gpg --import botan.key
-#validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 
 prepare() {
+  cd "${pkgname^}-$pkgver"
+
   # Use python2 for the installation scripts
-  find botan/src/scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} 
+
+  find src/scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
 }
 
 build() {
-  cd botan
-  python2 configure.py --prefix=/usr --enable-modules=cvc 
--destdir="$pkgdir/usr"
+  cd "${pkgname^}-$pkgver"
+
+  python2 configure.py \
+--prefix=/usr \
+--enable-modules=cvc \
+--destdir="$pkgdir/usr"
   make
 }
 
 package() {
-  cd botan
+  cd "${pkgname^}-$pkgver"
+
   make DESTDIR="$pkgdir/usr" install
   find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
   install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# getver ok
 # vim:set ts=2 sw=2 et:


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

2015-09-27 Thread Alexander Rødseth
Date: Sunday, September 27, 2015 @ 14:13:09
  Author: arodseth
Revision: 141688

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

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

+
 /PKGBUILD  |  100 +++
 /botan.key |   70 ++
 community-i686/PKGBUILD|   41 -
 community-i686/botan.key   |   35 ---
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/botan.key |   35 ---
 6 files changed, 170 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 12:12:56 UTC (rev 141687)
+++ community-i686/PKGBUILD 2015-09-27 12:13:09 UTC (rev 141688)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-
-pkgname=botan
-pkgver=1.11.18
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh' 'asio')
-makedepends=('python2' 'asio' 'git')
-#source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('SKIP')
-# Botan Distribution Key. To import: gpg --import botan.key
-#validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-
-prepare() {
-  # Use python2 for the installation scripts
-  find botan/src/scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} 
+
-}
-
-build() {
-  cd botan
-  python2 configure.py --prefix=/usr --enable-modules=cvc 
--destdir="$pkgdir/usr"
-  make
-}
-
-package() {
-  cd botan
-  make DESTDIR="$pkgdir/usr" install
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 141687, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 12:13:09 UTC (rev 141688)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+
+pkgname=botan
+pkgver=1.11.20
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh' 'asio')
+makedepends=('python2' 'asio' 'git')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
+md5sums=('18dc2498cbcef88b553faca8eb5fac49'
+ 'SKIP')
+# Botan Distribution Key. To import: gpg --import botan.key
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+
+prepare() {
+  cd "${pkgname^}-$pkgver"
+
+  # Use python2 for the installation scripts
+  find src/scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
+}
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  python2 configure.py \
+--prefix=/usr \
+--enable-modules=cvc \
+--destdir="$pkgdir/usr"
+  make
+}
+
+package() {
+  cd "${pkgname^}-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver ok
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/botan.key
===
--- community-i686/botan.key2015-09-27 12:12:56 UTC (rev 141687)
+++ community-i686/botan.key2015-09-27 12:13:09 UTC (rev 141688)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1
-4hKV75nB7ZO6676SEZRILYM+7RJwKAKEmEPJc6hEf94VXn9ecNzaTlHgYkjhz9db
-LOd3od9XvuUw+LMR1dwBqMxbvR90MiXjbedDEkbArcZB9YOAIvEX/lC3qaW4XJt4
-i

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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 13:03:44
  Author: anatolik
Revision: 141686

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

Added:
  android-tools/repos/community-testing-i686/
  android-tools/repos/community-testing-i686/Makefile
(from rev 141685, android-tools/trunk/Makefile)
  android-tools/repos/community-testing-i686/PKGBUILD
(from rev 141685, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-i686/bash_completion
(from rev 141685, android-tools/trunk/bash_completion)
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/Makefile
(from rev 141685, android-tools/trunk/Makefile)
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 141685, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion
(from rev 141685, android-tools/trunk/bash_completion)

--+
 community-testing-i686/Makefile  |  101 ++
 community-testing-i686/PKGBUILD  |   41 +
 community-testing-i686/bash_completion   |  203 +
 community-testing-x86_64/Makefile|  101 ++
 community-testing-x86_64/PKGBUILD|   41 +
 community-testing-x86_64/bash_completion |  203 +
 6 files changed, 690 insertions(+)

Copied: android-tools/repos/community-testing-i686/Makefile (from rev 141685, 
android-tools/trunk/Makefile)
===
--- community-testing-i686/Makefile (rev 0)
+++ community-testing-i686/Makefile 2015-09-27 11:03:44 UTC (rev 141686)
@@ -0,0 +1,101 @@
+all: mkbootimg fastboot adb
+
+install:
+   install -m755 -d $(DESTDIR)/usr/bin
+   install -m755 -t $(DESTDIR)/usr/bin mkbootimg fastboot adb
+
+clean:
+   rm -f **/*.o
+
+.PHONY: clean
+
+
+
+
+MKBOOTIMG_SRCS += $(wildcard core/libmincrypt/*.c)
+MKBOOTIMG_SRCS += core/mkbootimg/mkbootimg.c
+
+MKBOOTIMG_CFLAGS += -Icore/include
+
+mkbootimg: $(MKBOOTIMG_SRCS)
+   $(CC) -o $@ $(CFLAGS) $(MKBOOTIMG_CFLAGS) $(LDFLAGS) $(MKBOOTIMG_LIBS) 
$(MKBOOTIMG_SRCS)
+
+
+
+
+ADB_SRCS += core/adb/adb.c
+ADB_SRCS += core/adb/adb_auth_host.c
+ADB_SRCS += core/adb/adb_client.c
+ADB_SRCS += core/adb/commandline.c
+ADB_SRCS += core/adb/console.c
+ADB_SRCS += core/adb/fdevent.c
+ADB_SRCS += core/adb/file_sync_client.c
+ADB_SRCS += core/adb/get_my_path_linux.c
+ADB_SRCS += core/adb/services.c
+ADB_SRCS += core/adb/sockets.c
+ADB_SRCS += core/adb/transport.c
+ADB_SRCS += core/adb/transport_local.c
+ADB_SRCS += core/adb/transport_usb.c
+ADB_SRCS += core/adb/usb_linux.c
+ADB_SRCS += core/adb/usb_vendors.c
+ADB_SRCS += core/libcutils/load_file.c
+ADB_SRCS += core/libcutils/socket_inaddr_any_server.c
+ADB_SRCS += core/libcutils/socket_local_client.c
+ADB_SRCS += core/libcutils/socket_local_server.c
+ADB_SRCS += core/libcutils/socket_loopback_client.c
+ADB_SRCS += core/libcutils/socket_loopback_server.c
+ADB_SRCS += core/libcutils/socket_network_client.c
+ADB_SRCS += core/libzipfile/centraldir.c
+ADB_SRCS += core/libzipfile/zipfile.c
+
+ADB_CFLAGS  += -DADB_HOST=1 -DHAVE_FORKEXEC=1 -DHAVE_OFF64_T=1 -DHAVE_TERMIO_H 
-I core/include -I core/adb
+ADB_LIBS += -lcrypto -lpthread -lz
+
+adb: $(ADB_SRCS)
+   $(CC) -o $@ $(CFLAGS) $(ADB_CFLAGS) $(LDFLAGS) $(ADB_SRCS) $(ADB_LIBS)
+
+
+
+FASTBOOT_SRCS += core/fastboot/bootimg.c
+FASTBOOT_SRCS += core/fastboot/engine.c
+FASTBOOT_SRCS += core/fastboot/fastboot.c
+FASTBOOT_SRCS += core/fastboot/protocol.c
+FASTBOOT_SRCS += core/fastboot/usb_linux.c
+FASTBOOT_SRCS += core/fastboot/util_linux.c
+FASTBOOT_SRCS += core/fastboot/util.c
+FASTBOOT_SRCS += core/fastboot/fs.c
+FASTBOOT_SRCS += core/libsparse/backed_block.c
+FASTBOOT_SRCS += core/libsparse/output_file.c
+FASTBOOT_SRCS += core/libsparse/sparse.c
+FASTBOOT_SRCS += core/libsparse/sparse_crc32.c
+FASTBOOT_SRCS += core/libsparse/sparse_err.c
+FASTBOOT_SRCS += core/libsparse/sparse_read.c
+FASTBOOT_SRCS += core/libzipfile/centraldir.c
+FASTBOOT_SRCS += core/libzipfile/zipfile.c
+FASTBOOT_SRCS += extras/ext4_utils/allocate.c
+FASTBOOT_SRCS += extras/ext4_utils/contents.c
+FASTBOOT_SRCS += extras/ext4_utils/crc16.c
+FASTBOOT_SRCS += extras/ext4_utils/ext4_utils.c
+FASTBOOT_SRCS += extras/ext4_utils/ext4_sb.c
+FASTBOOT_SRCS += extras/ext4_utils/extent.c
+FASTBOOT_SRCS += extras/ext4_utils/indirect.c
+FASTBOOT_SRCS += extras/ext4_utils/make_ext4fs.c
+FASTBOOT_SRCS += extras/ext4_utils/sha1.c
+FASTBOOT_SRCS += extras/ext4_utils/uuid.c
+FASTBOOT_SRCS += extras/ext4_utils/wipe.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_utils.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_dlutils.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_ioutils.c
+FASTBOOT_SRCS += libselinux/src/callbacks.c
+FASTBOOT_SRCS += libselinux/src/check_context.c
+FASTBOOT_SRCS += libselinux/src/freecon.c
+FASTBOOT_SRCS += libselinux/src/init.c
+FASTBOOT_

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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 13:03:21
  Author: anatolik
Revision: 247535

Bump valgrind to 3.11.0

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 10:17:24 UTC (rev 247534)
+++ PKGBUILD2015-09-27 11:03:21 UTC (rev 247535)
@@ -3,8 +3,8 @@
 # Maintainer: Allan McRae 
 
 pkgname=valgrind
-pkgver=3.10.1
-pkgrel=4
+pkgver=3.11.0
+pkgrel=1
 pkgdesc='A tool to help find memory-management problems in programs'
 arch=(i686 x86_64)
 license=(GPL)
@@ -16,14 +16,14 @@
 source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
 valgrind-glibc.patch
valgrind-kernel-version.patch)
-sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5'
   '1fa127ef24630ad5f4901ea0e37ea2acb12d3d17'
   '08b71e1ebc3e3906d0ff273db0aba2177a857c47')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/valgrind-glibc.patch
-  patch -p1 -i "$srcdir"/valgrind-kernel-version.patch
+#  patch -p1 -i "$srcdir"/valgrind-glibc.patch
+#  patch -p1 -i "$srcdir"/valgrind-kernel-version.patch
 }
 
 build() {


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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 13:02:50
  Author: anatolik
Revision: 141685

upgpkg: android-tools 5.1.1_r18-1

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 10:25:39 UTC (rev 141684)
+++ PKGBUILD2015-09-27 11:02:50 UTC (rev 141685)
@@ -4,7 +4,7 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=5.1.1_r13
+pkgver=5.1.1_r18
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)


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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 12:25:39
  Author: anatolik
Revision: 141684

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

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

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

Copied: mod_itk/repos/community-testing-i686/PKGBUILD (from rev 141683, 
mod_itk/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-27 10:25:39 UTC (rev 141684)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_version=2.4.7-03
+pkgname=mod_itk
+pkgver=${_version//-/.r}
+pkgrel=1
+pkgdesc='Apache module that allows you to run each of your vhost under a 
separate uid and gid'
+arch=(i686 x86_64)
+url='http://mpm-itk.sesse.net/'
+license=(APACHE)
+depends=(apache)
+source=(http://mpm-itk.sesse.net/mpm-itk-$_version.tar.gz)
+sha256sums=('9479fabd97dbbff5aec0fe60ae2437606dc66302a69933c9a597c015d6c937f6')
+
+build() {
+  cd mpm-itk-$_version
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd mpm-itk-$_version
+  install -D -m755 .libs/mpm_itk.so "$pkgdir/usr/lib/httpd/modules/mpm_itk.so"
+}

Copied: mod_itk/repos/community-testing-x86_64/PKGBUILD (from rev 141683, 
mod_itk/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-27 10:25:39 UTC (rev 141684)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_version=2.4.7-03
+pkgname=mod_itk
+pkgver=${_version//-/.r}
+pkgrel=1
+pkgdesc='Apache module that allows you to run each of your vhost under a 
separate uid and gid'
+arch=(i686 x86_64)
+url='http://mpm-itk.sesse.net/'
+license=(APACHE)
+depends=(apache)
+source=(http://mpm-itk.sesse.net/mpm-itk-$_version.tar.gz)
+sha256sums=('9479fabd97dbbff5aec0fe60ae2437606dc66302a69933c9a597c015d6c937f6')
+
+build() {
+  cd mpm-itk-$_version
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd mpm-itk-$_version
+  install -D -m755 .libs/mpm_itk.so "$pkgdir/usr/lib/httpd/modules/mpm_itk.so"
+}


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

2015-09-27 Thread Anatol Pomozov
Date: Sunday, September 27, 2015 @ 12:25:01
  Author: anatolik
Revision: 141683

upgpkg: mod_itk 2.4.7.r03-1

Modified:
  mod_itk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:57:12 UTC (rev 141682)
+++ PKGBUILD2015-09-27 10:25:01 UTC (rev 141683)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Anatol Pomozov 
 
-_version=2.4.7-02
+_version=2.4.7-03
 pkgname=mod_itk
 pkgver=${_version//-/.r}
 pkgrel=1
@@ -11,7 +11,7 @@
 license=(APACHE)
 depends=(apache)
 source=(http://mpm-itk.sesse.net/mpm-itk-$_version.tar.gz)
-sha256sums=('f12656326a1d3b92fefe63446032f0939ed9c803d4d9a1f89bae318eb3432e75')
+sha256sums=('9479fabd97dbbff5aec0fe60ae2437606dc66302a69933c9a597c015d6c937f6')
 
 build() {
   cd mpm-itk-$_version


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 12:17:24
  Author: lfleischer
Revision: 247534

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-27 10:17:08 UTC (rev 247533)
+++ extra-i686/PKGBUILD 2015-09-27 10:17:24 UTC (rev 247534)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.23.1
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('i686' 'x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz";)
-sha1sums=('ebe7c592506dc82a2c0c1011723e8477f31b4aa8')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-i686/PKGBUILD (from rev 247533, 
libgit2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-27 10:17:24 UTC (rev 247534)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.2
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz";)
+sha1sums=('2f8c066456bbc67c2b0209f0e3ef72eed585fb46')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-27 10:17:08 UTC (rev 247533)
+++ extra-x86_64/PKGBUILD   2015-09-27 10:17:24 UTC (rev 247534)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.23.1
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('i686' 'x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz";)
-sha1sums=('ebe7c592506dc82a2c0c1011723e8477f31b4aa8')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-x86_64/PKGBUILD (from rev 247533, 
libgit2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-27 10:17:24 UTC (rev 247534)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.2
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz";)
+sha1sums=('2f8c066456bbc67c2b0209f0e3ef72eed585fb46')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 12:17:08
  Author: lfleischer
Revision: 247533

upgpkg: libgit2 1:0.23.2-1

Upstream update.

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:52:49 UTC (rev 247532)
+++ PKGBUILD2015-09-27 10:17:08 UTC (rev 247533)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=libgit2
-pkgver=0.23.1
+pkgver=0.23.2
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -13,7 +13,7 @@
 makedepends=(cmake python)
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz";)
-sha1sums=('ebe7c592506dc82a2c0c1011723e8477f31b4aa8')
+sha1sums=('2f8c066456bbc67c2b0209f0e3ef72eed585fb46')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:57:02
  Author: lfleischer
Revision: 141681

upgpkg: maim 3.4.46-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:53:16 UTC (rev 141680)
+++ PKGBUILD2015-09-27 09:57:02 UTC (rev 141681)
@@ -1,8 +1,9 @@
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=3.4.45
+pkgver=3.4.46
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('7a04b72587f60feb8df4343c674d')
+md5sums=('a0d512567b4b8eee6af912be312ec40e')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:57:12
  Author: lfleischer
Revision: 141682

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 09:57:02 UTC (rev 141681)
+++ community-i686/PKGBUILD 2015-09-27 09:57:12 UTC (rev 141682)
@@ -1,25 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=3.4.45
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('7a04b72587f60feb8df4343c674d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-i686/PKGBUILD (from rev 141681, 
maim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 09:57:12 UTC (rev 141682)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=3.4.46
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('a0d512567b4b8eee6af912be312ec40e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-27 09:57:02 UTC (rev 141681)
+++ community-x86_64/PKGBUILD   2015-09-27 09:57:12 UTC (rev 141682)
@@ -1,25 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=3.4.45
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('7a04b72587f60feb8df4343c674d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 141681, 
maim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-27 09:57:12 UTC (rev 141682)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=3.4.46
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('a0d512567b4b8eee6af912be312ec40e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:53:07
  Author: lfleischer
Revision: 141679

upgpkg: winetricks 20150826-1

Upstream update.

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:39:30 UTC (rev 141678)
+++ PKGBUILD2015-09-27 09:53:07 UTC (rev 141679)
@@ -4,7 +4,7 @@
 # Contributor: Allan McRae 
 
 pkgname=winetricks
-pkgver=20150706
+pkgver=20150826
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -13,7 +13,7 @@
 optdepends=('zenity: GUI for GNOME desktop'
 'kdebase-kdialog: GUI for KDE desktop')
 source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz";)
-md5sums=('82fc1cd9957633ad0569ca994605d70e')
+md5sums=('b6e5df1fd17f47a9ae0fb53d3a7e0dee')
 
 package() {
   depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:53:16
  Author: lfleischer
Revision: 141680

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 141679, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 09:53:07 UTC (rev 141679)
+++ PKGBUILD2015-09-27 09:53:16 UTC (rev 141680)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Laurent Carlier 
-# Contributor: DsTr 
-# Contributor: Allan McRae 
-
-pkgname=winetricks
-pkgver=20150706
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdebase-kdialog: GUI for KDE desktop')
-source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz";)
-md5sums=('82fc1cd9957633ad0569ca994605d70e')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  cd "winetricks-${pkgver}"
-  make DESTDIR="${pkgdir}" install 
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 141679, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 09:53:16 UTC (rev 141680)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Laurent Carlier 
+# Contributor: DsTr 
+# Contributor: Allan McRae 
+
+pkgname=winetricks
+pkgver=20150826
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz";)
+md5sums=('b6e5df1fd17f47a9ae0fb53d3a7e0dee')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  cd "winetricks-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+}


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:52:49
  Author: lfleischer
Revision: 247532

Prepare lirc 0.9.3

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 07:32:43 UTC (rev 247531)
+++ PKGBUILD2015-09-27 09:52:49 UTC (rev 247532)
@@ -1,10 +1,10 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Paul Mattal 
 
 pkgname=lirc
-_pkgver=0.9.2a
+_pkgver=0.9.3
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=2
+pkgrel=1
 epoch=1
 pkgdesc="Linux Infrared Remote Control utils"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="http://www.lirc.org/";
 license=('GPL')
 depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
-makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'python')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'libxslt' 'python')
 optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
 provides=('lirc-utils')
 conflicts=('lirc-utils')
@@ -21,7 +21,7 @@
 
source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";
 lirc.logrotate
 lirc.tmpfiles)
-md5sums=('639a14ed0b3b34ae227a047b952ea368'
+md5sums=('0a507613d06195a8daab9123190e16fe'
  '3deb02604b37811d41816e9b4385fcc3'
  'febf25c154a7d36f01159e84f26c2d9a')
 


[arch-commits] Commit in java-xmlgraphics-commons/repos/community-any (2 files)

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:39:30
  Author: lfleischer
Revision: 141678

archrelease: copy trunk to community-any

Added:
  java-xmlgraphics-commons/repos/community-any/PKGBUILD
(from rev 141677, java-xmlgraphics-commons/trunk/PKGBUILD)
Deleted:
  java-xmlgraphics-commons/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 09:39:24 UTC (rev 141677)
+++ PKGBUILD2015-09-27 09:39:30 UTC (rev 141678)
@@ -1,18 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=java-xmlgraphics-commons
-pkgver=1.5
-pkgrel=2
-pkgdesc='Common components between FOP and Batik.'
-arch=('any')
-url='http://xmlgraphics.apache.org/commons/'
-license=(APACHE)
-depends=('java-runtime')
-source=("http://apache.crihan.fr/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-$pkgver-bin.tar.gz";)
-md5sums=('2de8bc5e41b4d495c7ad7b850d173e17')
-
-package() {
-  install -Dm644 
"$srcdir/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar" \
-"$pkgdir/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
-}

Copied: java-xmlgraphics-commons/repos/community-any/PKGBUILD (from rev 141677, 
java-xmlgraphics-commons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 09:39:30 UTC (rev 141678)
@@ -0,0 +1,19 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=java-xmlgraphics-commons
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Common components between FOP and Batik.'
+arch=('any')
+url='http://xmlgraphics.apache.org/commons/'
+license=(APACHE)
+depends=('java-runtime')
+source=("http://apache.crihan.fr/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-$pkgver-bin.tar.gz";)
+md5sums=('721477aaeb615840fe8cf6d48953e12c')
+
+package() {
+  install -Dm644 
"$srcdir/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar" \
+"$pkgdir/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
+}


[arch-commits] Commit in java-xmlgraphics-commons/trunk (PKGBUILD)

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:39:24
  Author: lfleischer
Revision: 141677

upgpkg: java-xmlgraphics-commons 2.0.1-1

Upstream update.

Modified:
  java-xmlgraphics-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:30:43 UTC (rev 141676)
+++ PKGBUILD2015-09-27 09:39:24 UTC (rev 141677)
@@ -1,9 +1,10 @@
-# Maintainer: Stefan Husmann 
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
 # Contributor: Simon Lipp 
 
 pkgname=java-xmlgraphics-commons
-pkgver=1.5
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Common components between FOP and Batik.'
 arch=('any')
 url='http://xmlgraphics.apache.org/commons/'
@@ -10,7 +11,7 @@
 license=(APACHE)
 depends=('java-runtime')
 
source=("http://apache.crihan.fr/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-$pkgver-bin.tar.gz";)
-md5sums=('2de8bc5e41b4d495c7ad7b850d173e17')
+md5sums=('721477aaeb615840fe8cf6d48953e12c')
 
 package() {
   install -Dm644 
"$srcdir/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar" \


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:30:43
  Author: lfleischer
Revision: 141676

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-27 09:30:37 UTC (rev 141675)
+++ PKGBUILD2015-09-27 09:30:43 UTC (rev 141676)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.19
-pkgrel=1
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz";)
-md5sums=('e3526f59023f3f7d1ffa4d541335edab')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 141675, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-27 09:30:43 UTC (rev 141676)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.25
+pkgrel=2
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz";)
+md5sums=('e6a972d4e10d9e76407a432f4a63cd4c')
+
+package_python-magic() {
+  depends=('python')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:30:37
  Author: lfleischer
Revision: 141675

upgpkg: python-magic 5.25-2

Upstream update.

Modified:
  python-magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:27:20 UTC (rev 141674)
+++ PKGBUILD2015-09-27 09:30:37 UTC (rev 141675)
@@ -2,7 +2,7 @@
 
 pkgbase=python-magic
 pkgname=(python-magic python2-magic)
-pkgver=5.19
+pkgver=5.25
 pkgrel=2
 pkgdesc="Python bindings to the magic library"
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 license=('custom')
 source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz";)
-md5sums=('e3526f59023f3f7d1ffa4d541335edab')
+md5sums=('e6a972d4e10d9e76407a432f4a63cd4c')
 
 package_python-magic() {
   depends=('python')


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:27:06
  Author: lfleischer
Revision: 141673

upgpkg: stunnel 5.23-1

Upstream updae.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:22:10 UTC (rev 141672)
+++ PKGBUILD2015-09-27 09:27:06 UTC (rev 141673)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.20
+pkgver=5.23
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('3264375026c2b496b5d258e243222de8'
+md5sums=('55470899902f706e2cd39a614524ca1a'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')
@@ -41,7 +41,7 @@
 
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 tools/stunnel.cnf 
"$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample"
+  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
   install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
   install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
 


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:27:20
  Author: lfleischer
Revision: 141674

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 141673, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 141673, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 141673, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 141673, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 141673, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 141673, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 141673, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 141673, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-09-27 09:27:06 UTC (rev 141673)
+++ community-i686/Makefile.patch   2015-09-27 09:27:20 UTC (rev 141674)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 141673, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-09-27 09:27:20 UTC (rev 141674)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 09:27:06 UTC (rev 141673)
+++ community-i686/PKGBUILD 2015-09-27 09:27:20 UTC (rev 141674)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.20
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org";
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('3264375026c2b496b5d258e243222de8'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.cnf 
"$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample"
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfi

  1   2   >