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

2016-12-23 Thread Allan McRae
Date: Saturday, December 24, 2016 @ 07:54:43
  Author: allan
Revision: 284545

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

Added:
  gmp/repos/testing-i686/
  gmp/repos/testing-i686/PKGBUILD
(from rev 284544, gmp/trunk/PKGBUILD)
  gmp/repos/testing-x86_64/
  gmp/repos/testing-x86_64/PKGBUILD
(from rev 284544, gmp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: gmp/repos/testing-i686/PKGBUILD (from rev 284544, gmp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-24 07:54:43 UTC (rev 284545)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.2
+pkgrel=1
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('f58fa8001d60c4c77595fbbb62b63c1d'
+ 'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-cxx \
+--enable-fat
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gmp/repos/testing-x86_64/PKGBUILD (from rev 284544, gmp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-24 07:54:43 UTC (rev 284545)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.2
+pkgrel=1
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('f58fa8001d60c4c77595fbbb62b63c1d'
+ 'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-cxx \
+--enable-fat
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-12-23 Thread Allan McRae
Date: Saturday, December 24, 2016 @ 07:50:59
  Author: allan
Revision: 284544

upgpkg: gmp 6.1.2-1

upstream update

Modified:
  gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 05:35:59 UTC (rev 284543)
+++ PKGBUILD2016-12-24 07:50:59 UTC (rev 284544)
@@ -3,7 +3,7 @@
 # Contributer: Jan de Groot 
 
 pkgname=gmp
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs' 'sh')
 license=('LGPL3' 'GPL')
 source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('e70e183609244a332d80529e7e155a35'
+md5sums=('f58fa8001d60c4c77595fbbb62b63c1d'
  'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
 


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

2016-12-23 Thread Kyle Keen
Date: Saturday, December 24, 2016 @ 06:01:35
  Author: kkeen
Revision: 201314

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-24 06:01:18 UTC (rev 201313)
+++ PKGBUILD2016-12-24 06:01:35 UTC (rev 201314)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Jelle van der Waa 
-# Contributor: Pierre Chapuis 
-# Contributor: Stefano Esposito 
-
-pkgbase=python-irc
-pkgname=('python-irc' 'python2-irc')
-pkgver=15.0.5
-pkgrel=1
-pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
-makedepends=('python-setuptools' 'python2-setuptools'
-'python2-jaraco' 'python2-more-itertools' 'python2-pytz')
-checkdepends=('python-pytest' 'python2-pytest')
-arch=('any')
-url="http://pypi.python.org/pypi/irc;
-license=('LGPL')
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('c89a6a68946fe522f2b75ee417599af0')
-
-build() {
-  cd "$srcdir"
-  cp -a "irc-$pkgver" "irc2-$pkgver"
-}
-
-package_python-irc() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python2-irc() {
-  depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 
'python2-jaraco')
-
-  cd "$srcdir/irc2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}
-
-check() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py test 
-
-  cd "$srcdir/irc2-$pkgver"
-  python2 setup.py test 
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 201313, 
python-irc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-24 06:01:35 UTC (rev 201314)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Jelle van der Waa 
+# Contributor: Pierre Chapuis 
+# Contributor: Stefano Esposito 
+
+pkgbase=python-irc
+pkgname=('python-irc' 'python2-irc')
+pkgver=15.0.6
+pkgrel=1
+pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
+makedepends=('python-setuptools' 'python2-setuptools'
+'python2-jaraco' 'python2-more-itertools' 'python2-pytz')
+checkdepends=('python-pytest' 'python2-pytest')
+arch=('any')
+url="http://pypi.python.org/pypi/irc;
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
+md5sums=('c640d2879502ad087c16fd7497d226bf')
+
+build() {
+  cd "$srcdir"
+  cp -a "irc-$pkgver" "irc2-$pkgver"
+}
+
+package_python-irc() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-irc() {
+  depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 
'python2-jaraco')
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py test 
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py test 
+}


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

2016-12-23 Thread Kyle Keen
Date: Saturday, December 24, 2016 @ 06:01:18
  Author: kkeen
Revision: 201313

upgpkg: python-irc 15.0.6-1

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 04:23:18 UTC (rev 201312)
+++ PKGBUILD2016-12-24 06:01:18 UTC (rev 201313)
@@ -6,7 +6,7 @@
 
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
-pkgver=15.0.5
+pkgver=15.0.6
 pkgrel=1
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
@@ -17,7 +17,7 @@
 url="http://pypi.python.org/pypi/irc;
 license=('LGPL')
 
source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('c89a6a68946fe522f2b75ee417599af0')
+md5sums=('c640d2879502ad087c16fd7497d226bf')
 
 build() {
   cd "$srcdir"


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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 05:35:59
  Author: felixonmars
Revision: 284543

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
(from rev 284542, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-24 05:35:45 UTC (rev 284542)
+++ PKGBUILD2016-12-24 05:35:59 UTC (rev 284543)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-# Contributor: Charles Mauch 
-
-pkgname=perl-yaml
-pkgver=1.20
-pkgrel=1
-pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
-arch=('any')
-url="http://search.cpan.org/dist/YAML/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-yaml')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('4cd78d029823ca1e04ea6c7416312aa6f9f937b7')
-
-build() {
-  cd YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd YAML-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 284542, 
perl-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-24 05:35:59 UTC (rev 284543)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Charles Mauch 
+
+pkgname=perl-yaml
+pkgver=1.21
+pkgrel=1
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
+arch=('any')
+url="http://search.cpan.org/dist/YAML/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-yaml')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('c82886d6c4d373195cf0ae6eb0002843ccba2429')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 05:35:45
  Author: felixonmars
Revision: 284542

upgpkg: perl-yaml 1.21-1

Modified:
  perl-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 05:17:23 UTC (rev 284541)
+++ PKGBUILD2016-12-24 05:35:45 UTC (rev 284542)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=perl-yaml
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-yaml')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('4cd78d029823ca1e04ea6c7416312aa6f9f937b7')
+sha1sums=('c82886d6c4d373195cf0ae6eb0002843ccba2429')
 
 build() {
   cd YAML-${pkgver}


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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 05:17:23
  Author: felixonmars
Revision: 284541

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 284540, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 284540, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-24 05:17:00 UTC (rev 284540)
+++ extra-i686/PKGBUILD 2016-12-24 05:17:23 UTC (rev 284541)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url="http://lxml.de/;
-makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
-source=("https://pypi.io/packages/source/l/lxml/lxml-${pkgver}.tar.gz"{,.asc})
-md5sums=('b78e6f7e859c2ff57add7f63a5e387b7'
- 'SKIP')
-validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
-
-prepare() {
-  cp -a lxml-$pkgver{,-py2}
-
-  # Setting LC_CTYPE to workaround encoding issue
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/lxml-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: Find a sane way to skip inplace build
-
-  # Current failure: https://bugs.launchpad.net/lxml/+bug/1608479
-
-  cd "$srcdir"/lxml-$pkgver
-  make PYTHON=python test || warning "Tests failed"
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  make PYTHON=python2 test || warning "Tests failed"
-}
-
-package_python2-lxml() {
-  pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc="Python binding for the libxml2 and libxslt libraries (docs)"
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgbase
-  cp -r doc/html "$pkgdir"/usr/share/doc/$pkgbase
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 284540, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-24 05:17:23 UTC (rev 284541)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.7.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url="http://lxml.de/;
+makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
+source=("https://pypi.io/packages/source/l/lxml/lxml-${pkgver}.tar.gz"{,.asc})
+md5sums=('dde0e225b51de26dd47c60575bce8e16'
+ 'SKIP')
+validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
+
+prepare() {
+  cp -a lxml-$pkgver{,-py2}
+
+  # Setting LC_CTYPE to workaround encoding issue
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/lxml-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/lxml-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: Find a sane way to skip inplace 

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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 05:17:00
  Author: felixonmars
Revision: 284540

upgpkg: python-lxml 3.7.1-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 03:34:37 UTC (rev 284539)
+++ PKGBUILD2016-12-24 05:17:00 UTC (rev 284540)
@@ -4,7 +4,7 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -11,7 +11,7 @@
 url="http://lxml.de/;
 makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
 source=("https://pypi.io/packages/source/l/lxml/lxml-${pkgver}.tar.gz"{,.asc})
-md5sums=('b78e6f7e859c2ff57add7f63a5e387b7'
+md5sums=('dde0e225b51de26dd47c60575bce8e16'
  'SKIP')
 validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
 


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

2016-12-23 Thread Sven-Hendrik Haase
Date: Saturday, December 24, 2016 @ 04:22:38
  Author: svenstaro
Revision: 201311

upgpkg: gitlab 8.15.1-1

upstream release 8.15.1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 04:13:51 UTC (rev 201310)
+++ PKGBUILD2016-12-24 04:22:38 UTC (rev 201311)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.15.0
+pkgver=8.15.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha512sums=('8b9306864f6b0040081d5bc031117d5cda82bf9b12a0b65d99d4266b4ecbdf5bff69a278ec14c03d59063ddf00038c3b4bdf3189c7b0b5fad18abbd2f3fa8209'
+sha512sums=('c81f395fe1f1c2dd1aed6b36a370be8bc7eea9e7139064f3418612a25f3b606e71ade36eef6b31cb7da0ca4afd16dfbafc3741c95246f9939b0190c49ed0a1eb'
 
'1464ca9399b627bb8bd286608b4ad93feca6bc54c7e63c98180744e710295508a89a1a34c412b82e3eaad9308a82b2ea2483ae0f0b1e1149c24b17ab0d126f69'
 
'9844b8e42e8d50e6eac54711fb8c9745d506560676e0b8d5f1c42fb5177b9b4bac5c0d3c6a673d9e54f4b5e21056627db1d434c5c76d4f3ede8cc15a109f3cb6'
 
'e74f54224e7fd5f24c3459f34649ce5fddc70886faf7eb8520513d8715b3c17452aab62676b779c136ba576193a09ae3a5471abe51013d7ecd8b37d6e0acd393'


[arch-commits] Commit in gitlab-shell/repos/community-any (6 files)

2016-12-23 Thread Sven-Hendrik Haase
Date: Saturday, December 24, 2016 @ 04:13:51
  Author: svenstaro
Revision: 201310

archrelease: copy trunk to community-any

Added:
  gitlab-shell/repos/community-any/PKGBUILD
(from rev 201309, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
(from rev 201309, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-any/gitlab-shell.install
(from rev 201309, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-any/PKGBUILD
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
  gitlab-shell/repos/community-any/gitlab-shell.install

+
 PKGBUILD   |  162 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 ++--
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-24 04:13:39 UTC (rev 201309)
+++ PKGBUILD2016-12-24 04:13:51 UTC (rev 201310)
@@ -1,81 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=4.0.3
-pkgrel=1
-epoch=1
-pkgdesc="Git management software"
-arch=('any')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby' 'redis' 'git')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-shell.gitconfig")
-md5sums=('51b74c23cc2d23b55bcbf06f130599e4'
- '6b917256b13a1685e9a3cc73e68152d0')
-
-_datadir="/usr/share/webapps/${pkgname}"
-_etcdir="/etc/webapps/${pkgname}"
-_homedir="/var/lib/gitlab"
-_logdir="/var/log/gitlab"
-_srcdir="gitlab-shell-v${pkgver}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o root -g root "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-any/PKGBUILD (from rev 201309, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-24 04:13:51 UTC (rev 201310)
@@ -0,0 +1,81 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=4.1.1
+pkgrel=1
+epoch=1
+pkgdesc="Git management software"
+arch=('any')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby' 'redis' 'git')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+

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

2016-12-23 Thread Sven-Hendrik Haase
Date: Saturday, December 24, 2016 @ 04:13:39
  Author: svenstaro
Revision: 201309

upgpkg: gitlab-shell 1:4.1.1-1

upstream release 4.1.1

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 03:48:11 UTC (rev 201308)
+++ PKGBUILD2016-12-24 04:13:39 UTC (rev 201309)
@@ -7,7 +7,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=gitlab-shell
-pkgver=4.0.3
+pkgver=4.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Git management software"
@@ -24,7 +24,7 @@
 "etc/webapps/${pkgname}/")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-shell.gitconfig")
-md5sums=('51b74c23cc2d23b55bcbf06f130599e4'
+md5sums=('8ea6d8948926349d97135e193fb66798'
  '6b917256b13a1685e9a3cc73e68152d0')
 
 _datadir="/usr/share/webapps/${pkgname}"


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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 03:48:11
  Author: felixonmars
Revision: 201308

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

Added:
  python-gevent/repos/community-testing-i686/
  python-gevent/repos/community-testing-i686/PKGBUILD
(from rev 201307, python-gevent/trunk/PKGBUILD)
  python-gevent/repos/community-testing-x86_64/
  python-gevent/repos/community-testing-x86_64/PKGBUILD
(from rev 201307, python-gevent/trunk/PKGBUILD)

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

Copied: python-gevent/repos/community-testing-i686/PKGBUILD (from rev 201307, 
python-gevent/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-24 03:48:11 UTC (rev 201308)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/;
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'git')
+checkdepends=('lsof')
+source=("git+https://github.com/gevent/gevent.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
+  cp -a gevent{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gevent
+
+  EMBED=1 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-py2
+
+  EMBED=1 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gevent
+  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+
+  cd "$srcdir"/gevent-py2
+  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+}
+
+package_python-gevent() {
+  depends=('python-greenlet')
+
+  cd gevent
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gevent() {
+  depends=('python2-greenlet')
+
+  cd gevent-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-gevent/repos/community-testing-x86_64/PKGBUILD (from rev 201307, 
python-gevent/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-12-24 03:48:11 UTC (rev 201308)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/;
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'git')
+checkdepends=('lsof')
+source=("git+https://github.com/gevent/gevent.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
+  cp -a gevent{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gevent
+
+  EMBED=1 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-py2
+
+  EMBED=1 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gevent
+  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+
+  cd "$srcdir"/gevent-py2
+  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+}
+
+package_python-gevent() {
+  depends=('python-greenlet')
+
+  cd gevent
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gevent() {
+  depends=('python2-greenlet')
+
+  cd gevent-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 03:47:50
  Author: felixonmars
Revision: 201307

upgpkg: python-gevent 1.2.0-1

Modified:
  python-gevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 03:36:50 UTC (rev 201306)
+++ PKGBUILD2016-12-24 03:47:50 UTC (rev 201307)
@@ -5,7 +5,7 @@
 
 pkgbase=python-gevent
 pkgname=(python-gevent python2-gevent)
-pkgver=1.1.2
+pkgver=1.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
@@ -13,7 +13,7 @@
 url="http://www.gevent.org/;
 makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'git')
 checkdepends=('lsof')
-source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
+source=("git+https://github.com/gevent/gevent.git#tag=$pkgver;)
 md5sums=('SKIP')
 
 prepare() {


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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 03:36:50
  Author: felixonmars
Revision: 201306

archrelease: copy trunk to community-i686

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-12-24 03:34:31 UTC (rev 201305)
+++ 30-win32-aliases.conf   2016-12-24 03:36:50 UTC (rev 201306)
@@ -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 201305, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-12-24 03:36:50 UTC (rev 201306)
@@ -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
===
--- PKGBUILD2016-12-24 03:34:31 UTC (rev 201305)
+++ PKGBUILD2016-12-24 03:36:50 UTC (rev 201306)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.0rc2
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('a21170f8d484803403f3864f4544cc431a82b554'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  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
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 03:34:31
  Author: felixonmars
Revision: 201305

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-12-24 03:34:11 UTC (rev 201304)
+++ 30-win32-aliases.conf   2016-12-24 03:34:31 UTC (rev 201305)
@@ -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 201304, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-12-24 03:34:31 UTC (rev 201305)
@@ -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
===
--- PKGBUILD2016-12-24 03:34:11 UTC (rev 201304)
+++ PKGBUILD2016-12-24 03:34:31 UTC (rev 201305)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.0rc2
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('a21170f8d484803403f3864f4544cc431a82b554'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  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
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 03:34:11
  Author: felixonmars
Revision: 201304

upgpkg: wine 2.0rc3-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 03:20:42 UTC (rev 201303)
+++ PKGBUILD2016-12-24 03:34:11 UTC (rev 201304)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.0rc2
+pkgver=2.0rc3
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('a21170f8d484803403f3864f4544cc431a82b554'
+sha1sums=('2643cdd306ba2f25142f56c55e3704230842a0f1'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 03:32:02
  Author: felixonmars
Revision: 284537

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

Added:
  openbabel/repos/staging-i686/PKGBUILD
(from rev 284536, openbabel/trunk/PKGBUILD)
  openbabel/repos/staging-x86_64/PKGBUILD
(from rev 284536, openbabel/trunk/PKGBUILD)
Deleted:
  openbabel/repos/staging-i686/PKGBUILD
  openbabel/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-12-24 03:31:27 UTC (rev 284536)
+++ staging-i686/PKGBUILD   2016-12-24 03:32:02 UTC (rev 284537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Damir Perisa 
-
-pkgname=openbabel
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
-arch=('i686' 'x86_64')
-url="http://openbabel.org/wiki/Main_Page;
-license=('GPL')
-depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost')
-optdepends=('wxgtk2.8: GUI interface')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d9defcd7830b0592fece4fe54a137b99')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  export CXXFLAGS+=' -std=gnu++98'
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: openbabel/repos/staging-i686/PKGBUILD (from rev 284536, 
openbabel/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-24 03:32:02 UTC (rev 284537)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Damir Perisa 
+
+pkgbase=openbabel
+pkgname=(openbabel python-openbabel)
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
+arch=('i686' 'x86_64')
+url="http://openbabel.org/wiki/Main_Page;
+license=('GPL')
+makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost' 'python')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d9defcd7830b0592fece4fe54a137b99')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  export CXXFLAGS+=' -std=gnu++98'
+  cmake ../openbabel-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 \
+-DPYTHON_BINDINGS=ON
+  make
+
+  # To split python bindings
+  sed -i '/scripts.cmake_install.cmake/d' cmake_install.cmake
+}
+
+package_openbabel() {
+  depends=('libxml2' 'libsm')
+  optdepends=('wxgtk2.8: GUI interface')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_python-openbabel() {
+  depends=('python' 'openbabel')
+
+  cd build/scripts
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-12-24 03:31:27 UTC (rev 284536)
+++ staging-x86_64/PKGBUILD 2016-12-24 03:32:02 UTC (rev 284537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Damir Perisa 
-
-pkgname=openbabel
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
-arch=('i686' 'x86_64')
-url="http://openbabel.org/wiki/Main_Page;
-license=('GPL')
-depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost')
-optdepends=('wxgtk2.8: GUI interface')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d9defcd7830b0592fece4fe54a137b99')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  export CXXFLAGS+=' -std=gnu++98'
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: openbabel/repos/staging-x86_64/PKGBUILD (from rev 284536, 
openbabel/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-24 03:32:02 UTC (rev 284537)
@@ -0,0 +1,47 @@
+# $Id$
+# 

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

2016-12-23 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 03:31:27
  Author: felixonmars
Revision: 284536

upgpkg: openbabel 2.4.1-2

merge python-openbabel here

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 21:31:30 UTC (rev 284535)
+++ PKGBUILD2016-12-24 03:31:27 UTC (rev 284536)
@@ -2,16 +2,15 @@
 # Maintainer: Andrea Scarpino 
 # Contributor: Damir Perisa 
 
-pkgname=openbabel
+pkgbase=openbabel
+pkgname=(openbabel python-openbabel)
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
 arch=('i686' 'x86_64')
 url="http://openbabel.org/wiki/Main_Page;
 license=('GPL')
-depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost')
-optdepends=('wxgtk2.8: GUI interface')
+makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost' 'python')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('d9defcd7830b0592fece4fe54a137b99')
 
@@ -22,13 +21,27 @@
 build() {
   cd build
   export CXXFLAGS+=' -std=gnu++98'
-  cmake ../$pkgname-$pkgver \
+  cmake ../openbabel-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
+-DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 \
+-DPYTHON_BINDINGS=ON
   make
+
+  # To split python bindings
+  sed -i '/scripts.cmake_install.cmake/d' cmake_install.cmake
 }
 
-package() {
+package_openbabel() {
+  depends=('libxml2' 'libsm')
+  optdepends=('wxgtk2.8: GUI interface')
+
   cd build
   make DESTDIR="$pkgdir" install
 }
+
+package_python-openbabel() {
+  depends=('python' 'openbabel')
+
+  cd build/scripts
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 23:44:19
  Author: anthraxx
Revision: 201301

archrelease: copy trunk to community-any

Added:
  strip-nondeterminism/repos/community-any/PKGBUILD
(from rev 201300, strip-nondeterminism/trunk/PKGBUILD)
Deleted:
  strip-nondeterminism/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-23 23:44:09 UTC (rev 201300)
+++ PKGBUILD2016-12-23 23:44:19 UTC (rev 201301)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=strip-nondeterminism
-pkgver=0.028
-pkgrel=1
-pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
-arch=('any')
-license=('GPL3')
-depends=("perl" 'perl-archive-zip')
-makedepends=('git')
-options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
-sha512sums=('SKIP')
-validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

-  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

-
-prepare() {
-  cd ${pkgname}
-  git tag --verify ${pkgver}
-  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
-}
-
-build() {
-  cd ${pkgname}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  make -C ${pkgname} test
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 201300, 
strip-nondeterminism/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-23 23:44:19 UTC (rev 201301)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgname=strip-nondeterminism
+pkgver=0.029
+pkgrel=1
+pkgdesc='Tool for stripping bits of non-deterministic information from files'
+url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+arch=('any')
+license=('GPL3')
+depends=("perl" 'perl-archive-zip')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
+sha512sums=('SKIP')
+validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

+
+prepare() {
+  cd ${pkgname}
+  git tag --verify ${pkgver}
+  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
+}
+
+build() {
+  cd ${pkgname}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  make -C ${pkgname} test
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 23:44:09
  Author: anthraxx
Revision: 201300

upgpkg: strip-nondeterminism 0.029-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 23:33:35 UTC (rev 201299)
+++ PKGBUILD2016-12-23 23:44:09 UTC (rev 201300)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.028
+pkgver=0.029
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 23:32:56
  Author: anthraxx
Revision: 201297

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-23 23:32:45 UTC (rev 201296)
+++ PKGBUILD2016-12-23 23:32:56 UTC (rev 201297)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Gordin <9ordin @t gmail dot com>
-
-_gemname=paint
-pkgname=ruby-${_gemname}
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Ruby paint manages terminal colors and effects"
-url="https://github.com/janlelis/paint;
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('dc520e7d347bbda463a0d1da1f4c055278a98455e6b3e2104baecac6ef7256c738607bcc36b94cca0337d4b353bc38fdf9458e44e547ac292005e1995e3a3432')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.rdoc" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-paint/repos/community-any/PKGBUILD (from rev 201296, 
ruby-paint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-23 23:32:56 UTC (rev 201297)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gordin <9ordin @t gmail dot com>
+
+_gemname=paint
+pkgname=ruby-${_gemname}
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Ruby paint manages terminal colors and effects'
+url='https://github.com/janlelis/paint'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
+sha512sums=('3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build paint.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 23:33:35
  Author: anthraxx
Revision: 201299

archrelease: copy trunk to community-any

Added:
  lolcat/repos/community-any/PKGBUILD
(from rev 201298, lolcat/trunk/PKGBUILD)
Deleted:
  lolcat/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-23 23:33:24 UTC (rev 201298)
+++ PKGBUILD2016-12-23 23:33:35 UTC (rev 201299)
@@ -1,25 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Gordin <9ordin @t gmail dot com>
-
-pkgname=lolcat
-pkgver=42.1.44
-pkgrel=1
-pkgdesc='Okay, no unicorns. But rainbows!!'
-url='https://github.com/busyloop/lolcat'
-arch=('any')
-license=('custom')
-depends=('ruby' 'ruby-paint' 'ruby-trollop')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${pkgname}-${pkgver}.gem)
-noextract=(${pkgname}-${pkgver}.gem)
-sha512sums=('84379fdfabdcf585c2d5535659741417e5dc500b8f21b397fededdea86769922761a3a5846b837b86b7e15ceae50270fea0d385b961b83f53f751863f5c8a057')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${pkgname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${pkgname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lolcat/repos/community-any/PKGBUILD (from rev 201298, 
lolcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-23 23:33:35 UTC (rev 201299)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gordin <9ordin @t gmail dot com>
+
+pkgname=lolcat
+pkgver=42.1.44
+pkgrel=2
+pkgdesc='Okay, no unicorns. But rainbows!!'
+url='https://github.com/busyloop/lolcat'
+arch=('any')
+license=('custom')
+depends=('ruby' 'ruby-paint' 'ruby-trollop')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/busyloop/lolcat/archive/v${pkgver}.tar.gz)
+sha512sums=('6bda0ffcc55e3be12163617f3edcd85b3e27b82dfec71044c5918fdeed5670c6df8cedd25e7c77659bd05f59fcecef88efd251545f718a2784425618a1a2f58e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i lolcat.gemspec # don't give a fuck about rubys bla 
bla, we will handle it
+  sed 's|git ls-files -- bin/\*|find bin -type f|' -i lolcat.gemspec
+  sed 's|git ls-files -- {test,spec,features}/*|echo|' -i lolcat.gemspec
+  sed 's|git ls-files|find -type f|' -i lolcat.gemspec
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build lolcat.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${pkgname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 23:33:24
  Author: anthraxx
Revision: 201298

upgpkg: lolcat 42.1.44-2

Modified:
  lolcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 23:32:56 UTC (rev 201297)
+++ PKGBUILD2016-12-23 23:33:24 UTC (rev 201298)
@@ -3,7 +3,7 @@
 
 pkgname=lolcat
 pkgver=42.1.44
-pkgrel=1
+pkgrel=2
 pkgdesc='Okay, no unicorns. But rainbows!!'
 url='https://github.com/busyloop/lolcat'
 arch=('any')
@@ -10,16 +10,29 @@
 license=('custom')
 depends=('ruby' 'ruby-paint' 'ruby-trollop')
 options=('!emptydirs')
-source=(https://rubygems.org/downloads/${pkgname}-${pkgver}.gem)
-noextract=(${pkgname}-${pkgver}.gem)
-sha512sums=('84379fdfabdcf585c2d5535659741417e5dc500b8f21b397fededdea86769922761a3a5846b837b86b7e15ceae50270fea0d385b961b83f53f751863f5c8a057')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/busyloop/lolcat/archive/v${pkgver}.tar.gz)
+sha512sums=('6bda0ffcc55e3be12163617f3edcd85b3e27b82dfec71044c5918fdeed5670c6df8cedd25e7c77659bd05f59fcecef88efd251545f718a2784425618a1a2f58e')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i lolcat.gemspec # don't give a fuck about rubys bla 
bla, we will handle it
+  sed 's|git ls-files -- bin/\*|find bin -type f|' -i lolcat.gemspec
+  sed 's|git ls-files -- {test,spec,features}/*|echo|' -i lolcat.gemspec
+  sed 's|git ls-files|find -type f|' -i lolcat.gemspec
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build lolcat.gemspec
+}
+
 package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${pkgname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${pkgname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
   rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 
 # vim: ts=2 sw=2 et:


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 23:32:45
  Author: anthraxx
Revision: 201296

upgpkg: ruby-paint 2.0.0-1

Modified:
  ruby-paint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 20:59:39 UTC (rev 201295)
+++ PKGBUILD2016-12-23 23:32:45 UTC (rev 201296)
@@ -3,24 +3,29 @@
 
 _gemname=paint
 pkgname=ruby-${_gemname}
-pkgver=1.0.1
+pkgver=2.0.0
 pkgrel=1
-pkgdesc="Ruby paint manages terminal colors and effects"
-url="https://github.com/janlelis/paint;
+pkgdesc='Ruby paint manages terminal colors and effects'
+url='https://github.com/janlelis/paint'
 arch=('any')
 license=('MIT')
 depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
 options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('dc520e7d347bbda463a0d1da1f4c055278a98455e6b3e2104baecac6ef7256c738607bcc36b94cca0337d4b353bc38fdf9458e44e547ac292005e1995e3a3432')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
+sha512sums=('3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe')
 
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build paint.gemspec
+}
+
 package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.rdoc" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
   rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2016-12-23 Thread Gaëtan Bisson
Date: Friday, December 23, 2016 @ 21:31:30
  Author: bisson
Revision: 284535

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

Added:
  gnupg/repos/testing-i686/PKGBUILD
(from rev 284534, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 284534, gnupg/trunk/install)
  gnupg/repos/testing-i686/libdns.patch
(from rev 284534, gnupg/trunk/libdns.patch)
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 284534, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 284534, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/libdns.patch
(from rev 284534, gnupg/trunk/libdns.patch)
Deleted:
  gnupg/repos/testing-i686/PKGBUILD
  gnupg/repos/testing-i686/install
  gnupg/repos/testing-i686/libdns.patch
  gnupg/repos/testing-x86_64/PKGBUILD
  gnupg/repos/testing-x86_64/install
  gnupg/repos/testing-x86_64/libdns.patch

-+
 /PKGBUILD   |  142 
 /install|   20 +
 /libdns.patch   |  148 ++
 testing-i686/PKGBUILD   |   71 
 testing-i686/install|   10 --
 testing-i686/libdns.patch   |   50 --
 testing-x86_64/PKGBUILD |   71 
 testing-x86_64/install  |   10 --
 testing-x86_64/libdns.patch |   50 --
 9 files changed, 310 insertions(+), 262 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-23 21:29:02 UTC (rev 284534)
+++ testing-i686/PKGBUILD   2016-12-23 21:31:30 UTC (rev 284535)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.17
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'libdns.patch')
-sha1sums=('d83ab893faab35f37ace772ca29b939e6a5aa6a7' 'SKIP'
-  '704c9dd4b88c5ba6a613b2e2ad4aef4fd3a52412')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../libdns.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-   --disable-libdns # FS#52234
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check || [[ $CARCH = i686 ]]
-   # 
https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032364.html
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 284534, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-23 21:31:30 UTC (rev 284535)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.17
+pkgrel=3
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 

[arch-commits] Commit in gnupg/trunk (PKGBUILD libdns.patch)

2016-12-23 Thread Gaëtan Bisson
Date: Friday, December 23, 2016 @ 21:29:02
  Author: bisson
Revision: 284534

update patch to upstream version

Modified:
  gnupg/trunk/PKGBUILD
  gnupg/trunk/libdns.patch

--+
 PKGBUILD |4 +--
 libdns.patch |   58 -
 2 files changed, 43 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 16:11:38 UTC (rev 284533)
+++ PKGBUILD2016-12-23 21:29:02 UTC (rev 284534)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.17
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -23,7 +23,7 @@
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
 'libdns.patch')
 sha1sums=('d83ab893faab35f37ace772ca29b939e6a5aa6a7' 'SKIP'
-  '704c9dd4b88c5ba6a613b2e2ad4aef4fd3a52412')
+  '4217441481d2f89783d39f50eeda7d6984a01e6d')
 
 install=install
 

Modified: libdns.patch
===
--- libdns.patch2016-12-23 16:11:38 UTC (rev 284533)
+++ libdns.patch2016-12-23 21:29:02 UTC (rev 284534)
@@ -1,17 +1,38 @@
-diff -Naur old/dirmngr/dns-stuff.c new/dirmngr/dns-stuff.c
 old/dirmngr/dns-stuff.c2016-12-20 00:19:05.0 -1000
-+++ new/dirmngr/dns-stuff.c2016-12-22 21:14:41.123388787 -1000
-@@ -181,7 +181,9 @@
+From: NIIBE Yutaka 
+Date: Fri, 23 Dec 2016 07:05:01 + (+0900)
+Subject: dirmngr: Fix for --disable-libdns usage.
+X-Git-Url: 
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff_plain;h=d26c51825e2255fe58305cbc1cd74fa43f80d93e
+
+dirmngr: Fix for --disable-libdns usage.
+
+* dirmngr/dns-stuff.c (enable_recursive_resolver, set_dns_nameserver)
+(reload_dns_stuff): Conditionalize with USE_LIBDNS.
+(get_h_errno_as_gpg_error): Map HOST_NOT_FOUND to GPG_ERR_NO_NAME.
+
+--
+
+get_dns_srv assumes error code of GPG_ERR_NO_NAME when no SRV record
+available.
+
+Signed-off-by: NIIBE Yutaka 
+GnuPG-bug-id: 2889
+---
+
+diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c
+index 491fcce..a31b073 100644
+--- a/dirmngr/dns-stuff.c
 b/dirmngr/dns-stuff.c
+@@ -181,7 +181,9 @@ void
  enable_recursive_resolver (int yes)
  {
recursive_resolver = yes;
 +#ifdef USE_LIBDNS
libdns_reinit_pending = 1;
-+#endif /*USE_LIBDNS*/
++#endif
  }
  
  
-@@ -251,8 +253,10 @@
+@@ -251,8 +253,10 @@ set_dns_nameserver (const char *ipaddr)
strncpy (tor_nameserver, ipaddr? ipaddr : DEFAULT_NAMESERVER,
 sizeof tor_nameserver -1);
tor_nameserver[sizeof tor_nameserver -1] = 0;
@@ -18,11 +39,20 @@
 +#ifdef USE_LIBDNS
libdns_reinit_pending = 1;
libdns_tor_port = 0;  /* Start again with the default port.  */
-+#endif /*USE_LIBDNS*/
++#endif
  }
  
  
-@@ -534,15 +538,15 @@
+@@ -278,7 +282,7 @@ get_h_errno_as_gpg_error (void)
+ 
+   switch (h_errno)
+ {
+-case HOST_NOT_FOUND: ec = GPG_ERR_UNKNOWN_HOST; break;
++case HOST_NOT_FOUND: ec = GPG_ERR_NO_NAME; break;
+ case TRY_AGAIN:  ec = GPG_ERR_TRY_LATER; break;
+ case NO_RECOVERY:ec = GPG_ERR_SERVER_FAILED; break;
+ case NO_DATA:ec = GPG_ERR_NO_DATA; break;
+@@ -534,15 +538,17 @@ libdns_deinit (void)
  void
  reload_dns_stuff (int force)
  {
@@ -36,15 +66,9 @@
  }
else
  libdns_reinit_pending = 1;
-+#endif /*USE_LIBDNS*/
++#else
++  (void)force;
++#endif
  }
  
  
-@@ -1745,7 +1749,6 @@
- 
-   if (err)
- {
--  if (gpg_err_code (err) == GPG_ERR_NO_NAME)
- err = 0;
-   goto leave;
- }


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

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:59:39
  Author: svenstaro
Revision: 201295

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

Added:
  rustup/repos/community-i686/PKGBUILD
(from rev 201294, rustup/trunk/PKGBUILD)
  rustup/repos/community-i686/post.install
(from rev 201294, rustup/trunk/post.install)
  rustup/repos/community-x86_64/PKGBUILD
(from rev 201294, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 201294, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-i686/PKGBUILD
  rustup/repos/community-i686/post.install
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

---+
 /PKGBUILD |   68 
 /post.install |   16 +
 community-i686/PKGBUILD   |   34 
 community-i686/post.install   |8 
 community-x86_64/PKGBUILD |   34 
 community-x86_64/post.install |8 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 20:59:28 UTC (rev 201294)
+++ community-i686/PKGBUILD 2016-12-23 20:59:39 UTC (rev 201295)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs;
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
-md5sums=('12fca8508b2f22f25bb703b6a09d654e')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-
-msg2 "Running rustup-init"
-mkdir -p "$srcdir/tmp/.cargo"
-env -u CARGO_HOME "HOME=$srcdir/tmp" target/release/rustup-init -y 
#--no-modify-path https://github.com/rust-lang-nursery/rustup.rs/issues/856
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -dm755 "$pkgdir/usr/bin"
-cp "$srcdir/tmp/.cargo/bin"/* "$pkgdir/usr/bin/"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-i686/PKGBUILD (from rev 201294, 
rustup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 20:59:39 UTC (rev 201295)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs;
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
+md5sums=('6bba371804ba1527105e4c7e31ed622e')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+
+msg2 "Running rustup-init"
+mkdir -p "$srcdir/tmp/.cargo"
+env -u CARGO_HOME "HOME=$srcdir/tmp" target/release/rustup-init -y 
#--no-modify-path https://github.com/rust-lang-nursery/rustup.rs/issues/856
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -dm755 "$pkgdir/usr/bin"
+cp "$srcdir/tmp/.cargo/bin"/* "$pkgdir/usr/bin/"
+}
+
+# vim:filetype=sh:

Deleted: community-i686/post.install
===
--- community-i686/post.install 2016-12-23 20:59:28 UTC (rev 201294)
+++ community-i686/post.install 2016-12-23 20:59:39 UTC (rev 201295)
@@ -1,8 +0,0 @@
-post_install() {
-   echo "You may need to run rustup update stable"
-   echo "and possibly also rustup self upgrade-data"
-}
-
-post_upgrade() {
-   echo "You may need to run rustup self upgrade-data"
-}

Copied: rustup/repos/community-i686/post.install (from rev 201294, 
rustup/trunk/post.install)
===
--- community-i686/post.install (rev 0)
+++ community-i686/post.install 2016-12-23 20:59:39 UTC (rev 201295)
@@ -0,0 +1,8 @@
+post_install() {
+   echo "You may need to run rustup update stable"
+   echo "and possibly also rustup self upgrade-data"
+}
+
+post_upgrade() {
+   echo "You may need to run rustup self upgrade-data"
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:59:28
  Author: svenstaro
Revision: 201294

upgpkg: rustup 1.0.0-1

upstream release 1.0.0

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 20:52:14 UTC (rev 201293)
+++ PKGBUILD2016-12-23 20:59:28 UTC (rev 201294)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Jon Gjengset 
 pkgname=rustup
-pkgver=0.7.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 conflicts=('rust' 'cargo')
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
-md5sums=('12fca8508b2f22f25bb703b6a09d654e')
+md5sums=('6bba371804ba1527105e4c7e31ed622e')
 
 build() {
 msg2 "Building rustup"


[arch-commits] Commit in gitlab-ci-multi-runner/repos (24 files)

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:52:14
  Author: svenstaro
Revision: 201293

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 201292, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 201292, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 201292, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 201292, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 201292, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
  gitlab-ci-multi-runner/repos/community-i686/config.toml
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles

-+
 /PKGBUILD   |  144 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 +++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   72 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   72 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 20:52:07 UTC (rev 201292)
+++ community-i686/PKGBUILD 2016-12-23 20:52:14 UTC (rev 201293)
@@ -1,72 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz;
-"gitlab-runner.install"
-"gitlab-runner.service"
-

[arch-commits] Commit in gitlab-ci-multi-runner/trunk (PKGBUILD)

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:52:07
  Author: svenstaro
Revision: 201292

upgpkg: gitlab-ci-multi-runner 1.9.0-1

upstream release 1.9.0

Modified:
  gitlab-ci-multi-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 20:48:36 UTC (rev 201291)
+++ PKGBUILD2016-12-23 20:52:07 UTC (rev 201292)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-ci-multi-runner
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
@@ -25,14 +25,14 @@
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
-sha256sums=('SKIP'
-'265a49a8ecb5a4ca3fe51c66baca2a8e82608e37fbe487e261bfe72d83dc5902'
-'951b4ee84fcab0c63e80d70fe78774a32eb96bff65266417d4f6e4aeb8fe7e64'
-'d8b75e676727989115ab11d6a74281de61daed64a72dcc21d98814e845cdcf91'
-'843cabc4e1cfbf0a81365abae0c3d6ac388c00074017f9c286a7d5545828d1fa'
-'0d7621aec132ce44d7dadbe6c5f43b330af5c1dddfe06c958336a297e70c5bba'
-'8b17ed458da6926ea0d28aa4cb307b42b047bda9dfa4a96ee48e1c02051efb13'
-'b1f7d9a6a0148884528584909729cce817253759650da61d641e2225845f9330')
+sha512sums=('SKIP'
+
'5125739a2297b81bc1ba0d20f45d94aac30c2c43ece73fb08b499bffbc747093e6dbf1139cfdb89220f4f0efa1e7739d1d0aa53b54e53a67463d480b55166d52'
+
'0bf0e9067de3cc78ac9d0cde48ef6cb8ad7dbce27df77585231e33499ec1ad2bc001a21613f76ed0c39d08a26a2cbda5e60829c6a2357f18e97dc0f6c9a1'
+
'd5888f378c5b12b84e4238b191ef56a97a81c9073d27dcb47065998f0a1f6caf9f13314ae908e72a06f4d29d1bd1f4f72338c97268391e2c98706216c8281f3e'
+
'ed24841242a56a3b10dd80cd23e0c980f6bbe5fd0ebd4c6b46529947e4920cc9c03e4f4b239da8a798c801a6cdd757415113f97e45c1032f2c519fdaec4d3ae0'
+
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
+
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
+
'f39c23fc06636f31c3fadb9a630c54527e8255098f18d275772cb30875d0a7463717101704070d432f2b69ab71f076a9538172a439bc307722dad2c7e260f752')
 
 prepare() {
 mkdir -p "${srcdir}/src/gitlab.com/gitlab-org/"


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

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:45:46
  Author: svenstaro
Revision: 201289

upgpkg: gitlab 8.15.0-1

upstream release 8.15.0

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 20:26:42 UTC (rev 201288)
+++ PKGBUILD2016-12-23 20:45:46 UTC (rev 201289)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.14.5
+pkgver=8.15.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 "etc/webapps/${pkgname}/resque.yml"
 "etc/webapps/${pkgname}/unicorn.rb"
 "etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gitlabhq/gitlabhq/archive/v${pkgver}.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/gitlab-ce/repository/archive.tar.bz2?ref=v${pkgver};
 gitlab-unicorn.service
 gitlab-sidekiq.service
 gitlab-backup.service
@@ -41,31 +41,31 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('7dadf9d48929499de94fb4332240ce0e79515b4102847742276e70625be70b24'
-'0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
-'3f64de78d1221a0ddf75baed19d1706c625c143701d30ad918f15231aeecfb4f'
-'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'
-'f3863b2906526ba487cb594f7fdca926e6dd8b8cfe95dccbba0ff9171ef2bb62'
-'e2539301fe42869d8fdbaa1b53b30076fb436c4220a37e576ed704458f804852'
-'a1ee236a1f3e65cd26d9adb5f636f66fbab68777fd60d1c796cb26036bd0903f'
-'84614a2bfbd734f09c2c91531dd3c13e795186b50c0780a120c8e5bc2a892607'
-'7b3137b8175db06e97c7577fb1df3d9095ff0797e6428c12d9c633ddd9121ad5'
-'87fa65bc2d8f382d22fe77a6958bac9058e99021b230e2922a5b7e7afff39dcc'
-'5e8c0e5d66ae5039620bd5d92076112bd47d9894a9cfbf06242dad412618f01a'
-'b4b10b401de60a714ebb38b0e17c9efe123967565d9b73297503fbaea4bcf03d'
-'8944a5eb8972a63f962dc34ed1c2843e019b2b521d8f045a2552ddc2f2e28ec3'
-'481427bec661c8bebc652a3349e10dd8c9435f51a0dcbb7b2e6833309ce90a1b'
-'822d0b80f1974c8418a9f4d66fbefb7679313b6de9a49c137c83c0bfe622460f'
-'ea5a5f0b4c0ffd26d977efaf564800ee7fa88579a9e4f0556143a591a7ff198c')
+sha512sums=('8b9306864f6b0040081d5bc031117d5cda82bf9b12a0b65d99d4266b4ecbdf5bff69a278ec14c03d59063ddf00038c3b4bdf3189c7b0b5fad18abbd2f3fa8209'
+
'1464ca9399b627bb8bd286608b4ad93feca6bc54c7e63c98180744e710295508a89a1a34c412b82e3eaad9308a82b2ea2483ae0f0b1e1149c24b17ab0d126f69'
+
'9844b8e42e8d50e6eac54711fb8c9745d506560676e0b8d5f1c42fb5177b9b4bac5c0d3c6a673d9e54f4b5e21056627db1d434c5c76d4f3ede8cc15a109f3cb6'
+
'e74f54224e7fd5f24c3459f34649ce5fddc70886faf7eb8520513d8715b3c17452aab62676b779c136ba576193a09ae3a5471abe51013d7ecd8b37d6e0acd393'
+
'97b566751405ad46204f9d42e835a20aa330436929674913acfb35a2a1fdce06975f15db4f83708ec5d1ab4509b6d34f1bc23e43f0db1bf28073c4bd865cb007'
+
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
+
'c519a51d31300074ea12594fbcc8e9610d991ef04b1dac94d93a2b201df3465999cc7c6ac7f3896e02b117c2366d61dea1ef2f6b9cd7b18998385a7f26e5700f'
+
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
+
'20b93eab504e82cc4401685b59e6311b4d2c0285bc594d47ce4106d3f418a3e2ba92c4f49732748c0ba913aa3e3299126166e37d2a2d5b4d327d66bae4b8abda'
+
'441585489fb992d5e893f14bf0770df04ada95ffdbfcc80bb98a44eda7db520d12c985f600d003d80a196562654d2231598f8481ff9bf664bb5889f564e897e7'
+
'99f31439d348e21f764875b6207db8663b47f3224ad6a9f35b89c8a2ed29a9e831a974aa6b9429a3882fb74c1c9d42ed5c38b2d16ae122b5d55d5873a0c57cd3'
+
'624eb1f13e0265522290faa8c22b4150e6081ca2580391c9dfd871f1ee1b9c1c745c95d3d8f7fdbf85038990060141b844c3d8097c577ab68e5506bfa2d2dddb'
+
'248d47b44fa5ed65e2a940f2b60d0482c481b3a438357ca510848221370367ffbc0d83ce046d688bebbbc75d4e321b140f6a5ce1a9d7ec0b034fafcf92dee107'
+
'53a9d6d6f87874b29e48a8fb2e207094ebc1a80af478562ec4b591926d59e135a3166c20966704aa948ca7063ba63c1ec4ac290a343832fa18025ec3d85081ba'
+
'6d3006da591acefcc534c6e3f1da8e812d0b3b21fc416bfaa8678b8e2d922be6b17d1c92b0d7164de3b8ad864139253707107ca082f78e823d23f3b65fcb5914'
+
'c78b6f46abcf603d8db6e38cf50868e14145928422ddfe17c88e2f006b5b910dddf456ec5d6d724b250994530643963809688a98f7e12ebd5b5dabf7f96f0e06')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"
 _homedir="/var/lib/${pkgname}"
 

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

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:26:42
  Author: svenstaro
Revision: 201288

archrelease: copy trunk to community-any

Added:
  fabric/repos/community-any/PKGBUILD
(from rev 201287, fabric/trunk/PKGBUILD)
Deleted:
  fabric/repos/community-any/PKGBUILD
  fabric/repos/community-any/paramiko.patch

+
 PKGBUILD   |   42 +-
 paramiko.patch |   24 
 2 files changed, 21 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-23 20:26:34 UTC (rev 201287)
+++ PKGBUILD2016-12-23 20:26:42 UTC (rev 201288)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Francois Boulogne 
-
-pkgname=fabric
-pkgver=1.11.1
-pkgrel=2
-pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
-url="http://fabfile.org/;
-license=('BSD')
-arch=('any')
-depends=('python2' 'pycrypto' 'python2-paramiko1' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
-md5sums=('e9ec969802d3e9427111ffc5c3ea142c')
-
-package() {
-  cd ${srcdir}/Fabric-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fabric/repos/community-any/PKGBUILD (from rev 201287, 
fabric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-23 20:26:42 UTC (rev 201288)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Francois Boulogne 
+
+pkgname=fabric
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
+url="http://fabfile.org/;
+license=('BSD')
+arch=('any')
+depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
+source=("https://github.com/fabric/fabric/archive/${pkgver}.tar.gz;)
+sha512sums=('70b29824a8edc3cd0e34ef447ec355a18a8805160229655e7046c1d8a1a7131bc7dcd547833752cfa4cb6fbd01bc1cfb3e94d64f13fa94eaefb77677d74ed5be')
+
+package() {
+  cd ${srcdir}/fabric-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: paramiko.patch
===
--- paramiko.patch  2016-12-23 20:26:34 UTC (rev 201287)
+++ paramiko.patch  2016-12-23 20:26:42 UTC (rev 201288)
@@ -1,24 +0,0 @@
 setup.py
-+++ setup.py
-@@ -26,6 +26,11 @@ pip, with `pip install fabric==dev`.
- For more information, please see the Fabric website or execute ``fab --help``.
- """ % (get_version('branch'), readme)
-
-+if sys.version_info[:2] < (2, 6):
-+install_requires=['paramiko>=1.10,<1.13']
-+else:
-+install_requires=['paramiko>=1.10']
-+
- setup(
- name='Fabric',
- version=get_version('short'),
-@@ -37,7 +42,7 @@ setup(
- packages=find_packages(),
- test_suite='nose.collector',
- tests_require=['nose', 'fudge<1.0'],
--install_requires=['paramiko>=1.10,<1.13'],
-+install_requires=install_requires,
- entry_points={
- 'console_scripts': [
- 'fab = fabric.main:main',
-


[arch-commits] Commit in fabric/trunk (PKGBUILD paramiko.patch)

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:26:34
  Author: svenstaro
Revision: 201287

upgpkg: fabric 1.13.1-1

upstream release 1.13.1

Modified:
  fabric/trunk/PKGBUILD
Deleted:
  fabric/trunk/paramiko.patch

+
 PKGBUILD   |   12 ++--
 paramiko.patch |   24 
 2 files changed, 6 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 20:21:00 UTC (rev 201286)
+++ PKGBUILD2016-12-23 20:26:34 UTC (rev 201287)
@@ -2,18 +2,18 @@
 # Contributor: Francois Boulogne 
 
 pkgname=fabric
-pkgver=1.11.1
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
 pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
 url="http://fabfile.org/;
 license=('BSD')
 arch=('any')
-depends=('python2' 'pycrypto' 'python2-paramiko1' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
-sha512sums=('ab5f10f233d4a37ae74fd166d5b634f1eb4166525a2530b28d3d3a8a28ac792ee7eaa5a7c31379abd065c0e975c17e995707ffcc8e75d6f7e6bf90cd72ee50ad')
+depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
+source=("https://github.com/fabric/fabric/archive/${pkgver}.tar.gz;)
+sha512sums=('70b29824a8edc3cd0e34ef447ec355a18a8805160229655e7046c1d8a1a7131bc7dcd547833752cfa4cb6fbd01bc1cfb3e94d64f13fa94eaefb77677d74ed5be')
 
 package() {
-  cd ${srcdir}/Fabric-${pkgver}
+  cd ${srcdir}/fabric-${pkgver}
   python2 setup.py install --root=${pkgdir} --optimize=1
 
   install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst

Deleted: paramiko.patch
===
--- paramiko.patch  2016-12-23 20:21:00 UTC (rev 201286)
+++ paramiko.patch  2016-12-23 20:26:34 UTC (rev 201287)
@@ -1,24 +0,0 @@
 setup.py
-+++ setup.py
-@@ -26,6 +26,11 @@ pip, with `pip install fabric==dev`.
- For more information, please see the Fabric website or execute ``fab --help``.
- """ % (get_version('branch'), readme)
-
-+if sys.version_info[:2] < (2, 6):
-+install_requires=['paramiko>=1.10,<1.13']
-+else:
-+install_requires=['paramiko>=1.10']
-+
- setup(
- name='Fabric',
- version=get_version('short'),
-@@ -37,7 +42,7 @@ setup(
- packages=find_packages(),
- test_suite='nose.collector',
- tests_require=['nose', 'fudge<1.0'],
--install_requires=['paramiko>=1.10,<1.13'],
-+install_requires=install_requires,
- entry_points={
- 'console_scripts': [
- 'fab = fabric.main:main',
-


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

2016-12-23 Thread Giancarlo Razzolini
Date: Friday, December 23, 2016 @ 20:21:00
  Author: grazzolini
Revision: 201286

archrelease: copy trunk to community-any

Added:
  uwsgitop/repos/community-any/
  uwsgitop/repos/community-any/PKGBUILD
(from rev 201285, uwsgitop/trunk/PKGBUILD)

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

Copied: uwsgitop/repos/community-any/PKGBUILD (from rev 201285, 
uwsgitop/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-23 20:21:00 UTC (rev 201286)
@@ -0,0 +1,22 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=uwsgitop
+pkgver=0.9
+pkgrel=1
+pkgdesc="uWSGI top-like app"
+arch=('any')
+url="https://github.com/xrmx/uwsgitop;
+license=('MIT')
+depends=('python2-simplejson')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xrmx/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('d382751ae2fe97749890ebe0cb27d33df095f42dbb440fbeda78f83015c85762b44c8d41ca5e8e3ac9385f47f7fd37203e29c19dd9b12053dcbd6da03eff8fc5')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:19:37
  Author: svenstaro
Revision: 201285

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-23 20:19:27 UTC (rev 201284)
+++ PKGBUILD2016-12-23 20:19:37 UTC (rev 201285)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgname=('python-flask' 'python2-flask')
-pkgver=0.11.1
-pkgrel=1
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha256sums=('745ac6197a40537df2a24856d957497d577d50f3eab272aff94e9802807c4a82')
-
-prepare() {
-  cp -r "flask-$pkgver" "python-flask-$pkgver"
-  cp -r "flask-$pkgver" "python2-flask-$pkgver"
-}
-
-build_python-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-check_python-flask() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-
-  cd "$pkgname-$pkgver"
-  python2 setup.py test
-}
-
-package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 201284, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-23 20:19:37 UTC (rev 201285)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgname=('python-flask' 'python2-flask')
+pkgver=0.12
+pkgrel=1
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
+sha256sums=('dd4be177eee187c0e459ffc20a223d6ca0accc19fd4a237aeca50d4166d92d54')
+
+prepare() {
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
+}
+
+build_python-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+check_python-flask() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+
+  cd "$pkgname-$pkgver"
+  python2 setup.py test
+}
+
+package_python-flask() {
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask() {
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 20:19:27
  Author: svenstaro
Revision: 201284

upgpkg: python-flask 0.12-1

upstream release 0.12

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 20:17:53 UTC (rev 201283)
+++ PKGBUILD2016-12-23 20:19:27 UTC (rev 201284)
@@ -5,7 +5,7 @@
 # Contributor: Tarmo Heiskanen 
 
 pkgname=('python-flask' 'python2-flask')
-pkgver=0.11.1
+pkgver=0.12
 pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
@@ -13,7 +13,7 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha256sums=('745ac6197a40537df2a24856d957497d577d50f3eab272aff94e9802807c4a82')
+sha256sums=('dd4be177eee187c0e459ffc20a223d6ca0accc19fd4a237aeca50d4166d92d54')
 
 prepare() {
   cp -r "flask-$pkgver" "python-flask-$pkgver"


[arch-commits] Commit in (4 files)

2016-12-23 Thread Giancarlo Razzolini
Date: Friday, December 23, 2016 @ 20:17:53
  Author: grazzolini
Revision: 201283

Initial uwsgitop release

Added:
  uwsgitop/
  uwsgitop/repos/
  uwsgitop/trunk/
  uwsgitop/trunk/PKGBUILD

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

Added: uwsgitop/trunk/PKGBUILD
===
--- uwsgitop/trunk/PKGBUILD (rev 0)
+++ uwsgitop/trunk/PKGBUILD 2016-12-23 20:17:53 UTC (rev 201283)
@@ -0,0 +1,22 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=uwsgitop
+pkgver=0.9
+pkgrel=1
+pkgdesc="uWSGI top-like app"
+arch=('any')
+url="https://github.com/xrmx/uwsgitop;
+license=('MIT')
+depends=('python2-simplejson')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xrmx/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('d382751ae2fe97749890ebe0cb27d33df095f42dbb440fbeda78f83015c85762b44c8d41ca5e8e3ac9385f47f7fd37203e29c19dd9b12053dcbd6da03eff8fc5')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: uwsgitop/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-12-23 Thread Jelle van der Waa
Date: Friday, December 23, 2016 @ 19:59:34
  Author: jelle
Revision: 201282

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

Added:
  python-pyopencl/repos/community-i686/LICENSE.txt
(from rev 201280, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-i686/PKGBUILD
(from rev 201281, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 201281, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 201281, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-i686/LICENSE.txt
  python-pyopencl/repos/community-i686/PKGBUILD
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

--+
 /LICENSE.txt |   40 +++
 /PKGBUILD|  144 +
 community-i686/LICENSE.txt   |   20 -
 community-i686/PKGBUILD  |   72 
 community-x86_64/LICENSE.txt |   20 -
 community-x86_64/PKGBUILD|   72 
 6 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/LICENSE.txt
===
--- community-i686/LICENSE.txt  2016-12-23 19:59:27 UTC (rev 201281)
+++ community-i686/LICENSE.txt  2016-12-23 19:59:34 UTC (rev 201282)
@@ -1,20 +0,0 @@
-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.

Copied: python-pyopencl/repos/community-i686/LICENSE.txt (from rev 201280, 
python-pyopencl/trunk/LICENSE.txt)
===
--- community-i686/LICENSE.txt  (rev 0)
+++ community-i686/LICENSE.txt  2016-12-23 19:59:34 UTC (rev 201282)
@@ -0,0 +1,20 @@
+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.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 19:59:27 UTC (rev 201281)
+++ community-i686/PKGBUILD 2016-12-23 19:59:34 UTC (rev 201282)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2016.2
-pkgrel=2
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('i686' 'x86_64')
-url="http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=('https://pypi.python.org/packages/d6/28/a1670d301d6e7e54b4c4db800dc90a441898c90c4fff8f274b1436ee9eda/pyopencl-2016.2.tar.gz'
-'LICENSE.txt')
-sha1sums=('fc61b617db457dfa087caff8c3241b4fb2ff84af'
-  

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

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 19:59:27
  Author: svenstaro
Revision: 201281

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

Added:
  openmw/repos/community-i686/PKGBUILD
(from rev 201280, openmw/trunk/PKGBUILD)
  openmw/repos/community-x86_64/PKGBUILD
(from rev 201280, openmw/trunk/PKGBUILD)
Deleted:
  openmw/repos/community-i686/PKGBUILD
  openmw/repos/community-i686/bullet-251.patch
  openmw/repos/community-x86_64/PKGBUILD
  openmw/repos/community-x86_64/bullet-251.patch

---+
 /PKGBUILD |   58 +++
 community-i686/PKGBUILD   |   36 -
 community-i686/bullet-251.patch   |   76 
 community-x86_64/PKGBUILD |   36 -
 community-x86_64/bullet-251.patch |   76 
 5 files changed, 58 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 19:59:20 UTC (rev 201280)
+++ community-i686/PKGBUILD 2016-12-23 19:59:27 UTC (rev 201281)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-
-pkgname=openmw
-pkgver=0.40.0
-pkgrel=5
-pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('i686' 'x86_64')
-url="http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
-makedepends=('cmake' 'boost' 'doxygen')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;
-"bullet-251.patch")
-sha1sums=('a69aa56374c4e991950fa1b7bfec92ef790cbbed'
-  'bef2eaf6135c58354395ef07b5ac07dbdd2387e3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  patch -Np1 < ${srcdir}/bullet-251.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DDESIRED_QT_VERSION=5
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-i686/PKGBUILD (from rev 201280, 
openmw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 19:59:27 UTC (rev 201281)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.41.0
+pkgrel=1
+pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
+makedepends=('cmake' 'boost' 'doxygen')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha512sums=('a47a7af3c6d3252e22206eb776069ef87f698acbe133b0e0294db307486c28cb300085fcf45b436af541dbb22f6d45f2ee3998e50a1c711f667f8a738813255d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/bullet-251.patch
===
--- community-i686/bullet-251.patch 2016-12-23 19:59:20 UTC (rev 201280)
+++ community-i686/bullet-251.patch 2016-12-23 19:59:27 UTC (rev 201281)
@@ -1,76 +0,0 @@
-From 5ccbabc27d7f1ec02447680e4bed28d12333fb77 Mon Sep 17 00:00:00 2001
-From: scrawl 
-Date: Fri, 14 Oct 2016 20:59:55 +0200
-Subject: [PATCH] Fix build against bullet with profiler disabled (Fixes #3592)
-

- apps/openmw/mwgui/debugwindow.cpp   | 7 +++
- apps/openmw/mwphysics/physicssystem.cpp | 3 +++
- 2 files changed, 10 insertions(+)
-
-diff --git a/apps/openmw/mwgui/debugwindow.cpp 
b/apps/openmw/mwgui/debugwindow.cpp
-index 37ea347..a29910f 100644
 a/apps/openmw/mwgui/debugwindow.cpp
-+++ b/apps/openmw/mwgui/debugwindow.cpp
-@@ -7,6 +7,8 @@
- 
- #include 
- 
-+#ifndef BT_NO_PROFILE
-+
- namespace
- {
- void bulletDumpRecursive(CProfileIterator* pit, int spacing, 
std::stringstream& os)
-@@ -71,6 +73,7 @@ namespace
- }
- }
- 
-+#endif // BT_NO_PROFILE
- 
- namespace MWGui
- {
-@@ -92,10 +95,13 @@ namespace MWGui
- 
- MyGUI::IntSize viewSize = 
MyGUI::RenderManager::getInstance().getViewSize();
- mMainWidget->setSize(viewSize);
-+
-+
- }
- 
- void DebugWindow::onFrame(float dt)
- {
-+#ifndef BT_NO_PROFILE
- 

[arch-commits] Commit in openmw/trunk (PKGBUILD bullet-251.patch)

2016-12-23 Thread Sven-Hendrik Haase
Date: Friday, December 23, 2016 @ 19:59:18
  Author: svenstaro
Revision: 201279

upgpkg: openmw 0.41.0-1

upstream release 0.41

Modified:
  openmw/trunk/PKGBUILD
Deleted:
  openmw/trunk/bullet-251.patch

--+
 PKGBUILD |   15 ++
 bullet-251.patch |   76 -
 2 files changed, 4 insertions(+), 87 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 19:25:21 UTC (rev 201278)
+++ PKGBUILD2016-12-23 19:59:18 UTC (rev 201279)
@@ -2,8 +2,8 @@
 # Contributor: Sandy Carter 
 
 pkgname=openmw
-pkgver=0.40.0
-pkgrel=5
+pkgver=0.41.0
+pkgrel=1
 pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('i686' 'x86_64')
 url="http://www.openmw.org;
@@ -10,16 +10,9 @@
 license=('GPL3' 'MIT' 'custom')
 depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
 makedepends=('cmake' 'boost' 'doxygen')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;
-"bullet-251.patch")
-sha1sums=('a69aa56374c4e991950fa1b7bfec92ef790cbbed'
-  'bef2eaf6135c58354395ef07b5ac07dbdd2387e3')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha512sums=('a47a7af3c6d3252e22206eb776069ef87f698acbe133b0e0294db307486c28cb300085fcf45b436af541dbb22f6d45f2ee3998e50a1c711f667f8a738813255d')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  patch -Np1 < ${srcdir}/bullet-251.patch
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \

Deleted: bullet-251.patch
===
--- bullet-251.patch2016-12-23 19:25:21 UTC (rev 201278)
+++ bullet-251.patch2016-12-23 19:59:18 UTC (rev 201279)
@@ -1,76 +0,0 @@
-From 5ccbabc27d7f1ec02447680e4bed28d12333fb77 Mon Sep 17 00:00:00 2001
-From: scrawl 
-Date: Fri, 14 Oct 2016 20:59:55 +0200
-Subject: [PATCH] Fix build against bullet with profiler disabled (Fixes #3592)
-

- apps/openmw/mwgui/debugwindow.cpp   | 7 +++
- apps/openmw/mwphysics/physicssystem.cpp | 3 +++
- 2 files changed, 10 insertions(+)
-
-diff --git a/apps/openmw/mwgui/debugwindow.cpp 
b/apps/openmw/mwgui/debugwindow.cpp
-index 37ea347..a29910f 100644
 a/apps/openmw/mwgui/debugwindow.cpp
-+++ b/apps/openmw/mwgui/debugwindow.cpp
-@@ -7,6 +7,8 @@
- 
- #include 
- 
-+#ifndef BT_NO_PROFILE
-+
- namespace
- {
- void bulletDumpRecursive(CProfileIterator* pit, int spacing, 
std::stringstream& os)
-@@ -71,6 +73,7 @@ namespace
- }
- }
- 
-+#endif // BT_NO_PROFILE
- 
- namespace MWGui
- {
-@@ -92,10 +95,13 @@ namespace MWGui
- 
- MyGUI::IntSize viewSize = 
MyGUI::RenderManager::getInstance().getViewSize();
- mMainWidget->setSize(viewSize);
-+
-+
- }
- 
- void DebugWindow::onFrame(float dt)
- {
-+#ifndef BT_NO_PROFILE
- if (!isVisible())
- return;
- 
-@@ -115,6 +121,7 @@ namespace MWGui
- size_t previousPos = mBulletProfilerEdit->getVScrollPosition();
- mBulletProfilerEdit->setCaption(stream.str());
- mBulletProfilerEdit->setVScrollPosition(std::min(previousPos, 
mBulletProfilerEdit->getVScrollRange()-1));
-+#endif
- }
- 
- }
-diff --git a/apps/openmw/mwphysics/physicssystem.cpp 
b/apps/openmw/mwphysics/physicssystem.cpp
-index 954d195..e442fbd 100644
 a/apps/openmw/mwphysics/physicssystem.cpp
-+++ b/apps/openmw/mwphysics/physicssystem.cpp
-@@ -14,6 +14,7 @@
- #include 
- #include 
- #include 
-+
- #include 
- 
- #include 
-@@ -1363,8 +1364,10 @@ namespace MWPhysics
- for (std::set::iterator it = mAnimatedObjects.begin(); it != 
mAnimatedObjects.end(); ++it)
- (*it)->animateCollisionShapes(mCollisionWorld);
- 
-+#ifndef BT_NO_PROFILE
- CProfileManager::Reset();
- CProfileManager::Increment_Frame_Counter();
-+#endif
- }
- 
- void PhysicsSystem::debugDraw()


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

2016-12-23 Thread Jelle van der Waa
Date: Friday, December 23, 2016 @ 19:59:20
  Author: jelle
Revision: 201280

upgpkg: python-pyopencl 1:2016.2.1-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 19:59:18 UTC (rev 201279)
+++ PKGBUILD2016-12-23 19:59:20 UTC (rev 201280)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2016.2
-pkgrel=2
+pkgver=2016.2.1
+pkgrel=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('i686' 'x86_64')
 url="http://mathema.tician.de/software/pyopencl;
@@ -12,9 +12,9 @@
 epoch=1
 checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
 makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=('https://pypi.python.org/packages/d6/28/a1670d301d6e7e54b4c4db800dc90a441898c90c4fff8f274b1436ee9eda/pyopencl-2016.2.tar.gz'
+source=("https://pypi.python.org/packages/e6/42/a1ade483737b207ef10394c316f462bdd0330fcfadc9e05729067633acc6/pyopencl-2016.2.1.tar.gz;
 'LICENSE.txt')
-sha1sums=('fc61b617db457dfa087caff8c3241b4fb2ff84af'
+sha1sums=('290290f1c07656eab8e20c1a387d8eacd7c2ad9d'
   '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
 
 build() {


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 19:25:21
  Author: anthraxx
Revision: 201278

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-23 19:25:09 UTC (rev 201277)
+++ PKGBUILD2016-12-23 19:25:21 UTC (rev 201278)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('e381115c33fe80460f964088628ebd02b53ba696416923e6ef4a154365a60292fef8eef6a4564238b2319727186dd128f4ada851d4c897fd01b1fc56002a25a7'
-
'482ac8c2e55a7811e5c0034ffb31421367d0af6634b0ce0a98ba61146165a36f45126c5ebeae5c3255178f1da4e364193ef1aaca41df2f0b22be344e4253d864')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 201277, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-23 19:25:21 UTC (rev 201278)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.2.4
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('4e4510e8ac0131741eb2418110560692c09b56d60cea323738ede485dc85da24df05cf93f6d5cca9827880e59d797faf9799d154da6d76cb1817a66e7f63f388'
+
'5766a24b1372ef7102758fb69d83acbd7866a50d8fceac97aeb087b9b37e839a0ed36cc652ee9518e0b5be68abf7f9d628ca14a6f24aadcb53727143e7a22161')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip 

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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 19:25:09
  Author: anthraxx
Revision: 201277

upgpkg: grails 3.2.4-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 19:24:57 UTC (rev 201276)
+++ PKGBUILD2016-12-23 19:25:09 UTC (rev 201277)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -16,8 +16,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('e381115c33fe80460f964088628ebd02b53ba696416923e6ef4a154365a60292fef8eef6a4564238b2319727186dd128f4ada851d4c897fd01b1fc56002a25a7'
-
'482ac8c2e55a7811e5c0034ffb31421367d0af6634b0ce0a98ba61146165a36f45126c5ebeae5c3255178f1da4e364193ef1aaca41df2f0b22be344e4253d864')
+sha512sums=('4e4510e8ac0131741eb2418110560692c09b56d60cea323738ede485dc85da24df05cf93f6d5cca9827880e59d797faf9799d154da6d76cb1817a66e7f63f388'
+
'5766a24b1372ef7102758fb69d83acbd7866a50d8fceac97aeb087b9b37e839a0ed36cc652ee9518e0b5be68abf7f9d628ca14a6f24aadcb53727143e7a22161')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


[arch-commits] Commit in arm-none-eabi-newlib/repos (2 files)

2016-12-23 Thread Anatol Pomozov
Date: Friday, December 23, 2016 @ 19:24:57
  Author: anatolik
Revision: 201276

archrelease: copy trunk to community-testing-any

Added:
  arm-none-eabi-newlib/repos/community-testing-any/
  arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD
(from rev 201275, arm-none-eabi-newlib/trunk/PKGBUILD)

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

Copied: arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD (from rev 
201275, arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-12-23 19:24:57 UTC (rev 201276)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.5.0
+pkgrel=1
+_upstream_ver=2.5.0
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha1sums=('be1f1960bce564130a0cf9598e388fcc437169dc')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+  make DESTDIR="$pkgdir" install -j1
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+
+  cd "$srcdir"/build-newlib
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
+}


[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2016-12-23 Thread Anatol Pomozov
Date: Friday, December 23, 2016 @ 19:24:34
  Author: anatolik
Revision: 201275

upgpkg: arm-none-eabi-newlib 2.5.0-1

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 19:17:13 UTC (rev 201274)
+++ PKGBUILD2016-12-23 19:24:34 UTC (rev 201275)
@@ -3,9 +3,9 @@
 
 _target=arm-none-eabi
 pkgname=$_target-newlib
-pkgver=2.4.0
-pkgrel=4
-_upstream_ver=2.4.0.20161025
+pkgver=2.5.0
+pkgrel=1
+_upstream_ver=2.5.0
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
 arch=(any)
 url='http://www.sourceware.org/newlib/'
@@ -13,7 +13,7 @@
 makedepends=($_target-gcc)
 options=(!emptydirs !strip)
 source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('12879b06241f0ee987a8fef866de0db27b85755d')
+sha1sums=('be1f1960bce564130a0cf9598e388fcc437169dc')
 
 build() {
   rm -rf build-{newlib,nano}


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 19:17:13
  Author: anthraxx
Revision: 201274

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

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

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

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

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 201273, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 19:17:13 UTC (rev 201274)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.13.9
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha512sums=('ab969a2b3abb8730f77d27d6ee0983da96911377e68308b7fa4d066c851405159205ed381af6c547db47b260d71f45587f09e7c23deaa2c55fdc7d82b8b37c31')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile 

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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 18:35:59
  Author: anthraxx
Revision: 201273

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

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

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

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

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 201272, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 18:35:59 UTC (rev 201273)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.13.9
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha512sums=('ab969a2b3abb8730f77d27d6ee0983da96911377e68308b7fa4d066c851405159205ed381af6c547db47b260d71f45587f09e7c23deaa2c55fdc7d82b8b37c31')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile 

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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 18:35:39
  Author: anthraxx
Revision: 201272

upgpkg: metasploit 4.13.9-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 18:35:19 UTC (rev 201271)
+++ PKGBUILD2016-12-23 18:35:39 UTC (rev 201272)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.13.8
+pkgver=4.13.9
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -13,7 +13,7 @@
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('994a3d2d35ae56ffb0043244098e48bfa19f06abc2db1716594caccf71a41bca46fcbbb7360ff499f05c758ee2eccb41fd9b0f7773400a0822eb1d0223ae5c27')
+sha512sums=('ab969a2b3abb8730f77d27d6ee0983da96911377e68308b7fa4d066c851405159205ed381af6c547db47b260d71f45587f09e7c23deaa2c55fdc7d82b8b37c31')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 18:35:19
  Author: anthraxx
Revision: 201271

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-23 18:35:01 UTC (rev 201270)
+++ PKGBUILD2016-12-23 18:35:19 UTC (rev 201271)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: William Grieshaber 
-# Contributor: Victor Aurélio 
-
-pkgname=speedtest-cli
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Command line interface for testing internet bandwidth using 
speedtest.net'
-url='https://github.com/sivel/speedtest-cli'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
-sha512sums=('2199c0bae7242dad438b33865c3627db9197e94091f126ee290a154177f3bad9e2bf590393c06335412816fd54f2959b0af36b4d14f4ace15ecd19dbed1c6e25')
-
-package(){
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: speedtest-cli/repos/community-any/PKGBUILD (from rev 201270, 
speedtest-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-23 18:35:19 UTC (rev 201271)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+# Contributor: William Grieshaber 
+# Contributor: Victor Aurélio 
+
+pkgname=speedtest-cli
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Command line interface for testing internet bandwidth using 
speedtest.net'
+url='https://github.com/sivel/speedtest-cli'
+arch=('any')
+license=('Apache')
+depends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
+sha512sums=('f6e78945f47779dfdadc0328468f3fb20999a011da3c832cca58a4703c083f9d73ea3bd06bc85aba5cce5b63db70a6d3b496ef1037ca377e7699a6cd1e42ed24')
+
+package(){
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 18:35:01
  Author: anthraxx
Revision: 201270

upgpkg: speedtest-cli 1.0.1-1

Modified:
  speedtest-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 16:53:55 UTC (rev 201269)
+++ PKGBUILD2016-12-23 18:35:01 UTC (rev 201270)
@@ -3,7 +3,7 @@
 # Contributor: Victor Aurélio 
 
 pkgname=speedtest-cli
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Command line interface for testing internet bandwidth using 
speedtest.net'
 url='https://github.com/sivel/speedtest-cli'
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
-sha512sums=('2199c0bae7242dad438b33865c3627db9197e94091f126ee290a154177f3bad9e2bf590393c06335412816fd54f2959b0af36b4d14f4ace15ecd19dbed1c6e25')
+sha512sums=('f6e78945f47779dfdadc0328468f3fb20999a011da3c832cca58a4703c083f9d73ea3bd06bc85aba5cce5b63db70a6d3b496ef1037ca377e7699a6cd1e42ed24')
 
 package(){
   cd ${pkgname}-${pkgver}


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

2016-12-23 Thread Jelle van der Waa
Date: Friday, December 23, 2016 @ 16:53:55
  Author: jelle
Revision: 201269

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 201268, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 201268, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-i686/PKGBUILD
  python-psutil/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 16:53:41 UTC (rev 201268)
+++ community-i686/PKGBUILD 2016-12-23 16:53:55 UTC (rev 201269)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng' 'python2-nose')
-source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
-md5sums=('bb0a510ecf4aa85ad3c250fb3db92078')
-
-build() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
-  #python psutil/tests/runner.py
-
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 psutil/tests/runner.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-release-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-release-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 201268, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 16:53:55 UTC (rev 201269)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=5.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng' 'python2-nose')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
+md5sums=('848341cb58bbebf240c1539dc00f0e99')
+
+build() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
+  #python psutil/tests/runner.py
+
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 psutil/tests/runner.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-release-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-release-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE 

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

2016-12-23 Thread Jelle van der Waa
Date: Friday, December 23, 2016 @ 16:53:41
  Author: jelle
Revision: 201268

upgpkg: python-psutil 5.0.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 15:48:54 UTC (rev 201267)
+++ PKGBUILD2016-12-23 16:53:41 UTC (rev 201268)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-nose')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
-md5sums=('bb0a510ecf4aa85ad3c250fb3db92078')
+md5sums=('848341cb58bbebf240c1539dc00f0e99')
 
 build() {
   cd psutil-release-$pkgver


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

2016-12-23 Thread Jan Steffens
Date: Friday, December 23, 2016 @ 16:11:38
  Author: heftig
Revision: 284533

FS#52183 Disable JACK support again

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 14:32:18 UTC (rev 284532)
+++ PKGBUILD2016-12-23 16:11:38 UTC (rev 284533)
@@ -13,7 +13,7 @@
 depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib ffmpeg
  libvpx libevent nss hunspell sqlite ttf-font icu)
 makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 cargo jack)
+ autoconf2.13 cargo)
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'upower: Battery API')
@@ -27,7 +27,7 @@
 firefox-symbolic.svg
 fix-wifi-scanner.diff)
 sha256sums=('54bb9bccbf9eed0c7715ae7f45330bf41ce24b756f5fdecb380e06709a6ac5a4'
-'d269c6f13ba588726edbb7f4518eb6c2ce56a6016289b47f587f25c3219805fc'
+'3b0c6b08c0211d8c5a02aa050755276ec864c5f2c5ac1a3d3f9f8a9af6512737'
 '75c526e9669b91b4fe5dcea650a1e8419220abb2e9564184f0d984c71eae82e8'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'

Modified: mozconfig
===
--- mozconfig   2016-12-23 14:32:18 UTC (rev 284532)
+++ mozconfig   2016-12-23 16:11:38 UTC (rev 284533)
@@ -27,7 +27,6 @@
 ac_add_options --enable-system-pixman
 
 # Features
-ac_add_options --enable-jack
 ac_add_options --enable-startup-notification
 ac_add_options --disable-updater
 ac_add_options --disable-crashreporter


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

2016-12-23 Thread Jelle van der Waa
Date: Friday, December 23, 2016 @ 15:48:54
  Author: jelle
Revision: 201267

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 15:48:40 UTC (rev 201266)
+++ community-i686/PKGBUILD 2016-12-23 15:48:54 UTC (rev 201267)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.74.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- '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-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('a366cf0256f81f5fc30752fb03d80abeb721422d554ca7deb60ab52f9009ffb6'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- 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 201266, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 15:48:54 UTC (rev 201267)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.75.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 

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

2016-12-23 Thread Jelle van der Waa
Date: Friday, December 23, 2016 @ 15:48:40
  Author: jelle
Revision: 201266

upgpkg: calibre 2.75.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 15:21:49 UTC (rev 201265)
+++ PKGBUILD2016-12-23 15:48:40 UTC (rev 201266)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.74.0
+pkgver=2.75.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('a366cf0256f81f5fc30752fb03d80abeb721422d554ca7deb60ab52f9009ffb6'
+sha256sums=('a2191c018a4bf3639793baf39cc3f4d57edf8e475f5a5762b12bbba90e8fa207'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-12-23 Thread Jonathan Steel
Date: Friday, December 23, 2016 @ 15:21:26
  Author: jsteel
Revision: 201262

upgpkg: python-botocore 1.4.91-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:55:28 UTC (rev 201261)
+++ PKGBUILD2016-12-23 15:21:26 UTC (rev 201262)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.90
+pkgver=1.4.91
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('01400a378e7ea56052d714852220431d')
+md5sums=('caf4a8bde76b92cfcd97c65f5a12fda2')
 
 build() {
   cd botocore-$pkgver


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

2016-12-23 Thread Jonathan Steel
Date: Friday, December 23, 2016 @ 15:21:49
  Author: jsteel
Revision: 201265

archrelease: copy trunk to community-any

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

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

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

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


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

2016-12-23 Thread Jonathan Steel
Date: Friday, December 23, 2016 @ 15:21:42
  Author: jsteel
Revision: 201264

upgpkg: aws-cli 1.11.34-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 15:21:36 UTC (rev 201263)
+++ PKGBUILD2016-12-23 15:21:42 UTC (rev 201264)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.33
+pkgver=1.11.34
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('1364f2b498c45adfc920cd34029df67e')
+md5sums=('a7cfdf07e7ff624a65bb6cf9d9bb09c6')
 
 build() {
   cd $pkgname-$pkgver


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

2016-12-23 Thread Jonathan Steel
Date: Friday, December 23, 2016 @ 15:21:36
  Author: jsteel
Revision: 201263

archrelease: copy trunk to community-any

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

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

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

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


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 14:32:02
  Author: arojas
Revision: 284531

https

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:12:25 UTC (rev 284530)
+++ PKGBUILD2016-12-23 14:32:02 UTC (rev 284531)
@@ -15,7 +15,7 @@
 conflicts=(telepathy-qt5)
 provides=(telepathy-qt5)
 replaces=(telepathy-qt5)
-source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+source=("https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
  'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 14:32:18
  Author: arojas
Revision: 284532

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

Added:
  telepathy-qt/repos/extra-i686/PKGBUILD
(from rev 284531, telepathy-qt/trunk/PKGBUILD)
  telepathy-qt/repos/extra-x86_64/PKGBUILD
(from rev 284531, telepathy-qt/trunk/PKGBUILD)
Deleted:
  telepathy-qt/repos/extra-i686/PKGBUILD
  telepathy-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-23 14:32:02 UTC (rev 284531)
+++ extra-i686/PKGBUILD 2016-12-23 14:32:18 UTC (rev 284532)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ionut Biru 
-
-pkgname=telepathy-qt
-pkgver=0.9.7
-pkgrel=1
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org/wiki/;
-license=(LGPL)
-pkgdesc="A library for Qt-based Telepathy clients"
-depends=(qt5-base telepathy-farstream)
-makedepends=(cmake doxygen python2 qt5-tools)
-conflicts=(telepathy-qt5)
-provides=(telepathy-qt5)
-replaces=(telepathy-qt5)
-source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
- 'SKIP')
-validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DDESIRED_QT_VERSION=5 \
--DENABLE_EXAMPLES=OFF \
--DENABLE_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-qt/repos/extra-i686/PKGBUILD (from rev 284531, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-23 14:32:18 UTC (rev 284532)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ionut Biru 
+
+pkgname=telepathy-qt
+pkgver=0.9.7
+pkgrel=1
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org/wiki/;
+license=(LGPL)
+pkgdesc="A library for Qt-based Telepathy clients"
+depends=(qt5-base telepathy-farstream)
+makedepends=(cmake doxygen python2 qt5-tools)
+conflicts=(telepathy-qt5)
+provides=(telepathy-qt5)
+replaces=(telepathy-qt5)
+source=("https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
+ 'SKIP')
+validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DDESIRED_QT_VERSION=5 \
+-DENABLE_EXAMPLES=OFF \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-23 14:32:02 UTC (rev 284531)
+++ extra-x86_64/PKGBUILD   2016-12-23 14:32:18 UTC (rev 284532)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ionut Biru 
-
-pkgname=telepathy-qt
-pkgver=0.9.7
-pkgrel=1
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org/wiki/;
-license=(LGPL)
-pkgdesc="A library for Qt-based Telepathy clients"
-depends=(qt5-base telepathy-farstream)
-makedepends=(cmake doxygen python2 qt5-tools)
-conflicts=(telepathy-qt5)
-provides=(telepathy-qt5)
-replaces=(telepathy-qt5)
-source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
- 'SKIP')
-validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DDESIRED_QT_VERSION=5 \
--DENABLE_EXAMPLES=OFF \
--DENABLE_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-qt/repos/extra-x86_64/PKGBUILD (from rev 284531, 
telepathy-qt/trunk/PKGBUILD)
===
--- 

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

2016-12-23 Thread Nicola Squartini
Date: Friday, December 23, 2016 @ 13:55:28
  Author: tensor5
Revision: 201261

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/
  zcash/repos/community-x86_64/PKGBUILD
(from rev 201260, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 201260, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/use-system-libraries.patch
(from rev 201260, zcash/trunk/use-system-libraries.patch)

+
 PKGBUILD   |   71 +++
 boost-no-mt-suffix.patch   |   11 ++
 use-system-libraries.patch |   11 ++
 3 files changed, 93 insertions(+)

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 201260, 
zcash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-23 13:55:28 UTC (rev 201261)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('bash' 'boost-libs' 'gmp' 'libsodium')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('18df95b1958e71c9dc773b4d3953df2b6d7b5fbfcd2677be1190c9e03eff5d44'
+'3476e5fc227ada40cfbd126fc2c4d85a0951163dc57d92c294b0716f6030b774'
+'4a386d9f407b589fd2df9dd9ba0ddf99def2f9bb88fac4ec602fa29af317fc0d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+./zcutil/fetch-params.sh
+./qa/pull-tester/rpc-tests.sh
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+for ext in '-cli' '-tx' 'd'; do
+install -Dm644 contrib/bitcoin${ext}.bash-completion \
+"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
+done
+
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}

Copied: zcash/repos/community-x86_64/boost-no-mt-suffix.patch (from rev 201260, 
zcash/trunk/boost-no-mt-suffix.patch)
===
--- community-x86_64/boost-no-mt-suffix.patch   (rev 0)
+++ community-x86_64/boost-no-mt-suffix.patch   2016-12-23 13:55:28 UTC (rev 
201261)
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -730,7 +730,7 @@
+ AC_CHECK_HEADER([libsnark/gadgetlib1/gadget.hpp],,AC_MSG_ERROR(libsnark 
headers missing))
+ AC_CHECK_LIB([snark],[main],LIBSNARK_LIBS=-lsnark, [AC_MSG_ERROR(libsnark 
missing)], [-lgmpxx])
+ 
+-LIBZCASH_LIBS="-lsnark -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium 
-fopenmp"
++LIBZCASH_LIBS="-lsnark -lgmp -lgmpxx -lboost_system -lcrypto -lsodium 
-fopenmp"
+ 
+ CXXFLAGS_TEMP="$CXXFLAGS"
+ LIBS_TEMP="$LIBS"

Copied: zcash/repos/community-x86_64/use-system-libraries.patch (from rev 
201260, zcash/trunk/use-system-libraries.patch)
===
--- community-x86_64/use-system-libraries.patch (rev 0)
+++ community-x86_64/use-system-libraries.patch 2016-12-23 13:55:28 UTC (rev 
201261)
@@ -0,0 +1,11 @@
+--- a/depends/packages/libsnark.mk
 b/depends/packages/libsnark.mk
+@@ -6,8 +6,6 @@
+ 
$(package)_sha256_hash=9422b1a2a94e6b8be61f07af7f146087c2a7d70b208d07ad07665aa7f0e4
+ $(package)_git_commit=2e6314a9f7efcd9af1c77669d7d9a229df86a777
+ 
+-$(package)_dependencies=libgmp libsodium
+-
+ define $(package)_build_cmds
+   CXXFLAGS="-fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1" $(MAKE) lib 
DEPINST=$(host_prefix) CURVE=ALT_BN128 MULTICORE=1 NO_PROCPS=1 NO_GTEST=1 
NO_DOCS=1 STATIC=1 NO_SUPERCOP=1 FEATUREFLAGS=-DMONTGOMERY_OUTPUT OPTFLAGS="-O2 
-march=x86-64"
+ endef


[arch-commits] Commit in (6 files)

2016-12-23 Thread Nicola Squartini
Date: Friday, December 23, 2016 @ 13:53:26
  Author: tensor5
Revision: 201260

addpkg: zcash 1.0.4-1

Added:
  zcash/
  zcash/repos/
  zcash/trunk/
  zcash/trunk/PKGBUILD
  zcash/trunk/boost-no-mt-suffix.patch
  zcash/trunk/use-system-libraries.patch

+
 PKGBUILD   |   71 +++
 boost-no-mt-suffix.patch   |   11 ++
 use-system-libraries.patch |   11 ++
 3 files changed, 93 insertions(+)

Added: zcash/trunk/PKGBUILD
===
--- zcash/trunk/PKGBUILD(rev 0)
+++ zcash/trunk/PKGBUILD2016-12-23 13:53:26 UTC (rev 201260)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('bash' 'boost-libs' 'gmp' 'libsodium')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('18df95b1958e71c9dc773b4d3953df2b6d7b5fbfcd2677be1190c9e03eff5d44'
+'3476e5fc227ada40cfbd126fc2c4d85a0951163dc57d92c294b0716f6030b774'
+'4a386d9f407b589fd2df9dd9ba0ddf99def2f9bb88fac4ec602fa29af317fc0d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+./zcutil/fetch-params.sh
+./qa/pull-tester/rpc-tests.sh
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+for ext in '-cli' '-tx' 'd'; do
+install -Dm644 contrib/bitcoin${ext}.bash-completion \
+"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
+done
+
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}


Property changes on: zcash/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: zcash/trunk/boost-no-mt-suffix.patch
===
--- zcash/trunk/boost-no-mt-suffix.patch(rev 0)
+++ zcash/trunk/boost-no-mt-suffix.patch2016-12-23 13:53:26 UTC (rev 
201260)
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -730,7 +730,7 @@
+ AC_CHECK_HEADER([libsnark/gadgetlib1/gadget.hpp],,AC_MSG_ERROR(libsnark 
headers missing))
+ AC_CHECK_LIB([snark],[main],LIBSNARK_LIBS=-lsnark, [AC_MSG_ERROR(libsnark 
missing)], [-lgmpxx])
+ 
+-LIBZCASH_LIBS="-lsnark -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium 
-fopenmp"
++LIBZCASH_LIBS="-lsnark -lgmp -lgmpxx -lboost_system -lcrypto -lsodium 
-fopenmp"
+ 
+ CXXFLAGS_TEMP="$CXXFLAGS"
+ LIBS_TEMP="$LIBS"

Added: zcash/trunk/use-system-libraries.patch
===
--- zcash/trunk/use-system-libraries.patch  (rev 0)
+++ zcash/trunk/use-system-libraries.patch  2016-12-23 13:53:26 UTC (rev 
201260)
@@ -0,0 +1,11 @@
+--- a/depends/packages/libsnark.mk
 b/depends/packages/libsnark.mk
+@@ -6,8 +6,6 @@
+ 
$(package)_sha256_hash=9422b1a2a94e6b8be61f07af7f146087c2a7d70b208d07ad07665aa7f0e4
+ $(package)_git_commit=2e6314a9f7efcd9af1c77669d7d9a229df86a777
+ 
+-$(package)_dependencies=libgmp libsodium
+-
+ define $(package)_build_cmds
+   CXXFLAGS="-fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1" $(MAKE) lib 
DEPINST=$(host_prefix) CURVE=ALT_BN128 MULTICORE=1 NO_PROCPS=1 NO_GTEST=1 
NO_DOCS=1 STATIC=1 NO_SUPERCOP=1 FEATUREFLAGS=-DMONTGOMERY_OUTPUT OPTFLAGS="-O2 
-march=x86-64"
+ endef


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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:51:58
  Author: spupykin
Revision: 201259

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

Added:
  darktable/repos/community-testing-i686/PKGBUILD
(from rev 201258, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-x86_64/PKGBUILD
(from rev 201258, darktable/trunk/PKGBUILD)
Deleted:
  darktable/repos/community-testing-i686/PKGBUILD
  darktable/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-12-23 13:51:41 UTC (rev 201258)
+++ community-testing-i686/PKGBUILD 2016-12-23 13:51:58 UTC (rev 201259)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-epoch=2
-pkgver=2.2.0rc1
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'osm-gps-map' 'libcups')
-validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
-# even releases are stable, do not change source url!
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('0612163b0020bc3326909f6d7f7cbd8cfb5cff59b8e0ed1a9e2a2aa17d8f308e'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
-  make DESTDIR="$pkgdir" install
-  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-testing-i686/PKGBUILD (from rev 201258, 
darktable/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-23 13:51:58 UTC (rev 201259)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+epoch=2
+pkgver=2.2.0rc3
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'osm-gps-map' 'libcups')
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
+# even releases are stable, do not change source url!
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('f7b9e8f5f56b2a52a4fa51e085b8aefe016ab08daf7b4a6ebf3af3464b1d2c29'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so 

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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:51:41
  Author: spupykin
Revision: 201258

upgpkg: darktable 2:2.2.0rc3-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:37:13 UTC (rev 201257)
+++ PKGBUILD2016-12-23 13:51:41 UTC (rev 201258)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 epoch=2
-pkgver=2.2.0rc1
+pkgver=2.2.0rc3
 pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
 # even releases are stable, do not change source url!
 
source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('0612163b0020bc3326909f6d7f7cbd8cfb5cff59b8e0ed1a9e2a2aa17d8f308e'
+sha256sums=('f7b9e8f5f56b2a52a4fa51e085b8aefe016ab08daf7b4a6ebf3af3464b1d2c29'
 'SKIP')
 
 build() {


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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:36:38
  Author: spupykin
Revision: 201255

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 13:36:21 UTC (rev 201254)
+++ community-i686/PKGBUILD 2016-12-23 13:36:38 UTC (rev 201255)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.14.0
-pkgrel=4
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim' 'bcunit')
-#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('ba7c44433b10e924036c01fdbee44040')
-
-prepare() {
-  cd ${pkgname}2-$pkgver
-  patch src/crypto/dtls_srtp.c crt, NULL);

->  bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, 
dtlsContext->crt);
-EOF
-}
-
-build() {
-  cd ${pkgname}2-$pkgver
-  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}2-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 201254, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 13:36:38 UTC (rev 201255)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=2.14.0
+pkgrel=5
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim' 'bcunit')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('ba7c44433b10e924036c01fdbee44040')
+
+prepare() {
+  cd ${pkgname}2-$pkgver
+  patch src/crypto/dtls_srtp.c crt, NULL);
+---
+>  bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, 
dtlsContext->crt);
+EOF
+}
+
+build() {
+  cd ${pkgname}2-$pkgver
+  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}2-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-23 13:36:21 UTC (rev 201254)
+++ community-x86_64/PKGBUILD   2016-12-23 13:36:38 UTC (rev 201255)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.14.0

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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:36:21
  Author: spupykin
Revision: 201254

upgpkg: mediastreamer 2.14.0-5

upd

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:31:47 UTC (rev 201253)
+++ PKGBUILD2016-12-23 13:36:21 UTC (rev 201254)
@@ -7,7 +7,7 @@
 
 pkgname=mediastreamer
 pkgver=2.14.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/;


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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:31:31
  Author: spupykin
Revision: 201252

upgpkg: mediastreamer 2.14.0-4

upd

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:31:27 UTC (rev 201251)
+++ PKGBUILD2016-12-23 13:31:31 UTC (rev 201252)
@@ -14,7 +14,7 @@
 license=('GPL')
 depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
 # xxd from Vim is needed to build
-makedepends=('intltool' 'vim' 'cunit')
+makedepends=('intltool' 'vim' 'bcunit')
 
#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')


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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:31:47
  Author: spupykin
Revision: 201253

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 13:31:31 UTC (rev 201252)
+++ community-i686/PKGBUILD 2016-12-23 13:31:47 UTC (rev 201253)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.14.0
-pkgrel=3
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim' 'cunit')
-#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('ba7c44433b10e924036c01fdbee44040')
-
-prepare() {
-  cd ${pkgname}2-$pkgver
-  patch src/crypto/dtls_srtp.c crt, NULL);

->  bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, 
dtlsContext->crt);
-EOF
-}
-
-build() {
-  cd ${pkgname}2-$pkgver
-  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}2-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 201252, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 13:31:47 UTC (rev 201253)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=2.14.0
+pkgrel=4
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim' 'bcunit')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('ba7c44433b10e924036c01fdbee44040')
+
+prepare() {
+  cd ${pkgname}2-$pkgver
+  patch src/crypto/dtls_srtp.c crt, NULL);
+---
+>  bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, 
dtlsContext->crt);
+EOF
+}
+
+build() {
+  cd ${pkgname}2-$pkgver
+  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}2-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-23 13:31:31 UTC (rev 201252)
+++ community-x86_64/PKGBUILD   2016-12-23 13:31:47 UTC (rev 201253)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.14.0

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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:31:06
  Author: spupykin
Revision: 201249

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 13:30:47 UTC (rev 201248)
+++ community-i686/PKGBUILD 2016-12-23 13:31:06 UTC (rev 201249)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Milde 
-# Contributor: Danibspi danibspi  gmail  com
-
-pkgname=bcunit
-pkgver=3.0
-_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=1
-pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
-arch=(i686 x86_64)
-url="https://github.com/BelledonneCommunications/bcunit;
-license=('LGPL2')
-depends=()
-provides=('cunit')
-replaces=('cunit')
-options=('!libtool')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
-sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
-
-build() {
-  cd "$srcdir/bcunit-${_commit}"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make || return 1
-}
-
-package() {
-  cd "$srcdir/bcunit-${_commit}"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: bcunit/repos/community-i686/PKGBUILD (from rev 201248, 
bcunit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 13:31:06 UTC (rev 201249)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0
+_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
+pkgrel=2
+pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
+arch=(i686 x86_64)
+url="https://github.com/BelledonneCommunications/bcunit;
+license=('LGPL2')
+depends=()
+options=('!libtool')
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
+sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
+
+build() {
+  cd "$srcdir/bcunit-${_commit}"
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/bcunit-${_commit}"
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-23 13:30:47 UTC (rev 201248)
+++ community-x86_64/PKGBUILD   2016-12-23 13:31:06 UTC (rev 201249)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Milde 
-# Contributor: Danibspi danibspi  gmail  com
-
-pkgname=bcunit
-pkgver=3.0
-_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=1
-pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
-arch=(i686 x86_64)
-url="https://github.com/BelledonneCommunications/bcunit;
-license=('LGPL2')
-depends=()
-provides=('cunit')
-replaces=('cunit')
-options=('!libtool')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
-sha256sums=('e255f062249b75bfeb6a1c02943b602709f1f10738144075b036b3231aa4d590')
-
-build() {
-  cd "$srcdir/bcunit-${_commit}"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make || return 1
-}
-
-package() {
-  cd "$srcdir/bcunit-${_commit}"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: bcunit/repos/community-x86_64/PKGBUILD (from rev 201248, 
bcunit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-23 13:31:06 UTC (rev 201249)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0
+_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
+pkgrel=2
+pkgdesc="Lightweight system for writing, administering, and running unit tests 

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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:31:11
  Author: spupykin
Revision: 201250

upgpkg: bzrtp 1.0.4-3

upd

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:31:06 UTC (rev 201249)
+++ PKGBUILD2016-12-23 13:31:11 UTC (rev 201250)
@@ -4,13 +4,13 @@
 
 pkgname=bzrtp
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/;
 license=('GPL2')
 depends=('libxml2' 'mbedtls' 'bctoolbox')
-makedepends=('cunit')
+makedepends=('bcunit')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
#source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)


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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:30:47
  Author: spupykin
Revision: 201248

upgpkg: bcunit 3.0-2

upd

Modified:
  bcunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:22:30 UTC (rev 201247)
+++ PKGBUILD2016-12-23 13:30:47 UTC (rev 201248)
@@ -4,14 +4,12 @@
 pkgname=bcunit
 pkgver=3.0
 _commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
 arch=(i686 x86_64)
 url="https://github.com/BelledonneCommunications/bcunit;
 license=('LGPL2')
 depends=()
-provides=('cunit')
-replaces=('cunit')
 options=('!libtool')
 
#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
@@ -21,7 +19,7 @@
   cd "$srcdir/bcunit-${_commit}"
   [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {


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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 13:31:27
  Author: spupykin
Revision: 201251

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 13:31:11 UTC (rev 201250)
+++ community-i686/PKGBUILD 2016-12-23 13:31:27 UTC (rev 201251)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL2')
-depends=('libxml2' 'mbedtls' 'bctoolbox')
-makedepends=('cunit')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-#source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
-md5sums=('0f36322012dd6cc248aa356555744a8e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bzrtp/repos/community-i686/PKGBUILD (from rev 201250, 
bzrtp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 13:31:27 UTC (rev 201251)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls' 'bctoolbox')
+makedepends=('bcunit')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+#source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
+md5sums=('0f36322012dd6cc248aa356555744a8e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-23 13:31:11 UTC (rev 201250)
+++ community-x86_64/PKGBUILD   2016-12-23 13:31:27 UTC (rev 201251)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL2')
-depends=('libxml2' 'mbedtls' 'bctoolbox')
-makedepends=('cunit')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-#source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
-md5sums=('0f36322012dd6cc248aa356555744a8e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 201250, 
bzrtp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-23 13:31:27 UTC (rev 201251)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls' 'bctoolbox')
+makedepends=('bcunit')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+#source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
+md5sums=('0f36322012dd6cc248aa356555744a8e')
+
+build() {
+  cd 

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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 13:22:30
  Author: anthraxx
Revision: 201247

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

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

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

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

2016-12-23 Thread Levente Polyak
Date: Friday, December 23, 2016 @ 13:22:22
  Author: anthraxx
Revision: 201246

upgpkg: diffoscope 65-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 11:24:23 UTC (rev 201245)
+++ PKGBUILD2016-12-23 13:22:22 UTC (rev 201246)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=64
+pkgver=65
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -45,7 +45,7 @@
   'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 
'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
   'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 
'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh')
 
source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('200659589c7a688b878cb2d4e1a0e5ba3726e4da5cb9a1b2404d8d1c377b9ca98014d7738cc1235259619f252d9f3c063621eb0bf72b5ac06ee8985236b7d990')
+sha512sums=('bb6939e71c77f195a656cf3f5b6eb3531da00fdc49ea22c2c36b4b51e7b2dc3f7f53c2628f8ba4dd6bbe1f57a075fad4eabe53b8a1a0f4c436b28691adff06f6')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 13:12:25
  Author: arojas
Revision: 284530

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

Added:
  imagemagick/repos/testing-i686/PKGBUILD
(from rev 284529, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
(from rev 284529, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/testing-x86_64/PKGBUILD
(from rev 284529, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch
(from rev 284529, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/testing-i686/PKGBUILD
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
  imagemagick/repos/testing-x86_64/PKGBUILD
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch

---+
 /PKGBUILD |  196 
 /perlmagick.rpath.patch   |   22 +++
 testing-i686/PKGBUILD |   98 
 testing-i686/perlmagick.rpath.patch   |   11 -
 testing-x86_64/PKGBUILD   |   98 
 testing-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-23 13:12:05 UTC (rev 284529)
+++ testing-i686/PKGBUILD   2016-12-23 13:12:25 UTC (rev 284530)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('3781fb6cc4cedca091cc94673016703ec60abaaf'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = 

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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 13:12:05
  Author: arojas
Revision: 284529

Build against correct version of libwmf

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 12:38:56 UTC (rev 284528)
+++ PKGBUILD2016-12-23 13:12:05 UTC (rev 284529)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
 pkgver=6.9.7.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
 license=('custom')


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 12:38:56
  Author: arojas
Revision: 284528

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

Added:
  imagemagick/repos/testing-i686/PKGBUILD
(from rev 284527, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
(from rev 284527, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/testing-x86_64/PKGBUILD
(from rev 284527, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch
(from rev 284527, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/testing-i686/PKGBUILD
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
  imagemagick/repos/testing-x86_64/PKGBUILD
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch

---+
 /PKGBUILD |  196 
 /perlmagick.rpath.patch   |   22 +++
 testing-i686/PKGBUILD |   98 
 testing-i686/perlmagick.rpath.patch   |   11 -
 testing-x86_64/PKGBUILD   |   98 
 testing-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-23 12:38:35 UTC (rev 284527)
+++ testing-i686/PKGBUILD   2016-12-23 12:38:56 UTC (rev 284528)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.6.8
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('bf57e3e833a192b3ebe2d0272aecd25b0530c666'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = 

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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 12:38:35
  Author: arojas
Revision: 284527

Update to 6.9.7.0

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 11:33:37 UTC (rev 284526)
+++ PKGBUILD2016-12-23 12:38:35 UTC (rev 284527)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.6.8
-pkgrel=2
+pkgver=6.9.7.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
 license=('custom')
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('bf57e3e833a192b3ebe2d0272aecd25b0530c666'
+sha1sums=('3781fb6cc4cedca091cc94673016703ec60abaaf'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 11:33:37
  Author: arojas
Revision: 284526

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 284525, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 284525, kwin/trunk/PKGBUILD)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   98 +
 kde-unstable-i686/PKGBUILD   |   49 
 kde-unstable-x86_64/PKGBUILD |   49 
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-23 11:32:23 UTC (rev 284525)
+++ kde-unstable-i686/PKGBUILD  2016-12-23 11:33:37 UTC (rev 284526)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.8.4
-pkgrel=3
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
- 'plasma-framework' 'kcmutils' 'breeze')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-kwin-qt5.8.patch::"https://cgit.kde.org/kwin.git/patch/?id=052fa2e4;)
-sha256sums=('d60d7ffece656fb693da54369034bca14b6c3f2c750454b7213c2ac1c4aff4fd'
-'SKIP'
-'271d31f54ea41625138926e7729cb0e3140059e36b5c6cee17965a78dfaea0a8')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-# support Qt 5.8
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kwin-qt5.8.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 284525, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-23 11:33:37 UTC (rev 284526)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.8.4
+pkgrel=3
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
+ 'plasma-framework' 'kcmutils' 'breeze')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+kwin-qt5.8.patch::"https://cgit.kde.org/kwin.git/patch/?id=052fa2e4;)
+sha256sums=('d60d7ffece656fb693da54369034bca14b6c3f2c750454b7213c2ac1c4aff4fd'
+'SKIP'
+'271d31f54ea41625138926e7729cb0e3140059e36b5c6cee17965a78dfaea0a8')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+
+# support Qt 5.8
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kwin-qt5.8.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-23 11:32:23 UTC (rev 284525)
+++ kde-unstable-x86_64/PKGBUILD2016-12-23 11:33:37 UTC (rev 284526)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.8.4
-pkgrel=3
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')

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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 11:32:23
  Author: arojas
Revision: 284525

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 284524, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 284524, kwin/trunk/PKGBUILD)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   98 +
 kde-unstable-i686/PKGBUILD   |   49 
 kde-unstable-x86_64/PKGBUILD |   49 
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-23 11:31:56 UTC (rev 284524)
+++ kde-unstable-i686/PKGBUILD  2016-12-23 11:32:23 UTC (rev 284525)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.8.4
-pkgrel=2
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
- 'plasma-framework' 'kcmutils' 'breeze')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-kwin-qt5.8.patch::"https://cgit.kde.org/kwin.git/patch/?id=052fa2e4;)
-sha256sums=('d60d7ffece656fb693da54369034bca14b6c3f2c750454b7213c2ac1c4aff4fd'
-'SKIP'
-'271d31f54ea41625138926e7729cb0e3140059e36b5c6cee17965a78dfaea0a8')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-# support Qt 5.8
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kwin-qt5.8.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 284524, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-23 11:32:23 UTC (rev 284525)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.8.4
+pkgrel=3
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
+ 'plasma-framework' 'kcmutils' 'breeze')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+kwin-qt5.8.patch::"https://cgit.kde.org/kwin.git/patch/?id=052fa2e4;)
+sha256sums=('d60d7ffece656fb693da54369034bca14b6c3f2c750454b7213c2ac1c4aff4fd'
+'SKIP'
+'271d31f54ea41625138926e7729cb0e3140059e36b5c6cee17965a78dfaea0a8')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+
+# support Qt 5.8
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kwin-qt5.8.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-23 11:31:56 UTC (rev 284524)
+++ kde-unstable-x86_64/PKGBUILD2016-12-23 11:32:23 UTC (rev 284525)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.8.4
-pkgrel=2
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')

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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 11:31:56
  Author: arojas
Revision: 284524

Really rebuild against Qt 5.8

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 11:31:48 UTC (rev 284523)
+++ PKGBUILD2016-12-23 11:31:56 UTC (rev 284524)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 11:31:48
  Author: arojas
Revision: 284523

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

Added:
  plasma-integration/repos/kde-unstable-i686/
  plasma-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 284522, plasma-integration/trunk/PKGBUILD)
  plasma-integration/repos/kde-unstable-x86_64/
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 284522, plasma-integration/trunk/PKGBUILD)

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

Copied: plasma-integration/repos/kde-unstable-i686/PKGBUILD (from rev 284522, 
plasma-integration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-23 11:31:48 UTC (rev 284523)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.8.4
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('76c6c6b1c4b07d2924efd0fdf903cb060bb774d06f6b139aa3c0e1e681e684a3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 284522, 
plasma-integration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-12-23 11:31:48 UTC (rev 284523)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.8.4
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('76c6c6b1c4b07d2924efd0fdf903cb060bb774d06f6b139aa3c0e1e681e684a3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 11:30:38
  Author: arojas
Revision: 284522

Qt 5.8 rebuild

Modified:
  plasma-integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 07:55:07 UTC (rev 284521)
+++ PKGBUILD2016-12-23 11:30:38 UTC (rev 284522)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-integration
 pkgver=5.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 11:23:54
  Author: spupykin
Revision: 201244

upgpkg: ejabberd 16.12-1

upd

Modified:
  ejabberd/trunk/PKGBUILD
  ejabberd/trunk/ejabberd.install

--+
 PKGBUILD |  116 ++---
 ejabberd.install |4 -
 2 files changed, 58 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 10:41:39 UTC (rev 201243)
+++ PKGBUILD2016-12-23 11:23:54 UTC (rev 201244)
@@ -13,7 +13,7 @@
 #
 
 pkgname=ejabberd
-pkgver=16.09
+pkgver=16.12
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
@@ -28,82 +28,82 @@
 install=$pkgname.install
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=3defefbaee54e290b220b3d6798f9966c4072a97"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=898f74ed9f5ce9f2897fddd60e8e0d222bf6a144"

"elixir::git://github.com/elixir-lang/elixir#commit=3dbfb92860fb24f83c92e1f1b67f48554fb211d6"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=53db0c23b744d1278c53e63fe99352c2c846c605"
+   
"esip::git://github.com/processone/esip#commit=3f9d75d69baf74c606279a3d989040f08e882f2f"

"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=4344a8dc23a976cc20508a6c8e408c517790c39c"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=7ca1c82ccd8d23c19c283edec0ad22b139805a2f"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=c69592494d9d177335cf9e8da92d0d89124c358c"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=cc294715537f84098e85d8c3bdc79aabc3497f15"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=79515c8ea84496502c625307f90c74dfb58b3361"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=c042649a7d356535f4b7e15f752b2a34da3ed001"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=212299233c7e7eb63a97be2777e1c05ebaa58dbe"
-   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=13f9bfb9b27d216e8e033b0e0a9a29097ed923dd"
-   
"iconv::git://github.com/processone/iconv#commit=d522baf47018dc85df28a8fa850ce2325d1c38ec"
-   
"jiffy::git://github.com/davisp/jiffy#commit=6303ff98aaa3fce625038c8b7af2aa8b802f4742"
+   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
+   
"iconv::git://github.com/processone/iconv#commit=b439b4befff48ae655730fd1f9c4d4138b29430d"
+   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"

"lager::git://github.com/basho/lager#commit=8187757388c9adc915379caaab36a2f2ca26e944"

"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"

"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"
-   
"moka::git://github.com/processone/moka.git#commit=768efea96443c57125e6247dbebee687f17be149"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=a13606026f3ee8862c7d7c9b31ad2faf5ee8031a"
+   
"moka::git://github.com/processone/moka.git#commit=3eed3a6dd7dedb70a6cd18f86c7561a18626eb3b"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=45ac9ffc243c0822c6f58ca2da04ef55351a0e42"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"

"p1_pam::git://github.com/processone/epam#commit=f0d6588f4733c4d8068af44cf51c966af8bf514a"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=1cefac417342c71a08a08043b1b743e72d4ddc12"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=49ef2164de60c017f811749aa53dfa90622688f1"
-   
"p1_xmlrpc::git://github.com/processone/p1_xmlrpc#commit=6dface5a00da4cd0b0084a253075b5573336c0bb"
-   
"protobuffs::git://github.com/basho/erlang_protobuffs#commit=6e7fc924506e2dc166a6170e580ce1d95ebbd5bd"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=6c47b99b9988ac5252f730bf8f268ed8c80f70b0"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=fe9064cc2f3acdd1b93e6015321687208b66fc62"
+   
"protobuffs::git://github.com/basho/erlang_protobuffs.git#commit=0d0a8e56adab129836d6ff582a9bca103a0c"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"riakc::git://github.com/basho/riak-erlang-client#commit=527722d12d0433b837cdb92a60900c2cb5df8942"
-   
"riak_pb::git://github.com/basho/riak_pb#commit=eacf4404625de69f7b3908cebd8efe416d9598b0"
-   

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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 11:24:23
  Author: spupykin
Revision: 201245

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 201244, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 201244, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 201244, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 201244, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 201244, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 201244, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 201244, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 201244, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 201244, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 201244, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  308 ++
 /ejabberd.install   |   14 +
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  154 -
 community-i686/ejabberd.install |   11 -
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  154 -
 community-x86_64/ejabberd.install   |   11 -
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/sysuser.conf   |2 
 15 files changed, 380 insertions(+), 388 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 11:23:54 UTC (rev 201244)
+++ community-i686/PKGBUILD 2016-12-23 11:24:23 UTC (rev 201245)
@@ -1,154 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
-pkgname=ejabberd
-pkgver=16.09
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=3defefbaee54e290b220b3d6798f9966c4072a97"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=3dbfb92860fb24f83c92e1f1b67f48554fb211d6"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=53db0c23b744d1278c53e63fe99352c2c846c605"
-   
"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=4344a8dc23a976cc20508a6c8e408c517790c39c"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=7ca1c82ccd8d23c19c283edec0ad22b139805a2f"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=c69592494d9d177335cf9e8da92d0d89124c358c"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=212299233c7e7eb63a97be2777e1c05ebaa58dbe"
-   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=13f9bfb9b27d216e8e033b0e0a9a29097ed923dd"
-   
"iconv::git://github.com/processone/iconv#commit=d522baf47018dc85df28a8fa850ce2325d1c38ec"
-   

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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 10:41:39
  Author: spupykin
Revision: 201243

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 10:41:19 UTC (rev 201242)
+++ community-i686/PKGBUILD 2016-12-23 10:41:39 UTC (rev 201243)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jon Nordby 
-
-pkgname=mypaint
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
-arch=('i686' 'x86_64')
-url="http://mypaint.org/;
-license=('GPL' 'LGPL')
-depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
-'lcms2' 'python2-gobject' 'gtk3')
-makedepends=('scons>=0.97' 'swig>=1.3.39')
-source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz
-   
https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)
-md5sums=('c7c2cfac8e1eec5549e58567ec68daac'
- 'e196d8ea9eb9e939118a17c04678a69a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons prefix="$pkgdir"/usr install
-}

Copied: mypaint/repos/community-i686/PKGBUILD (from rev 201242, 
mypaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 10:41:39 UTC (rev 201243)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jon Nordby 
+
+pkgname=mypaint
+pkgver=1.2.0
+pkgrel=5
+pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
+arch=('i686' 'x86_64')
+url="http://mypaint.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
+'lcms2' 'python2-gobject' 'gtk3' 'hicolor-icon-theme')
+makedepends=('scons>=0.97' 'swig>=1.3.39')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz
+   
https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)
+md5sums=('c7c2cfac8e1eec5549e58567ec68daac'
+ 'e196d8ea9eb9e939118a17c04678a69a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <"$srcdir"/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons prefix="$pkgdir"/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-23 10:41:19 UTC (rev 201242)
+++ community-x86_64/PKGBUILD   2016-12-23 10:41:39 UTC (rev 201243)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jon Nordby 
-
-pkgname=mypaint
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
-arch=('i686' 'x86_64')
-url="http://mypaint.org/;
-license=('GPL' 'LGPL')
-depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
-'lcms2' 'python2-gobject' 'gtk3')
-makedepends=('scons>=0.97' 'swig>=1.3.39')
-source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz
-   
https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)
-md5sums=('c7c2cfac8e1eec5549e58567ec68daac'
- 'e196d8ea9eb9e939118a17c04678a69a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons prefix="$pkgdir"/usr install
-}

Copied: mypaint/repos/community-x86_64/PKGBUILD (from rev 201242, 
mypaint/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-23 10:41:39 UTC (rev 201243)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 

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

2016-12-23 Thread Sergej Pupykin
Date: Friday, December 23, 2016 @ 10:41:19
  Author: spupykin
Revision: 201242

upgpkg: mypaint 1.2.0-5

upd

Modified:
  mypaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 09:11:54 UTC (rev 201241)
+++ PKGBUILD2016-12-23 10:41:19 UTC (rev 201242)
@@ -4,13 +4,13 @@
 
 pkgname=mypaint
 pkgver=1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
 arch=('i686' 'x86_64')
 url="http://mypaint.org/;
 license=('GPL' 'LGPL')
 depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
-'lcms2' 'python2-gobject' 'gtk3')
+'lcms2' 'python2-gobject' 'gtk3' 'hicolor-icon-theme')
 makedepends=('scons>=0.97' 'swig>=1.3.39')
 
source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz

https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)


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

2016-12-23 Thread Kyle Keen
Date: Friday, December 23, 2016 @ 09:11:54
  Author: kkeen
Revision: 201241

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 201240, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 201240, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 201240, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 201240, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 201240, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 201240, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 201240, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 201240, seamonkey/trunk/seamonkey-2.0-lang.patch)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/mozilla-1245076-1.patch
  seamonkey/repos/community-i686/mozilla-1245076.patch
  seamonkey/repos/community-i686/rhbz-966424.patch
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/mozilla-1245076-1.patch
  seamonkey/repos/community-x86_64/mozilla-1245076.patch
  seamonkey/repos/community-x86_64/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch

---+
 /PKGBUILD |  168 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 community-i686/PKGBUILD   |   92 ---
 community-i686/mozconfig  |   36 --
 community-i686/mozilla-1245076-1.patch|   49 
 community-i686/mozilla-1245076.patch  |   23 ---
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-x86_64/PKGBUILD |   92 ---
 community-x86_64/mozconfig|   36 --
 community-x86_64/mozilla-1245076-1.patch  |   49 
 community-x86_64/mozilla-1245076.patch|   23 ---
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 16 files changed, 308 insertions(+), 468 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
+++ community-i686/PKGBUILD 2016-12-23 09:11:54 UTC (rev 201241)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.40
-pkgrel=7
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
-optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
-'gst-plugins-bad: aac, vp8 and opus decoding'
-'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding')
-url="http://www.seamonkey-project.org/;
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch
-mozilla-1245076.patch
-mozilla-1245076-1.patch)
-md5sums=('5789df8f96e14577c275f10fdf8462f3'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b'
- '43550e772f110a338d5a42914ee2c3a6'
- '772aac58e3a7e8a32bedd898bc35dc90')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # FS#48404
-  echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-
-  # GCC 6
-  patch -Np1 -d mozilla -i 

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

2016-12-23 Thread Massimiliano Torromeo
Date: Friday, December 23, 2016 @ 09:11:33
  Author: mtorromeo
Revision: 201240

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 09:11:19 UTC (rev 201239)
+++ community-i686/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tom Kuther 
-
-pkgname=snapper
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
-arch=('i686' 'x86_64')
-url="http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # cron names
-  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
-
-  # fix sysconf dir
-  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-
-  # all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-# NTP drift file location
-  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
-
-  # man pages sysconfig location
-  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 data/sysconfig.snapper \
-"$pkgdir"/etc/conf.d/snapper
-}
-
-sha256sums=('3818e123c29ffb1e3c62104c7623643cdc1fcab9494ba2c7e71825fbf68f6c77')

Copied: snapper/repos/community-i686/PKGBUILD (from rev 201239, 
snapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 data/sysconfig.snapper \
+"$pkgdir"/etc/conf.d/snapper
+}
+

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

2016-12-23 Thread Kyle Keen
Date: Friday, December 23, 2016 @ 09:11:19
  Author: kkeen
Revision: 201239

upgpkg: seamonkey 2.46-1

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig
Deleted:
  seamonkey/trunk/mozilla-1245076-1.patch
  seamonkey/trunk/mozilla-1245076.patch

-+
 PKGBUILD|   24 +++---
 mozconfig   |4 +--
 mozilla-1245076-1.patch |   49 --
 mozilla-1245076.patch   |   23 -
 4 files changed, 10 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 09:10:40 UTC (rev 201238)
+++ PKGBUILD2016-12-23 09:11:19 UTC (rev 201239)
@@ -2,12 +2,12 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.40
-pkgrel=7
+pkgver=2.46
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 'gconf')
+depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 
'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  
'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 
'gconf')
 makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
 optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
 'gst-plugins-bad: aac, vp8 and opus decoding'
@@ -17,15 +17,11 @@
 
source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
 mozconfig
 seamonkey-2.0-lang.patch
-rhbz-966424.patch
-mozilla-1245076.patch
-mozilla-1245076-1.patch)
-md5sums=('5789df8f96e14577c275f10fdf8462f3'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
+rhbz-966424.patch)
+md5sums=('436a158e16eee151b97f96c053b82d45'
+ 'e904af9abed61515e17c2c7457aca74f'
  '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b'
- '43550e772f110a338d5a42914ee2c3a6'
- '772aac58e3a7e8a32bedd898bc35dc90')
+ '8c1578232b7a60fa1caa9a0b322d1e2b')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -33,7 +29,7 @@
   #patch -Np1 -i ../seamonkey-2.0-lang.patch
 
   # FS#48404
-  echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
+  #echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
 
   # https://bugs.archlinux.org/task/41689
   patch -Np1 -d mozilla -i ../../rhbz-966424.patch
@@ -47,10 +43,6 @@
 
   # 2.26 build fix from wgnie (blfs ch 37)
   sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-
-  # GCC 6
-  patch -Np1 -d mozilla -i ../../mozilla-1245076.patch
-  patch -Np1 -d mozilla -i ../../mozilla-1245076-1.patch
 }
 
 build() {

Modified: mozconfig
===
--- mozconfig   2016-12-23 09:10:40 UTC (rev 201238)
+++ mozconfig   2016-12-23 09:11:19 UTC (rev 201239)
@@ -27,10 +27,10 @@
 ac_add_options --enable-pulseaudio
 
 
-ac_add_options --disable-gnomevfs
+#ac_add_options --disable-gnomevfs
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 ac_add_options --disable-tests
-ac_add_options --disable-installer
+#ac_add_options --disable-installer
 
 export MOZILLA_OFFICIAL=1

Deleted: mozilla-1245076-1.patch
===
--- mozilla-1245076-1.patch 2016-12-23 09:10:40 UTC (rev 201238)
+++ mozilla-1245076-1.patch 2016-12-23 09:11:19 UTC (rev 201239)
@@ -1,49 +0,0 @@
-diff --git a/config/gcc-stl-wrapper.template.h 
b/config/gcc-stl-wrapper.template.h
 a/config/gcc-stl-wrapper.template.h
-+++ b/config/gcc-stl-wrapper.template.h
-@@ -12,33 +12,39 @@
- // compiling ObjC.
- #if defined(__EXCEPTIONS) && __EXCEPTIONS && !(__OBJC__ && __GNUC__ && XP_IOS)
- #  error "STL code can only be used with -fno-exceptions"
- #endif
- 
- // Silence "warning: #include_next is a GCC extension"
- #pragma GCC system_header
- 
-+#ifndef moz_dont_include_mozalloc_for_cstdlib
-+#  define moz_dont_include_mozalloc_for_cstdlib
-+#endif
-+#ifndef moz_dont_include_mozalloc_for_${HEADER}
- // mozalloc.h wants ; break the cycle by always explicitly
- // including  here.  NB: this is a tad sneaky.  Sez the gcc docs:
- //
- //`#include_next' does not distinguish between  and "file"
- //inclusion, nor does it check that the file you specify has the
- //same name as the current file. It simply looks for the file
- //named, starting with the directory in the search path after the
- //one where the current file was found.
--#include_next 
-+#  include_next 
- 
- // See if we're in code that can use mozalloc.  NB: this duplicates
- // code in 

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

2016-12-23 Thread Massimiliano Torromeo
Date: Friday, December 23, 2016 @ 09:10:40
  Author: mtorromeo
Revision: 201238

upgpkg: snapper 0.4.1-1

Updated to 0.4.1

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 06:03:42 UTC (rev 201237)
+++ PKGBUILD2016-12-23 09:10:40 UTC (rev 201238)
@@ -3,7 +3,7 @@
 # Contributor: Tom Kuther 
 
 pkgname=snapper
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
 arch=('i686' 'x86_64')
@@ -61,4 +61,4 @@
 "$pkgdir"/etc/conf.d/snapper
 }
 
-sha256sums=('3818e123c29ffb1e3c62104c7623643cdc1fcab9494ba2c7e71825fbf68f6c77')
+sha256sums=('db9cce7f61ed1197d2663dfca444d313b05d7fb2d50af5ab468c7bdba6dd660f')