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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:32:18
  Author: fyan
Revision: 139231

upgpkg: thefuck 2.9.1-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 10:32:04 UTC (rev 139230)
+++ PKGBUILD2015-09-05 10:32:18 UTC (rev 139231)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=2.9
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2015-09-05 Thread Bartłomiej Piotrowski
Date: Saturday, September 5, 2015 @ 12:32:25
  Author: bpiotrowski
Revision: 139232

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

Added:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
(from rev 139230, dnscrypt-proxy/trunk/PKGBUILD)
  
dnscrypt-proxy/repos/community-i686/Remove-network.target-dependency-from-dnscrypt-proxy.patch
(from rev 139230, 
dnscrypt-proxy/trunk/Remove-network.target-dependency-from-dnscrypt-proxy.patch)
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.install
(from rev 139230, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 139231, dnscrypt-proxy/trunk/PKGBUILD)
  
dnscrypt-proxy/repos/community-x86_64/Remove-network.target-dependency-from-dnscrypt-proxy.patch
(from rev 139231, 
dnscrypt-proxy/trunk/Remove-network.target-dependency-from-dnscrypt-proxy.patch)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 139231, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
Deleted:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.install
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install

-+
 /PKGBUILD   |  
 86 ++
 /dnscrypt-proxy.install |  
 14 +
 community-i686/PKGBUILD |  
 39 
 community-i686/Remove-network.target-dependency-from-dnscrypt-proxy.patch   |  
 25 ++
 community-i686/dnscrypt-proxy.install   |  
  7 
 community-x86_64/PKGBUILD   |  
 39 
 community-x86_64/Remove-network.target-dependency-from-dnscrypt-proxy.patch |  
 25 ++
 community-x86_64/dnscrypt-proxy.install |  
  7 
 8 files changed, 150 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-05 10:32:18 UTC (rev 139231)
+++ community-i686/PKGBUILD 2015-09-05 10:32:25 UTC (rev 139232)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
-arch=('i686' 'x86_64')
-url="http://dnscrypt.org/;
-license=('custom:ISC')
-depends=('libsodium' 'systemd')
-backup=(etc/conf.d/dnscrypt-proxy)
-install=dnscrypt-proxy.install
-source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1937a80ab0e6e5786b0d004fef1c007d9d8a4df335542ae6f96c1eac7739920f2ff4b469d30abac774c12a41d275c2a8bf31b5514d7af446028cedeeb3efcf02')
-
-prepare() {
-  sed -i 's|/usr/local/sbin|/usr/bin|' $pkgname-$pkgver/dnscrypt-proxy.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd
-  make -j2
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p 
"$pkgdir"/{usr/share/{licenses,doc}/$pkgname,etc/conf.d,usr/lib/systemd/system}
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS NEWS README README.markdown 
"$pkgdir"/usr/share/doc/$pkgname
-  install -m 644 dnscrypt-proxy.service "$pkgdir"/usr/lib/systemd/system
-  install -m 644 dnscrypt-proxy.socket "$pkgdir"/usr/lib/systemd/system
-}

Copied: dnscrypt-proxy/repos/community-i686/PKGBUILD (from rev 139230, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-05 10:32:25 UTC (rev 139232)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
+arch=('i686' 'x86_64')
+url="http://dnscrypt.org/;
+license=('custom:ISC')
+depends=('libsodium' 'systemd')
+install=dnscrypt-proxy.install
+source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz;
+'Remove-network.target-dependency-from-dnscrypt-proxy.patch')
+sha512sums=('1937a80ab0e6e5786b0d004fef1c007d9d8a4df335542ae6f96c1eac7739920f2ff4b469d30abac774c12a41d275c2a8bf31b5514d7af446028cedeeb3efcf02'
+
'a3fd405cc635ec3b8564fbfc769504eeaf77b693fa521df44be7beb1d5abea971b81905a11357870a6fb5ba8d129c91bf9cc337cb730b733c3d3c047854a4021')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's|/usr/local/sbin|/usr/bin|' dnscrypt-proxy.service
+  patch -p1 -i 

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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:32:32
  Author: fyan
Revision: 139233

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 139232, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-05 10:32:25 UTC (rev 139232)
+++ PKGBUILD2015-09-05 10:32:32 UTC (rev 139233)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=2.9
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck/tests
-  LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 139232, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-05 10:32:32 UTC (rev 139233)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck/tests
+  LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:31:09
  Author: fyan
Revision: 139228

upgpkg: bfgminer 5.3.0-1

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 10:31:04 UTC (rev 139227)
+++ PKGBUILD2015-09-05 10:31:09 UTC (rev 139228)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=bfgminer
-pkgver=5.2.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('GPL3')
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
 remove-dangerous-rpath.patch)
-sha256sums=('0cec8a4012d5784f781201d245bee834b0085274a24737ff3a4d0a28d48edc28'
+sha256sums=('d48fa6e51ff70ee1a85f77334a24f842ca6774c073c2d864fe739f07093ef77f'
 '27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
 
 prepare() {


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:31:04
  Author: fyan
Revision: 139227

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 139226, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-05 10:30:48 UTC (rev 139226)
+++ PKGBUILD2015-09-05 10:31:04 UTC (rev 139227)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=2.8
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck/tests
-  LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 139226, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-05 10:31:04 UTC (rev 139227)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=2.9
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck/tests
+  LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-05 Thread Bartłomiej Piotrowski
Date: Saturday, September 5, 2015 @ 12:32:04
  Author: bpiotrowski
Revision: 139230

upgpkg: dnscrypt-proxy 1.6.0-3

* remove network.target dependency from dnscrypt-proxy.socket (FS#45970)
* do not provide and backup /etc/conf.d/dnscrypt-proxy

Added:
  
dnscrypt-proxy/trunk/Remove-network.target-dependency-from-dnscrypt-proxy.patch
Modified:
  dnscrypt-proxy/trunk/PKGBUILD

+
 PKGBUILD   |   16 ---
 Remove-network.target-dependency-from-dnscrypt-proxy.patch |   25 +++
 2 files changed, 35 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 10:31:32 UTC (rev 139229)
+++ PKGBUILD2015-09-05 10:32:04 UTC (rev 139230)
@@ -5,19 +5,23 @@
 
 pkgname=dnscrypt-proxy
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
 arch=('i686' 'x86_64')
 url="http://dnscrypt.org/;
 license=('custom:ISC')
 depends=('libsodium' 'systemd')
-backup=(etc/conf.d/dnscrypt-proxy)
 install=dnscrypt-proxy.install
-source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1937a80ab0e6e5786b0d004fef1c007d9d8a4df335542ae6f96c1eac7739920f2ff4b469d30abac774c12a41d275c2a8bf31b5514d7af446028cedeeb3efcf02')
+source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz;
+'Remove-network.target-dependency-from-dnscrypt-proxy.patch')
+sha512sums=('1937a80ab0e6e5786b0d004fef1c007d9d8a4df335542ae6f96c1eac7739920f2ff4b469d30abac774c12a41d275c2a8bf31b5514d7af446028cedeeb3efcf02'
+
'a3fd405cc635ec3b8564fbfc769504eeaf77b693fa521df44be7beb1d5abea971b81905a11357870a6fb5ba8d129c91bf9cc337cb730b733c3d3c047854a4021')
 
 prepare() {
-  sed -i 's|/usr/local/sbin|/usr/bin|' $pkgname-$pkgver/dnscrypt-proxy.service
+  cd $pkgname-$pkgver
+
+  sed -i 's|/usr/local/sbin|/usr/bin|' dnscrypt-proxy.service
+  patch -p1 -i ../Remove-network.target-dependency-from-dnscrypt-proxy.patch
 }
 
 build() {
@@ -31,7 +35,7 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  mkdir -p 
"$pkgdir"/{usr/share/{licenses,doc}/$pkgname,etc/conf.d,usr/lib/systemd/system}
+  mkdir -p "$pkgdir"/{usr/share/{licenses,doc}/$pkgname,usr/lib/systemd/system}
   install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
   install -m 644 AUTHORS NEWS README README.markdown 
"$pkgdir"/usr/share/doc/$pkgname
   install -m 644 dnscrypt-proxy.service "$pkgdir"/usr/lib/systemd/system

Added: Remove-network.target-dependency-from-dnscrypt-proxy.patch
===
--- Remove-network.target-dependency-from-dnscrypt-proxy.patch  
(rev 0)
+++ Remove-network.target-dependency-from-dnscrypt-proxy.patch  2015-09-05 
10:32:04 UTC (rev 139230)
@@ -0,0 +1,25 @@
+From f20d71fb863b6d1f4588b6b175efa9f2fd331d90 Mon Sep 17 00:00:00 2001
+From: Frank Denis 
+Date: Mon, 17 Aug 2015 22:41:24 +0200
+Subject: [PATCH] Remove network.target dependency from dnscrypt-proxy.socket
+ If this is not correct, I'd love some input from omebody who knows systemd
+ more than I do (i.e. virtually anyone).
+
+---
+ dnscrypt-proxy.socket | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/dnscrypt-proxy.socket b/dnscrypt-proxy.socket
+index 22e62b9..ea20922 100644
+--- a/dnscrypt-proxy.socket
 b/dnscrypt-proxy.socket
+@@ -1,6 +1,5 @@
+ [Unit]
+ Description=dnscrypt-proxy listening socket
+-After=network.target
+ 
+ [Socket]
+ ListenStream=127.0.0.1:53
+-- 
+2.5.1
+


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

2015-09-05 Thread Jaroslav Lichtblau
Date: Saturday, September 5, 2015 @ 11:55:05
  Author: jlichtblau
Revision: 139225

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 139224, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 139224, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 139224, qmmp/trunk/qmmp.install)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 139224, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 139224, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 139224, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

-+
 /PKGBUILD   |  102 +
 /qmmp.changelog |  294 ++
 /qmmp.install   |   24 +++
 community-i686/PKGBUILD |   51 --
 community-i686/qmmp.changelog   |  147 ---
 community-i686/qmmp.install |   12 -
 community-x86_64/PKGBUILD   |   51 --
 community-x86_64/qmmp.changelog |  147 ---
 community-x86_64/qmmp.install   |   12 -
 9 files changed, 420 insertions(+), 420 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-05 09:54:42 UTC (rev 139224)
+++ community-i686/PKGBUILD 2015-09-05 09:55:05 UTC (rev 139225)
@@ -1,51 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="Qt4 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
- 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('23e422ef43e216f2d71f7d323d8345df2f3b6f46647e0ac0e03d4d69fbf62e57')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 139224, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-05 09:55:05 UTC (rev 139225)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
+ 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+  

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

2015-09-05 Thread Sven-Hendrik Haase
Date: Saturday, September 5, 2015 @ 09:34:18
  Author: svenstaro
Revision: 139218

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

Added:
  pypy/repos/community-i686/LICENSE
(from rev 139217, pypy/trunk/LICENSE)
  pypy/repos/community-i686/PKGBUILD
(from rev 139217, pypy/trunk/PKGBUILD)
  pypy/repos/community-x86_64/LICENSE
(from rev 139217, pypy/trunk/LICENSE)
  pypy/repos/community-x86_64/PKGBUILD
(from rev 139217, pypy/trunk/PKGBUILD)
Deleted:
  pypy/repos/community-i686/LICENSE
  pypy/repos/community-i686/PKGBUILD
  pypy/repos/community-x86_64/LICENSE
  pypy/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  308 
 /PKGBUILD |  112 
 community-i686/LICENSE|  154 --
 community-i686/PKGBUILD   |   56 
 community-x86_64/LICENSE  |  154 --
 community-x86_64/PKGBUILD |   56 
 6 files changed, 420 insertions(+), 420 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-09-05 07:34:07 UTC (rev 139217)
+++ community-i686/LICENSE  2015-09-05 07:34:18 UTC (rev 139218)
@@ -1,154 +0,0 @@
-License for files in the pypy/ directory 
-==
-
-Except when otherwise stated (look for LICENSE files in directories or
-information at the beginning of each file) all software and
-documentation in the 'pypy' directories is licensed as follows: 
-
-The MIT License
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the "Software"), to deal in the Software without 
-restriction, including without limitation the rights to use, 
-copy, modify, merge, publish, distribute, sublicense, and/or 
-sell copies of the Software, and to permit persons to whom the 
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included 
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
-DEALINGS IN THE SOFTWARE.
-
-
-PyPy Copyright holders 2003-2010
 
-
-Except when otherwise stated (look for LICENSE files or information at
-the beginning of each file) the files in the 'pypy' directory are each
-copyrighted by one or more of the following people and organizations:
-
-Armin Rigo
-Maciej Fijalkowski
-Carl Friedrich Bolz
-Samuele Pedroni
-Antonio Cuni
-Michael Hudson
-Christian Tismer
-Holger Krekel
-Eric van Riet Paap
-Richard Emslie
-Anders Chrigstrom
-Amaury Forgeot d Arc
-Aurelien Campeas
-Anders Lehmann
-Niklaus Haldimann
-Seo Sanghyeon
-Leonardo Santagada
-Lawrence Oluyede
-Jakub Gustak
-Guido Wesdorp
-Benjamin Peterson
-Alexander Schremmer
-Niko Matsakis
-Ludovic Aubry
-Alex Martelli
-Toon Verwaest
-Stephan Diehl
-Adrien Di Mascio
-Stefan Schwarzer
-Tomek Meka
-Patrick Maupin
-Jacob Hallen
-Laura Creighton
-Bob Ippolito
-Camillo Bruni
-Simon Burton
-Bruno Gola
-Alexandre Fayolle
-Marius Gedminas
-Guido van Rossum
-Valentino Volonghi
-Adrian Kuhn
-Paul deGrandis
-Gerald Klix
-Wanja Saatkamp
-Anders Hammarquist
-Oscar Nierstrasz
-Eugene Oden
-Lukas Renggli
-Guenter Jantzen
-Dinu Gherman
-Bartosz Skowron
-Georg Brandl
-Ben Young
-Jean-Paul Calderone
-Nicolas Chauvat
-Rocco Moretti
-Michael Twomey
-boria
-Jared Grubb
-Olivier Dormond
-Stuart Williams
-Jens-Uwe Mager
-Justas Sadzevicius
-Mikael Schönenberg
-Brian Dorsey
-Jonathan David Riehl
-Beatrice During
-Elmo Mäntynen
-Andreas Friedge
-Alex Gaynor
-Anders Qvist
-Alan McIntyre
-Bert Freudenberg
-
-Heinrich-Heine University, Germany 
-Open End AB (formerly AB Strakt), Sweden
-merlinux GmbH, Germany 
-tismerysoft GmbH, Germany 
-Logilab Paris, France 
-DFKI GmbH, Germany 
-Impara, Germany
-Change Maker, Sweden 
-
- 
-License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
-== 
-
-Except when otherwise stated (look for LICENSE files or

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

2015-09-05 Thread Sven-Hendrik Haase
Date: Saturday, September 5, 2015 @ 09:34:07
  Author: svenstaro
Revision: 139217

upgpkg: pypy 2.6.1-1

upstream release 2.6.1

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 22:13:06 UTC (rev 139216)
+++ PKGBUILD2015-09-05 07:34:07 UTC (rev 139217)
@@ -3,7 +3,7 @@
 # Contributor: William Giokas <1007...@gmail.com>
 
 pkgname=pypy
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="http://pypy.org;


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

2015-09-05 Thread Sven-Hendrik Haase
Date: Saturday, September 5, 2015 @ 10:51:48
  Author: svenstaro
Revision: 139219

upgpkg: ansible 1.9.3-1

upstream release 1.9.3

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 07:34:18 UTC (rev 139218)
+++ PKGBUILD2015-09-05 08:51:48 UTC (rev 139219)
@@ -7,7 +7,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=1.9.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
 
ansible-arch.patch::https://github.com/ansible/ansible/commit/bb81f025b00a8b22f5002315b4e48543b07d14b1.patch)
-md5sums=('5e0a72c8b7a3848907ac28b5f38cfc27'
+md5sums=('55be10fca4e9e0172a15e88874028eff'
  '244db3a313781bf39bdeef9fc8898d23')
 
 build() {


[arch-commits] Commit in wine/repos/community-i686 (6 files)

2015-09-05 Thread Sven-Hendrik Haase
Date: Saturday, September 5, 2015 @ 10:52:22
  Author: svenstaro
Revision: 139222

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 139221, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 139221, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 139221, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  374 
 wine.install  |   24 +--
 3 files changed, 219 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-09-05 08:52:17 UTC (rev 139221)
+++ 30-win32-aliases.conf   2015-09-05 08:52:22 UTC (rev 139222)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 139221, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-09-05 08:52:22 UTC (rev 139222)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-05 08:52:17 UTC (rev 139221)
+++ PKGBUILD2015-09-05 08:52:22 UTC (rev 139222)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.7.50
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('fef9e2e54dca8fe783ece06f153a62d7a5d48ce3'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  ncurses lib32-ncurses
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  

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

2015-09-05 Thread Sven-Hendrik Haase
Date: Saturday, September 5, 2015 @ 10:52:17
  Author: svenstaro
Revision: 139221

upgpkg: wine 1.7.51-1

upstream release 1.7.51

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 08:51:52 UTC (rev 139220)
+++ PKGBUILD2015-09-05 08:52:17 UTC (rev 139221)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.7.50
+pkgver=1.7.51
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('fef9e2e54dca8fe783ece06f153a62d7a5d48ce3'
+sha1sums=('ab034fb73cf8628a9def648e7712d3db75393716'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-09-05 Thread Sven-Hendrik Haase
Date: Saturday, September 5, 2015 @ 11:01:05
  Author: svenstaro
Revision: 139223

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 139222, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 139222, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 139222, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  374 
 wine.install  |   24 +--
 3 files changed, 219 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-09-05 08:52:22 UTC (rev 139222)
+++ 30-win32-aliases.conf   2015-09-05 09:01:05 UTC (rev 139223)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 139222, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-09-05 09:01:05 UTC (rev 139223)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-05 08:52:22 UTC (rev 139222)
+++ PKGBUILD2015-09-05 09:01:05 UTC (rev 139223)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.7.50
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('fef9e2e54dca8fe783ece06f153a62d7a5d48ce3'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  ncurses lib32-ncurses
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  

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

2015-09-05 Thread Jaroslav Lichtblau
Date: Saturday, September 5, 2015 @ 11:54:42
  Author: jlichtblau
Revision: 139224

upgpkg: qmmp 0.9.0-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 09:01:05 UTC (rev 139223)
+++ PKGBUILD2015-09-05 09:54:42 UTC (rev 139224)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=0.8.8
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Qt4 based audio-player"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('23e422ef43e216f2d71f7d323d8345df2f3b6f46647e0ac0e03d4d69fbf62e57')
+sha256sums=('bd03858233fd743e1ccaa933ac2422099a0be03c02f89ea5e272125b10b74b47')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:30:48
  Author: fyan
Revision: 139226

upgpkg: thefuck 2.9-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 09:55:05 UTC (rev 139225)
+++ PKGBUILD2015-09-05 10:30:48 UTC (rev 139226)
@@ -2,13 +2,13 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
 license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
 makedepends=('git')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:31:32
  Author: fyan
Revision: 139229

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

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 139228, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 139228, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 139228, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 139228, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

---+
 /PKGBUILD |   90 
 /remove-dangerous-rpath.patch |   42 +++
 community-i686/PKGBUILD   |   45 
 community-i686/remove-dangerous-rpath.patch   |   21 -
 community-x86_64/PKGBUILD |   45 
 community-x86_64/remove-dangerous-rpath.patch |   21 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-05 10:31:09 UTC (rev 139228)
+++ community-i686/PKGBUILD 2015-09-05 10:31:32 UTC (rev 139229)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=bfgminer
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='http://bfgminer.org/'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
-remove-dangerous-rpath.patch)
-sha256sums=('0cec8a4012d5784f781201d245bee834b0085274a24737ff3a4d0a28d48edc28'
-'27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---enable-cpumining \
---enable-bfsb \
---enable-metabank \
---enable-scrypt \
---enable-opencl \
---with-udevrulesdir=/usr/lib/udev/rules.d
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 139228, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-05 10:31:32 UTC (rev 139229)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=bfgminer
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='http://bfgminer.org/'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
+remove-dangerous-rpath.patch)
+sha256sums=('d48fa6e51ff70ee1a85f77334a24f842ca6774c073c2d864fe739f07093ef77f'
+'27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/remove-dangerous-rpath.patch
===
--- community-i686/remove-dangerous-rpath.patch 2015-09-05 10:31:09 UTC (rev 
139228)
+++ community-i686/remove-dangerous-rpath.patch 2015-09-05 10:31:32 UTC (rev 
139229)
@@ -1,21 +0,0 @@
-diff -Naur bfgminer-4.8.0-orig/configure bfgminer-4.8.0/configure
 bfgminer-4.8.0-orig/configure  2014-10-04 

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

2015-09-05 Thread Sven-Hendrik Haase
Date: Saturday, September 5, 2015 @ 10:51:52
  Author: svenstaro
Revision: 139220

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 139219, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-05 08:51:48 UTC (rev 139219)
+++ PKGBUILD2015-09-05 08:51:52 UTC (rev 139220)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
-
ansible-arch.patch::https://github.com/ansible/ansible/commit/bb81f025b00a8b22f5002315b4e48543b07d14b1.patch)
-md5sums=('5e0a72c8b7a3848907ac28b5f38cfc27'
- '244db3a313781bf39bdeef9fc8898d23')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 < $srcdir/ansible-arch.patch
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 COPYING "$pkgdir"/usr/share/doc/ansible/COPYING
-
-  install -d "$pkgdir"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "$pkgdir"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "$pkgdir"/etc/ansible/ansible.cfg
-
-  install -d "$pkgdir"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 139219, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-05 08:51:52 UTC (rev 139220)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+optdepends=('python2-passlib: crypt values for vars_prompt')
+makedepends=('asciidoc' 'fakeroot')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
+
ansible-arch.patch::https://github.com/ansible/ansible/commit/bb81f025b00a8b22f5002315b4e48543b07d14b1.patch)
+md5sums=('55be10fca4e9e0172a15e88874028eff'
+ '244db3a313781bf39bdeef9fc8898d23')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 < $srcdir/ansible-arch.patch
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir"/usr/share/doc/ansible/COPYING
+
+  install -d "$pkgdir"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "$pkgdir"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "$pkgdir"/etc/ansible/ansible.cfg
+
+  install -d "$pkgdir"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir"/usr/share/man/man1
+}


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

2015-09-05 Thread Antonio Rojas
Date: Saturday, September 5, 2015 @ 21:58:50
  Author: arojas
Revision: 139242

Update to 0.15

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 18:30:22 UTC (rev 139241)
+++ PKGBUILD2015-09-05 19:58:50 UTC (rev 139242)
@@ -4,7 +4,7 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.14
+pkgver=0.15
 pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(qt5-tools)
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
 'COPYING.BSD')
 install=$pkgname.install
-sha256sums=('f29a6a51529fb30a5396acfa4764dea59e8133b18e7a0df674f55e412bb6b5a0'
+sha256sums=('783032528364951a3c3e7c5d7066c23796f529887d9bbfcd9c3071d83079fbad'
 'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b')
 
 build() {


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 16:35:56
  Author: fyan
Revision: 245336

upgpkg: nvidia-340xx 340.93-2

- fix dkms package to build uvm module

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 14:33:21 UTC (rev 245335)
+++ PKGBUILD2015-09-05 14:35:56 UTC (rev 245336)
@@ -5,10 +5,10 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.93
 _extramodules=extramodules-4.2-ARCH
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.2' 
'linux-headers<4.3')
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.2' 'linux-headers<4.3')
 conflicts=('nvidia')
 license=('custom')
 options=(!strip)
@@ -66,4 +66,5 @@
 install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
 cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
 echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
 }


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

2015-09-05 Thread Anatol Pomozov
Date: Saturday, September 5, 2015 @ 21:59:06
  Author: anatolik
Revision: 139243

upgpkg: crystal 0.7.7-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 19:58:50 UTC (rev 139242)
+++ PKGBUILD2015-09-05 19:59:06 UTC (rev 139243)
@@ -3,8 +3,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.7.7
+pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
 arch=(i686 x86_64)
@@ -19,18 +19,10 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('28ba8fd5ccc43be6bfa8069ce2d61134a8fbed0332c81a2d49629b919d1de5b6')
-sha256sums_i686=('6f9d8d7bb3795c590c49fc7da33110ca9977323ff1bd61fbace589ddb44f57b0')
-sha256sums_x86_64=('5fd6781ecf7243d2a71ec9c1aa93ad6a1fadef0d231c329280720c271183c1ff')
+sha256sums=('5506f69ed59592666aa667a33ba90b07f1de2cc1ebeee25e771715f8521065f8')
+sha256sums_i686=('7a1ccdce29c1437da1cbaafa3fefd5ebc3c4b84b885964a6d4eaf8bfc5922831')
+sha256sums_x86_64=('433acbe8e88fe0c3df67ad64bd436349a6bcfc146284f0a690283ebefb93b5e6')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # socket tests are failing because getaddrinfo does not like our chroot 
environment
-  # Crystal 0.7.7 reimplemented getaddrinfo() that seems work in the chroot
-  # Remove troublesome test until 0.7.7 release
-  rm spec/std/socket_spec.cr
-}
-
 build() {
   cd $pkgname-$pkgver
 
@@ -60,11 +52,11 @@
   install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
 
   install -dm755 "$pkgdir/usr/lib"
-  cp -av src "$pkgdir/usr/lib/crystal"
+  cp -r src "$pkgdir/usr/lib/crystal"
 
   install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -av doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -av samples "$pkgdir/usr/share/doc/crystal/"
+  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
+  cp -r samples "$pkgdir/usr/share/doc/crystal/"
 
   install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
 


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

2015-09-05 Thread Antonio Rojas
Date: Saturday, September 5, 2015 @ 22:00:02
  Author: arojas
Revision: 139245

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

Added:
  qt5ct/repos/community-i686/COPYING.BSD
(from rev 139243, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-i686/PKGBUILD
(from rev 139243, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-i686/qt5ct.install
(from rev 139243, qt5ct/trunk/qt5ct.install)
  qt5ct/repos/community-x86_64/COPYING.BSD
(from rev 139244, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 139244, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5ct.install
(from rev 139244, qt5ct/trunk/qt5ct.install)
Deleted:
  qt5ct/repos/community-i686/COPYING.BSD
  qt5ct/repos/community-i686/PKGBUILD
  qt5ct/repos/community-i686/qt5ct.install
  qt5ct/repos/community-x86_64/COPYING.BSD
  qt5ct/repos/community-x86_64/PKGBUILD
  qt5ct/repos/community-x86_64/qt5ct.install

+
 /COPYING.BSD   |   60 
 /PKGBUILD  |   64 +++
 /qt5ct.install |   26 +++
 community-i686/COPYING.BSD |   30 --
 community-i686/PKGBUILD|   32 ---
 community-i686/qt5ct.install   |   13 ---
 community-x86_64/COPYING.BSD   |   30 --
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/qt5ct.install |   13 ---
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/COPYING.BSD
===
--- community-i686/COPYING.BSD  2015-09-05 19:59:53 UTC (rev 139244)
+++ community-i686/COPYING.BSD  2015-09-05 20:00:02 UTC (rev 139245)
@@ -1,30 +0,0 @@
-Software License Agreement (BSD License)
-
-Copyright (c) 2015, Ilya Kotov
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this 
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, 
this
-  list of conditions and the following disclaimer in the documentation and/or
-  other materials provided with the distribution.
-
-* Neither the name of schillmania.com nor the names of its contributors may be
-  used to endorse or promote products derived from this software without
-  specific prior written permission from schillmania.com.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: qt5ct/repos/community-i686/COPYING.BSD (from rev 139243, 
qt5ct/trunk/COPYING.BSD)
===
--- community-i686/COPYING.BSD  (rev 0)
+++ community-i686/COPYING.BSD  2015-09-05 20:00:02 UTC (rev 139245)
@@ -0,0 +1,30 @@
+Software License Agreement (BSD License)
+
+Copyright (c) 2015, Ilya Kotov
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this 
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice, 
this
+  list of conditions and the following disclaimer in the documentation and/or
+  other materials provided with the distribution.
+
+* Neither the name of schillmania.com nor the names of its contributors may be
+  used to endorse or promote products derived from this software without
+  specific prior written permission from schillmania.com.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 

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

2015-09-05 Thread Anatol Pomozov
Date: Saturday, September 5, 2015 @ 21:59:53
  Author: anatolik
Revision: 139244

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

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

---+
 /PKGBUILD |  128 
 community-i686/PKGBUILD   |   70 
 community-x86_64/PKGBUILD |   70 
 3 files changed, 128 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-05 19:59:06 UTC (rev 139243)
+++ community-i686/PKGBUILD 2015-09-05 19:59:53 UTC (rev 139244)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.7.6
-pkgrel=2
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(libunwind gc llvm libatomic_ops pcre libpcl libevent)
-makedepends=(libxml2)
-checkdepends=(libyaml libxml2 gmp git)
-optdepends=('libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('28ba8fd5ccc43be6bfa8069ce2d61134a8fbed0332c81a2d49629b919d1de5b6')
-sha256sums_i686=('6f9d8d7bb3795c590c49fc7da33110ca9977323ff1bd61fbace589ddb44f57b0')
-sha256sums_x86_64=('5fd6781ecf7243d2a71ec9c1aa93ad6a1fadef0d231c329280720c271183c1ff')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # socket tests are failing because getaddrinfo does not like our chroot 
environment
-  # Crystal 0.7.7 reimplemented getaddrinfo() that seems work in the chroot
-  # Remove troublesome test until 0.7.7 release
-  rm spec/std/socket_spec.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal"
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -av src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -av doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -av samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 139243, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-05 19:59:53 UTC (rev 139244)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.7.7
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(libunwind gc llvm libatomic_ops pcre libpcl libevent)
+makedepends=(libxml2)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('5506f69ed59592666aa667a33ba90b07f1de2cc1ebeee25e771715f8521065f8')
+sha256sums_i686=('7a1ccdce29c1437da1cbaafa3fefd5ebc3c4b84b885964a6d4eaf8bfc5922831')
+sha256sums_x86_64=('433acbe8e88fe0c3df67ad64bd436349a6bcfc146284f0a690283ebefb93b5e6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 \
+   

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

2015-09-05 Thread Jaroslav Lichtblau
Date: Saturday, September 5, 2015 @ 19:43:46
  Author: jlichtblau
Revision: 139237

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

Added:
  libtorrent/repos/community-staging-i686/
  libtorrent/repos/community-staging-i686/PKGBUILD
(from rev 139236, libtorrent/trunk/PKGBUILD)
  libtorrent/repos/community-staging-x86_64/
  libtorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 139236, libtorrent/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: libtorrent/repos/community-staging-i686/PKGBUILD (from rev 139236, 
libtorrent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-05 17:43:46 UTC (rev 139237)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daenyth 
+# Contributor: Jeff Mickey 
+# Contributor: sh__
+
+pkgname=libtorrent
+pkgver=0.13.6
+pkgrel=1
+pkgdesc='BitTorrent library with a focus on high performance and good code'
+url='http://rakshasa.github.io/rtorrent/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
+#sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
+sha1sums=('9ca6ca9698f81c758fe934b52374f23588a7cc78')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
+   export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+   ./configure \
+   --prefix=/usr \
+   --disable-debug \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: libtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 139236, 
libtorrent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-05 17:43:46 UTC (rev 139237)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daenyth 
+# Contributor: Jeff Mickey 
+# Contributor: sh__
+
+pkgname=libtorrent
+pkgver=0.13.6
+pkgrel=1
+pkgdesc='BitTorrent library with a focus on high performance and good code'
+url='http://rakshasa.github.io/rtorrent/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
+#sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
+sha1sums=('9ca6ca9698f81c758fe934b52374f23588a7cc78')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
+   export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+   ./configure \
+   --prefix=/usr \
+   --disable-debug \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libtorrent/trunk (PKGBUILD libtorrent-version.patch)

2015-09-05 Thread Jaroslav Lichtblau
Date: Saturday, September 5, 2015 @ 19:43:34
  Author: jlichtblau
Revision: 139236

upgpkg: libtorrent 0.13.6-1 - new upstream release

Modified:
  libtorrent/trunk/PKGBUILD
Deleted:
  libtorrent/trunk/libtorrent-version.patch

--+
 PKGBUILD |   11 ---
 libtorrent-version.patch |   10 --
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 15:22:12 UTC (rev 139235)
+++ PKGBUILD2015-09-05 17:43:34 UTC (rev 139236)
@@ -1,11 +1,12 @@
 # $Id$
 # Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Daenyth 
 # Contributor: Jeff Mickey 
 # Contributor: sh__
 
 pkgname=libtorrent
-pkgver=0.13.5
+pkgver=0.13.6
 pkgrel=1
 pkgdesc='BitTorrent library with a focus on high performance and good code'
 url='http://rakshasa.github.io/rtorrent/'
@@ -14,16 +15,12 @@
 depends=('openssl')
 #source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
 #sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;
-$pkgname-version.patch)
-sha1sums=('0c83e8b9ece2c07986632dcc800f893451b23d71'
-  'ea80eb35cf5812840315726e67a5243ea6dccad4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
+sha1sums=('9ca6ca9698f81c758fe934b52374f23588a7cc78')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/AM_PATH_CPPUNIT/d' -i configure.ac
-#https://github.com/rakshasa/libtorrent/issues/82
-patch -Np0 -i "${srcdir}"/$pkgname-version.patch
 }
 
 build() {

Deleted: libtorrent-version.patch
===
--- libtorrent-version.patch2015-09-05 15:22:12 UTC (rev 139235)
+++ libtorrent-version.patch2015-09-05 17:43:34 UTC (rev 139236)
@@ -1,10 +0,0 @@
 configure.ac.orig  2015-07-02 00:19:04.0 +0200
-+++ configure.ac   2015-07-13 20:32:07.158592915 +0200
-@@ -1 +1 @@
--AC_INIT(libtorrent, 0.13.4, sundell.softw...@gmail.com)
-+AC_INIT(libtorrent, 0.13.5, sundell.softw...@gmail.com)
-@@ -6,2 +6,2 @@
--AC_DEFINE(PEER_NAME, "-lt0D40-", Identifier that is part of the default peer 
id)
--AC_DEFINE(PEER_VERSION, "lt\x0D\x40", 4 byte client and version identifier 
for DHT)
-+AC_DEFINE(PEER_NAME, "-lt0D50-", Identifier that is part of the default peer 
id)
-+AC_DEFINE(PEER_VERSION, "lt\x0D\x50", 4 byte client and version identifier 
for DHT)


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

2015-09-05 Thread Anatol Pomozov
Date: Saturday, September 5, 2015 @ 20:15:28
  Author: anatolik
Revision: 245341

vim project moved to git/github

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 14:42:38 UTC (rev 245340)
+++ PKGBUILD2015-09-05 18:15:28 UTC (rev 245341)
@@ -12,7 +12,7 @@
 arch=(i686 x86_64)
 license=('custom:vim')
 url='http://www.vim.org'
-makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua 
mercurial)
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua)
 source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
 vimrc
 archlinux.vim


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

2015-09-05 Thread Antonio Rojas
Date: Saturday, September 5, 2015 @ 16:42:38
  Author: arojas
Revision: 245340

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

Added:
  kimap/repos/extra-i686/PKGBUILD
(from rev 245339, kimap/trunk/PKGBUILD)
  kimap/repos/extra-i686/fix-date-format.patch
(from rev 245339, kimap/trunk/fix-date-format.patch)
  kimap/repos/extra-x86_64/PKGBUILD
(from rev 245339, kimap/trunk/PKGBUILD)
  kimap/repos/extra-x86_64/fix-date-format.patch
(from rev 245339, kimap/trunk/fix-date-format.patch)
Deleted:
  kimap/repos/extra-i686/fix-date-format.patch
  kimap/repos/extra-x86_64/fix-date-format.patch

+
 /fix-date-format.patch |   50 +++
 extra-i686/PKGBUILD|   38 ++
 extra-i686/fix-date-format.patch   |   25 -
 extra-x86_64/PKGBUILD  |   38 ++
 extra-x86_64/fix-date-format.patch |   25 -
 5 files changed, 126 insertions(+), 50 deletions(-)

Copied: kimap/repos/extra-i686/PKGBUILD (from rev 245339, kimap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-05 14:42:38 UTC (rev 245340)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=15.08.0
+pkgrel=2
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime kdelibs4support)
+makedepends=(extra-cmake-modules python boost kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 fix-date-format.patch)
+md5sums=('22c14eb3038281492cc51f38c4123cb8'
+ 'e30cd849643dcc9f67326ec192dcfe4e')
+
+prepare() {
+  mkdir -p build
+
+# Fix sent messages not being synced to the server 
https://bugs.kde.org/show_bug.cgi?id=352223
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-date-format.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/fix-date-format.patch
===
--- extra-i686/fix-date-format.patch2015-09-05 14:41:22 UTC (rev 245339)
+++ extra-i686/fix-date-format.patch2015-09-05 14:42:38 UTC (rev 245340)
@@ -1,25 +0,0 @@
-From: Volker Krause 
-Date: Sat, 05 Sep 2015 14:19:02 +
-Subject: Don't localize the date here, this is part of the IMAP protocol.
-X-Git-Url: 
http://quickgit.kde.org/?p=kimap.git=commitdiff=5baa874efeee6cdb28995037ed9184a7fb822d36

-Don't localize the date here, this is part of the IMAP protocol.
-
-Fix by Antonio Rojas.
-
-BUG: 352223

-
-
 a/src/appendjob.cpp
-+++ b/src/appendjob.cpp
-@@ -124,7 +124,7 @@
- 
- if (!d->internalDate.isNull()) {
- const QDateTime utcDateTime = d->internalDate.toUTC();
--parameters += " \"" + 
utcDateTime.toString(QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " 
+" + '\"';
-+parameters += " \"" + QLocale::c().toString(utcDateTime, 
QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " +" + '\"';
- }
- 
- parameters += " {" + QByteArray::number(d->content.size()) + '}';
-

Copied: kimap/repos/extra-i686/fix-date-format.patch (from rev 245339, 
kimap/trunk/fix-date-format.patch)
===
--- extra-i686/fix-date-format.patch(rev 0)
+++ extra-i686/fix-date-format.patch2015-09-05 14:42:38 UTC (rev 245340)
@@ -0,0 +1,25 @@
+From: Volker Krause 
+Date: Sat, 05 Sep 2015 14:19:02 +
+Subject: Don't localize the date here, this is part of the IMAP protocol.
+X-Git-Url: 
http://quickgit.kde.org/?p=kimap.git=commitdiff=5baa874efeee6cdb28995037ed9184a7fb822d36
+---
+Don't localize the date here, this is part of the IMAP protocol.
+
+Fix by Antonio Rojas.
+
+BUG: 352223
+---
+
+
+--- a/src/appendjob.cpp
 b/src/appendjob.cpp
+@@ -124,7 +124,7 @@
+ 
+ if (!d->internalDate.isNull()) {
+ const QDateTime utcDateTime = d->internalDate.toUTC();
+-parameters += " \"" + 
utcDateTime.toString(QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " 
+" + '\"';
++parameters += " \"" + QLocale::c().toString(utcDateTime, 
QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " +" + '\"';
+ }
+ 
+ parameters += " {" + QByteArray::number(d->content.size()) + '}';
+

Copied: kimap/repos/extra-x86_64/PKGBUILD (from rev 245339, 
kimap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

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

2015-09-05 Thread Antonio Rojas
Date: Saturday, September 5, 2015 @ 16:41:22
  Author: arojas
Revision: 245339

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

Added:
  kimap/repos/extra-i686/fix-date-format.patch
(from rev 245338, kimap/trunk/fix-date-format.patch)
  kimap/repos/extra-x86_64/fix-date-format.patch
(from rev 245338, kimap/trunk/fix-date-format.patch)
Deleted:
  kimap/repos/extra-i686/PKGBUILD
  kimap/repos/extra-x86_64/PKGBUILD

+
 extra-i686/PKGBUILD|   38 ---
 extra-i686/fix-date-format.patch   |   25 +++
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/fix-date-format.patch |   25 +++
 4 files changed, 50 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-05 14:37:40 UTC (rev 245338)
+++ extra-i686/PKGBUILD 2015-09-05 14:41:22 UTC (rev 245339)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=15.08.0
-pkgrel=2
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmime kdelibs4support)
-makedepends=(extra-cmake-modules python boost kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 fix-date-format.patch)
-md5sums=('22c14eb3038281492cc51f38c4123cb8'
- 'e30cd849643dcc9f67326ec192dcfe4e')
-
-prepare() {
-  mkdir -p build
-
-# Fix sent messages not being synced to the server 
https://bugs.kde.org/show_bug.cgi?id=352223
-  cd $pkgname-$pkgver
-  patch -p1 -i ../fix-date-format.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/extra-i686/fix-date-format.patch (from rev 245338, 
kimap/trunk/fix-date-format.patch)
===
--- extra-i686/fix-date-format.patch(rev 0)
+++ extra-i686/fix-date-format.patch2015-09-05 14:41:22 UTC (rev 245339)
@@ -0,0 +1,25 @@
+From: Volker Krause 
+Date: Sat, 05 Sep 2015 14:19:02 +
+Subject: Don't localize the date here, this is part of the IMAP protocol.
+X-Git-Url: 
http://quickgit.kde.org/?p=kimap.git=commitdiff=5baa874efeee6cdb28995037ed9184a7fb822d36
+---
+Don't localize the date here, this is part of the IMAP protocol.
+
+Fix by Antonio Rojas.
+
+BUG: 352223
+---
+
+
+--- a/src/appendjob.cpp
 b/src/appendjob.cpp
+@@ -124,7 +124,7 @@
+ 
+ if (!d->internalDate.isNull()) {
+ const QDateTime utcDateTime = d->internalDate.toUTC();
+-parameters += " \"" + 
utcDateTime.toString(QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " 
+" + '\"';
++parameters += " \"" + QLocale::c().toString(utcDateTime, 
QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " +" + '\"';
+ }
+ 
+ parameters += " {" + QByteArray::number(d->content.size()) + '}';
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-05 14:37:40 UTC (rev 245338)
+++ extra-x86_64/PKGBUILD   2015-09-05 14:41:22 UTC (rev 245339)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=15.08.0
-pkgrel=2
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmime kdelibs4support)
-makedepends=(extra-cmake-modules python boost kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 fix-date-format.patch)
-md5sums=('22c14eb3038281492cc51f38c4123cb8'
- 'e30cd849643dcc9f67326ec192dcfe4e')
-
-prepare() {
-  mkdir -p build
-
-# Fix sent messages not being synced to the server 
https://bugs.kde.org/show_bug.cgi?id=352223
-  cd $pkgname-$pkgver
-  patch -p1 -i ../fix-date-format.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/extra-x86_64/fix-date-format.patch (from rev 245338, 
kimap/trunk/fix-date-format.patch)
===
--- extra-x86_64/fix-date-format.patch  (rev 0)
+++ extra-x86_64/fix-date-format.patch  2015-09-05 14:41:22 UTC (rev 245339)
@@ -0,0 +1,25 @@
+From: Volker Krause 

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

2015-09-05 Thread Antonio Rojas
Date: Saturday, September 5, 2015 @ 16:32:18
  Author: arojas
Revision: 245334

Fix sent messages not being synced to the server (KDEBUG#352223)

Modified:
  kimap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 23:01:38 UTC (rev 245333)
+++ PKGBUILD2015-09-05 14:32:18 UTC (rev 245334)
@@ -2,7 +2,7 @@
 
 pkgname=kimap
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Job-based API for interacting with IMAP servers"
 arch=(i686 x86_64)
 url="https://projects.kde.org/$pkgname;
@@ -9,11 +9,16 @@
 license=(LGPL)
 depends=(kmime kdelibs4support)
 makedepends=(extra-cmake-modules python boost kdoctools)
-source=("http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('22c14eb3038281492cc51f38c4123cb8')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 fix-date-format.patch)
+md5sums=('22c14eb3038281492cc51f38c4123cb8'
+ 'e30cd849643dcc9f67326ec192dcfe4e')
 
 prepare() {
   mkdir -p build
+
+# Fix sent messages not being synced to the server 
https://bugs.kde.org/show_bug.cgi?id=352223
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-date-format.patch
 }
 
 build() {


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

2015-09-05 Thread Antonio Rojas
Date: Saturday, September 5, 2015 @ 16:33:21
  Author: arojas
Revision: 245335

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-05 14:32:18 UTC (rev 245334)
+++ extra-i686/PKGBUILD 2015-09-05 14:33:21 UTC (rev 245335)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=15.08.0
-pkgrel=1
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmime kdelibs4support)
-makedepends=(extra-cmake-modules python boost kdoctools)
-source=("http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('22c14eb3038281492cc51f38c4123cb8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/extra-i686/PKGBUILD (from rev 245334, kimap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-05 14:33:21 UTC (rev 245335)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=15.08.0
+pkgrel=2
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime kdelibs4support)
+makedepends=(extra-cmake-modules python boost kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 fix-date-format.patch)
+md5sums=('22c14eb3038281492cc51f38c4123cb8'
+ 'e30cd849643dcc9f67326ec192dcfe4e')
+
+prepare() {
+  mkdir -p build
+
+# Fix sent messages not being synced to the server 
https://bugs.kde.org/show_bug.cgi?id=352223
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-date-format.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-05 14:32:18 UTC (rev 245334)
+++ extra-x86_64/PKGBUILD   2015-09-05 14:33:21 UTC (rev 245335)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=15.08.0
-pkgrel=1
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmime kdelibs4support)
-makedepends=(extra-cmake-modules python boost kdoctools)
-source=("http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('22c14eb3038281492cc51f38c4123cb8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/extra-x86_64/PKGBUILD (from rev 245334, 
kimap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-05 14:33:21 UTC (rev 245335)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=15.08.0
+pkgrel=2
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime kdelibs4support)
+makedepends=(extra-cmake-modules python boost kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 fix-date-format.patch)
+md5sums=('22c14eb3038281492cc51f38c4123cb8'
+ 'e30cd849643dcc9f67326ec192dcfe4e')
+
+prepare() {
+  mkdir -p build
+
+# Fix sent messages not being synced to the server 
https://bugs.kde.org/show_bug.cgi?id=352223

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

2015-09-05 Thread Jelle van der Waa
Date: Saturday, September 5, 2015 @ 17:22:12
  Author: jelle
Revision: 139235

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

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

--+
 /PKGBUILD|  146 +
 /calibre.install |   26 ++
 community-i686/PKGBUILD  |   73 --
 community-i686/calibre.install   |   13 ---
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/calibre.install |   13 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-05 15:21:59 UTC (rev 139234)
+++ community-i686/PKGBUILD 2015-09-05 15:22:12 UTC (rev 139235)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.37.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('d6556531294e1108b0b0ea064737f46c')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 139234, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-05 15:22:12 UTC (rev 139235)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=2.37.1
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'

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

2015-09-05 Thread Jelle van der Waa
Date: Saturday, September 5, 2015 @ 17:21:59
  Author: jelle
Revision: 139234

upgpkg: calibre 2.37.1-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 10:32:32 UTC (rev 139233)
+++ PKGBUILD2015-09-05 15:21:59 UTC (rev 139234)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.37.0
+pkgver=2.37.1
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('d6556531294e1108b0b0ea064737f46c')
+md5sums=('d2e97c9e690ce2d877d6390445b76994')
 
 prepare(){
   cd "${pkgname}-${pkgver}"


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 16:37:22
  Author: fyan
Revision: 245337

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

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

--+
 /PKGBUILD|  140 +
 /nv-drm.patch|   54 +++
 /nvidia-340xx-dkms.install   |   60 
 /nvidia-340xx.install|   26 +
 testing-i686/PKGBUILD|   69 --
 testing-i686/nv-drm.patch|   27 -
 testing-i686/nvidia-340xx-dkms.install   |   30 --
 testing-i686/nvidia-340xx.install|   13 --
 testing-x86_64/PKGBUILD  |   69 --
 testing-x86_64/nv-drm.patch  |   27 -
 testing-x86_64/nvidia-340xx-dkms.install |   30 --
 testing-x86_64/nvidia-340xx.install  |   13 --
 12 files changed, 280 insertions(+), 278 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-05 14:35:56 UTC (rev 245336)
+++ testing-i686/PKGBUILD   2015-09-05 14:37:22 UTC (rev 245337)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.93
-_extramodules=extramodules-4.2-ARCH
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.2' 
'linux-headers<4.3')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nv-drm.patch)
-md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437'
- 'cb80e3f1cb6f2fb6e6eab35fad0884e4'
- '79671a27131da619a33eb02ed0c2c031')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-patch -p0 -i ../nv-drm.patch
-}
-
-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.2' 'linux<4.3' 'libgl' "nvidia-340xx-utils=${pkgver}")
-conflict+=('nvidia-340xx-dkms')
-install=nvidia-340xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflict+=('nvidia-340xx')
-install=nvidia-340xx-dkms.install
-
-cd ${_pkg}
-make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr 

[arch-commits] Commit in kimap/trunk (fix-date-format.patch)

2015-09-05 Thread Antonio Rojas
Date: Saturday, September 5, 2015 @ 16:37:40
  Author: arojas
Revision: 245338

Add patch

Added:
  kimap/trunk/fix-date-format.patch

---+
 fix-date-format.patch |   25 +
 1 file changed, 25 insertions(+)

Added: fix-date-format.patch
===
--- fix-date-format.patch   (rev 0)
+++ fix-date-format.patch   2015-09-05 14:37:40 UTC (rev 245338)
@@ -0,0 +1,25 @@
+From: Volker Krause 
+Date: Sat, 05 Sep 2015 14:19:02 +
+Subject: Don't localize the date here, this is part of the IMAP protocol.
+X-Git-Url: 
http://quickgit.kde.org/?p=kimap.git=commitdiff=5baa874efeee6cdb28995037ed9184a7fb822d36
+---
+Don't localize the date here, this is part of the IMAP protocol.
+
+Fix by Antonio Rojas.
+
+BUG: 352223
+---
+
+
+--- a/src/appendjob.cpp
 b/src/appendjob.cpp
+@@ -124,7 +124,7 @@
+ 
+ if (!d->internalDate.isNull()) {
+ const QDateTime utcDateTime = d->internalDate.toUTC();
+-parameters += " \"" + 
utcDateTime.toString(QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " 
+" + '\"';
++parameters += " \"" + QLocale::c().toString(utcDateTime, 
QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " +" + '\"';
+ }
+ 
+ parameters += " {" + QByteArray::number(d->content.size()) + '}';
+


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

2015-09-05 Thread Kyle Keen
Date: Sunday, September 6, 2015 @ 02:42:44
  Author: kkeen
Revision: 139246

upgpkg: pyglet 1.2.4-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 20:00:02 UTC (rev 139245)
+++ PKGBUILD2015-09-06 00:42:44 UTC (rev 139246)
@@ -6,7 +6,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
@@ -13,9 +13,9 @@
 url="http://pyglet.org/;
 license=('BSD')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-optdepends=('avbin: provides audio support')
+#optdepends=('avbin: provides audio support')
 
source=("https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
-md5sums=('7b5e3c8ceae30cc6e6df1f7dc777034a')
+md5sums=('ba640b5fea8d670efdd747daa70a529a')
 
 prepare() {
cd "$srcdir"


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

2015-09-05 Thread Kyle Keen
Date: Sunday, September 6, 2015 @ 02:43:14
  Author: kkeen
Revision: 139247

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 139246, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-06 00:42:44 UTC (rev 139246)
+++ PKGBUILD2015-09-06 00:43:14 UTC (rev 139247)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="http://pyglet.org/;
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-optdepends=('avbin: provides audio support')
-source=("https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
-md5sums=('7b5e3c8ceae30cc6e6df1f7dc777034a')
-
-prepare() {
-   cd "$srcdir"
-   cp -r "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
-}
-
-build() { 
-   cd "$srcdir/${pkgbase}2-$pkgver"
-   python2 setup.py build
-
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python2-pyglet() {
-   depends=('python2')
-   conflicts=('pyglet')
-   provides=('pyglet')
-   replaces=('pyglet')
-   cd "$srcdir/${pkgbase}2-$pkgver"
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
-   python2 setup.py install --root="$pkgdir" --optimize=0
-find "$pkgdir/" -name '*.pyc' -delete
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-pyglet() {
-   depends=('python')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=0
-find "$pkgdir/" -name '*.pyc' -delete
-   find "$pkgdir/" -type d -empty -delete
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: pyglet/repos/community-any/PKGBUILD (from rev 139246, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-06 00:43:14 UTC (rev 139247)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet' 'python2-pyglet')
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="http://pyglet.org/;
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+#optdepends=('avbin: provides audio support')
+source=("https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
+md5sums=('ba640b5fea8d670efdd747daa70a529a')
+
+prepare() {
+   cd "$srcdir"
+   cp -r "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+}
+
+build() { 
+   cd "$srcdir/${pkgbase}2-$pkgver"
+   python2 setup.py build
+
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python2-pyglet() {
+   depends=('python2')
+   conflicts=('pyglet')
+   provides=('pyglet')
+   replaces=('pyglet')
+   cd "$srcdir/${pkgbase}2-$pkgver"
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
+   python2 setup.py install --root="$pkgdir" --optimize=0
+find "$pkgdir/" -name '*.pyc' -delete
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-pyglet() {
+   depends=('python')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=0
+find "$pkgdir/" -name '*.pyc' -delete
+   find "$pkgdir/" -type d -empty -delete
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2015-09-05 Thread Anatol Pomozov
Date: Sunday, September 6, 2015 @ 06:14:27
  Author: anatolik
Revision: 139250

upgpkg: rethinkdb 2.1.3-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 03:22:29 UTC (rev 139249)
+++ PKGBUILD2015-09-06 04:14:27 UTC (rev 139250)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=2.1.2
+pkgver=2.1.3
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -21,7 +21,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('e46495ccd95e8b2bd855211f48ecd6964a64b520b951115d46b9b9e55cb48322'
+sha256sums=('8dbfbd89e1053eda7acde7e0bb9c4ceb64c5371ceb9b3e16019e6fc60776890f'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 


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

2015-09-05 Thread Anatol Pomozov
Date: Sunday, September 6, 2015 @ 06:15:23
  Author: anatolik
Revision: 139251

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

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

-+
 /PKGBUILD   |  138 ++
 /rethinkdb-tmpfile.conf |2 
 /rethinkdb.install  |   44 +
 /rethinkdb.service  |   24 +
 community-i686/PKGBUILD |   70 ---
 community-i686/rethinkdb-tmpfile.conf   |1 
 community-i686/rethinkdb.install|   22 
 community-i686/rethinkdb.service|   12 --
 community-x86_64/PKGBUILD   |   70 ---
 community-x86_64/rethinkdb-tmpfile.conf |1 
 community-x86_64/rethinkdb.install  |   22 
 community-x86_64/rethinkdb.service  |   12 --
 12 files changed, 208 insertions(+), 210 deletions(-)

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

Copied: rethinkdb/repos/community-i686/PKGBUILD (from rev 139250, 
rethinkdb/trunk/PKGBUILD)

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

2015-09-05 Thread Anatol Pomozov
Date: Sunday, September 6, 2015 @ 05:22:29
  Author: anatolik
Revision: 139249

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

Added:
  shairport-sync/repos/community-i686/PKGBUILD
(from rev 139248, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-i686/shairport-sync.install
(from rev 139248, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 139248, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/shairport-sync.install
(from rev 139248, shairport-sync/trunk/shairport-sync.install)
Deleted:
  shairport-sync/repos/community-i686/PKGBUILD
  shairport-sync/repos/community-i686/remove-init.d.patch
  shairport-sync/repos/community-i686/shairport-sync.conf
  shairport-sync/repos/community-i686/shairport-sync.install
  shairport-sync/repos/community-i686/shairport-sync.service
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/remove-init.d.patch
  shairport-sync/repos/community-x86_64/shairport-sync.conf
  shairport-sync/repos/community-x86_64/shairport-sync.install
  shairport-sync/repos/community-x86_64/shairport-sync.service

-+
 /PKGBUILD   |   58 ++
 /shairport-sync.install |   22 +++
 community-i686/PKGBUILD |   41 -
 community-i686/remove-init.d.patch  |   12 --
 community-i686/shairport-sync.conf  |2 -
 community-i686/shairport-sync.install   |9 
 community-i686/shairport-sync.service   |   14 ---
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/remove-init.d.patch|   12 --
 community-x86_64/shairport-sync.conf|2 -
 community-x86_64/shairport-sync.install |9 
 community-x86_64/shairport-sync.service |   14 ---
 12 files changed, 80 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-06 03:21:51 UTC (rev 139248)
+++ community-i686/PKGBUILD 2015-09-06 03:22:29 UTC (rev 139249)
@@ -1,41 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/conf.d/shairport-sync)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
-shairport-sync.service
-shairport-sync.conf
-remove-init.d.patch)
-sha1sums=('8e87177836b60695f45ff1c6c1385894230912a2'
-  '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
-  'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
-  '48174838de1ef4672bd71511753f05fd845b7137')
-
-prepare() {
-  cd shairport-sync-$pkgver
-  patch -p1 < ../remove-init.d.patch
-}
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl 
--with-soxr --with-dns_sd
-  make
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 "$srcdir"/shairport-sync.service 
"$pkgdir"/usr/lib/systemd/system/shairport-sync.service
-  install -D -m644 "$srcdir"/shairport-sync.conf 
"$pkgdir"/etc/conf.d/shairport-sync
-}

Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 139248, 
shairport-sync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-06 03:22:29 UTC (rev 139249)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=2.4
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('38306dbad5916e60507cc112346151359fa93f17')
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
+  make
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES 

[arch-commits] Commit in shairport-sync/trunk (5 files)

2015-09-05 Thread Anatol Pomozov
Date: Sunday, September 6, 2015 @ 05:21:51
  Author: anatolik
Revision: 139248

upgpkg: shairport-sync 2.4-1

Modified:
  shairport-sync/trunk/PKGBUILD
  shairport-sync/trunk/shairport-sync.install
Deleted:
  shairport-sync/trunk/remove-init.d.patch
  shairport-sync/trunk/shairport-sync.conf
  shairport-sync/trunk/shairport-sync.service

+
 PKGBUILD   |   26 +++---
 remove-init.d.patch|   12 
 shairport-sync.conf|2 --
 shairport-sync.install |4 +++-
 shairport-sync.service |   14 --
 5 files changed, 10 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 00:43:14 UTC (rev 139247)
+++ PKGBUILD2015-09-06 03:21:51 UTC (rev 139248)
@@ -1,34 +1,23 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.2.5
+pkgver=2.4
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
 arch=(i686 x86_64)
 license=(GPL)
-backup=(etc/conf.d/shairport-sync)
+backup=(etc/shairport-sync.conf)
 install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
-shairport-sync.service
-shairport-sync.conf
-remove-init.d.patch)
-sha1sums=('8e87177836b60695f45ff1c6c1385894230912a2'
-  '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
-  'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
-  '48174838de1ef4672bd71511753f05fd845b7137')
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('38306dbad5916e60507cc112346151359fa93f17')
 
-prepare() {
-  cd shairport-sync-$pkgver
-  patch -p1 < ../remove-init.d.patch
-}
-
 build() {
   cd shairport-sync-$pkgver
 
   autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl 
--with-soxr --with-dns_sd
+  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
   make
 }
 
@@ -36,6 +25,5 @@
   cd shairport-sync-$pkgver
   make DESTDIR="$pkgdir" install
   install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 "$srcdir"/shairport-sync.service 
"$pkgdir"/usr/lib/systemd/system/shairport-sync.service
-  install -D -m644 "$srcdir"/shairport-sync.conf 
"$pkgdir"/etc/conf.d/shairport-sync
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
 }

Deleted: remove-init.d.patch
===
--- remove-init.d.patch 2015-09-06 00:43:14 UTC (rev 139247)
+++ remove-init.d.patch 2015-09-06 03:21:51 UTC (rev 139248)
@@ -1,12 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index ce1f0ba..9b32c2c 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -35,7 +35,3 @@ endif
- if USE_DNS_SD
- shairport_sync_SOURCES += mdns_dns_sd.c
- endif
--
--install-exec-hook:
--  [ -f /etc/init.d/shairport-sync ] || cp scripts/shairport-sync 
/etc/init.d/
--  update-rc.d shairport-sync defaults 90 10

Deleted: shairport-sync.conf
===
--- shairport-sync.conf 2015-09-06 00:43:14 UTC (rev 139247)
+++ shairport-sync.conf 2015-09-06 03:21:51 UTC (rev 139248)
@@ -1,2 +0,0 @@
-# ShairportSync Daemon options
-SHAIRPORT_ARGS=""

Modified: shairport-sync.install
===
--- shairport-sync.install  2015-09-06 00:43:14 UTC (rev 139247)
+++ shairport-sync.install  2015-09-06 03:21:51 UTC (rev 139248)
@@ -1,9 +1,11 @@
 post_install() {
   getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
   getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
+
+  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
   true
 }
 
 post_upgrade() {
   post_install
-}
\ No newline at end of file
+}

Deleted: shairport-sync.service
===
--- shairport-sync.service  2015-09-06 00:43:14 UTC (rev 139247)
+++ shairport-sync.service  2015-09-06 03:21:51 UTC (rev 139248)
@@ -1,14 +0,0 @@
-[Unit]
-Description=ShairportSync AirTunes receiver
-After=sound.target
-Requires=avahi-daemon.service
-After=avahi-daemon.service
-
-[Service]
-EnvironmentFile=/etc/conf.d/shairport-sync
-ExecStart=/usr/bin/shairport-sync "$SHAIRPORT_ARGS"

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

2015-09-05 Thread Gaetan Bisson
Date: Sunday, September 6, 2015 @ 01:27:04
  Author: bisson
Revision: 245342

upstrea update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 18:15:28 UTC (rev 245341)
+++ PKGBUILD2015-09-05 23:27:04 UTC (rev 245342)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.8.4
+pkgver=14.8.5
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -13,8 +13,9 @@
 arch=('i686' 'x86_64')
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('564eaaa31a418929dd40a39709b08fead63eff12')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar"{.xz,.asc})
+sha1sums=('559244068b1c8086233e8891bb0fef273475afb5' 'SKIP')
 
 groups=('base')
 backup=('etc/mail.rc')


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

2015-09-05 Thread Gaetan Bisson
Date: Sunday, September 6, 2015 @ 01:27:43
  Author: bisson
Revision: 245343

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 245342, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 245342, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 245342, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-05 23:27:43 UTC (rev 245343)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.5
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar"{.xz,.asc})
+sha1sums=('559244068b1c8086233e8891bb0fef273475afb5' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 245342, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-05 23:27:43 UTC (rev 245343)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.5
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar"{.xz,.asc})
+sha1sums=('559244068b1c8086233e8891bb0fef273475afb5' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2015-09-05 Thread Jaroslav Lichtblau
Date: Saturday, September 5, 2015 @ 20:26:54
  Author: jlichtblau
Revision: 139239

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

Added:
  rtorrent/repos/community-staging-i686/
  rtorrent/repos/community-staging-i686/PKGBUILD
(from rev 139238, rtorrent/trunk/PKGBUILD)
  rtorrent/repos/community-staging-x86_64/
  rtorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 139238, rtorrent/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: rtorrent/repos/community-staging-i686/PKGBUILD (from rev 139238, 
rtorrent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-05 18:26:54 UTC (rev 139239)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor:  Daenyth 
+# Contributor: Jeff Mickey 
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://rakshasa.github.io/rtorrent/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c' 'libsigc++')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
+#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
+sha1sums=('27505081254618077c291eb1ee36bfb41f974834')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+   ./autogen.sh
+
+   export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+   ./configure \
+   --prefix=/usr \
+   --disable-debug \
+   --with-xmlrpc-c \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D doc/rtorrent.rc 
"${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}

Copied: rtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 139238, 
rtorrent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-05 18:26:54 UTC (rev 139239)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor:  Daenyth 
+# Contributor: Jeff Mickey 
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://rakshasa.github.io/rtorrent/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c' 'libsigc++')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
+#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
+sha1sums=('27505081254618077c291eb1ee36bfb41f974834')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+   ./autogen.sh
+
+   export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+   ./configure \
+   --prefix=/usr \
+   --disable-debug \
+   --with-xmlrpc-c \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D doc/rtorrent.rc 
"${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}


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

2015-09-05 Thread Jaroslav Lichtblau
Date: Saturday, September 5, 2015 @ 20:26:43
  Author: jlichtblau
Revision: 139238

upgpkg: rtorrent 0.9.6-1 - new upstream release

Modified:
  rtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 17:43:46 UTC (rev 139237)
+++ PKGBUILD2015-09-05 18:26:43 UTC (rev 139238)
@@ -1,21 +1,22 @@
 # $Id$
 # Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor:  Daenyth 
 # Contributor: Jeff Mickey 
 # Contributor: sh__
 
 pkgname=rtorrent
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc='Ncurses BitTorrent client based on libTorrent'
 url='http://rakshasa.github.io/rtorrent/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++')
+depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c' 'libsigc++')
 #source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
 #sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
-sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf')
+sha1sums=('27505081254618077c291eb1ee36bfb41f974834')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"