[arch-commits] Commit in (ttf-symbola)

2018-06-06 Thread Morten Linderud via arch-commits
Date: Wednesday, June 6, 2018 @ 20:28:45
  Author: foxboron
Revision: 341556

Removed because of new license restrictions, dropped to AUR FS#58886

Deleted:
  ttf-symbola/


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 20:22:53
  Author: anthraxx
Revision: 341555

archrelease: copy trunk to community-any

Added:
  ruby-yard/repos/community-any/PKGBUILD
(from rev 341554, ruby-yard/trunk/PKGBUILD)
Deleted:
  ruby-yard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 20:22:46 UTC (rev 341554)
+++ PKGBUILD2018-06-06 20:22:53 UTC (rev 341555)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jerome Leclanche 
-
-_gemname=yard
-pkgname=ruby-yard
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
-url='https://yardoc.org/'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
-sha256sums=('3e1a93a188156b73a91be93709fb19fb62c177afa8e3527ecba69aa5b611c131')
-sha512sums=('8ae886e1c981f017f740e12f07f90470ac9bf420a51f99692b642c212e26231d0a19e1b64084e3a70e09cad4e3a7175278fca66bd3b2420eac4ba197e20876ee')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-yard/repos/community-any/PKGBUILD (from rev 341554, 
ruby-yard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 20:22:53 UTC (rev 341555)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jerome Leclanche 
+
+_gemname=yard
+pkgname=ruby-yard
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
+url='https://yardoc.org/'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
+sha256sums=('ce7933c4545fc2fd6ca176913befaa7a8a69ff545f21c6b883b066af83f600bb')
+sha512sums=('7974d431b2c1ef4830f225fd2012592405e7fb63546aeb52b74f4ad8b498926be979f3010bd315877bb4f738f6aa6c31f54b71832b461ebd3fa54fe1a1fccf5f')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 20:22:46
  Author: anthraxx
Revision: 341554

upgpkg: ruby-yard 0.9.14-1

Modified:
  ruby-yard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 20:19:53 UTC (rev 341553)
+++ PKGBUILD2018-06-06 20:22:46 UTC (rev 341554)
@@ -3,7 +3,7 @@
 
 _gemname=yard
 pkgname=ruby-yard
-pkgver=0.9.13
+pkgver=0.9.14
 pkgrel=1
 pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
 url='https://yardoc.org/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
-sha256sums=('3e1a93a188156b73a91be93709fb19fb62c177afa8e3527ecba69aa5b611c131')
-sha512sums=('8ae886e1c981f017f740e12f07f90470ac9bf420a51f99692b642c212e26231d0a19e1b64084e3a70e09cad4e3a7175278fca66bd3b2420eac4ba197e20876ee')
+sha256sums=('ce7933c4545fc2fd6ca176913befaa7a8a69ff545f21c6b883b066af83f600bb')
+sha512sums=('7974d431b2c1ef4830f225fd2012592405e7fb63546aeb52b74f4ad8b498926be979f3010bd315877bb4f738f6aa6c31f54b71832b461ebd3fa54fe1a1fccf5f')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 20:21:59
  Author: heftig
Revision: 326073

396.24-2: Use external (and newer!) egl-wayland

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 20:12:29 UTC (rev 326072)
+++ PKGBUILD2018-06-06 20:21:59 UTC (rev 326073)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
 pkgver=396.24
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -58,7 +58,7 @@
 
 package_nvidia-utils() {
 pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server' 'libglvnd')
+depends=('xorg-server' 'libglvnd' 'egl-wayland')
 optdepends=('nvidia-settings: configuration tool'
 'xorg-server-devel: nvidia-xconfig'
 'opencl-nvidia: OpenCL support')
@@ -81,11 +81,6 @@
 # now in mesa driver
 #ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_indirect.so.0"
 
-# Wayland stuff
-install -D -m755 "libnvidia-egl-wayland.so.1.0.3" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.1.0.3"
-ln -s "libnvidia-egl-wayland.so.1.0.3" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.1"
-install -D -m644 "10_nvidia_wayland.json" 
"${pkgdir}/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json"
-
 # OpenGL libraries
 install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.${pkgver}"
 install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM_nvidia.so.${pkgver}"


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 20:19:53
  Author: anthraxx
Revision: 341553

archrelease: copy trunk to community-any

Added:
  ruby-kramdown/repos/community-any/PKGBUILD
(from rev 341552, ruby-kramdown/trunk/PKGBUILD)
Deleted:
  ruby-kramdown/repos/community-any/PKGBUILD

--+
 PKGBUILD |   81 ++---
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 20:19:40 UTC (rev 341552)
+++ PKGBUILD2018-06-06 20:19:53 UTC (rev 341553)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=kramdown
-pkgname=ruby-kramdown
-pkgver=1.16.2
-pkgrel=2
-pkgdesc='Fast, pure Ruby Markdown superset converter, using a strict syntax 
definition'
-url='https://kramdown.gettalong.org/'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gettalong/kramdown/archive/REL_${pkgver//./_}.tar.gz)
-sha256sums=('28f3e9ec689aa15334f2b027f890e55c6196fc974015e4c8f27f4a4312a8d0cb')
-sha512sums=('789e2eff48d4f4a613432ffb165d6a82134cf4bd49a03c4030a246f6835580a536a36c86f23206671b3dde049de1bc2ca55ca9947c9e9f2b179fd9a59f4f91f1')
-
-prepare() {
-  cd ${_gemname}-REL_${pkgver//./_}
-  rake gemspec
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-REL_${pkgver//./_}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-REL_${pkgver//./_}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/man/man1"
-  mv "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/man/man1/kramdown.1" 
"${pkgdir}/usr/share/man/man1"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  rm -r "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/test"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-kramdown/repos/community-any/PKGBUILD (from rev 341552, 
ruby-kramdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 20:19:53 UTC (rev 341553)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+_gemname=kramdown
+pkgname=ruby-kramdown
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='Fast, pure Ruby Markdown superset converter, using a strict syntax 
definition'
+url='https://kramdown.gettalong.org/'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gettalong/kramdown/archive/REL_${pkgver//./_}.tar.gz)
+sha256sums=('3f2071848a0cf2283ed52e346061f05d3fca9cfec513bef5d73bdeb3bc7b97d9')
+sha512sums=('bf9ab87c1245cd0b920aa22b3107d595b4f55ff44f364076a3da86d3d830e895344270b457c6c38bdf3eaaef88e11ac895d9570e58f5c582e74b8f2288e390d7')
+
+prepare() {
+  cd ${_gemname}-REL_${pkgver//./_}
+  rake gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-REL_${pkgver//./_}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-REL_${pkgver//./_}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -d "${pkgdir}/usr/share/man/man1"
+  mv "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/man/man1/kramdown.1" 
"${pkgdir}/usr/share/man/man1"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  rm -r "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/test"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 20:19:40
  Author: anthraxx
Revision: 341552

upgpkg: ruby-kramdown 1.17.0-1

Modified:
  ruby-kramdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:26:57 UTC (rev 341551)
+++ PKGBUILD2018-06-06 20:19:40 UTC (rev 341552)
@@ -2,17 +2,18 @@
 
 _gemname=kramdown
 pkgname=ruby-kramdown
-pkgver=1.16.2
-pkgrel=2
+pkgver=1.17.0
+pkgrel=1
 pkgdesc='Fast, pure Ruby Markdown superset converter, using a strict syntax 
definition'
 url='https://kramdown.gettalong.org/'
 arch=('any')
 license=('MIT')
 depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gettalong/kramdown/archive/REL_${pkgver//./_}.tar.gz)
-sha256sums=('28f3e9ec689aa15334f2b027f890e55c6196fc974015e4c8f27f4a4312a8d0cb')
-sha512sums=('789e2eff48d4f4a613432ffb165d6a82134cf4bd49a03c4030a246f6835580a536a36c86f23206671b3dde049de1bc2ca55ca9947c9e9f2b179fd9a59f4f91f1')
+sha256sums=('3f2071848a0cf2283ed52e346061f05d3fca9cfec513bef5d73bdeb3bc7b97d9')
+sha512sums=('bf9ab87c1245cd0b920aa22b3107d595b4f55ff44f364076a3da86d3d830e895344270b457c6c38bdf3eaaef88e11ac895d9570e58f5c582e74b8f2288e390d7')
 
 prepare() {
   cd ${_gemname}-REL_${pkgver//./_}


[arch-commits] Commit in nvidia-340xx/repos/testing-x86_64 (4 files)

2018-06-06 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, June 6, 2018 @ 20:12:29
  Author: grazzolini
Revision: 326072

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 326071, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/kernel-4.11.patch
(from rev 326071, nvidia-340xx/trunk/kernel-4.11.patch)
Deleted:
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
  nvidia-340xx/repos/testing-x86_64/kernel-4.11.patch

---+
 PKGBUILD  |  143 ++--
 kernel-4.11.patch |   76 +--
 2 files changed, 110 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 20:11:48 UTC (rev 326071)
+++ PKGBUILD2018-06-06 20:12:29 UTC (rev 326072)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.106
-_extramodules=extramodules-4.17-ARCH
-pkgrel=41
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.17' 
'linux-headers<4.18')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-'kernel-4.11.patch')
-sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
-
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
-
-_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-patch -Np0 < "${srcdir}/kernel-4.11.patch"
-
-cp -a kernel kernel-dkms
-}
-
-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_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.17' 'linux<4.18' "nvidia-340xx-utils=${pkgver}" 'libgl')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-}
-
-package_nvidia-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-
-cd ${_pkg}
-
-install -dm 755 "${pkgdir}"/usr/src
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-}

Copied: nvidia-340xx/repos/testing-x86_64/PKGBUILD (from rev 326071, 
nvidia-340xx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 20:12:29 UTC (rev 326072)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-4.17-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.17' 
'linux-headers<4.18')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+  

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

2018-06-06 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, June 6, 2018 @ 20:11:48
  Author: grazzolini
Revision: 326071

upgpkg: nvidia-340xx 340.107-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 20:04:44 UTC (rev 326070)
+++ PKGBUILD2018-06-06 20:11:48 UTC (rev 326071)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
 # Contributor: Thomas Baechler 
 
 pkgbase=nvidia-340xx
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.106
+pkgver=340.107
 _extramodules=extramodules-4.17-ARCH
-pkgrel=41
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -16,7 +17,7 @@
 options=('!strip')
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
 'kernel-4.11.patch')
-sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
 
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
 
 _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


[arch-commits] Commit in egl-wayland/repos/extra-x86_64 (5 files)

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 20:04:44
  Author: heftig
Revision: 326070

archrelease: copy trunk to extra-x86_64

Added:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
(from rev 326069, egl-wayland/trunk/10_nvidia_wayland.json)
  egl-wayland/repos/extra-x86_64/PKGBUILD
(from rev 326069, egl-wayland/trunk/PKGBUILD)
Deleted:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
  egl-wayland/repos/extra-x86_64/PKGBUILD
  egl-wayland/repos/extra-x86_64/unbreak-meson.diff

+
 10_nvidia_wayland.json |   12 +++---
 PKGBUILD   |   91 +++
 unbreak-meson.diff |   13 --
 3 files changed, 51 insertions(+), 65 deletions(-)

Deleted: 10_nvidia_wayland.json
===
--- 10_nvidia_wayland.json  2018-06-06 20:04:27 UTC (rev 326069)
+++ 10_nvidia_wayland.json  2018-06-06 20:04:44 UTC (rev 326070)
@@ -1,6 +0,0 @@
-{
-"file_format_version" : "1.0.0",
-"ICD" : {
-"library_path" : "libnvidia-egl-wayland.so.1"
-}
-}

Copied: egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json (from rev 326069, 
egl-wayland/trunk/10_nvidia_wayland.json)
===
--- 10_nvidia_wayland.json  (rev 0)
+++ 10_nvidia_wayland.json  2018-06-06 20:04:44 UTC (rev 326070)
@@ -0,0 +1,6 @@
+{
+"file_format_version" : "1.0.0",
+"ICD" : {
+"library_path" : "libnvidia-egl-wayland.so.1"
+}
+}

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 20:04:27 UTC (rev 326069)
+++ PKGBUILD2018-06-06 20:04:44 UTC (rev 326070)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=egl-wayland
-pkgver=0+23
-pkgrel=2
-pkgdesc="EGLStream-based Wayland external platform"
-arch=(x86_64)
-url=https://github.com/NVIDIA/egl-wayland
-license=(MIT)
-depends=(wayland eglexternalplatform)
-makedepends=(meson git)
-_commit=68ffe6fff49fff7667e8bab5b743c3e6c1950a6f  # master
-source=("git+$url#commit=$_commit" unbreak-meson.diff
-10_nvidia_wayland.json)
-sha256sums=('SKIP'
-'c9a1aa2ff24219c3177749d8c14d22ac49f964bf90dc1275d90c2e1a8b2f6cf1'
-'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
-
-pkgver() {
-  cd $pkgname
-  printf '0+%s' "$(git rev-list --count HEAD)"
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../unbreak-meson.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}
-
-# vim:set sw=2 et:

Copied: egl-wayland/repos/extra-x86_64/PKGBUILD (from rev 326069, 
egl-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 20:04:44 UTC (rev 326070)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=egl-wayland
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="EGLStream-based Wayland external platform"
+arch=(x86_64)
+url=https://github.com/NVIDIA/egl-wayland
+license=(MIT)
+depends=(wayland eglexternalplatform)
+makedepends=(meson git)
+_commit=4ab087336614770c524cc51d8f9befa719d80cc9  # master
+source=("git+$url#commit=$_commit"
+10_nvidia_wayland.json)
+sha256sums=('SKIP'
+'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f 1.0.4 4ab087336614770c524cc51d8f9befa719d80cc9  # Fixup missing 
tag
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:

Deleted: unbreak-meson.diff
===
--- unbreak-meson.diff  2018-06-06 20:04:27 UTC (rev 326069)
+++ unbreak-meson.diff  2018-06-06 20:04:44 UTC (rev 326070)
@@ -1,13 +0,0 @@
-diff --git i/meson.build w/meson.build
-index 10a6d52..93a3e86 100644
 i/meson.build
-+++ w/meson.build
-@@ -55,7 +55,7 @@ pkgconf.set('datarootdir', 
'${prefix}/@0@'.format(get_option('datadir')))
- pkgconf.set('PACKAGE',   meson.project_name())
- pkgconf.set('WAYLAND_EXTERNAL_VERSION',  meson.project_version())
- pkgconf.set('EGL_EXTERNAL_PLATFORM_MIN_VERSION', 
'@0@.@1@'.format(wayland_eglstream_major_version, 
wayland_eglstream_minor_version))

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

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 20:04:27
  Author: heftig
Revision: 326069

archrelease: copy trunk to extra-any

Added:
  eglexternalplatform/repos/extra-any/PKGBUILD
(from rev 326068, eglexternalplatform/trunk/PKGBUILD)
Deleted:
  eglexternalplatform/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 20:03:52 UTC (rev 326068)
+++ PKGBUILD2018-06-06 20:04:27 UTC (rev 326069)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eglexternalplatform
-pkgver=0+3
-pkgrel=2
-pkgdesc="EGL External Platform interface"
-url=https://github.com/NVIDIA/eglexternalplatform
-arch=(any)
-license=(MIT)
-depends=(mesa)
-makedepends=(git)
-_commit=e3b182e3253f92bdbb03a71fdbd958bfb69cf3e3  # master
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  printf '0+%s' "$(git rev-list --count HEAD)"
-}
-
-prepare() {
-  cd $pkgname
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/include/EGL" -m644 interface/*
-  install -Dt "$pkgdir/usr/share/pkgconfig" -m644 *.pc
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}
-
-# vim:set sw=2 et:

Copied: eglexternalplatform/repos/extra-any/PKGBUILD (from rev 326068, 
eglexternalplatform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 20:04:27 UTC (rev 326069)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eglexternalplatform
+pkgver=1.0+2+ge3b182e
+pkgrel=1
+pkgdesc="EGL External Platform interface"
+url=https://github.com/NVIDIA/eglexternalplatform
+arch=(any)
+license=(MIT)
+depends=(mesa)
+makedepends=(git)
+_commit=e3b182e3253f92bdbb03a71fdbd958bfb69cf3e3  # master
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f 1.0 53bf47ccd349b7525248687ba0058860168c8580  # Fixup missing tag
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/include/EGL" -m644 interface/*
+  install -Dt "$pkgdir/usr/share/pkgconfig" -m644 *.pc
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}
+
+# vim:set sw=2 et:


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

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 20:03:52
  Author: heftig
Revision: 326068

1.0+2+ge3b182e-1

Modified:
  eglexternalplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 20:03:29 UTC (rev 326067)
+++ PKGBUILD2018-06-06 20:03:52 UTC (rev 326068)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=eglexternalplatform
-pkgver=0+3
-pkgrel=2
+pkgver=1.0+2+ge3b182e
+pkgrel=1
 pkgdesc="EGL External Platform interface"
 url=https://github.com/NVIDIA/eglexternalplatform
 arch=(any)
@@ -16,11 +16,12 @@
 
 pkgver() {
   cd $pkgname
-  printf '0+%s' "$(git rev-list --count HEAD)"
+  git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
   cd $pkgname
+  git tag -f 1.0 53bf47ccd349b7525248687ba0058860168c8580  # Fixup missing tag
 }
 
 package() {


[arch-commits] Commit in egl-wayland/trunk (PKGBUILD unbreak-meson.diff)

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 20:03:29
  Author: heftig
Revision: 326067

1.0.4-1

Modified:
  egl-wayland/trunk/PKGBUILD
Deleted:
  egl-wayland/trunk/unbreak-meson.diff

+
 PKGBUILD   |   13 ++---
 unbreak-meson.diff |   13 -
 2 files changed, 6 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:49:01 UTC (rev 326066)
+++ PKGBUILD2018-06-06 20:03:29 UTC (rev 326067)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=egl-wayland
-pkgver=0+23
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="EGLStream-based Wayland external platform"
 arch=(x86_64)
 url=https://github.com/NVIDIA/egl-wayland
@@ -10,21 +10,20 @@
 license=(MIT)
 depends=(wayland eglexternalplatform)
 makedepends=(meson git)
-_commit=68ffe6fff49fff7667e8bab5b743c3e6c1950a6f  # master
-source=("git+$url#commit=$_commit" unbreak-meson.diff
+_commit=4ab087336614770c524cc51d8f9befa719d80cc9  # master
+source=("git+$url#commit=$_commit"
 10_nvidia_wayland.json)
 sha256sums=('SKIP'
-'c9a1aa2ff24219c3177749d8c14d22ac49f964bf90dc1275d90c2e1a8b2f6cf1'
 '5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
 
 pkgver() {
   cd $pkgname
-  printf '0+%s' "$(git rev-list --count HEAD)"
+  git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../unbreak-meson.diff
+  git tag -f 1.0.4 4ab087336614770c524cc51d8f9befa719d80cc9  # Fixup missing 
tag
 }
 
 build() {

Deleted: unbreak-meson.diff
===
--- unbreak-meson.diff  2018-06-06 19:49:01 UTC (rev 326066)
+++ unbreak-meson.diff  2018-06-06 20:03:29 UTC (rev 326067)
@@ -1,13 +0,0 @@
-diff --git i/meson.build w/meson.build
-index 10a6d52..93a3e86 100644
 i/meson.build
-+++ w/meson.build
-@@ -55,7 +55,7 @@ pkgconf.set('datarootdir', 
'${prefix}/@0@'.format(get_option('datadir')))
- pkgconf.set('PACKAGE',   meson.project_name())
- pkgconf.set('WAYLAND_EXTERNAL_VERSION',  meson.project_version())
- pkgconf.set('EGL_EXTERNAL_PLATFORM_MIN_VERSION', 
'@0@.@1@'.format(wayland_eglstream_major_version, 
wayland_eglstream_minor_version))
--pkgconf.set('EGL_EXTERNAL_PLATFORM_MAX_VERSION', 
[wayland_eglstream_major_version.to_int() + 1])
-+pkgconf.set('EGL_EXTERNAL_PLATFORM_MAX_VERSION', 
wayland_eglstream_major_version.to_int() + 1)
- 
- configure_file(input : 'wayland-eglstream.pc.in',
-output : 'wayland-eglstream.pc',


[arch-commits] Commit in perl-mail-dkim/repos/extra-any (PKGBUILD PKGBUILD)

2018-06-06 Thread Florian Pritz via arch-commits
Date: Wednesday, June 6, 2018 @ 19:49:01
  Author: bluewind
Revision: 326066

archrelease: copy trunk to extra-any

Added:
  perl-mail-dkim/repos/extra-any/PKGBUILD
(from rev 326065, perl-mail-dkim/trunk/PKGBUILD)
Deleted:
  perl-mail-dkim/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 19:48:57 UTC (rev 326065)
+++ PKGBUILD2018-06-06 19:49:01 UTC (rev 326066)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 41765 2011-03-08 20:18:32Z spupykin $
-# Maintainer: Florian Pritz 
-# Contributor: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-mail-dkim
-pkgver=0.52
-pkgrel=1
-pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-crypt-openssl-rsa>=0.24' perl-mailtools perl-net-dns
- perl-net-dns-resolver-mock perl-yaml-libyaml)
-checkdepends=(perl-test-requiresinternet)
-url=https://metacpan.org/release/Mail-DKIM
-source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-DKIM-$pkgver.tar.gz;)
-md5sums=(f366863f09905bbe5faa1f986133759c)
-sha512sums=(2283e7f2dadfa8fd371d20b56841a434f26bfa37066fd11b1c83d2b96b967be2d90f258913c1653f605677f7b2623adab1352f4e8c740c3bb8b2ad041bc0ceca)
-_ddir="Mail-DKIM-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-
-  # Test fails due to dns errors in chroot. Weird, but works on the host 
itself...
-  rm t/policy.t
-
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mail-dkim/repos/extra-any/PKGBUILD (from rev 326065, 
perl-mail-dkim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 19:49:01 UTC (rev 326066)
@@ -0,0 +1,55 @@
+# $Id: PKGBUILD 41765 2011-03-08 20:18:32Z spupykin $
+# Maintainer: Florian Pritz 
+# Contributor: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-mail-dkim
+pkgver=0.53
+pkgrel=1
+pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-crypt-openssl-rsa>=0.24' perl-mailtools perl-net-dns
+ perl-net-dns-resolver-mock perl-yaml-libyaml)
+checkdepends=(perl-test-requiresinternet)
+url=https://metacpan.org/release/Mail-DKIM
+source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-DKIM-$pkgver.tar.gz;)
+md5sums=(7f957f68c009e84544993a136d5ded34)
+sha512sums=(d670dafa3408338f9b59629dbd6038e087e1c6a51e9b5dd49fc459110a40d434b68ab75d6b7e065eb261c1bb13c273542a2d3d8034ee32c33b06c0b225f0a7b3)
+_ddir="Mail-DKIM-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+
+  # Test fails due to dns errors in chroot. Weird, but works on the host 
itself...
+  # possibly fixed in 0.53 so comment for now
+  #rm t/policy.t
+
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-mail-dkim/trunk (PKGBUILD)

2018-06-06 Thread Florian Pritz via arch-commits
Date: Wednesday, June 6, 2018 @ 19:48:57
  Author: bluewind
Revision: 326065

upgpkg: perl-mail-dkim 0.53-1

upstream update

Modified:
  perl-mail-dkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:47:13 UTC (rev 326064)
+++ PKGBUILD2018-06-06 19:48:57 UTC (rev 326065)
@@ -4,7 +4,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-mail-dkim
-pkgver=0.52
+pkgver=0.53
 pkgrel=1
 pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
 arch=(any)
@@ -15,8 +15,8 @@
 checkdepends=(perl-test-requiresinternet)
 url=https://metacpan.org/release/Mail-DKIM
 
source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-DKIM-$pkgver.tar.gz;)
-md5sums=(f366863f09905bbe5faa1f986133759c)
-sha512sums=(2283e7f2dadfa8fd371d20b56841a434f26bfa37066fd11b1c83d2b96b967be2d90f258913c1653f605677f7b2623adab1352f4e8c740c3bb8b2ad041bc0ceca)
+md5sums=(7f957f68c009e84544993a136d5ded34)
+sha512sums=(d670dafa3408338f9b59629dbd6038e087e1c6a51e9b5dd49fc459110a40d434b68ab75d6b7e065eb261c1bb13c273542a2d3d8034ee32c33b06c0b225f0a7b3)
 _ddir="Mail-DKIM-$pkgver"
 
 build()
@@ -35,7 +35,8 @@
   unset PERL5LIB
 
   # Test fails due to dns errors in chroot. Weird, but works on the host 
itself...
-  rm t/policy.t
+  # possibly fixed in 0.53 so comment for now
+  #rm t/policy.t
 
   make test
 )


[arch-commits] Commit in avidemux/trunk (avidemux-qt5.11.patch)

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 19:47:05
  Author: anthraxx
Revision: 326062

upgpkg: avidemux 2.7.1-1

Deleted:
  avidemux/trunk/avidemux-qt5.11.patch

---+
 avidemux-qt5.11.patch |   23 ---
 1 file changed, 23 deletions(-)

Deleted: avidemux-qt5.11.patch
===
--- avidemux-qt5.11.patch   2018-06-06 19:47:01 UTC (rev 326061)
+++ avidemux-qt5.11.patch   2018-06-06 19:47:05 UTC (rev 326062)
@@ -1,23 +0,0 @@
-diff -ru avidemux_2.7.0.orig/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp 
avidemux_2.7.0/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp
 avidemux_2.7.0.orig/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp   
2018-05-25 22:43:37.453349626 +0200
-+++ avidemux_2.7.0/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp
2018-05-25 22:45:04.903345751 +0200
-@@ -17,6 +17,7 @@
- #include "ADM_coreJobs.h"
- #include "DIA_coreToolkit.h"
- #include 
-+#include 
- 
- 
- static QTableWidgetItem *fromText(const string ,int id)
-diff -ru 
avidemux_2.7.0.orig/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp 
avidemux_2.7.0/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp
 avidemux_2.7.0.orig/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp   
 2018-05-25 22:43:37.413349627 +0200
-+++ avidemux_2.7.0/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp 
2018-05-25 23:01:45.793301398 +0200
-@@ -17,6 +17,7 @@
- #include "Q_eq2.h"
- #include "ADM_toolkitQt.h"
- #include 
-+#include 
- 
- //
- // Video is in YV12 Colorspace
-


[arch-commits] Commit in avidemux/repos/extra-x86_64 (3 files)

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 19:47:13
  Author: anthraxx
Revision: 326064

archrelease: copy trunk to extra-x86_64

Added:
  avidemux/repos/extra-x86_64/PKGBUILD
(from rev 326062, avidemux/trunk/PKGBUILD)
Deleted:
  avidemux/repos/extra-x86_64/PKGBUILD
  avidemux/repos/extra-x86_64/avidemux-qt5.11.patch

---+
 PKGBUILD  |  162 +++-
 avidemux-qt5.11.patch |   23 --
 2 files changed, 79 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 19:47:10 UTC (rev 326063)
+++ PKGBUILD2018-06-06 19:47:13 UTC (rev 326064)
@@ -1,83 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.7.0
-pkgrel=6
-pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
-url='http://fixounet.free.fr/avidemux/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 
'libfdk-aac' 'libass')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz 
avidemux-qt5.11.patch)
-sha256sums=('fe1d6b794c0d94922428ff84a931264a90c39a5ffe965e03ab7ae0ce71a2c4ad'
-'4b5a5b5e4a53afeaefa6c3213502a83f35e71787c66a6abc81c3487b97fc0ca3')
-sha512sums=('7c92213d3bd2849dbdb5a1aff2acd6da231fd76c561b756fbf4a1d5a41e9705d609d7a35b6ca6b77ceb3bf5138f861cd24ed16d8fcec4fd713f09a2ff07e9015'
-
'ae8aeadab04e2467a2a8d744a5fb7db70b03711f6f1d749214d46339c3261d653f1a6b4818c14dc3aec2e72764e90c6478b80bde337cd830845ebb913e953423')
-
-prepare() {
-  cd ${pkgbase}_${pkgver}
-  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
-  sed -e 's|0.19|1.0|' -i avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt
-  cp avidemux2.desktop avidemux-qt.desktop
-  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
-  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
-
-  # https://sourceforge.net/p/avidemux/bugs/77/
-  sed -e 's|pow10f|exp10f|g' -i 
avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp
-  # fix build with Qt 5.11
-  patch -p1 -i ../avidemux-qt5.11.patch
-}
-
-build() {
-  cd ${pkgbase}_${pkgver}
-  bash bootStrap.bash --with-core --with-cli --with-plugins
-}
-
-package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'sqlite' 'libvpx' 'libva' 'libvdpau')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opus: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'libx264: for the corresponding video encoder plugin'
-  'x265: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin'
-  'qt5-base: for the QtScript scripting support'
-  'libdca: for the corresponding audio decoder plugin'
-  'libfdk-aac: for the corresponding audio decoder plugin'
-  'twolame: for the corresponding audio decoder plugin'
-  'libass: for the corresponding video filter plugin'
-  'fribidi: for the corresponding video filter plugin')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildCli DESTDIR="${pkgdir}" install
-  make -C buildCore DESTDIR="${pkgdir}" install
-  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
-  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
-
-  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-package_avidemux-qt() {
-  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
-  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'libx264' 'glu' 
'libxv' 'desktop-file-utils')
-  replaces=('avidemux-gtk')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildQt5 DESTDIR="${pkgdir}" install
-  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
-  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: avidemux/repos/extra-x86_64/PKGBUILD (from rev 326062, 
avidemux/trunk/PKGBUILD)
===
--- PKGBUILD 

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

2018-06-06 Thread Florian Pritz via arch-commits
Date: Wednesday, June 6, 2018 @ 19:47:01
  Author: bluewind
Revision: 326061

upgpkg: qrencode 4.0.2-1

upstream update

Modified:
  qrencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:45:24 UTC (rev 326060)
+++ PKGBUILD2018-06-06 19:47:01 UTC (rev 326061)
@@ -3,16 +3,16 @@
 # Contributor: Dany Martineau 
 
 pkgname=qrencode
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="C library for encoding data in a QR Code symbol."
 arch=(x86_64)
 depends=('libpng')
 makedepends=(sdl)
-url="https://megaui.net/fukuchi/works/qrencode/;
+url="https://fukuchi.org/works/qrencode/;
 license=('GPL')
-source=(https://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('62950c75b1987a701aa5e70977ee960c')
+source=(https://fukuchi.org/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3eb64357f6fbdb68c27cb2e44e97280a')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"


[arch-commits] Commit in qrencode/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-06 Thread Florian Pritz via arch-commits
Date: Wednesday, June 6, 2018 @ 19:47:10
  Author: bluewind
Revision: 326063

archrelease: copy trunk to extra-x86_64

Added:
  qrencode/repos/extra-x86_64/PKGBUILD
(from rev 326062, qrencode/trunk/PKGBUILD)
Deleted:
  qrencode/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 19:47:05 UTC (rev 326062)
+++ PKGBUILD2018-06-06 19:47:10 UTC (rev 326063)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz< f...@xinu.at>
-# Contributor: Dany Martineau 
-
-pkgname=qrencode
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="C library for encoding data in a QR Code symbol."
-arch=(x86_64)
-depends=('libpng')
-makedepends=(sdl)
-url="https://megaui.net/fukuchi/works/qrencode/;
-license=('GPL')
-source=(https://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('62950c75b1987a701aa5e70977ee960c')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" install
-}

Copied: qrencode/repos/extra-x86_64/PKGBUILD (from rev 326062, 
qrencode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 19:47:10 UTC (rev 326063)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Florian Pritz< f...@xinu.at>
+# Contributor: Dany Martineau 
+
+pkgname=qrencode
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="C library for encoding data in a QR Code symbol."
+arch=(x86_64)
+depends=('libpng')
+makedepends=(sdl)
+url="https://fukuchi.org/works/qrencode/;
+license=('GPL')
+source=(https://fukuchi.org/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3eb64357f6fbdb68c27cb2e44e97280a')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" install
+}


[arch-commits] Commit in gnome-documents/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 19:45:21
  Author: heftig
Revision: 326059

archrelease: copy trunk to extra-x86_64

Added:
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 326058, gnome-documents/trunk/PKGBUILD)
Deleted:
  gnome-documents/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 19:44:30 UTC (rev 326058)
+++ PKGBUILD2018-06-06 19:45:21 UTC (rev 326059)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents;
-arch=(x86_64)
-license=(GPL)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata 
tracker-miners libzapojit
- webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(gobject-introspection git meson yelp-tools inkscape)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-groups=(gnome)
-_commit=37df033b1be9cdc1accd0aef62f5cb763df56de2  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-  
-
-build() {
-  arch-meson $pkgname build -D getting_started=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-x86_64/PKGBUILD (from rev 326058, 
gnome-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 19:45:21 UTC (rev 326059)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents;
+arch=(x86_64)
+license=(GPL)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata 
tracker-miners libzapojit
+ webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(gobject-introspection git meson yelp-tools inkscape)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+groups=(gnome)
+_commit=3a3b3d477ff4e2ecb9a0bc88b0e4c913e3eab287  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+  
+
+build() {
+  arch-meson $pkgname build -D getting_started=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 19:45:24
  Author: anthraxx
Revision: 326060

upgpkg: avidemux 2.7.1-1

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:45:21 UTC (rev 326059)
+++ PKGBUILD2018-06-06 19:45:24 UTC (rev 326060)
@@ -3,8 +3,8 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.7.0
-pkgrel=6
+pkgver=2.7.1
+pkgrel=1
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('x86_64')
@@ -14,11 +14,9 @@
  'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
  'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 
'libfdk-aac' 'libass')
 options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz 
avidemux-qt5.11.patch)
-sha256sums=('fe1d6b794c0d94922428ff84a931264a90c39a5ffe965e03ab7ae0ce71a2c4ad'
-'4b5a5b5e4a53afeaefa6c3213502a83f35e71787c66a6abc81c3487b97fc0ca3')
-sha512sums=('7c92213d3bd2849dbdb5a1aff2acd6da231fd76c561b756fbf4a1d5a41e9705d609d7a35b6ca6b77ceb3bf5138f861cd24ed16d8fcec4fd713f09a2ff07e9015'
-
'ae8aeadab04e2467a2a8d744a5fb7db70b03711f6f1d749214d46339c3261d653f1a6b4818c14dc3aec2e72764e90c6478b80bde337cd830845ebb913e953423')
+source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha256sums=('3ccd784a329c8957c6741923549fdfb70f3b96d087aeb514f3d52e1cd281e995')
+sha512sums=('85a690a36cad827f176818d6f566d897b4e46b2a272c8fb18bd64672d92f106d2706ac214b3e3ac3a836c5c98f81f7d5feca1229c3f3f2152ab715a3565008be')
 
 prepare() {
   cd ${pkgbase}_${pkgver}
@@ -30,8 +28,6 @@
 
   # https://sourceforge.net/p/avidemux/bugs/77/
   sed -e 's|pow10f|exp10f|g' -i 
avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp
-  # fix build with Qt 5.11
-  patch -p1 -i ../avidemux-qt5.11.patch
 }
 
 build() {


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

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 19:44:30
  Author: heftig
Revision: 326058

3.28.1-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:30:02 UTC (rev 326057)
+++ PKGBUILD2018-06-06 19:44:30 UTC (rev 326058)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents;
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson yelp-tools inkscape)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
 groups=(gnome)
-_commit=37df033b1be9cdc1accd0aef62f5cb763df56de2  # tags/3.28.0^0
+_commit=3a3b3d477ff4e2ecb9a0bc88b0e4c913e3eab287  # tags/3.28.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


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

2018-06-06 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, June 6, 2018 @ 19:30:02
  Author: grazzolini
Revision: 326057

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-340xx-utils/repos/testing-x86_64/
  nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 326056, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.install
(from rev 326056, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.sysusers
(from rev 326056, nvidia-340xx-utils/trunk/nvidia-340xx-utils.sysusers)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 326056, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)

-+
 PKGBUILD|  166 ++
 nvidia-340xx-utils.install  |7 +
 nvidia-340xx-utils.sysusers |1 
 nvidia-drm-outputclass.conf |   15 +++
 4 files changed, 189 insertions(+)

Copied: nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD (from rev 326056, 
nvidia-340xx-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-06 19:30:02 UTC (rev 326057)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-340xx-utils
+pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
+pkgver=340.107
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=(nvidia-drm-outputclass.conf
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nvidia-340xx-utils.sysusers)
+sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
+
'0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499')
+
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; 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=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('opencl-nvidia')
+provides=('opencl-nvidia' 'opencl-driver')
+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-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server')
+optdepends=('gtk2: nvidia-settings'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia-340xx: OpenCL support')
+conflicts=('nvidia-utils' 'nvidia-340xx-libgl' 'nvidia-libgl')
+provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-340xx-libgl' 
'nvidia-libgl')
+replaces=('nvidia-340xx-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"
# X doesn't find glx otherwise
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"  
# X doesn't find glx otherwise
+
+# OpenGL libraries
+install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
+install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libEGL.so.${pkgver}"
+install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGLESv1_CM.so.${pkgver}"
+install -D -m755 

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

2018-06-06 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, June 6, 2018 @ 19:28:55
  Author: grazzolini
Revision: 326056

upgpkg: nvidia-340xx-utils 340.107-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:03:57 UTC (rev 326055)
+++ PKGBUILD2018-06-06 19:28:55 UTC (rev 326056)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
 # Contributor: James Rayner 
 
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
-pkgver=340.106
-pkgrel=2
+pkgver=340.107
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -15,7 +16,7 @@
 
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
 nvidia-340xx-utils.sysusers)
 
sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
-
'ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499')
 
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 19:26:57
  Author: anthraxx
Revision: 341551

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 19:26:49 UTC (rev 341550)
+++ PKGBUILD2018-06-06 19:26:57 UTC (rev 341551)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nblock 
-# Contributor: neithere 
-# Contributor: mitsuse 
-
-_pyname=wtforms
-pkgbase=python-wtforms
-pkgname=('python-wtforms' 'python2-wtforms')
-pkgver=2.1
-pkgrel=3
-pkgdesc='Flexible forms validation and rendering library for python web 
development'
-url='http://wtforms.simplecodes.com/'
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python-sphinx'
- 'python2-setuptools' 'python2-sphinx')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
-sha512sums=('fbffa933d33707f5758393458bafdfb923d9dbfdbd1d669987a845d6720f8e2fa635dd15a5831f16838da05690e48084756206349bfdb24f2e9ef4e895fa18cf')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-make -C docs html SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pyname}-${pkgver}-py2
-make -C docs html SPHINXBUILD=sphinx-build2
-  )
-}
-
-package_python-wtforms() {
-  depends=('python')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CHANGES.rst README.md  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-package_python2-wtforms() {
-  depends=('python2')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CHANGES.rst README.md  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-wtforms/repos/community-any/PKGBUILD (from rev 341550, 
python-wtforms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 19:26:57 UTC (rev 341551)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: nblock 
+# Contributor: neithere 
+# Contributor: mitsuse 
+
+_pyname=wtforms
+pkgbase=python-wtforms
+pkgname=('python-wtforms' 'python2-wtforms')
+pkgver=2.2
+pkgrel=1
+pkgdesc='Flexible forms validation and rendering library for python web 
development'
+url='http://wtforms.simplecodes.com/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-sphinx'
+ 'python2-setuptools' 'python2-sphinx')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
+sha512sums=('06b26ebe80304ff096400f4b8d22b18219e75f5b7ab9837e4d7ce6977f8f29068b80e3270145c8d43a401a8e4f0154c1b61738b69c84da8a5e01d3de0242203f')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+make -C docs html SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pyname}-${pkgver}-py2
+make -C docs html SPHINXBUILD=sphinx-build2
+  )
+}
+
+package_python-wtforms() {
+  depends=('python')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
+}
+
+package_python2-wtforms() {
+  depends=('python2')
+  cd ${_pyname}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 19:26:49
  Author: anthraxx
Revision: 341550

upgpkg: python-wtforms 2.2-1

Modified:
  python-wtforms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 18:16:59 UTC (rev 341549)
+++ PKGBUILD2018-06-06 19:26:49 UTC (rev 341550)
@@ -6,8 +6,8 @@
 _pyname=wtforms
 pkgbase=python-wtforms
 pkgname=('python-wtforms' 'python2-wtforms')
-pkgver=2.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc='Flexible forms validation and rendering library for python web 
development'
 url='http://wtforms.simplecodes.com/'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python-sphinx'
  'python2-setuptools' 'python2-sphinx')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
-sha512sums=('fbffa933d33707f5758393458bafdfb923d9dbfdbd1d669987a845d6720f8e2fa635dd15a5831f16838da05690e48084756206349bfdb24f2e9ef4e895fa18cf')
+sha512sums=('06b26ebe80304ff096400f4b8d22b18219e75f5b7ab9837e4d7ce6977f8f29068b80e3270145c8d43a401a8e4f0154c1b61738b69c84da8a5e01d3de0242203f')
 
 prepare() {
   cp -a ${_pyname}-${pkgver}{,-py2}
@@ -34,8 +34,8 @@
   depends=('python')
   cd ${_pyname}-${pkgver}
   python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CHANGES.rst README.md  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
 }
 
@@ -43,8 +43,8 @@
   depends=('python2')
   cd ${_pyname}-${pkgver}-py2
   python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CHANGES.rst README.md  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
 }
 


[arch-commits] Commit in python-evdev/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 19:03:57
  Author: heftig
Revision: 326055

archrelease: copy trunk to extra-x86_64

Added:
  python-evdev/repos/extra-x86_64/PKGBUILD
(from rev 326054, python-evdev/trunk/PKGBUILD)
Deleted:
  python-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 19:03:13 UTC (rev 326054)
+++ PKGBUILD2018-06-06 19:03:57 UTC (rev 326055)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=python-evdev
-pkgname=(python-evdev python2-evdev)
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Python bindings for the Linux input subsystem"
-arch=(x86_64)
-url="https://python-evdev.readthedocs.io/en/latest/;
-license=(BSD)
-makedepends=(python python2 git)
-_commit=7d76d8d73edf309ba145605ef12036f1faa66bd8  # tags/v0.8.1^0
-source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cp -a $pkgbase python2
-  cp -a $pkgbase python3
-}
-
-build() {
-  cd python3
-  python3 setup.py build
-
-  cd ../python2
-  python2 setup.py build
-}
-
-package_python-evdev() {
-  depends=(python)
-
-  cd python3
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dt "$pkgdir/usr/share/licenses/python-evdev" -m644 LICENSE
-}
-
-package_python2-evdev() {
-  depends=(python2)
-
-  cd python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dt "$pkgdir/usr/share/licenses/python2-evdev" -m644 LICENSE
-}

Copied: python-evdev/repos/extra-x86_64/PKGBUILD (from rev 326054, 
python-evdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 19:03:57 UTC (rev 326055)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=python-evdev
+pkgname=(python-evdev python2-evdev)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+arch=(x86_64)
+url="https://python-evdev.readthedocs.io/en/latest/;
+license=(BSD)
+makedepends=(python python2 git)
+_commit=0303d3e73d997bb0501979f7b44c34d9e2bfff43  # tags/v1.0.0^0
+source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cp -a $pkgbase python2
+  cp -a $pkgbase python3
+}
+
+build() {
+  cd python3
+  python3 setup.py build
+
+  cd ../python2
+  python2 setup.py build
+}
+
+package_python-evdev() {
+  depends=(python)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python-evdev" -m644 LICENSE
+}
+
+package_python2-evdev() {
+  depends=(python2)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python2-evdev" -m644 LICENSE
+}


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

2018-06-06 Thread Jan Steffens via arch-commits
Date: Wednesday, June 6, 2018 @ 19:03:13
  Author: heftig
Revision: 326054

1.0.0-1

Modified:
  python-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 19:02:17 UTC (rev 326053)
+++ PKGBUILD2018-06-06 19:03:13 UTC (rev 326054)
@@ -3,7 +3,7 @@
 
 pkgbase=python-evdev
 pkgname=(python-evdev python2-evdev)
-pkgver=0.8.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Python bindings for the Linux input subsystem"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 url="https://python-evdev.readthedocs.io/en/latest/;
 license=(BSD)
 makedepends=(python python2 git)
-_commit=7d76d8d73edf309ba145605ef12036f1faa66bd8  # tags/v0.8.1^0
+_commit=0303d3e73d997bb0501979f7b44c34d9e2bfff43  # tags/v1.0.0^0
 
source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-06-06 Thread Andreas Radke via arch-commits
Date: Wednesday, June 6, 2018 @ 19:02:17
  Author: andyrtr
Revision: 326053

archrelease: copy trunk to testing-x86_64

Added:
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 326052, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 326052, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 326052, nfs-utils/trunk/id_resolver.conf)

--+
 PKGBUILD |  114 +
 exports  |   12 +
 id_resolver.conf |9 
 3 files changed, 135 insertions(+)

Copied: nfs-utils/repos/testing-x86_64/PKGBUILD (from rev 326052, 
nfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-06 19:02:17 UTC (rev 326053)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+# Contributor: John Proctor 
+# Contributor: dibblethewrecker 
+# Contributor: abelstr 
+# Contributor: Marco Lima 
+
+pkgbase=nfs-utils
+pkgname=('nfs-utils' 'nfsidmap')
+pkgver=2.3.2
+pkgrel=1
+arch=('x86_64')
+url='http://nfs.sourceforge.net'
+makedepends=('libevent' 'sqlite')
+# http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary
+source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{xz,sign}
+id_resolver.conf
+exports)
+# https://www.kernel.org/pub/linux/utils/nfs-utils/2.1.1/sha256sums.asc
+sha256sums=('3cfe50805c4c9f57bec845eaa28dfbe5a8acb90a8d21d8d56d2840e424335b19'
+'SKIP'
+'ed31ae843cf66d3c262b39ed54533a861876231c5f5bb3811c0c498ac2ffa102'
+'610715ed3daedc43b2536f541c7c57e138fb31eab5d837d9a6187a7403e30154')
+validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+ 
+  # fix build
+  sed -i "/-Werror=strict-prototypes/d" configure.ac
+
+  # fix hardcoded sbin path to our needs
+  sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-gss \
+--without-tcp-wrappers \
+--with-statedir=/var/lib/nfs \
+--enable-ipv6 \
+--enable-libmount-mount \
+--enable-mountconfig \
+--with-start-statd=/usr/bin/start-statd
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make -k check || /bin/true
+}
+
+package_nfs-utils() {
+
+  pkgdesc="Support programs for Network File Systems"
+  license=('GPL2')
+
+  backup=(etc/{exports,nfs.conf,nfsmount.conf})
+  depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper')
+  optdepends=('sqlite: for nfsdcltrack usage'
+  'python: for nfsiostat and mountstats usage')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="$pkgdir" install
+ 
+  install -D -m 644 utils/mount/nfsmount.conf "$pkgdir"/etc/nfsmount.conf
+  install -D -m 644 nfs.conf "$pkgdir"/etc/nfs.conf
+  
+  for i in systemd/{*.service,*.mount,*.target}; do
+install -D -m 644 $i "$pkgdir"/usr/lib/systemd/system/$(basename $i)
+  done
+  install -d -m 755 "$pkgdir"/usr/share/doc/$pkgname
+  install -D -m 644 systemd/README 
"$pkgdir"/usr/share/doc/$pkgname/README.systemd
+  
+  # docs
+  install -m 644 {NEWS,README} "$pkgdir"/usr/share/doc/$pkgname/
+
+  # empty exports file  
+  install -D -m 644 ../exports "$pkgdir"/etc/exports
+
+  # config file for idmappers in newer kernels
+  install -D -m 644 ../id_resolver.conf 
"$pkgdir"/etc/request-key.d/id_resolver.conf
+
+  mkdir "$pkgdir"/etc/exports.d
+  mkdir -m 555 "$pkgdir"/var/lib/nfs/rpc_pipefs
+  mkdir "$pkgdir"/var/lib/nfs/v4recovery
+
+  # nfsidmap cleanup
+  rm -vrf $pkgdir/usr/include #/nfsid*
+  rm -vrf $pkgdir/usr/lib/libnfsidmap*
+  rm -vrf $pkgdir/usr/lib/pkgconfig #/libnfsidmap.pc
+  rm -v $pkgdir/usr/share/man/{man3/nfs4_uid_to_name*,man5/idmapd.conf*}
+  rm -rf $pkgdir/usr/share/man/man3
+}
+
+package_nfsidmap() {
+
+  pkgdesc="Library to help mapping IDs, mainly for NFSv4"
+  license=('GPL2')
+  backup=(etc/idmapd.conf)
+  depends=('libldap')
+
+  cd ${pkgbase}-${pkgver}
+  make -C support  DESTDIR="$pkgdir" install
+  # config file  
+  install -D -m 644 support/nfsidmap/idmapd.conf "$pkgdir"/etc/idmapd.conf
+  # license
+  install -Dm644 support/nfsidmap/COPYING 
$pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}

Copied: nfs-utils/repos/testing-x86_64/exports (from rev 326052, 
nfs-utils/trunk/exports)
===
--- testing-x86_64/exports  (rev 0)
+++ testing-x86_64/exports  2018-06-06 19:02:17 UTC (rev 326053)
@@ -0,0 +1,12 @@
+# /etc/exports - exports(5) - directories exported to NFS clients
+#
+# Example for NFSv2 and NFSv3:
+#  /srv/homehostname1(rw,sync) hostname2(ro,sync)

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

2018-06-06 Thread Andreas Radke via arch-commits
Date: Wednesday, June 6, 2018 @ 19:01:44
  Author: andyrtr
Revision: 326052

upgpkg: nfs-utils 2.3.2-1

upstream update 2.3.2

Modified:
  nfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:57:34 UTC (rev 326051)
+++ PKGBUILD2018-06-06 19:01:44 UTC (rev 326052)
@@ -8,7 +8,7 @@
 
 pkgbase=nfs-utils
 pkgname=('nfs-utils' 'nfsidmap')
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 arch=('x86_64')
 url='http://nfs.sourceforge.net'
@@ -18,7 +18,7 @@
 id_resolver.conf
 exports)
 # https://www.kernel.org/pub/linux/utils/nfs-utils/2.1.1/sha256sums.asc
-sha256sums=('96d06b5a86b185815760d8f04c34fdface8fa8b9949ff256ac05c3ebc08335a5'
+sha256sums=('3cfe50805c4c9f57bec845eaa28dfbe5a8acb90a8d21d8d56d2840e424335b19'
 'SKIP'
 'ed31ae843cf66d3c262b39ed54533a861876231c5f5bb3811c0c498ac2ffa102'
 '610715ed3daedc43b2536f541c7c57e138fb31eab5d837d9a6187a7403e30154')
@@ -26,6 +26,9 @@
 
 prepare() {
   cd ${pkgbase}-${pkgver}
+ 
+  # fix build
+  sed -i "/-Werror=strict-prototypes/d" configure.ac
 
   # fix hardcoded sbin path to our needs
   sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am
@@ -44,7 +47,7 @@
 --enable-libmount-mount \
 --enable-mountconfig \
 --with-start-statd=/usr/bin/start-statd
-  make 
+  make
 }
 
 check() {


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:16:59
  Author: anthraxx
Revision: 341549

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |  150 ++--
 gradle.sh |4 -
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 18:16:52 UTC (rev 341548)
+++ PKGBUILD2018-06-06 18:16:59 UTC (rev 341549)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.7
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha256sums=('203f4537da8b8075e38c036a6d14cb71b1149de5bf0a8f6db32ac2833a1d1294'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('23d5129306c724a8e8815a4b3aa57e5451893aaf5c5a1179f360ee402ec07e07804b00b594ffbfceb3f708a00e23600dfcaea6549e351f013a6c21e843e32146'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 341548, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 18:16:59 UTC (rev 341549)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=4.8
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha256sums=('da9600da2a28a43f5f77364deecbb9b01c1ddb7d3ecafe1d5c93bcd8a8059ab1'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('500ea47ed97b611e5ff7b9016050b4d35becd8250a60c6421a07fe5118ceb7c203bc0c44074f974d98d8659cef81a97d8fab1afd1f231ed02772f90515f3284f'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary 

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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:16:52
  Author: anthraxx
Revision: 341548

upgpkg: gradle 4.8-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 18:13:10 UTC (rev 341547)
+++ PKGBUILD2018-06-06 18:16:52 UTC (rev 341548)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.7
+pkgver=4.8
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,9 +14,9 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('203f4537da8b8075e38c036a6d14cb71b1149de5bf0a8f6db32ac2833a1d1294'
+sha256sums=('da9600da2a28a43f5f77364deecbb9b01c1ddb7d3ecafe1d5c93bcd8a8059ab1'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('23d5129306c724a8e8815a4b3aa57e5451893aaf5c5a1179f360ee402ec07e07804b00b594ffbfceb3f708a00e23600dfcaea6549e351f013a6c21e843e32146'
+sha512sums=('500ea47ed97b611e5ff7b9016050b4d35becd8250a60c6421a07fe5118ceb7c203bc0c44074f974d98d8659cef81a97d8fab1afd1f231ed02772f90515f3284f'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:13:10
  Author: anthraxx
Revision: 341547

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 341546, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 18:13:02 UTC (rev 341546)
+++ PKGBUILD2018-06-06 18:13:10 UTC (rev 341547)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.2.5
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python2' 'sh')
-backup=('etc/sqlmap.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('3f283162e9af42ee2e00bd1862cce5d4943ad95d941981df96f20a1ee49be9cb')
-sha512sums=('0f802708621136ce75bd3f3000aab7722eaaca581f4bf82060c4ec202c5e1a11624fc57cf97e6e0e9518355e0a9414f95b702d27dd949c7dec0f5c4b3f1ff3e9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 341546, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 18:13:10 UTC (rev 341547)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.2.6
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python2' 'sh')
+backup=('etc/sqlmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
+sha256sums=('7cc5bc683a4aee615a2a87e3e0c6c3483ce985296f02991cea1f7b839250842b')
+sha512sums=('e255243844378e9db1990ce1cefcf41692e4f9ce3c707bac93c7094abef88d5865a35e57392f7c788b2fe7619b7a316fbf5ebe8a2bed7d26e03bb532f9b7238d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:13:02
  Author: anthraxx
Revision: 341546

upgpkg: sqlmap 1.2.6-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 18:10:47 UTC (rev 341545)
+++ PKGBUILD2018-06-06 18:13:02 UTC (rev 341546)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -12,8 +12,8 @@
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('3f283162e9af42ee2e00bd1862cce5d4943ad95d941981df96f20a1ee49be9cb')
-sha512sums=('0f802708621136ce75bd3f3000aab7722eaaca581f4bf82060c4ec202c5e1a11624fc57cf97e6e0e9518355e0a9414f95b702d27dd949c7dec0f5c4b3f1ff3e9')
+sha256sums=('7cc5bc683a4aee615a2a87e3e0c6c3483ce985296f02991cea1f7b839250842b')
+sha512sums=('e255243844378e9db1990ce1cefcf41692e4f9ce3c707bac93c7094abef88d5865a35e57392f7c788b2fe7619b7a316fbf5ebe8a2bed7d26e03bb532f9b7238d')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:10:47
  Author: anthraxx
Revision: 341545

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 341544, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 18:10:39 UTC (rev 341544)
+++ PKGBUILD2018-06-06 18:10:47 UTC (rev 341545)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.15
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://github.com/aoh/owl-lisp'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
-sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 341544, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 18:10:47 UTC (rev 341545)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.16
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://github.com/aoh/owl-lisp'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
+sha256sums=('4ad5939a6822076c25975da4971c730a077d3e04a077f36923b40087cb25d0ab')
+sha512sums=('1716bde1f9b42c5aaccc99b657e10c0625afbad96517e60e9a79ea1eef9dd77097179ffee389753a664a1bd6049fb05c1700743e4c138d10d33c2cb3c0de06d1')
+
+prepare() {
+  cd owl-${pkgver}
+  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
+}
+
+build() {
+  cd owl-${pkgver}
+  make
+}
+
+package() {
+  cd owl-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:10:39
  Author: anthraxx
Revision: 341544

upgpkg: owl-lisp 0.1.16-1

Modified:
  owl-lisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 18:05:11 UTC (rev 341543)
+++ PKGBUILD2018-06-06 18:10:39 UTC (rev 341544)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.15
+pkgver=0.1.16
 pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://github.com/aoh/owl-lisp'
@@ -9,21 +9,21 @@
 license=('MIT')
 depends=('glibc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
-sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
+sha256sums=('4ad5939a6822076c25975da4971c730a077d3e04a077f36923b40087cb25d0ab')
+sha512sums=('1716bde1f9b42c5aaccc99b657e10c0625afbad96517e60e9a79ea1eef9dd77097179ffee389753a664a1bd6049fb05c1700743e4c138d10d33c2cb3c0de06d1')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd owl-${pkgver}
   sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd owl-${pkgver}
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd owl-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
   install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:05:11
  Author: anthraxx
Revision: 341543

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 341542, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 18:05:03 UTC (rev 341542)
+++ PKGBUILD2018-06-06 18:05:11 UTC (rev 341543)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.58
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('69185b49cfa100dcc1ae3726b4575bd1d3128b8c1a1c8a685892e20dbf8e25ec')
-sha512sums=('547a4311196d6d13f0d5e8e0c58d77787be77098169e9a53e409a25142b7c30bef3573fc100301af79e91caba722833d42ecb401ccfaf9e101be3a48f03e1f1a')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 341542, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 18:05:11 UTC (rev 341543)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.59
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('691f67d4c8310775f2c47dc2336db09a6dbda2c47f4a07341aec2bc7c19bb264')
+sha512sums=('f8bf6db581c39a3fec474acc12337aab87d1480dc3a88cc4e1c100e393c1aac0f8d34cdfe1b77a2b41fba33bdaf1a4995cb5d60f417e269040f86d1ee42d0091')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+  install -Dm 755 "${f}" ".${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
+  chmod 755 "${f}"
+done
+  )
+
+  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
+  install -Dm 

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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:05:03
  Author: anthraxx
Revision: 341542

upgpkg: metasploit 4.16.59-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:56:50 UTC (rev 341541)
+++ PKGBUILD2018-06-06 18:05:03 UTC (rev 341542)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.58
+pkgver=4.16.59
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('69185b49cfa100dcc1ae3726b4575bd1d3128b8c1a1c8a685892e20dbf8e25ec')
-sha512sums=('547a4311196d6d13f0d5e8e0c58d77787be77098169e9a53e409a25142b7c30bef3573fc100301af79e91caba722833d42ecb401ccfaf9e101be3a48f03e1f1a')
+sha256sums=('691f67d4c8310775f2c47dc2336db09a6dbda2c47f4a07341aec2bc7c19bb264')
+sha512sums=('f8bf6db581c39a3fec474acc12337aab87d1480dc3a88cc4e1c100e393c1aac0f8d34cdfe1b77a2b41fba33bdaf1a4995cb5d60f417e269040f86d1ee42d0091')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


[arch-commits] Commit in python-requests/repos/extra-any (4 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:57:34
  Author: felixonmars
Revision: 326051

archrelease: copy trunk to extra-any

Added:
  python-requests/repos/extra-any/PKGBUILD
(from rev 326050, python-requests/trunk/PKGBUILD)
  python-requests/repos/extra-any/certs.patch
(from rev 326050, python-requests/trunk/certs.patch)
Deleted:
  python-requests/repos/extra-any/PKGBUILD
  python-requests/repos/extra-any/certs.patch

-+
 PKGBUILD|  135 +-
 certs.patch |   28 ++--
 2 files changed, 83 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:57:08 UTC (rev 326050)
+++ PKGBUILD2018-06-06 17:57:34 UTC (rev 326051)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-
-pkgbase=python-requests
-pkgname=('python-requests' 'python2-requests')
-pkgver=2.18.4
-pkgrel=2
-pkgdesc="Python HTTP for Humans"
-arch=('any')
-url="http://python-requests.org;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
- 'python-urllib3' 'python2-urllib3' 'python-idna' 'python2-idna')
-checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin' 
'python-pytest-mock'
-  'python2-pytest-mock' 'python-pysocks' 'python2-pysocks')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/kennethreitz/requests/archive/v$pkgver.tar.gz;
-certs.patch)
-sha512sums=('8ca20fe18d13b8c62977be0c51617f2ae8618d3d002ad4dc554362828855db7359274efbff0cd13e8c5699508913e91205cffcf306221a70321e74ac10b2d4d7'
-
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
-
-prepare() {
-  cd "$srcdir"/requests-$pkgver
-  sed -e '/certifi/d' \
-  -e 's/urllib3>=1.21.1,<1.23/urllib3>=1.21.1,<1.24/' \
-  -i setup.py
-  patch -p1 -i "$srcdir"/certs.patch
-
-  cd "$srcdir"
-  cp -a requests-$pkgver{,-py2}
-  find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
-}
-
-build() {
-  cd "$srcdir"/requests-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/requests-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-$pkgver
-  py.test tests
-
-  cd "$srcdir"/requests-$pkgver-py2
-  py.test2 tests
-}
-
-package_python-requests() {
-  depends=('python-urllib3' 'python-chardet' 'python-idna')
-  optdepends=('python-pysocks: SOCKS proxy support')
-
-  cd "$srcdir"/requests-$pkgver
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-}
-
-package_python2-requests() {
-  depends=('python2-urllib3' 'python2-chardet' 'python2-idna')
-  optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-  'python2-grequests: asynchronous requests with gevent'
-  'python2-pysocks: SOCKS proxy support')
-
-  cd "$srcdir"/requests-$pkgver-py2
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-}

Copied: python-requests/repos/extra-any/PKGBUILD (from rev 326050, 
python-requests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:57:34 UTC (rev 326051)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+
+pkgbase=python-requests
+pkgname=('python-requests' 'python2-requests')
+pkgver=2.18.4
+pkgrel=3
+pkgdesc="Python HTTP for Humans"
+arch=('any')
+url="http://python-requests.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
+ 'python-urllib3' 'python2-urllib3' 'python-idna' 'python2-idna')
+checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin' 
'python-pytest-mock'
+  'python2-pytest-mock' 'python-pysocks' 'python2-pysocks')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/kennethreitz/requests/archive/v$pkgver.tar.gz;
+certs.patch
+
https://github.com/yan12125/requests/commit/30b5079f46fa9e853a9efe635b60acdb172d250d.patch)
+sha512sums=('8ca20fe18d13b8c62977be0c51617f2ae8618d3d002ad4dc554362828855db7359274efbff0cd13e8c5699508913e91205cffcf306221a70321e74ac10b2d4d7'
+
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3'
+
'1f63f76df4c819e5a6dbd8d32d6f3a5cfc22c569ebe9551310629dee24fe7d5566d47bcf1a689ada9d103318be779e2ded24b0c1b8e8100fdd365890c0b87448')
+
+prepare() {
+  cd "$srcdir"/requests-$pkgver
+  sed -e '/certifi/d' \
+  -e 's/urllib3>=1.21.1,<1.23/urllib3>=1.21.1,<1.24/' \
+  -i setup.py
+  patch -p1 -i ../30b5079f46fa9e853a9efe635b60acdb172d250d.patch
+  patch -p1 -i "$srcdir"/certs.patch
+
+  cd "$srcdir"
+  cp -a requests-$pkgver{,-py2}
+  find requests-$pkgver-py2 -name \*.py -exec sed -r 

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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:57:08
  Author: felixonmars
Revision: 326050

upgpkg: python-requests 2.18.4-3

second try on FS#58878

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:13:23 UTC (rev 326049)
+++ PKGBUILD2018-06-06 17:57:08 UTC (rev 326050)
@@ -5,7 +5,7 @@
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
 pkgver=2.18.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Python HTTP for Humans"
 arch=('any')
 url="http://python-requests.org;
@@ -15,9 +15,11 @@
 checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin' 
'python-pytest-mock'
   'python2-pytest-mock' 'python-pysocks' 'python2-pysocks')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/kennethreitz/requests/archive/v$pkgver.tar.gz;
-certs.patch)
+certs.patch
+
https://github.com/yan12125/requests/commit/30b5079f46fa9e853a9efe635b60acdb172d250d.patch)
 
sha512sums=('8ca20fe18d13b8c62977be0c51617f2ae8618d3d002ad4dc554362828855db7359274efbff0cd13e8c5699508913e91205cffcf306221a70321e74ac10b2d4d7'
-
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
+
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3'
+
'1f63f76df4c819e5a6dbd8d32d6f3a5cfc22c569ebe9551310629dee24fe7d5566d47bcf1a689ada9d103318be779e2ded24b0c1b8e8100fdd365890c0b87448')
 
 prepare() {
   cd "$srcdir"/requests-$pkgver
@@ -24,6 +26,7 @@
   sed -e '/certifi/d' \
   -e 's/urllib3>=1.21.1,<1.23/urllib3>=1.21.1,<1.24/' \
   -i setup.py
+  patch -p1 -i ../30b5079f46fa9e853a9efe635b60acdb172d250d.patch
   patch -p1 -i "$srcdir"/certs.patch
 
   cd "$srcdir"


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 17:56:50
  Author: anthraxx
Revision: 341541

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 341540, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:56:42 UTC (rev 341540)
+++ PKGBUILD2018-06-06 17:56:50 UTC (rev 341541)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest'
-  'python2-coverage' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('5fdadb2bae49500ec6ccdce3c8c7ca148ed91c4e2d8a6a84520ded16d35953f4')
-sha512sums=('71b9929e3c28bc8ca927c7d858dfa77c21b44b62e36e9a75d20ff8175d504be4f99f9da492d74ba0f226e9cdb1f250caf5f6b33261c985b4a4a49f1ee9fa69a0')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 341540, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:56:50 UTC (rev 341541)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest'
+  'python2-coverage' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha256sums=('7dd3ee668670efb1fe63edd771613770cbb78b0dfef6f2f6e36f27b674c89fbd')
+sha512sums=('a7818afbf183363ffddcaac634192dc1103289ca3c198622a7f7779986650c8e1347537654018eb3acb71e8ff2e5822d504812b4f369acf6f35fdffc814de23c')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 

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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 17:56:42
  Author: anthraxx
Revision: 341540

upgpkg: python-flask-socketio 3.0.1-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:46:31 UTC (rev 341539)
+++ PKGBUILD2018-06-06 17:56:42 UTC (rev 341540)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -15,8 +15,8 @@
   'python2-coverage' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('5fdadb2bae49500ec6ccdce3c8c7ca148ed91c4e2d8a6a84520ded16d35953f4')
-sha512sums=('71b9929e3c28bc8ca927c7d858dfa77c21b44b62e36e9a75d20ff8175d504be4f99f9da492d74ba0f226e9cdb1f250caf5f6b33261c985b4a4a49f1ee9fa69a0')
+sha256sums=('7dd3ee668670efb1fe63edd771613770cbb78b0dfef6f2f6e36f27b674c89fbd')
+sha512sums=('a7818afbf183363ffddcaac634192dc1103289ca3c198622a7f7779986650c8e1347537654018eb3acb71e8ff2e5822d504812b4f369acf6f35fdffc814de23c')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:46:31
  Author: anatolik
Revision: 341539

archrelease: copy trunk to community-x86_64

Added:
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 341538, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:46:00 UTC (rev 341538)
+++ PKGBUILD2018-06-06 17:46:31 UTC (rev 341539)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('e89c658438b6847e90c0c383fff7894eb80ead6e')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 341538, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:46:31 UTC (rev 341539)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('3c2014621cf9790130f19f0308ba862f208525d2')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:46:00
  Author: anatolik
Revision: 341538

upgpkg: ruby-gtk2 3.2.6-1

upgpkg: ruby-gtk2 3.2.6-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:44:53 UTC (rev 341537)
+++ PKGBUILD2018-06-06 17:46:00 UTC (rev 341538)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('e89c658438b6847e90c0c383fff7894eb80ead6e')
+sha1sums=('3c2014621cf9790130f19f0308ba862f208525d2')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:44:53
  Author: anatolik
Revision: 341537

archrelease: copy trunk to community-x86_64

Added:
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 341536, ruby-pango/trunk/PKGBUILD)
Deleted:
  ruby-pango/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:44:15 UTC (rev 341536)
+++ PKGBUILD2018-06-06 17:44:53 UTC (rev 341537)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('24de32e3e43503b8da9b05636106008479238d1f')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 341536, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:44:53 UTC (rev 341537)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('53e4a418d24cb05bd340f20d7a32219ad39538ea')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:44:15
  Author: anatolik
Revision: 341536

upgpkg: ruby-pango 3.2.6-1

upgpkg: ruby-pango 3.2.6-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:40:49 UTC (rev 341535)
+++ PKGBUILD2018-06-06 17:44:15 UTC (rev 341536)
@@ -3,17 +3,17 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
+depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('24de32e3e43503b8da9b05636106008479238d1f')
+sha1sums=('53e4a418d24cb05bd340f20d7a32219ad39538ea')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-cairo-gobject/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:40:49
  Author: anatolik
Revision: 341535

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 341534, ruby-cairo-gobject/trunk/PKGBUILD)
Deleted:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:40:17 UTC (rev 341534)
+++ PKGBUILD2018-06-06 17:40:49 UTC (rev 341535)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('819f08e59a9b2d44c1cc97fbdf062609abcd7362')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 341534, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:40:49 UTC (rev 341535)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('b56b9d27a810aff92933982a5600e08eec204635')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:40:17
  Author: anatolik
Revision: 341534

upgpkg: ruby-cairo-gobject 3.2.6-1

upgpkg: ruby-cairo-gobject 3.2.6-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:39:56 UTC (rev 341533)
+++ PKGBUILD2018-06-06 17:40:17 UTC (rev 341534)
@@ -2,7 +2,7 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('819f08e59a9b2d44c1cc97fbdf062609abcd7362')
+sha1sums=('b56b9d27a810aff92933982a5600e08eec204635')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:39:56
  Author: anatolik
Revision: 341533

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 341532, ruby-gdk_pixbuf2/trunk/PKGBUILD)
Deleted:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:39:16 UTC (rev 341532)
+++ PKGBUILD2018-06-06 17:39:56 UTC (rev 341533)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
-makedepends=(ruby-native-package-installer ruby-rake)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('1499790fbe1002546742788b602ad1c66214d024')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 341532, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:39:56 UTC (rev 341533)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer ruby-rake)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('37056bf7360b9dc049c79b8bce76d3512784b37a')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:39:16
  Author: anatolik
Revision: 341532

upgpkg: ruby-gdk_pixbuf2 3.2.6-1

upgpkg: ruby-gdk_pixbuf2 3.2.6-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:38:55 UTC (rev 341531)
+++ PKGBUILD2018-06-06 17:39:16 UTC (rev 341532)
@@ -3,7 +3,7 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('1499790fbe1002546742788b602ad1c66214d024')
+sha1sums=('37056bf7360b9dc049c79b8bce76d3512784b37a')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:38:55
  Author: anatolik
Revision: 341531

archrelease: copy trunk to community-x86_64

Added:
  ruby-gio2/repos/community-x86_64/PKGBUILD
(from rev 341530, ruby-gio2/trunk/PKGBUILD)
Deleted:
  ruby-gio2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:38:10 UTC (rev 341530)
+++ PKGBUILD2018-06-06 17:38:55 UTC (rev 341531)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('8bbe54e5622c89ef0d8cdbd838618f962bd3')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-x86_64/PKGBUILD (from rev 341530, 
ruby-gio2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:38:55 UTC (rev 341531)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('8d865eed9634f050b4676a564d23000495dab1a5')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:38:10
  Author: anatolik
Revision: 341530

upgpkg: ruby-gio2 3.2.6-1

upgpkg: ruby-gio2 3.2.6-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:37:33 UTC (rev 341529)
+++ PKGBUILD2018-06-06 17:38:10 UTC (rev 341530)
@@ -2,7 +2,7 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('8bbe54e5622c89ef0d8cdbd838618f962bd3')
+sha1sums=('8d865eed9634f050b4676a564d23000495dab1a5')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gobject-introspection/repos/community-x86_64 (2 files)

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:37:33
  Author: anatolik
Revision: 341529

archrelease: copy trunk to community-x86_64

Added:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 341528, ruby-gobject-introspection/trunk/PKGBUILD)
Deleted:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:36:39 UTC (rev 341528)
+++ PKGBUILD2018-06-06 17:37:33 UTC (rev 341529)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('117687a175e431b06c723aa6a55d23bc44afdf9f')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-x86_64/PKGBUILD (from rev 
341528, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:37:33 UTC (rev 341529)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('cd4a95e9af2a32b827e0c785c31c2b423e81f28a')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-gobject-introspection/trunk (PKGBUILD)

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:36:39
  Author: anatolik
Revision: 341528

upgpkg: ruby-gobject-introspection 3.2.6-1

upgpkg: ruby-gobject-introspection 3.2.6-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:36:16 UTC (rev 341527)
+++ PKGBUILD2018-06-06 17:36:39 UTC (rev 341528)
@@ -2,7 +2,7 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('117687a175e431b06c723aa6a55d23bc44afdf9f')
+sha1sums=('cd4a95e9af2a32b827e0c785c31c2b423e81f28a')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:36:16
  Author: anatolik
Revision: 341527

archrelease: copy trunk to community-x86_64

Added:
  ruby-atk/repos/community-x86_64/PKGBUILD
(from rev 341526, ruby-atk/trunk/PKGBUILD)
Deleted:
  ruby-atk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:35:47 UTC (rev 341526)
+++ PKGBUILD2018-06-06 17:36:16 UTC (rev 341527)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer ruby-rake)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('541f914abad1e016c69d0a66aec613d8def6d960')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-atk/repos/community-x86_64/PKGBUILD (from rev 341526, 
ruby-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:36:16 UTC (rev 341527)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-native-package-installer ruby-rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('ca363b8121d6a2eb2c406ec0a7fda09cd6cf4447')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:35:01
  Author: felixonmars
Revision: 341522

archrelease: copy trunk to community-x86_64

Added:
  wmctrl/repos/community-x86_64/PKGBUILD
(from rev 341520, wmctrl/trunk/PKGBUILD)
Deleted:
  wmctrl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:35:00 UTC (rev 341521)
+++ PKGBUILD2018-06-06 17:35:01 UTC (rev 341522)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Geoffroy Carrier 
-# Contributor: Dalius 
-
-pkgname=wmctrl
-pkgver=1.07
-pkgrel=4
-pkgdesc="Control your EWMH compliant window manager from command line"
-url="http://sweb.cz/tripie/utils/wmctrl/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=(libxmu glib2)
-source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz
-
http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_$pkgver-6.diff.gz)
-md5sums=('1fe3c7a2caa6071e071ba34f587e1555'
- '7ddf2aadc48f4300c16160b3c9a7e141')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 -i "$srcdir/wmctrl_$pkgver-6.diff"
-  ./configure --prefix=/usr --mandir=$pkgdir/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="$pkgdir/usr" install
-}
-

Copied: wmctrl/repos/community-x86_64/PKGBUILD (from rev 341520, 
wmctrl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:35:01 UTC (rev 341522)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dalius 
+
+pkgname=wmctrl
+pkgver=1.07
+pkgrel=5
+pkgdesc="Control your EWMH compliant window manager from command line"
+url="http://tripie.sweb.cz/utils/wmctrl/;
+arch=('x86_64')
+license=('GPL')
+depends=(glib2 libxmu)
+source=(http://tripie.sweb.cz/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz
+
http://archive.debian.org/debian/pool/main/w/wmctrl/wmctrl_$pkgver-6.diff.gz)
+sha512sums=('4c77ad1e204e8d444f682ad1d05c0993bcab9097ac6d4b6a944556ab85acbe713f549dbaf443cd4d1226a162ce7d46fbd209c92652e87fc8e609feee74907daa'
+
'e57102db253cd1e61eb341f4cb35b71d6055073339114befd5db59bc7f93bd412cebafe72870d8ff0d6a386b569404b6d8ec2c1931bfe8f99f96873ae6492002')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir/wmctrl_$pkgver-6.diff"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --bindir="$pkgdir/usr/bin" --mandir="$pkgdir/usr/share/man"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install
+}


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:35:47
  Author: anatolik
Revision: 341526

upgpkg: ruby-atk 3.2.6-1

upgpkg: ruby-atk 3.2.6-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:35:30 UTC (rev 341525)
+++ PKGBUILD2018-06-06 17:35:47 UTC (rev 341526)
@@ -3,7 +3,7 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('541f914abad1e016c69d0a66aec613d8def6d960')
+sha1sums=('ca363b8121d6a2eb2c406ec0a7fda09cd6cf4447')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:35:00
  Author: anatolik
Revision: 341521

upgpkg: ruby-glib2 3.2.6-1

upgpkg: ruby-glib2 3.2.6-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:34:42 UTC (rev 341520)
+++ PKGBUILD2018-06-06 17:35:00 UTC (rev 341521)
@@ -3,7 +3,7 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('c48e4b6e17635a6b403e1b98565d6994d7bf69ac')
+sha1sums=('f36ec986b0aa3d2978759243d3f85f45e1d5d735')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-glib2/repos/community-x86_64 (4 files)

2018-06-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 6, 2018 @ 17:35:30
  Author: anatolik
Revision: 341525

archrelease: copy trunk to community-x86_64

Added:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 341523, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 341523, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

+
 0001-glib2-support-GLib-2.44.patch |   76 +--
 PKGBUILD   |   44 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: 0001-glib2-support-GLib-2.44.patch
===
--- 0001-glib2-support-GLib-2.44.patch  2018-06-06 17:35:28 UTC (rev 341524)
+++ 0001-glib2-support-GLib-2.44.patch  2018-06-06 17:35:30 UTC (rev 341525)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch 
(from rev 341523, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- 0001-glib2-support-GLib-2.44.patch  (rev 0)
+++ 0001-glib2-support-GLib-2.44.patch  2018-06-06 17:35:30 UTC (rev 341525)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:35:28 UTC (rev 341524)
+++ PKGBUILD2018-06-06 17:35:30 UTC (rev 341525)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby glib2 ruby-pkg-config ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('c48e4b6e17635a6b403e1b98565d6994d7bf69ac')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --no-document --ignore-dependencies --no-user-install -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-glib2/repos/community-x86_64/PKGBUILD (from rev 341523, 
ruby-glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 

[arch-commits] Commit in voxforge-am-julius/repos/community-any (6 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:35:28
  Author: felixonmars
Revision: 341524

archrelease: copy trunk to community-any

Added:
  voxforge-am-julius/repos/community-any/ChangeLog
(from rev 341523, voxforge-am-julius/trunk/ChangeLog)
  voxforge-am-julius/repos/community-any/PKGBUILD
(from rev 341523, voxforge-am-julius/trunk/PKGBUILD)
  voxforge-am-julius/repos/community-any/voxforge-am-julius.install
(from rev 341523, voxforge-am-julius/trunk/voxforge-am-julius.install)
Deleted:
  voxforge-am-julius/repos/community-any/ChangeLog
  voxforge-am-julius/repos/community-any/PKGBUILD
  voxforge-am-julius/repos/community-any/voxforge-am-julius.install

+
 ChangeLog  |4 +--
 PKGBUILD   |   54 +--
 voxforge-am-julius.install |   22 -
 3 files changed, 40 insertions(+), 40 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-06-06 17:35:07 UTC (rev 341523)
+++ ChangeLog   2018-06-06 17:35:28 UTC (rev 341524)
@@ -1,2 +0,0 @@
-0.9.0-1:
-upstream update

Copied: voxforge-am-julius/repos/community-any/ChangeLog (from rev 341523, 
voxforge-am-julius/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-06-06 17:35:28 UTC (rev 341524)
@@ -0,0 +1,2 @@
+0.9.0-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:35:07 UTC (rev 341523)
+++ PKGBUILD2018-06-06 17:35:28 UTC (rev 341524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Matt Harrison 
-# Contributor: Muhammad Qadri 
-
-pkgname=voxforge-am-julius
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Acoustic model information for use with Julius voice recognition 
software"
-arch=('any')
-url="http://www.voxforge.org/;
-license=('GPL')
-source=("${pkgname}-${pkgver}.tgz::http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/${pkgver}/Julius-4.3.1-Quickstart-Linux_(${pkgver}).tgz")
-install="${pkgname}.install"
-changelog=ChangeLog
-md5sums=('41d14534809c6a4b677e4bf530dc7e1e')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 "Sample.jconf" 
"${pkgdir}/usr/share/voxforge/julius/julian.jconf"
-  install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
-  install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
-  install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
-  install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" 
"acoustic_model_files/"*
-}
-

Copied: voxforge-am-julius/repos/community-any/PKGBUILD (from rev 341523, 
voxforge-am-julius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:35:28 UTC (rev 341524)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Matt Harrison 
+# Contributor: Muhammad Qadri 
+
+pkgname=voxforge-am-julius
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="Acoustic model information for use with Julius voice recognition 
software"
+arch=('any')
+url="http://www.voxforge.org/;
+license=('GPL')
+source=("${pkgname}-${pkgver}.tgz::http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/${pkgver}/Julius-4.3.1-Quickstart-Linux_(${pkgver}).tgz")
+install="${pkgname}.install"
+changelog=ChangeLog
+sha512sums=('3f3d8f7655e40657f330cde1f0b1cb2a8ae7425f14921f0a124d67b638c2f41101e9eaa2fc39cf2f157d413f8b0560ffb20ddbf9f8773beb5c518a508d65a5f1')
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 "Sample.jconf" 
"${pkgdir}/usr/share/voxforge/julius/julian.jconf"
+  install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
+  install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
+  install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
+  install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" 
"acoustic_model_files/"*
+}
+

Deleted: voxforge-am-julius.install
===
--- voxforge-am-julius.install  2018-06-06 17:35:07 UTC (rev 341523)
+++ voxforge-am-julius.install  2018-06-06 17:35:28 UTC (rev 341524)
@@ -1,11 +0,0 @@
-post_install() {
-  cat << EOF
-To run, use
-julius -input mic -C /usr/share/voxforge/julius/julian.jconf
-
-To manipulate, copy the contents of /usr/share/voxforge/julius to a local
-folder (i.e. ~/.voxforge/julius/).
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: voxforge-am-julius/repos/community-any/voxforge-am-julius.install (from 
rev 341523, voxforge-am-julius/trunk/voxforge-am-julius.install)
===
--- voxforge-am-julius.install  (rev 0)
+++ voxforge-am-julius.install  2018-06-06 17:35:28 UTC (rev 341524)
@@ 

[arch-commits] Commit in voxforge-am-julius/trunk (PKGBUILD)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:35:07
  Author: felixonmars
Revision: 341523

upgpkg: voxforge-am-julius 0.9.0-2

BUILDINFO Rebuild

Modified:
  voxforge-am-julius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:35:01 UTC (rev 341522)
+++ PKGBUILD2018-06-06 17:35:07 UTC (rev 341523)
@@ -5,7 +5,7 @@
 
 pkgname=voxforge-am-julius
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Acoustic model information for use with Julius voice recognition 
software"
 arch=('any')
 url="http://www.voxforge.org/;
@@ -13,7 +13,7 @@
 
source=("${pkgname}-${pkgver}.tgz::http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/${pkgver}/Julius-4.3.1-Quickstart-Linux_(${pkgver}).tgz")
 install="${pkgname}.install"
 changelog=ChangeLog
-md5sums=('41d14534809c6a4b677e4bf530dc7e1e')
+sha512sums=('3f3d8f7655e40657f330cde1f0b1cb2a8ae7425f14921f0a124d67b638c2f41101e9eaa2fc39cf2f157d413f8b0560ffb20ddbf9f8773beb5c518a508d65a5f1')
 
 package() {
   cd "${srcdir}"


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:34:18
  Author: felixonmars
Revision: 341518

upgpkg: wmname 0.1-4

BUILDINFO Rebuild

Modified:
  wmname/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:34:12 UTC (rev 341517)
+++ PKGBUILD2018-06-06 17:34:18 UTC (rev 341518)
@@ -4,7 +4,7 @@
 
 pkgname=wmname
 pkgver=0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A utility to set the name of your window manager"
 url="http://tools.suckless.org/x/wmname;
 license=('MIT')
@@ -11,7 +11,7 @@
 depends=('libx11')
 arch=('x86_64')
 source=("http://dl.suckless.org/tools/wmname-$pkgver.tar.gz;)
-sha256sums=('559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5')
+sha512sums=('e57100f8de2579f4090c0aaf5a5b134d03bcbcdca5c6d005b12ce39ad322d96651bb13d151cf259e935e6c50e7b21bde43a4eace112be80983a92f92b99f192f')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:34:37
  Author: felixonmars
Revision: 341519

archrelease: copy trunk to community-x86_64

Added:
  wmname/repos/community-x86_64/PKGBUILD
(from rev 341518, wmname/trunk/PKGBUILD)
Deleted:
  wmname/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:34:18 UTC (rev 341518)
+++ PKGBUILD2018-06-06 17:34:37 UTC (rev 341519)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vincent Kriek 
-
-pkgname=wmname
-pkgver=0.1
-pkgrel=3
-pkgdesc="A utility to set the name of your window manager"
-url="http://tools.suckless.org/wmname;
-license=('MIT')
-depends=('libx11')
-arch=('i686' 'x86_64')
-source=("http://dl.suckless.org/tools/wmname-$pkgver.tar.gz;)
-md5sums=('6903d299f84d335e529fbd2c1d6e49fe')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make PREFIX="${pkgdir}"/usr install
-  install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wmname/repos/community-x86_64/PKGBUILD (from rev 341518, 
wmname/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:34:37 UTC (rev 341519)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Vincent Kriek 
+
+pkgname=wmname
+pkgver=0.1
+pkgrel=4
+pkgdesc="A utility to set the name of your window manager"
+url="http://tools.suckless.org/x/wmname;
+license=('MIT')
+depends=('libx11')
+arch=('x86_64')
+source=("http://dl.suckless.org/tools/wmname-$pkgver.tar.gz;)
+sha512sums=('e57100f8de2579f4090c0aaf5a5b134d03bcbcdca5c6d005b12ce39ad322d96651bb13d151cf259e935e6c50e7b21bde43a4eace112be80983a92f92b99f192f')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make PREFIX="${pkgdir}"/usr install
+  install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:34:12
  Author: felixonmars
Revision: 341517

archrelease: copy trunk to community-x86_64

Added:
  whowatch/repos/community-x86_64/PKGBUILD
(from rev 341516, whowatch/trunk/PKGBUILD)
Deleted:
  whowatch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:33:53 UTC (rev 341516)
+++ PKGBUILD2018-06-06 17:34:12 UTC (rev 341517)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Nezmer 
-pkgname=whowatch
-pkgver=1.8.5
-pkgrel=2
-pkgdesc='Displays information about the users currently logged on to the 
machine in real time'
-arch=(i686  x86_64)
-url="http://wizard.ae.krakow.pl/~mike/#whowatch;
-license=('GPL2')
-depends=(ncurses)
-source=(http://wizard.ae.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
-md5sums=('8304e8907c7d9e585beda9bec9a9c5fb')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
-}

Copied: whowatch/repos/community-x86_64/PKGBUILD (from rev 341516, 
whowatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:34:12 UTC (rev 341517)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Nezmer 
+pkgname=whowatch
+pkgver=1.8.5
+pkgrel=3
+pkgdesc='Displays information about the users currently logged on to the 
machine in real time'
+arch=(x86_64)
+url="https://wizard.uek.krakow.pl/~mike/#whowatch;
+license=('GPL2')
+depends=(ncurses)
+source=(https://wizard.uek.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
+sha512sums=('9a534dcc859101e3f6636fcfc191be3c0a66b843225dbace0d851f8cca7bbf1374929f604414556c651167c24a223525304fe2963a92b97ba97a8f57179ec738')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:34:42
  Author: felixonmars
Revision: 341520

upgpkg: wmctrl 1.07-5

BUILDINFO Rebuild

Modified:
  wmctrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:34:37 UTC (rev 341519)
+++ PKGBUILD2018-06-06 17:34:42 UTC (rev 341520)
@@ -5,7 +5,7 @@
 
 pkgname=wmctrl
 pkgver=1.07
-pkgrel=4
+pkgrel=5
 pkgdesc="Control your EWMH compliant window manager from command line"
 url="http://tripie.sweb.cz/utils/wmctrl/;
 arch=('x86_64')
@@ -13,8 +13,8 @@
 depends=(glib2 libxmu)
 source=(http://tripie.sweb.cz/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz
 
http://archive.debian.org/debian/pool/main/w/wmctrl/wmctrl_$pkgver-6.diff.gz)
-sha256sums=('d78a1efdb62f18674298ad039c5cbdb1edb6e8e149bb3a8e3a01a4750aa3cca9'
-'c6560ba645652eab0b16d46c9dbd8e5c9881c1f9d3ac6fa3da2ee3c865b5e6a0')
+sha512sums=('4c77ad1e204e8d444f682ad1d05c0993bcab9097ac6d4b6a944556ab85acbe713f549dbaf443cd4d1226a162ce7d46fbd209c92652e87fc8e609feee74907daa'
+
'e57102db253cd1e61eb341f4cb35b71d6055073339114befd5db59bc7f93bd412cebafe72870d8ff0d6a386b569404b6d8ec2c1931bfe8f99f96873ae6492002')
 
 prepare() {
   cd $pkgname-$pkgver


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:33:53
  Author: felixonmars
Revision: 341516

upgpkg: whowatch 1.8.5-3

BUILDINFO Rebuild

Modified:
  whowatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:32:53 UTC (rev 341515)
+++ PKGBUILD2018-06-06 17:33:53 UTC (rev 341516)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer 
 pkgname=whowatch
 pkgver=1.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Displays information about the users currently logged on to the 
machine in real time'
 arch=(x86_64)
 url="https://wizard.uek.krakow.pl/~mike/#whowatch;
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=(ncurses)
 source=(https://wizard.uek.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
-md5sums=('8304e8907c7d9e585beda9bec9a9c5fb')
+sha512sums=('9a534dcc859101e3f6636fcfc191be3c0a66b843225dbace0d851f8cca7bbf1374929f604414556c651167c24a223525304fe2963a92b97ba97a8f57179ec738')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:32:08
  Author: felixonmars
Revision: 341512

upgpkg: wavegain 1.3.1-3

BUILDINFO Rebuild

Modified:
  wavegain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:31:34 UTC (rev 341511)
+++ PKGBUILD2018-06-06 17:32:08 UTC (rev 341512)
@@ -5,7 +5,7 @@
 pkgname=wavegain
 _realname=WaveGain
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A command line tool to normalize sound files"
 arch=('x86_64')
 url="http://rarewares.org/others.php;
@@ -12,7 +12,7 @@
 license=('LGPL')
 depends=('libsndfile')
 source=(http://www.rarewares.org/files/others/$pkgname-${pkgver}srcs.zip)
-md5sums=('456106bae00cec2ec4024da992bc5fd0')
+sha512sums=('6ce78c3fd238d49f47df5108c050f7be222778ab4cc8cbe7aeef518a0f925950c527c513a38d8c044b88157e22e581b496d9415f2c76f71010a412789165dd59')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:32:34
  Author: felixonmars
Revision: 341514

upgpkg: vulscan 2.0-3

BUILDINFO Rebuild

Modified:
  vulscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:32:28 UTC (rev 341513)
+++ PKGBUILD2018-06-06 17:32:34 UTC (rev 341514)
@@ -2,7 +2,7 @@
 # Contributor: icoz 
 pkgname=vulscan
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A module which enhances nmap to a vulnerability scanner'
 url='https://www.computec.ch/projekte/vulscan/'
 arch=('any')
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('nmap')
 
source=("https://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz;)
-sha1sums=('50eee09a971e6fcc2c4c02be181dbc0932ec62a1')
+sha512sums=('d5c45316a0c16600e32b9220948424c84df6c002f5ba3cddc9a04368c183a29adda0a3ee98386f1955e083dfc1d35b366604182f37b91bb1801506feb43dc013')
 replaces=(nmap-vulscan)
 provides=(nmap-vulscan)
 conflicts=(nmap-vulscan)


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:32:53
  Author: felixonmars
Revision: 341515

archrelease: copy trunk to community-any

Added:
  vulscan/repos/community-any/PKGBUILD
(from rev 341514, vulscan/trunk/PKGBUILD)
Deleted:
  vulscan/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:32:34 UTC (rev 341514)
+++ PKGBUILD2018-06-06 17:32:53 UTC (rev 341515)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: icoz 
-pkgname=vulscan
-pkgver=2.0
-pkgrel=2
-pkgdesc='A module which enhances nmap to a vulnerability scanner'
-url='http://www.computec.ch/projekte/vulscan/'
-arch=('any')
-license=('GPL')
-depends=('nmap')
-source=("http://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz;)
-sha1sums=('50eee09a971e6fcc2c4c02be181dbc0932ec62a1')
-replaces=(nmap-vulscan)
-provides=(nmap-vulscan)
-conflicts=(nmap-vulscan)
-
-package() {
-  install -dm755 "$pkgdir/usr/share/nmap/scripts/"
-  cp -a $pkgname "$pkgdir/usr/share/nmap/scripts/vulscan"
-}

Copied: vulscan/repos/community-any/PKGBUILD (from rev 341514, 
vulscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:32:53 UTC (rev 341515)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel Micay 
+# Contributor: icoz 
+pkgname=vulscan
+pkgver=2.0
+pkgrel=3
+pkgdesc='A module which enhances nmap to a vulnerability scanner'
+url='https://www.computec.ch/projekte/vulscan/'
+arch=('any')
+license=('GPL')
+depends=('nmap')
+source=("https://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz;)
+sha512sums=('d5c45316a0c16600e32b9220948424c84df6c002f5ba3cddc9a04368c183a29adda0a3ee98386f1955e083dfc1d35b366604182f37b91bb1801506feb43dc013')
+replaces=(nmap-vulscan)
+provides=(nmap-vulscan)
+conflicts=(nmap-vulscan)
+
+package() {
+  install -dm755 "$pkgdir/usr/share/nmap/scripts/"
+  cp -a $pkgname "$pkgdir/usr/share/nmap/scripts/vulscan"
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:32:28
  Author: felixonmars
Revision: 341513

archrelease: copy trunk to community-x86_64

Added:
  wavegain/repos/community-x86_64/PKGBUILD
(from rev 341512, wavegain/trunk/PKGBUILD)
Deleted:
  wavegain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:32:08 UTC (rev 341512)
+++ PKGBUILD2018-06-06 17:32:28 UTC (rev 341513)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado Primier 
-
-pkgname=wavegain
-_realname=WaveGain
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A command line tool to normalize sound files"
-arch=('i686' 'x86_64')
-url="http://rarewares.org/others.php;
-license=('LGPL')
-depends=('libsndfile')
-source=(http://www.rarewares.org/files/others/$pkgname-${pkgver}srcs.zip)
-md5sums=('456106bae00cec2ec4024da992bc5fd0')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  #make -f Makefile.linux
-  gcc ${LDFLAGS} ${CFLAGS} *.c -o wavegain -DHAVE_CONFIG_H -lm
-
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  install -Dm755 "$srcdir/$_realname-$pkgver/wavegain" \
-"$pkgdir/usr/bin/wavegain"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wavegain/repos/community-x86_64/PKGBUILD (from rev 341512, 
wavegain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:32:28 UTC (rev 341513)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado Primier 
+
+pkgname=wavegain
+_realname=WaveGain
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="A command line tool to normalize sound files"
+arch=('x86_64')
+url="http://rarewares.org/others.php;
+license=('LGPL')
+depends=('libsndfile')
+source=(http://www.rarewares.org/files/others/$pkgname-${pkgver}srcs.zip)
+sha512sums=('6ce78c3fd238d49f47df5108c050f7be222778ab4cc8cbe7aeef518a0f925950c527c513a38d8c044b88157e22e581b496d9415f2c76f71010a412789165dd59')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  #make -f Makefile.linux
+  gcc ${LDFLAGS} ${CFLAGS} *.c -o wavegain -DHAVE_CONFIG_H -lm
+
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  install -Dm755 "$srcdir/$_realname-$pkgver/wavegain" \
+"$pkgdir/usr/bin/wavegain"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-06 Thread Morten Linderud via arch-commits
Date: Wednesday, June 6, 2018 @ 17:31:29
  Author: foxboron
Revision: 341510

archrelease: copy trunk to community-any

Added:
  python-sqlobject/repos/community-any/
  python-sqlobject/repos/community-any/PKGBUILD
(from rev 341509, python-sqlobject/trunk/PKGBUILD)

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

Copied: python-sqlobject/repos/community-any/PKGBUILD (from rev 341509, 
python-sqlobject/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-06-06 17:31:29 UTC (rev 341510)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+
+pkgbase=python-sqlobject
+pkgname=(python-sqlobject python2-sqlobject)
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="SQLObject, an object-relational mapper for Python"
+url="http://sqlobject.org/;
+arch=('any')
+license=('LGPL-2.1')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz;)
+sha256sums=('7bf45d866d668db5931af245e8012e6e8472b56874c0d096abd603ddb45023d7')
+
+prepare() {
+  cp -a sqlobject-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/sqlobject-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/sqlobject-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-sqlobject() {
+  depends=('python2' 'python2-formencode' 'python2-pydispatcher')
+  cd "sqlobject-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  mv "${pkgdir}/usr/bin/sqlobject-admin" "${pkgdir}/usr/bin/sqlobject-admin2"
+  mv "${pkgdir}/usr/bin/sqlobject-convertOldURI" 
"${pkgdir}/usr/bin/sqlobject-convertOldURI2"
+}
+
+package_python-sqlobject() {
+  depends=('python' 'python-pydispatcher')
+  cd "sqlobject-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in python-httpretty/repos/community-testing-any (2 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:31:34
  Author: felixonmars
Revision: 341511

archrelease: copy trunk to community-testing-any

Added:
  python-httpretty/repos/community-testing-any/PKGBUILD
(from rev 341509, python-httpretty/trunk/PKGBUILD)
Deleted:
  python-httpretty/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:31:29 UTC (rev 341510)
+++ PKGBUILD2018-06-06 17:31:34 UTC (rev 341511)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-httpretty
-pkgname=("python-httpretty" "python2-httpretty")
-pkgver=0.9.4
-_commit=2a9e08d96feff10d5d68557f0579b9c6b8d9ebf2
-pkgrel=1
-pkgdesc="HTTP client mock for Python"
-arch=('any')
-url="https://github.com/gabrielfalcao/httpretty;
-license=('MIT')
-makedepends=('python-urllib3' 'python2-urllib3' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock'
-  'python2-mock' 'python-sure' 'python2-sure' 'python-tornado' 
'python2-tornado'
-  'python-requests' 'python2-requests' 'python-httplib2' 
'python2-httplib2'
-  'python-nose-randomly' 'python2-nose-randomly' 'python-rednose' 
'python2-rednose')
-source=("$pkgbase-$_commit.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$_commit.tar.gz;)
-sha512sums=('1c0b517388cc2a0e69c00a2ddc63d19164089caf5dca9525134387c8040911f4a2460b22370601ef9a79ca4f87bf5c3a7a0a6f5991fb58c9558292d9f84a464e')
-
-prepare() {
-  mv HTTPretty-{$_commit,$pkgver}
-  cp -a HTTPretty-$pkgver{,-py2}
-}
-
-check() {
-  cd HTTPretty-$pkgver
-  nosetests3 -s tests || warning "Tests failed"
-
-  cd ../HTTPretty-$pkgver-py2
-  nosetests2 -s tests
-}
-
-package_python-httpretty() {
-  depends=('python-urllib3')
-
-  cd HTTPretty-$pkgver
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python-httpretty/COPYING"
-}
-
-package_python2-httpretty() {
-  depends=('python2-urllib3')
-
-  cd HTTPretty-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python2-httpretty/COPYING"
-}

Copied: python-httpretty/repos/community-testing-any/PKGBUILD (from rev 341509, 
python-httpretty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:31:34 UTC (rev 341511)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-httpretty
+pkgname=("python-httpretty" "python2-httpretty")
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="HTTP client mock for Python"
+arch=('any')
+url="https://github.com/gabrielfalcao/httpretty;
+license=('MIT')
+makedepends=('python-urllib3' 'python2-urllib3' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock'
+  'python2-mock' 'python-sure' 'python2-sure' 'python-tornado' 
'python2-tornado'
+  'python-requests' 'python2-requests' 'python-httplib2' 
'python2-httplib2'
+  'python-nose-randomly' 'python2-nose-randomly' 'python-rednose' 
'python2-rednose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
+sha512sums=('6e830875cf51f4e9b2e248aa3395caf3950a05ce1df493d9e8b9f5cc9a2d1d1140e69d6e28f6c23acb388c91ef17d737d036736797e33186d20a25d21434184e')
+
+prepare() {
+  cp -a HTTPretty-$pkgver{,-py2}
+}
+
+check() {
+  cd HTTPretty-$pkgver
+  nosetests3 -s tests || warning "Tests failed"
+
+  cd ../HTTPretty-$pkgver-py2
+  nosetests2 -s tests
+}
+
+package_python-httpretty() {
+  depends=('python-urllib3')
+
+  cd HTTPretty-$pkgver
+  python3 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python-httpretty/COPYING"
+}
+
+package_python2-httpretty() {
+  depends=('python2-urllib3')
+
+  cd HTTPretty-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python2-httpretty/COPYING"
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:31:15
  Author: felixonmars
Revision: 341509

upgpkg: python-httpretty 0.9.5-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:30:43 UTC (rev 341508)
+++ PKGBUILD2018-06-06 17:31:15 UTC (rev 341509)
@@ -3,8 +3,7 @@
 
 pkgbase=python-httpretty
 pkgname=("python-httpretty" "python2-httpretty")
-pkgver=0.9.4
-_commit=2a9e08d96feff10d5d68557f0579b9c6b8d9ebf2
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
@@ -15,11 +14,10 @@
   'python2-mock' 'python-sure' 'python2-sure' 'python-tornado' 
'python2-tornado'
   'python-requests' 'python2-requests' 'python-httplib2' 
'python2-httplib2'
   'python-nose-randomly' 'python2-nose-randomly' 'python-rednose' 
'python2-rednose')
-source=("$pkgbase-$_commit.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$_commit.tar.gz;)
-sha512sums=('1c0b517388cc2a0e69c00a2ddc63d19164089caf5dca9525134387c8040911f4a2460b22370601ef9a79ca4f87bf5c3a7a0a6f5991fb58c9558292d9f84a464e')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
+sha512sums=('6e830875cf51f4e9b2e248aa3395caf3950a05ce1df493d9e8b9f5cc9a2d1d1140e69d6e28f6c23acb388c91ef17d737d036736797e33186d20a25d21434184e')
 
 prepare() {
-  mv HTTPretty-{$_commit,$pkgver}
   cp -a HTTPretty-$pkgver{,-py2}
 }
 


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:30:18
  Author: felixonmars
Revision: 341506

upgpkg: vorbisgain 0.37-5

BUILDINFO Rebuild

Modified:
  vorbisgain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:30:10 UTC (rev 341505)
+++ PKGBUILD2018-06-06 17:30:18 UTC (rev 341506)
@@ -3,7 +3,7 @@
 # Contributor: Cory Farmer 
 pkgname=vorbisgain
 pkgver=0.37
-pkgrel=4
+pkgrel=5
 pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
 arch=('x86_64')
 url="http://sjeng.org/vorbisgain.html;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libvorbis')
 source=(http://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('850b05a7b2b0ee67edb5a27b8c6ac3a2')
+sha512sums=('67181834e1a0d7c6e1ccd984e2d30ebf1dcdff84caa77f75e5e771de8414904810e966a43852b7184e075d2428fd8b431124835efc370ce6504b8b2756746e04')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:30:43
  Author: felixonmars
Revision: 341508

archrelease: copy trunk to community-x86_64

Added:
  vorbisgain/repos/community-x86_64/PKGBUILD
(from rev 341507, vorbisgain/trunk/PKGBUILD)
Deleted:
  vorbisgain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:30:23 UTC (rev 341507)
+++ PKGBUILD2018-06-06 17:30:43 UTC (rev 341508)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh 
-# Contributor: Cory Farmer 
-pkgname=vorbisgain
-pkgver=0.37
-pkgrel=4
-pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
-arch=('i686' 'x86_64')
-url="http://sjeng.org/vorbisgain.html;
-license=('GPL')
-depends=('libvorbis')
-source=(http://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('850b05a7b2b0ee67edb5a27b8c6ac3a2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-   --enable-recursive \
-   --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: vorbisgain/repos/community-x86_64/PKGBUILD (from rev 341507, 
vorbisgain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:30:43 UTC (rev 341508)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh 
+# Contributor: Cory Farmer 
+pkgname=vorbisgain
+pkgver=0.37
+pkgrel=5
+pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
+arch=('x86_64')
+url="http://sjeng.org/vorbisgain.html;
+license=('GPL')
+depends=('libvorbis')
+source=(http://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('67181834e1a0d7c6e1ccd984e2d30ebf1dcdff84caa77f75e5e771de8414904810e966a43852b7184e075d2428fd8b431124835efc370ce6504b8b2756746e04')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+   --enable-recursive \
+   --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in (4 files)

2018-06-06 Thread Morten Linderud via arch-commits
Date: Wednesday, June 6, 2018 @ 17:30:23
  Author: foxboron
Revision: 341507

Added python-sqlobject

Added:
  python-sqlobject/
  python-sqlobject/repos/
  python-sqlobject/trunk/
  python-sqlobject/trunk/PKGBUILD

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

Added: python-sqlobject/trunk/PKGBUILD
===
--- python-sqlobject/trunk/PKGBUILD (rev 0)
+++ python-sqlobject/trunk/PKGBUILD 2018-06-06 17:30:23 UTC (rev 341507)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+
+pkgbase=python-sqlobject
+pkgname=(python-sqlobject python2-sqlobject)
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="SQLObject, an object-relational mapper for Python"
+url="http://sqlobject.org/;
+arch=('any')
+license=('LGPL-2.1')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz;)
+sha256sums=('7bf45d866d668db5931af245e8012e6e8472b56874c0d096abd603ddb45023d7')
+
+prepare() {
+  cp -a sqlobject-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/sqlobject-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/sqlobject-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-sqlobject() {
+  depends=('python2' 'python2-formencode' 'python2-pydispatcher')
+  cd "sqlobject-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  mv "${pkgdir}/usr/bin/sqlobject-admin" "${pkgdir}/usr/bin/sqlobject-admin2"
+  mv "${pkgdir}/usr/bin/sqlobject-convertOldURI" 
"${pkgdir}/usr/bin/sqlobject-convertOldURI2"
+}
+
+package_python-sqlobject() {
+  depends=('python' 'python-pydispatcher')
+  cd "sqlobject-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:30:10
  Author: felixonmars
Revision: 341505

archrelease: copy trunk to community-any

Added:
  vim-minibufexpl/repos/community-any/LICENSE
(from rev 341504, vim-minibufexpl/trunk/LICENSE)
  vim-minibufexpl/repos/community-any/PKGBUILD
(from rev 341504, vim-minibufexpl/trunk/PKGBUILD)
Deleted:
  vim-minibufexpl/repos/community-any/LICENSE
  vim-minibufexpl/repos/community-any/PKGBUILD

--+
 LICENSE  |   16 
 PKGBUILD |   52 ++--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-06 17:29:29 UTC (rev 341504)
+++ LICENSE 2018-06-06 17:30:10 UTC (rev 341505)
@@ -1,8 +0,0 @@
-"Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
-"   Permission is hereby granted to use and distribute this code,
-"   with or without modifications, provided that this copyright
-"   notice is copied with it. Like anything else that's free,
-"   minibufexplorer.vim is provided *as is* and comes with no
-"   warranty of any kind, either expressed or implied. In no
-"   event will the copyright holder be liable for any damamges
-"   resulting from the use of this software.

Copied: vim-minibufexpl/repos/community-any/LICENSE (from rev 341504, 
vim-minibufexpl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-06 17:30:10 UTC (rev 341505)
@@ -0,0 +1,8 @@
+"Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
+"   Permission is hereby granted to use and distribute this code,
+"   with or without modifications, provided that this copyright
+"   notice is copied with it. Like anything else that's free,
+"   minibufexplorer.vim is provided *as is* and comes with no
+"   warranty of any kind, either expressed or implied. In no
+"   event will the copyright holder be liable for any damamges
+"   resulting from the use of this software.

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:29:29 UTC (rev 341504)
+++ PKGBUILD2018-06-06 17:30:10 UTC (rev 341505)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel J Griffiths 
-# Contributor: Aaron Griffin 
-
-pkgname=vim-minibufexpl
-pkgver=6.5.2
-pkgrel=1
-pkgdesc="An elegant buffer explorer for vim"
-arch=('any')
-url="http://fholgado.com/minibufexpl;
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-source=("https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
-'LICENSE')
-md5sums=('31dde98470e3d76cc1fb437baf8760f8'
- 'aa6bc9c176702f23ee9f8476f72e3971')
-
-package() {
-  cd ${srcdir}/minibufexpl.vim-${pkgver}
-  installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-minibufexpl/repos/community-any/PKGBUILD (from rev 341504, 
vim-minibufexpl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:30:10 UTC (rev 341505)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel J Griffiths 
+# Contributor: Aaron Griffin 
+
+pkgname=vim-minibufexpl
+pkgver=6.5.2
+pkgrel=2
+pkgdesc="An elegant buffer explorer for vim"
+arch=('any')
+url="http://fholgado.com/minibufexpl;
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
+'LICENSE')
+sha512sums=('325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1'
+
'12c8ea4338901bfd174cf9154850d683ed24656627f28423692ebd64ea79e0949bf4aef3778cf61deca4f7a2159f56872e86d6e4c9c404264c4da94e4770d588')
+
+package() {
+  cd ${srcdir}/minibufexpl.vim-${pkgver}
+  installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:29:20
  Author: felixonmars
Revision: 341503

upgpkg: vim-minibufexpl 6.5.2-2

BUILDINFO Rebuild

Modified:
  vim-minibufexpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:29:04 UTC (rev 341502)
+++ PKGBUILD2018-06-06 17:29:20 UTC (rev 341503)
@@ -5,7 +5,7 @@
 
 pkgname=vim-minibufexpl
 pkgver=6.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An elegant buffer explorer for vim"
 arch=('any')
 url="http://fholgado.com/minibufexpl;
@@ -14,8 +14,8 @@
 groups=('vim-plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz;
 'LICENSE')
-md5sums=('31dde98470e3d76cc1fb437baf8760f8'
- 'aa6bc9c176702f23ee9f8476f72e3971')
+sha512sums=('325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1'
+
'12c8ea4338901bfd174cf9154850d683ed24656627f28423692ebd64ea79e0949bf4aef3778cf61deca4f7a2159f56872e86d6e4c9c404264c4da94e4770d588')
 
 package() {
   cd ${srcdir}/minibufexpl.vim-${pkgver}


[arch-commits] Commit in (python2-sqlobject)

2018-06-06 Thread Morten Linderud via arch-commits
Date: Wednesday, June 6, 2018 @ 17:29:29
  Author: foxboron
Revision: 341504

Removed python2-sqlobject

Deleted:
  python2-sqlobject/


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:29:04
  Author: felixonmars
Revision: 341502

archrelease: copy trunk to community-x86_64

Added:
  visitors/repos/community-x86_64/PKGBUILD
(from rev 341501, visitors/trunk/PKGBUILD)
Deleted:
  visitors/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:28:40 UTC (rev 341501)
+++ PKGBUILD2018-06-06 17:29:04 UTC (rev 341502)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Roman Kyrylych 
-# Contributor: Roman Kyrylych 
-
-pkgname=visitors
-pkgver=0.7
-pkgrel=4
-pkgdesc='A very fast web log analyzer'
-arch=('i686' 'x86_64')
-url="http://www.hping.org/visitors/;
-license=('GPL2' 'custom')
-depends=('glibc')
-source=(http://www.hping.org/visitors/$pkgname-$pkgver.tar.gz)
-md5sums=('32ede76af83c6b1b7d2cdc5fe5178f6d')
-
-build() {
-  cd $srcdir/${pkgname}_${pkgver}
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}_${pkgver}
-  install -D visitors $pkgdir/usr/bin/visitors
-  install -D iis2apache.pl $pkgdir/usr/bin/iis2apache.pl
-  gzip visitors.1
-  install -Dm644 visitors.1.gz $pkgdir/usr/share/man/man1/visitors.1.gz
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/visitors/COPYING
-}

Copied: visitors/repos/community-x86_64/PKGBUILD (from rev 341501, 
visitors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:29:04 UTC (rev 341502)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Roman Kyrylych 
+# Contributor: Roman Kyrylych 
+
+pkgname=visitors
+pkgver=0.7
+pkgrel=5
+pkgdesc='A very fast web log analyzer'
+arch=('x86_64')
+url="http://www.hping.org/visitors/;
+license=('GPL2' 'custom')
+depends=('glibc')
+source=(http://www.hping.org/visitors/$pkgname-$pkgver.tar.gz)
+sha512sums=('41902a44d802b7318e0a2aec7b2947ca478cac94c97e071fefbae0ba67fe74d2985e7c27bdc64d8789d41ab46586a0478cc8f4b6ed83cb6a32139799cb328a11')
+
+build() {
+  cd "$srcdir"/${pkgname}_${pkgver}
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}_${pkgver}
+  install -D visitors "$pkgdir"/usr/bin/visitors
+  install -D iis2apache.pl "$pkgdir"/usr/bin/iis2apache.pl
+  gzip visitors.1
+  install -Dm644 visitors.1.gz "$pkgdir"/usr/share/man/man1/visitors.1.gz
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/visitors/COPYING
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:28:00
  Author: felixonmars
Revision: 341500

archrelease: copy trunk to community-any

Added:
  vim-doxygentoolkit/repos/community-any/PKGBUILD
(from rev 341495, vim-doxygentoolkit/trunk/PKGBUILD)
Deleted:
  vim-doxygentoolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:27:59 UTC (rev 341499)
+++ PKGBUILD2018-06-06 17:28:00 UTC (rev 341500)
@@ -1,21 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin 
-# Maintainer:
-
-pkgname=vim-doxygentoolkit
-pkgver=0.2.13
-_scriptid=14064
-pkgrel=3
-pkgdesc="This script simplify doxygen documentation in C/C++"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=987;
-license=('GPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;)
-md5sums=('669e14133afa26b2b72c48a9315d8f7d')
-
-package() {
-  cd "${srcdir}"
-  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
-}

Copied: vim-doxygentoolkit/repos/community-any/PKGBUILD (from rev 341495, 
vim-doxygentoolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:28:00 UTC (rev 341500)
@@ -0,0 +1,21 @@
+# $Id$
+# Contributor: Aaron Griffin 
+# Maintainer:
+
+pkgname=vim-doxygentoolkit
+pkgver=0.2.13
+_scriptid=14064
+pkgrel=4
+pkgdesc="This script simplify doxygen documentation in C/C++"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=987;
+license=('GPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;)
+sha512sums=('af4e6f8dae1079ff8b497c4115e5e3759473bc86b2d589333ed504bd234b693430014417f5b12013ec4f62bf2055e4be66e6c352191aa15ed7ce27a117403dd7')
+
+package() {
+  cd "${srcdir}"
+  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:28:40
  Author: felixonmars
Revision: 341501

upgpkg: visitors 0.7-5

BUILDINFO Rebuild

Modified:
  visitors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:28:00 UTC (rev 341500)
+++ PKGBUILD2018-06-06 17:28:40 UTC (rev 341501)
@@ -5,7 +5,7 @@
 
 pkgname=visitors
 pkgver=0.7
-pkgrel=4
+pkgrel=5
 pkgdesc='A very fast web log analyzer'
 arch=('x86_64')
 url="http://www.hping.org/visitors/;
@@ -12,7 +12,7 @@
 license=('GPL2' 'custom')
 depends=('glibc')
 source=(http://www.hping.org/visitors/$pkgname-$pkgver.tar.gz)
-md5sums=('32ede76af83c6b1b7d2cdc5fe5178f6d')
+sha512sums=('41902a44d802b7318e0a2aec7b2947ca478cac94c97e071fefbae0ba67fe74d2985e7c27bdc64d8789d41ab46586a0478cc8f4b6ed83cb6a32139799cb328a11')
 
 build() {
   cd "$srcdir"/${pkgname}_${pkgver}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:27:39
  Author: felixonmars
Revision: 341488

upgpkg: vim-doxygentoolkit 0.2.13-4

BUILDINFO Rebuild

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:27:39 UTC (rev 341487)
+++ PKGBUILD2018-06-06 17:27:39 UTC (rev 341488)
@@ -5,7 +5,7 @@
 pkgname=vim-doxygentoolkit
 pkgver=0.2.13
 _scriptid=14064
-pkgrel=3
+pkgrel=4
 pkgdesc="This script simplify doxygen documentation in C/C++"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=987;
@@ -13,7 +13,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;)
-md5sums=('669e14133afa26b2b72c48a9315d8f7d')
+sha512sums=('af4e6f8dae1079ff8b497c4115e5e3759473bc86b2d589333ed504bd234b693430014417f5b12013ec4f62bf2055e4be66e6c352191aa15ed7ce27a117403dd7')
 
 package() {
   cd "${srcdir}"


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:27:10
  Author: felixonmars
Revision: 341473

upgpkg: vamps 0.99.2-12

BUILDINFO Rebuild

Modified:
  vamps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:27:10 UTC (rev 341472)
+++ PKGBUILD2018-06-06 17:27:10 UTC (rev 341473)
@@ -5,7 +5,7 @@
 
 pkgname=vamps
 pkgver=0.99.2
-pkgrel=11
+pkgrel=12
 pkgdesc='Very fast requantisizing tool for backup DVDs'
 arch=('x86_64')
 url='http://vamps.sourceforge.net'
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('libdvdread')
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7d438185a2ae95ebb245472d9fa47d06')
+sha512sums=('27d26a5b63982e3b68b69b6e4f739e93a8eff2ca2e433e07a1350cafe9733f0b6a684e6bc51bce97612bc85fef9d4bf4ea0e781e493b227896de4cce4cd4662b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:27:32
  Author: felixonmars
Revision: 341483

archrelease: copy trunk to community-x86_64

Added:
  vamps/repos/community-x86_64/PKGBUILD
(from rev 341480, vamps/trunk/PKGBUILD)
Deleted:
  vamps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:27:28 UTC (rev 341482)
+++ PKGBUILD2018-06-06 17:27:32 UTC (rev 341483)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora 
-# Contributor: Stefano Zamprogno 
-# Maintainer: Stefan Husmann 
-
-pkgname=vamps
-pkgver=0.99.2
-pkgrel=11
-pkgdesc='Very fast requantisizing tool for backup DVDs'
-arch=('i686' 'x86_64')
-url='http://vamps.sourceforge.net'
-license=('GPL2')
-depends=('libdvdread')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7d438185a2ae95ebb245472d9fa47d06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
-  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
-}
-

Copied: vamps/repos/community-x86_64/PKGBUILD (from rev 341480, 
vamps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:27:32 UTC (rev 341483)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Giovanni Scafora 
+# Contributor: Stefano Zamprogno 
+# Maintainer: Stefan Husmann 
+
+pkgname=vamps
+pkgver=0.99.2
+pkgrel=12
+pkgdesc='Very fast requantisizing tool for backup DVDs'
+arch=('x86_64')
+url='http://vamps.sourceforge.net'
+license=('GPL2')
+depends=('libdvdread')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('27d26a5b63982e3b68b69b6e4f739e93a8eff2ca2e433e07a1350cafe9733f0b6a684e6bc51bce97612bc85fef9d4bf4ea0e781e493b227896de4cce4cd4662b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
+  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
+}
+


[arch-commits] Commit in uptimed/repos/community-x86_64 (4 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:25:51
  Author: felixonmars
Revision: 341421

archrelease: copy trunk to community-x86_64

Added:
  uptimed/repos/community-x86_64/PKGBUILD
(from rev 341416, uptimed/trunk/PKGBUILD)
  uptimed/repos/community-x86_64/uptimed.install
(from rev 341416, uptimed/trunk/uptimed.install)
Deleted:
  uptimed/repos/community-x86_64/PKGBUILD
  uptimed/repos/community-x86_64/uptimed.install

-+
 PKGBUILD|   66 +++---
 uptimed.install |   18 +++---
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:25:50 UTC (rev 341420)
+++ PKGBUILD2018-06-06 17:25:51 UTC (rev 341421)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Killian 
-# Contributor: Tom Newsom 
-
-pkgname=uptimed
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A system uptime record daemon"
-arch=(i686 x86_64)
-#url="http://podgorny.cz/uptimed/;
-url="https://github.com/rpodgorny/uptimed;
-license=('GPL')
-depends=()
-makedepends=('systemd')
-backup=(etc/uptimed.conf)
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
-md5sums=('6c50b0671e7efed89efb4b956dc0f5e5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  mv $pkgdir/etc/uptimed.conf-dist $pkgdir/etc/uptimed.conf
-}

Copied: uptimed/repos/community-x86_64/PKGBUILD (from rev 341416, 
uptimed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:25:51 UTC (rev 341421)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Killian 
+# Contributor: Tom Newsom 
+
+pkgname=uptimed
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A system uptime record daemon"
+arch=(x86_64)
+#url="http://podgorny.cz/uptimed/;
+url="https://github.com/rpodgorny/uptimed;
+license=('GPL')
+depends=()
+makedepends=('systemd')
+backup=(etc/uptimed.conf)
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
+sha512sums=('918cd9e065d5005daf5062f14dffb725cb6d6764aa571fd45d63de3f7349b910cbae0dedc832f9bfb52a42caea90e8aec8390685baaf0718fec827240e517900')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  mv "$pkgdir"/etc/uptimed.conf-dist "$pkgdir"/etc/uptimed.conf
+}

Deleted: uptimed.install
===
--- uptimed.install 2018-06-06 17:25:50 UTC (rev 341420)
+++ uptimed.install 2018-06-06 17:25:51 UTC (rev 341421)
@@ -1,9 +0,0 @@
-pre_remove() {
-  rm -rf var/spool/uptimed
-}
-
-pre_upgrade() {
-  if [ -d var/log/uptimed ] && [ ! -d var/spool/uptimed ]; then
-mv var/log/uptimed var/spool/
-  fi
-}

Copied: uptimed/repos/community-x86_64/uptimed.install (from rev 341416, 
uptimed/trunk/uptimed.install)
===
--- uptimed.install (rev 0)
+++ uptimed.install 2018-06-06 17:25:51 UTC (rev 341421)
@@ -0,0 +1,9 @@
+pre_remove() {
+  rm -rf var/spool/uptimed
+}
+
+pre_upgrade() {
+  if [ -d var/log/uptimed ] && [ ! -d var/spool/uptimed ]; then
+mv var/log/uptimed var/spool/
+  fi
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:25:30
  Author: felixonmars
Revision: 341414

upgpkg: uptimed 0.4.0-2

BUILDINFO Rebuild

Modified:
  uptimed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:25:28 UTC (rev 341413)
+++ PKGBUILD2018-06-06 17:25:30 UTC (rev 341414)
@@ -6,7 +6,7 @@
 
 pkgname=uptimed
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A system uptime record daemon"
 arch=(x86_64)
 #url="http://podgorny.cz/uptimed/;
@@ -17,7 +17,7 @@
 backup=(etc/uptimed.conf)
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
-md5sums=('6c50b0671e7efed89efb4b956dc0f5e5')
+sha512sums=('918cd9e065d5005daf5062f14dffb725cb6d6764aa571fd45d63de3f7349b910cbae0dedc832f9bfb52a42caea90e8aec8390685baaf0718fec827240e517900')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-06-06 Thread Morten Linderud via arch-commits
Date: Wednesday, June 6, 2018 @ 17:24:40
  Author: foxboron
Revision: 341406

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 341405, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:24:24 UTC (rev 341405)
+++ PKGBUILD2018-06-06 17:24:40 UTC (rev 341406)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=gopass
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/justwatchcom/gopass;
-license=('MIT')
-makedepends=('go-pie')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-   'xsel: clipboard support'
-   'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
-sha256sums=('758e28c920df75d6fa42ac2e95e538c23602fbf0724f384f3185d5165d5b6e4f')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/justwatchcom
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
-  cd "${pkgname}-${pkgver}"
-  sed -i -e "s/-extldflags '-static'//g" Makefile
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 341405, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:24:40 UTC (rev 341406)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+pkgname=gopass
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/gopasswd/gopass;
+license=('MIT')
+makedepends=('go-pie')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+   'xsel: clipboard support'
+   'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
+sha256sums=('4fe05bfa382fc65dc3f04c4335fe39ddf599ac26e8e154a8646d3a2af6e2729a')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src
+  mv "${pkgname}-${pkgver}"/vendor/* src/
+  mkdir -p src/github.com/gopasspw
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/gopasspw/gopass
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  make build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-06 Thread Morten Linderud via arch-commits
Date: Wednesday, June 6, 2018 @ 17:24:24
  Author: foxboron
Revision: 341405

upgpkg: gopass 1.8.0-1

Updated to 1.8.0

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:20:57 UTC (rev 341404)
+++ PKGBUILD2018-06-06 17:24:24 UTC (rev 341405)
@@ -1,26 +1,24 @@
 # Maintainer: Morten Linderud 
 pkgname=gopass
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
-url="https://github.com/justwatchcom/gopass;
+url="https://github.com/gopasswd/gopass;
 license=('MIT')
 makedepends=('go-pie')
 optdepends=('xdotool: for typing passwords selected by dmenu'
'xsel: clipboard support'
'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
-sha256sums=('758e28c920df75d6fa42ac2e95e538c23602fbf0724f384f3185d5165d5b6e4f')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
+sha256sums=('4fe05bfa382fc65dc3f04c4335fe39ddf599ac26e8e154a8646d3a2af6e2729a')
 
 prepare(){
   export GOPATH="${srcdir}"
   mkdir -p src
   mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/justwatchcom
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
-  cd "${pkgname}-${pkgver}"
-  sed -i -e "s/-extldflags '-static'//g" Makefile
+  mkdir -p src/github.com/gopasspw
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/gopasspw/gopass
 }
 
 build(){


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:20:57
  Author: felixonmars
Revision: 341404

archrelease: copy trunk to community-x86_64

Added:
  unclutter/repos/community-x86_64/PKGBUILD
(from rev 341403, unclutter/trunk/PKGBUILD)
Deleted:
  unclutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:19:46 UTC (rev 341403)
+++ PKGBUILD2018-06-06 17:20:57 UTC (rev 341404)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: Callan Barrett 
-# Contributor: Anthony Martin 
-
-pkgname=unclutter
-pkgver=8
-pkgrel=10
-pkgdesc="A small program for hiding the mouse cursor"
-url="http://ftp.x.org/contrib/utilities/unclutter-8.README;
-arch=('i686' 'x86_64')
-license=('Public Domain')
-depends=('libxext')
-makedepends=('imake')
-source=(http://ftp.x.org/contrib/utilities/$pkgname-$pkgver.tar.Z
-   http://ftp.x.org/contrib/utilities/unclutter-8.README)
-md5sums=('83d7a6498b69078f869378f801b6a84b'
- '90ea7ff9f64945a6ca979d08a60c28dd')
-
-build() {
-  cd ${srcdir}/$pkgname
-  xmkmf -a
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=${pkgdir} install
-  install -Dm0644 unclutter.man ${pkgdir}/usr/share/man/man1/unclutter.1
-  install -Dm0644 $srcdir/unclutter-8.README 
${pkgdir}/usr/share/licenses/$pkgname/unclutter-8.README
-}

Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 341403, 
unclutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:20:57 UTC (rev 341404)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Anthony Martin 
+
+pkgname=unclutter
+pkgver=8
+pkgrel=11
+pkgdesc="A small program for hiding the mouse cursor"
+url="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README;
+arch=('x86_64')
+license=('Public Domain')
+depends=('libxext')
+makedepends=('imake')
+source=(https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.tar.gz
+   
https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.README)
+sha512sums=('863dc6d0b15d865a3367d3528373b74a228f5960f2912dd6ad1d74c4feebe7cc637a2ec02cd8e88e0396a0fdaf0f7960dccff0d2b333b554d602d8376f868665'
+
'27a0263042cc541a63e3ee6d8028cefbe9d9d8b47193828741e159f8d1782c5bc0f9f83a938b7465b3ed6b6e0f84037110ded8124f18d68d24022e7bde5ee7c4')
+
+build() {
+  cd "$srcdir"/$pkgname
+  xmkmf -a
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 unclutter.man "$pkgdir"/usr/share/man/man1/unclutter.1
+  install -Dm0644 "$srcdir"/unclutter-8.README 
"$pkgdir"/usr/share/licenses/$pkgname/unclutter-8.README
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:19:46
  Author: felixonmars
Revision: 341403

upgpkg: unclutter 8-11

BUILDINFO Rebuild

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:19:31 UTC (rev 341402)
+++ PKGBUILD2018-06-06 17:19:46 UTC (rev 341403)
@@ -6,7 +6,7 @@
 
 pkgname=unclutter
 pkgver=8
-pkgrel=10
+pkgrel=11
 pkgdesc="A small program for hiding the mouse cursor"
 url="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README;
 arch=('x86_64')
@@ -15,8 +15,8 @@
 makedepends=('imake')
 
source=(https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.tar.gz

https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.README)
-sha256sums=('33a78949a7dedf2e8669ae7b5b2c72067896497820292c96afaa60bb71d1f2a6'
-'3a71a1f42bbe134b7cf7f8ce588c0b702cf26ac4bbec631fce55a49196501086')
+sha512sums=('863dc6d0b15d865a3367d3528373b74a228f5960f2912dd6ad1d74c4feebe7cc637a2ec02cd8e88e0396a0fdaf0f7960dccff0d2b333b554d602d8376f868665'
+
'27a0263042cc541a63e3ee6d8028cefbe9d9d8b47193828741e159f8d1782c5bc0f9f83a938b7465b3ed6b6e0f84037110ded8124f18d68d24022e7bde5ee7c4')
 
 build() {
   cd "$srcdir"/$pkgname


[arch-commits] Commit in unarj/repos/community-x86_64 (4 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:18:57
  Author: felixonmars
Revision: 341400

archrelease: copy trunk to community-x86_64

Added:
  unarj/repos/community-x86_64/LICENSE
(from rev 341399, unarj/trunk/LICENSE)
  unarj/repos/community-x86_64/PKGBUILD
(from rev 341399, unarj/trunk/PKGBUILD)
Deleted:
  unarj/repos/community-x86_64/LICENSE
  unarj/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |  172 ++---
 PKGBUILD |   56 +--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-06 17:18:33 UTC (rev 341399)
+++ LICENSE 2018-06-06 17:18:57 UTC (rev 341400)
@@ -1,86 +0,0 @@
- * Copyright (c) 1991-2000 by ARJ Software, Inc.  All rights reserved.
- *
- *   This code may be freely used in programs that are NOT ARJ archivers
- *   (both compress and extract ARJ archives).
- *
- *   If you wish to distribute a modified version of this program, you
- *   MUST indicate that it is a modified version both in the program and
- *   source code.
- *
- *   We are holding the copyright on the source code, so please do not
- *   delete our name from the program files or from the documentation.
- *
- *   We wish to give credit to Haruhiko Okumura for providing the
- *   basic ideas for ARJ and UNARJ in his program AR.  Please note
- *   that UNARJ is significantly different from AR from an archive
- *   structural point of view.
- *
-
-
-
- UNARJ LICENSE POLICY FOR ALL USERS:
-
- The UNARJ program, source code, and the associated documentation
- are copyright (c) 1990-2000 ARJ Software, Inc. all rights reserved.
-
- If you distribute this software to others, you are required to
- distribute the ENTIRE package consisting of the following files:
-
- README.DOC
- UNARJ.EXE
- UNARJ.DOC
- UNARJ.C
- DECODE.C
- ENVIRON.C
- UNARJ.H
- UNARJ.DEF
- TCCUNARJ.MAK
- BCCUNARJ.MAK
- BCC32.MAK
- QCLUNARJ.MAK
- OS2UNARJ.MAK
- TECHNOTE.DOC
-
- We strongly prefer that the files be distributed in the format
- originally released:  UNARJ243.EXE with the ARJ-SECURITY envelope as
- created by the author.  If you must distribute the UNARJ archive in
- another archive format, please archive the UNARJ243.EXE as one file
- inside the other archive.  Re-archival of the software as separate
- files means losing the ARJ security envelope.
-
- You may freely use the UNARJ C source code.  If you wish to 
- distribute a modified version of UNARJ.EXE, you MUST indicate that it 
- is a modified version both in the program and source code.
-
- We are holding the copyright on the source code, so please do not
- delete our name from the program files or the documentation.
-
- The UNARJ.EXE program is built from this source using Borland C++ 3.1.
-
- You may freely use, copy, and distribute UNARJ.EXE, provided that no
- fee is charged for such use, copying or distribution.
-
- You may use UNARJ.EXE in a commercial software package provided that
- no additional fee is charged for using UNARJ.EXE and provided that
- the user fully understands that NO warranty or support is provided
- for UNARJ.EXE by ARJ Software.  Moreover, the user must fully
- understand that UNARJ does not have the long usage history that ARJ
- does.
-
- This source code is intended to promote the building of utilities to
- support the use of ARJ and ARJ archives.
-
- DISCLAIMER:
-
- This software UNARJ is provided on an "as is" basis without warranty
- of any kind, expressed or implied, including but not limited to the
- implied warranties of merchantability and fitness for a particular
- purpose.  The person using the software bears all risk as to the
- quality and performance of the software. Should the software prove
- defective, the user assumes the entire cost of all necessary repair,
- servicing, or correction.  ARJ Software, Inc. will not be liable
- for any special, incidental, consequential, indirect or similar
- damages due to loss of data or any other reason, even if ARJ
- Software, Inc. or its agents have been advised of the possibility
- of such damages.
-

Copied: unarj/repos/community-x86_64/LICENSE (from rev 341399, 
unarj/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-06 17:18:57 UTC (rev 341400)
@@ -0,0 +1,86 @@
+ * Copyright (c) 1991-2000 by ARJ Software, Inc.  All rights reserved.
+ *
+ *   This code may be freely used in programs that are NOT ARJ archivers
+ *   (both compress and extract ARJ archives).
+ *
+ *   If you wish to distribute a modified version of this program, you
+ *   MUST indicate that it is a modified version both in the program and
+ *   

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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:19:31
  Author: felixonmars
Revision: 341402

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 341401, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 341401, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-06 17:19:31 UTC (rev 341402)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.26
+pkgrel=31
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-regex-base' 'haskell-regex-compat' 
'haskell-http'
+ 'haskell-dbus0.10' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz
+
hinotify-0.3.10.patch::https://github.com/jaor/xmobar/commit/fb0a23f395445540f865ae00b33e75e0175db4ef.patch)
+sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d'
+
'53b7cca689386e976383ebbe56db877fb01896a5dfcb1e4e4e5424a9ce1ef7cc75a38dbed2bdb23e9521357c1e5945a7b58f70df07029fd38e398c6ca4891264')
+
+prepare() {
+  cd xmobar-$pkgver
+  patch -p1 -i ../hinotify-0.3.10.patch
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:19:14
  Author: felixonmars
Revision: 341401

upgpkg: xmobar 0.26-31

rebuild with base-prelude 1.3

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:18:57 UTC (rev 341400)
+++ PKGBUILD2018-06-06 17:19:14 UTC (rev 341401)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.26
-pkgrel=30
+pkgrel=31
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')


[arch-commits] Commit in tamarin-prover/repos (2 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:18:20
  Author: felixonmars
Revision: 341398

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 341397, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
341397, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-06 17:18:20 UTC (rev 341398)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=29
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:18:03
  Author: felixonmars
Revision: 341397

upgpkg: tamarin-prover 1.4.0-29

rebuild with base-prelude 1.3

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:16:44 UTC (rev 341396)
+++ PKGBUILD2018-06-06 17:18:03 UTC (rev 341397)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=28
+pkgrel=29
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:18:33
  Author: felixonmars
Revision: 341399

upgpkg: unarj 2.63a-5

BUILDINFO Rebuild

Modified:
  unarj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:18:20 UTC (rev 341398)
+++ PKGBUILD2018-06-06 17:18:33 UTC (rev 341399)
@@ -5,7 +5,7 @@
 
 pkgname=unarj
 pkgver=2.63a
-pkgrel=4
+pkgrel=5
 pkgdesc="An utility to extract, test and  view the contents of archives 
created with the ARJ archiver"
 arch=('x86_64')
 url="http://www.ibiblio.org/pub/Linux/utils/compress/;
@@ -13,8 +13,8 @@
 depends=('glibc')
 source=("http://ibiblio.org/pub/Linux/utils/compress/$pkgname-$pkgver.tar.gz;
 'LICENSE')
-md5sums=('a83d139c245f911f22cb1b611ec9768f'
- 'c2467ee8c1cb61d843bc2c16cc5e2a2d')
+sha512sums=('4f8aed311b8626f6bbefc7ad3296c1e69e8c89e79e4b853124502939ca83e2eb0352b64a5b71b2572e948a97a31416e678bc4ce30519631732001cfe7bb983d2'
+
'89a2a8ed1bfbbb30ed32a55b30a5d98c1f58233603de1c1c1a6756bdae1258e810f2d0f386961bee606c31e38558dda4868c522c0c60c5ce0061ab31a97f29cb')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


[arch-commits] Commit in stylish-haskell/repos (2 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:16:44
  Author: felixonmars
Revision: 341396

archrelease: copy trunk to community-staging-x86_64

Added:
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 341395, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
341395, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-06 17:16:44 UTC (rev 341396)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.0
+pkgrel=15
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ccdbfc7f169624210590c5b60c98202709a9418bfe0aac1cf9af7e51704f7f1a2092716e1f5857056634611afbbb5d1013e2b2c3e79602a959a9725aacfba51a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:16:26
  Author: felixonmars
Revision: 341395

upgpkg: stylish-haskell 0.9.2.0-15

rebuild with base-prelude 1.3

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:16:18 UTC (rev 341394)
+++ PKGBUILD2018-06-06 17:16:26 UTC (rev 341395)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


[arch-commits] Commit in unace/repos/community-x86_64 (10 files)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:16:18
  Author: felixonmars
Revision: 341394

archrelease: copy trunk to community-x86_64

Added:
  unace/repos/community-x86_64/01-makefiles.dpatch
(from rev 341393, unace/trunk/01-makefiles.dpatch)
  unace/repos/community-x86_64/04-64bit.dpatch
(from rev 341393, unace/trunk/04-64bit.dpatch)
  unace/repos/community-x86_64/ChangeLog
(from rev 341393, unace/trunk/ChangeLog)
  unace/repos/community-x86_64/PKGBUILD
(from rev 341393, unace/trunk/PKGBUILD)
  unace/repos/community-x86_64/unace.install
(from rev 341393, unace/trunk/unace.install)
Deleted:
  unace/repos/community-x86_64/01-makefiles.dpatch
  unace/repos/community-x86_64/04-64bit.dpatch
  unace/repos/community-x86_64/ChangeLog
  unace/repos/community-x86_64/PKGBUILD
  unace/repos/community-x86_64/unace.install

-+
 01-makefiles.dpatch |  104 ++---
 04-64bit.dpatch |  238 +-
 ChangeLog   |   18 +--
 PKGBUILD|   68 ++
 unace.install   |   28 ++---
 5 files changed, 227 insertions(+), 229 deletions(-)

Deleted: 01-makefiles.dpatch
===
--- 01-makefiles.dpatch 2018-06-06 17:15:46 UTC (rev 341393)
+++ 01-makefiles.dpatch 2018-06-06 17:16:18 UTC (rev 341394)
@@ -1,52 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 01-makefiles.dpatch by Fabian Greffrath 
-##
-## DP: Fix upstream makefiles
-
-@DPATCH@
-
-diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
 unace-nonfree-2.5.orig/base.mk 2003-11-27 20:16:20.0 +0100
-+++ unace-nonfree-2.5/base.mk  2006-01-31 09:33:04.0 +0100
-@@ -427,9 +427,7 @@
- ##
- 
- ifndef ISWMAKE
--include $(MAKE_DIR)baseace.mk
- include $(MAKE_DIR)baseuace.mk
- else
--!include $(MAKE_DIR)baseace.mk
- !include $(MAKE_DIR)baseuace.mk
- endif
-diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
 unace-nonfree-2.5.orig/makefile2003-11-24 00:24:24.0 +0100
-+++ unace-nonfree-2.5/makefile 2006-01-31 09:40:17.0 +0100
-@@ -18,6 +18,6 @@
- INCLDIR   = //usr/include
- 
--DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
-+DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
- 
- ifdef DEBUG
- LSWITCHES =
-@@ -47,7 +47,7 @@
-   $(APPS_UNACEEXE_CFILES)
- 
- unace: $(UNACEEXELIN_CFILES)
--  gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
-+  gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) -idirafter $(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
- ifndef DEBUG
-   tar cfvz linunace25.tgz unace file_id.diz licence
-   #sh linpack.sh
-diff -Nru unace-nonfree-2.5.orig/unace.mk unace-nonfree-2.5/unace.mk
 unace-nonfree-2.5.orig/unace.mk2003-11-27 20:17:46.0 +0100
-+++ unace-nonfree-2.5/unace.mk 2006-01-31 09:33:21.0 +0100
-@@ -27,8 +27,6 @@
- 
- ifndef ISWMAKE
- include $(MAKE_DIR)unaceexe.mk
--include $(MAKE_DIR)unacedll.mk
- else
- !include $(MAKE_DIR)unaceexe.mk
--!include $(MAKE_DIR)unacedll.mk
- endif

Copied: unace/repos/community-x86_64/01-makefiles.dpatch (from rev 341393, 
unace/trunk/01-makefiles.dpatch)
===
--- 01-makefiles.dpatch (rev 0)
+++ 01-makefiles.dpatch 2018-06-06 17:16:18 UTC (rev 341394)
@@ -0,0 +1,52 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 01-makefiles.dpatch by Fabian Greffrath 
+##
+## DP: Fix upstream makefiles
+
+@DPATCH@
+
+diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
+--- unace-nonfree-2.5.orig/base.mk 2003-11-27 20:16:20.0 +0100
 unace-nonfree-2.5/base.mk  2006-01-31 09:33:04.0 +0100
+@@ -427,9 +427,7 @@
+ ##
+ 
+ ifndef ISWMAKE
+-include $(MAKE_DIR)baseace.mk
+ include $(MAKE_DIR)baseuace.mk
+ else
+-!include $(MAKE_DIR)baseace.mk
+ !include $(MAKE_DIR)baseuace.mk
+ endif
+diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
+--- unace-nonfree-2.5.orig/makefile2003-11-24 00:24:24.0 +0100
 unace-nonfree-2.5/makefile 2006-01-31 09:40:17.0 +0100
+@@ -18,6 +18,6 @@
+ INCLDIR   = //usr/include
+ 
+-DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
++DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
+ 
+ ifdef DEBUG
+ LSWITCHES =
+@@ -47,7 +47,7 @@
+   $(APPS_UNACEEXE_CFILES)
+ 
+ unace: $(UNACEEXELIN_CFILES)
+-  gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
++  gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) 

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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:15:46
  Author: felixonmars
Revision: 341393

upgpkg: unace 2.5-10

BUILDINFO Rebuild

Modified:
  unace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:15:22 UTC (rev 341392)
+++ PKGBUILD2018-06-06 17:15:46 UTC (rev 341393)
@@ -4,7 +4,7 @@
 
 pkgname=unace
 pkgver=2.5
-pkgrel=9
+pkgrel=10
 pkgdesc="An extraction tool for the proprietary ace archive format"
 arch=('x86_64')
 url="http://www.winace.com/;
@@ -13,11 +13,9 @@
 install=unace.install
 
source=(http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz
 \
 01-makefiles.dpatch 04-64bit.dpatch)
-md5sums=('59013e74e5ac2ee15c1e92026ec1e3cc' '6a1498f24d6430723acf556e0d1cc72b'\
- 'c46de484cf5dc0e04c342062139a8aaf')
-sha1sums=('f658f03aa6f663c1a90af85e3e8c6e7ef12adb42'
-  '83b2b84223072b6f456d7255c80bec4e01572be0'
-  'cccd98f1b99218ec69f27425b56b44d23c75eb1e')
+sha512sums=('f7e9f3431f882160693cb55a90449e881aead9dc501bb4bb8303f04530bd3f6e1d84bbc2775d23e7c680e1e2d55a06872658c4b14c7bf51dd2db73fdcdea953b'
+
'65d01b75e3443bf015fc3c69f6d323c0441a05c9d04b4d52a7c4f85bd2719bb543023266598ebbf16976d650e44dff874cbf22ba4c022920fba8608e371b'
+
'1fb9e7ec089fe7eee8983bef54b3b50d8f9feac7e27f07114cb91ce98edd7026edde4920f32d7d06abb4dc236a05a7c6eb0bcfa3eb99872e5c17fce6e61651e8')
 
 build() {
   cd ${srcdir}/unace-$pkgver


<    1   2   3   4   5   6   7   8   >