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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 05:20:00
  Author: felixonmars
Revision: 292944

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 292943, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-16 05:19:43 UTC (rev 292943)
+++ PKGBUILD2017-04-16 05:20:00 UTC (rev 292944)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.4.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('b0a7475ccb072e78706944d6d794f7de32d1a4d507765e9d6b5ec95a4776472d8e00cc0e327b0f83a985c20caf92d0d24a1745d5464dd6fff3983abdc30ce445')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 292943, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-16 05:20:00 UTC (rev 292944)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=35.0.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
+sha512sums=('1a69b8395382f7aa028d91f5890fe01018fb1e0e7866c66415233e08ae5cc80038a13121faa5b4f8b81fd4c6d12f5e7370e7ce1aa616e7bb3961127d54102556')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools-$pkgver/setup.cfg
+
+  cp -a setuptools-$pkgver{,-py2}
+
+  cd "$srcdir"/setuptools-$pkgver
+  sed -i 

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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 05:19:43
  Author: felixonmars
Revision: 292943

upgpkg: python-setuptools 1:35.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 04:01:00 UTC (rev 292942)
+++ PKGBUILD2017-04-16 05:19:43 UTC (rev 292943)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.4.1
+pkgver=35.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
   'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('b0a7475ccb072e78706944d6d794f7de32d1a4d507765e9d6b5ec95a4776472d8e00cc0e327b0f83a985c20caf92d0d24a1745d5464dd6fff3983abdc30ce445')
+sha512sums=('1a69b8395382f7aa028d91f5890fe01018fb1e0e7866c66415233e08ae5cc80038a13121faa5b4f8b81fd4c6d12f5e7370e7ce1aa616e7bb3961127d54102556')
 
 prepare() {
   # Don't download and install deps


[arch-commits] Commit in haskell-insert-ordered-containers/repos (4 files)

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 04:08:07
  Author: felixonmars
Revision: 223171

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

Added:
  haskell-insert-ordered-containers/repos/community-staging-i686/
  haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 223170, haskell-insert-ordered-containers/trunk/PKGBUILD)
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 223170, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 223170, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-16 04:08:07 UTC (rev 223171)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 223170, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-16 04:08:07 UTC (rev 223171)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install 

[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 04:07:37
  Author: felixonmars
Revision: 223170

upgpkg: haskell-insert-ordered-containers 0.2.1.0-1

rebuild with insert-ordered-containers,0.2.1.0

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 04:05:51 UTC (rev 223169)
+++ PKGBUILD2017-04-16 04:07:37 UTC (rev 223170)
@@ -3,8 +3,8 @@
 
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
-pkgver=0.2.0.0
-pkgrel=8
+pkgver=0.2.1.0
+pkgrel=1
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers;
 license=('custom:BSD3')
@@ -12,12 +12,8 @@
 depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
  'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('983765c9a2ec79c090e656202dca6bab')
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
 
-prepare() {
-sed -i 's/, lens  >=4.7  && <4.15/, lens   
   >=4.7  \&\& <4.16/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 04:05:51
  Author: felixonmars
Revision: 223169

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 223168, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 223168, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-16 04:05:25 UTC (rev 223168)
+++ community-i686/PKGBUILD 2017-04-16 04:05:51 UTC (rev 223169)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.14.5
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-setuptools' 'python-pip')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('8d044becc41aa35af51e8d743572a14ce971c44169a562296aea103c71c320536a2a8c0e7a1f6fed1cc731a72bd977bfd807d825bd842b92cc4c4abd05f9ae28')
-
-prepare() {
-  export LC_CTYPE=en_US.UTF-8
-}
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 223168, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-16 04:05:51 UTC (rev 223169)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.14.6
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('a815b1c655b175c7f5a3f80dd6a914c143056df2cd2bf3220191d61e9f757181411b89d0d9b7d56197db0a0fc3dda702f9a1b4fac26270a4a2af4c42398b7a18')
+
+prepare() {
+  export LC_CTYPE=en_US.UTF-8
+}
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-16 04:05:25 UTC (rev 223168)
+++ community-x86_64/PKGBUILD   2017-04-16 04:05:51 UTC (rev 223169)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.14.5
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-setuptools' 'python-pip')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('8d044becc41aa35af51e8d743572a14ce971c44169a562296aea103c71c320536a2a8c0e7a1f6fed1cc731a72bd977bfd807d825bd842b92cc4c4abd05f9ae28')
-
-prepare() {
-  export LC_CTYPE=en_US.UTF-8
-}
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 223168, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-16 04:05:51 UTC (rev 223169)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.14.6
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;

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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 04:05:25
  Author: felixonmars
Revision: 223168

upgpkg: python-ruamel-yaml 0.14.6-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 04:04:29 UTC (rev 223167)
+++ PKGBUILD2017-04-16 04:05:25 UTC (rev 223168)
@@ -4,15 +4,15 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.14.5
+pkgver=0.14.6
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
 url="https://bitbucket.org/ruamel/yaml;
 license=("MIT")
-makedepends=('python-setuptools' 'python-pip')
+makedepends=('python-pip')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('8d044becc41aa35af51e8d743572a14ce971c44169a562296aea103c71c320536a2a8c0e7a1f6fed1cc731a72bd977bfd807d825bd842b92cc4c4abd05f9ae28')
+sha512sums=('a815b1c655b175c7f5a3f80dd6a914c143056df2cd2bf3220191d61e9f757181411b89d0d9b7d56197db0a0fc3dda702f9a1b4fac26270a4a2af4c42398b7a18')
 
 prepare() {
   export LC_CTYPE=en_US.UTF-8


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 04:04:29
  Author: felixonmars
Revision: 223167

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 223166, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-16 04:04:10 UTC (rev 223166)
+++ PKGBUILD2017-04-16 04:04:29 UTC (rev 223167)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302078
-pkgrel=1
-pkgdesc="Basic utilities for writing tests."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple;
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('155685a17e98353caa29b8752d26e62f9f60424048c347e68642f6aa118724e4dda30cc91902792cb0a2b29ab698a6a58b65e3ba6dc9725a05ebdc43759e088d')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 223166, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-16 04:04:29 UTC (rev 223167)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302083
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('125772d71a28feb92e2854218531b3fd0cd25043bd4db5071e2e8b860e503db13cb884abe6dbb81ac79251f683abeb7878af17850f372c24c0a9dfa2338861fa')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 04:04:10
  Author: felixonmars
Revision: 223166

upgpkg: perl-test-simple 1.302083-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 03:59:20 UTC (rev 223165)
+++ PKGBUILD2017-04-16 04:04:10 UTC (rev 223166)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302078
+pkgver=1.302083
 pkgrel=1
 pkgdesc="Basic utilities for writing tests."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('155685a17e98353caa29b8752d26e62f9f60424048c347e68642f6aa118724e4dda30cc91902792cb0a2b29ab698a6a58b65e3ba6dc9725a05ebdc43759e088d')
+sha512sums=('125772d71a28feb92e2854218531b3fd0cd25043bd4db5071e2e8b860e503db13cb884abe6dbb81ac79251f683abeb7878af17850f372c24c0a9dfa2338861fa')
 
 build() {
   cd Test-Simple-$pkgver


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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 04:01:00
  Author: felixonmars
Revision: 292942

Use latest upstream description

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:46:17 UTC (rev 292941)
+++ PKGBUILD2017-04-16 04:01:00 UTC (rev 292942)
@@ -5,7 +5,7 @@
 pkgname=('python-mako' 'python2-mako')
 pkgver=1.0.6
 pkgrel=2
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
 arch=('any')
 url="http://www.makotemplates.org/;
 license=('MIT')


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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 03:58:48
  Author: felixonmars
Revision: 223164

upgpkg: keybase 1.0.21-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 01:27:34 UTC (rev 223163)
+++ PKGBUILD2017-04-16 03:58:48 UTC (rev 223164)
@@ -4,8 +4,7 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.20
-_realver=1.0.18
+pkgver=1.0.21
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://keybase.io/'
@@ -12,11 +11,11 @@
 license=('BSD')
 depends=('gnupg')
 makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz;)
+sha512sums=('60801ece5dc0df9f0da58143baf00729e1a79183d2b8209c405749f422dd8cecf7f4059e0799c88ca6e3f1e5a7ad8bd6805dd2401b0945954c6b1465c04974b5')
 
 prepare() {
-  cd client
+  cd client-$pkgver
 
   mkdir -p .gopath/src
   mv go/vendor/* .gopath/src/
@@ -26,13 +25,13 @@
 }
 
 build() {
-  cd client/go/keybase
+  cd client-$pkgver/go/keybase
   # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
   go build -a -tags production github.com/keybase/client/go/keybase
 }
 
 package() {
-  cd client
+  cd client-$pkgver
   install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-04-15 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 03:59:20
  Author: felixonmars
Revision: 223165

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-16 03:58:48 UTC (rev 223164)
+++ community-i686/PKGBUILD 2017-04-16 03:59:20 UTC (rev 223165)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.20
-_realver=1.0.18
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-
-  mkdir -p .gopath/src
-  mv go/vendor/* .gopath/src/
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
-  go build -a -tags production github.com/keybase/client/go/keybase
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 223164, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-16 03:59:20 UTC (rev 223165)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.21
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz;)
+sha512sums=('60801ece5dc0df9f0da58143baf00729e1a79183d2b8209c405749f422dd8cecf7f4059e0799c88ca6e3f1e5a7ad8bd6805dd2401b0945954c6b1465c04974b5')
+
+prepare() {
+  cd client-$pkgver
+
+  mkdir -p .gopath/src
+  mv go/vendor/* .gopath/src/
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd client-$pkgver/go/keybase
+  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
+  go build -a -tags production github.com/keybase/client/go/keybase
+}
+
+package() {
+  cd client-$pkgver
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-16 03:58:48 UTC (rev 223164)
+++ community-x86_64/PKGBUILD   2017-04-16 03:59:20 UTC (rev 223165)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.20
-_realver=1.0.18
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-
-  mkdir -p .gopath/src
-  mv go/vendor/* .gopath/src/
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
-  go build -a -tags production github.com/keybase/client/go/keybase
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 223164, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-16 03:59:20 UTC (rev 223165)
@@ -0,0 

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

2017-04-15 Thread Sven-Hendrik Haase
Date: Sunday, April 16, 2017 @ 01:27:34
  Author: svenstaro
Revision: 223163

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

Added:
  teamspeak3/repos/community-testing-i686/LICENSE
(from rev 223162, teamspeak3/trunk/LICENSE)
  teamspeak3/repos/community-testing-i686/PERMISSION.eml
(from rev 223162, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-testing-i686/PKGBUILD
(from rev 223162, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-testing-i686/teamspeak3.desktop
(from rev 223162, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-testing-i686/teamspeak3.launcher
(from rev 223162, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-testing-i686/teamspeak3.png
(from rev 223162, teamspeak3/trunk/teamspeak3.png)
  teamspeak3/repos/community-testing-x86_64/LICENSE
(from rev 223162, teamspeak3/trunk/LICENSE)
  teamspeak3/repos/community-testing-x86_64/PERMISSION.eml
(from rev 223162, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-testing-x86_64/PKGBUILD
(from rev 223162, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.desktop
(from rev 223162, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.launcher
(from rev 223162, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.png
(from rev 223162, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-testing-i686/LICENSE
  teamspeak3/repos/community-testing-i686/PERMISSION.eml
  teamspeak3/repos/community-testing-i686/PKGBUILD
  teamspeak3/repos/community-testing-i686/teamspeak3.desktop
  teamspeak3/repos/community-testing-i686/teamspeak3.launcher
  teamspeak3/repos/community-testing-i686/teamspeak3.png
  teamspeak3/repos/community-testing-x86_64/LICENSE
  teamspeak3/repos/community-testing-x86_64/PERMISSION.eml
  teamspeak3/repos/community-testing-x86_64/PKGBUILD
  teamspeak3/repos/community-testing-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-testing-x86_64/teamspeak3.launcher
  teamspeak3/repos/community-testing-x86_64/teamspeak3.png

--+
 /LICENSE |  180 +
 /PKGBUILD|  124 +
 /teamspeak3.desktop  |   24 +++
 /teamspeak3.launcher |   12 +
 community-testing-i686/LICENSE   |   90 
 community-testing-i686/PKGBUILD  |   69 -
 community-testing-i686/teamspeak3.desktop|   12 -
 community-testing-i686/teamspeak3.launcher   |6 
 community-testing-x86_64/LICENSE |   90 
 community-testing-x86_64/PKGBUILD|   69 -
 community-testing-x86_64/teamspeak3.desktop  |   12 -
 community-testing-x86_64/teamspeak3.launcher |6 
 12 files changed, 340 insertions(+), 354 deletions(-)

Deleted: community-testing-i686/LICENSE
===
--- community-testing-i686/LICENSE  2017-04-16 01:27:15 UTC (rev 223162)
+++ community-testing-i686/LICENSE  2017-04-16 01:27:34 UTC (rev 223163)
@@ -1,90 +0,0 @@
-Framework license agreement for the installation of the TeamSpeak client
-
-This License Agreement ("Agreement") is effective between "you", the person or 
company who/which is using software branded TeamSpeak, developed by TeamSpeak 
Systems GmbH ("TeamSpeak"), and TeamSpeak Systems GmbH (Germany) with 
installation of the TeamSpeak client.
-
-## I. Definitions
-
-  1. "Standard Software" means the object code of the TeamSpeak voice 
communication software version 3.x (binary executable), and all previous 
versions, both client and server, which is provided by TeamSpeak, including all 
standard software enhancements, upgrades or updates, which you will receive if 
and when they are made available.
-  2. "Licensed Material" refers to the standard software, all documentation 
components included with the standard software and other information that 
TeamSpeak provides together with the license for the standard software.
-  3. "Client" refers to the TeamSpeak standard software which connects to the 
TeamSpeak server software via computer network or the Internet. The client 
therefore usually runs on the end user's computer. A client can connect to one 
or more servers at the same time. Multiple clients communicate with each other 
by routing the communication data through the server, which distributes them to 
other clients. Clients thus do not connect directly to each other, but always 
connect only to the server that acts as an intermediary and distributor for 
voice communication.
-
-## II. Indemnity / Warranty
-
-TeamSpeak shall pay compensation or reimbursement of expenses, for whatever 
legal reason (e.g. for legal transactions and legal 

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

2017-04-15 Thread Sven-Hendrik Haase
Date: Sunday, April 16, 2017 @ 01:27:15
  Author: svenstaro
Revision: 223162

upgpkg: teamspeak3 3.1.4-2

Remove some old fixes

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 00:40:24 UTC (rev 223161)
+++ PKGBUILD2017-04-16 01:27:15 UTC (rev 223162)
@@ -4,7 +4,7 @@
 
 pkgname=teamspeak3
 pkgver=3.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com;
 license=('custom')
@@ -31,13 +31,6 @@
   mkdir archive && cd archive
   sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2>/dev/null
 
-  # Fix FS#34190
-  sed -i "/export QTDIR.*/d" ts3client_runscript.sh
-  sed -i "/export QT_PLUGIN_PATH*/d" ts3client_runscript.sh
-
-  # Fix FS#34189
-  rm qt.conf
-
   # Fix permissions
   find -type d | xargs chmod 755
   find -type f | xargs chmod 644


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

2017-04-15 Thread Sven-Hendrik Haase
Date: Sunday, April 16, 2017 @ 00:39:45
  Author: svenstaro
Revision: 223160

upgpkg: gitlab 9.0.5-1

Added:
  gitlab/trunk/10589.patch
Modified:
  gitlab/trunk/PKGBUILD

-+
 10589.patch |   28 
 PKGBUILD|   22 ++
 2 files changed, 42 insertions(+), 8 deletions(-)

Added: 10589.patch
===
--- 10589.patch (rev 0)
+++ 10589.patch 2017-04-16 00:39:45 UTC (rev 223160)
@@ -0,0 +1,28 @@
+From e46f67a5123433f132da28770e4027542062fc81 Mon Sep 17 00:00:00 2001
+From: Jacob Vosmaer 
+Date: Mon, 10 Apr 2017 13:24:14 +0200
+Subject: [PATCH] Use gRPC 1.2.2
+
+Fixes LoadError after local compilation.
+
+https://github.com/grpc/grpc/issues/9998
+---
+ Gemfile.lock | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Gemfile.lock b/Gemfile.lock
+index d7e3f73..965c888 100644
+--- a/Gemfile.lock
 b/Gemfile.lock
+@@ -330,7 +330,7 @@ GEM
+ grape-entity (0.6.0)
+   activesupport
+   multi_json (>= 1.3.2)
+-grpc (1.1.2)
++grpc (1.2.2)
+   google-protobuf (~> 3.1)
+   googleauth (~> 0.5.1)
+ haml (4.0.7)
+-- 
+2.10.2
+

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 23:40:33 UTC (rev 223159)
+++ PKGBUILD2017-04-16 00:39:45 UTC (rev 223160)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.17.4
+pkgver=9.0.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
 license=('MIT')
 depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'openssh' 
'redis' 'libxslt' 'icu' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'npm')
+makedepends=('cmake' 'postgresql' 'mariadb' 'yarn')
 optdepends=('postgresql: database backend'
 'mysql: database backend'
 'python2-docutils: reStructuredText markup language support'
@@ -39,9 +39,10 @@
 apache2.2-ssl.conf.example
 nginx.conf.example
 nginx-ssl.conf.example
-lighttpd.conf.example)
+lighttpd.conf.example
+10589.patch)
 install='gitlab.install'
-sha512sums=('d76f2ae679b6e80a0383df0cc2d3ceb7318e7fe3b5435eaf1e69539ecca8f7c0fe838809264d46ea9a352b724da70208aedae775ebe039dfc4d5a5f53774ddd9'
+sha512sums=('a925bc99c72f2c2475b58267f06c2ee21dc397a6057186915acc4636f15b4fab97cb85e458e7a0aefaf39c292c65ad3b36c6cab2faa747b94e9d1512c4347387'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'52651e4a5dd2d632e31b7275283f9b8ab2c32c4d56b63d17bd843f300e273e382e339e5aed66222b1b2279273357cbb73aa38119f04784fe380d1550346f1ff3'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'
@@ -56,7 +57,8 @@
 
'248d47b44fa5ed65e2a940f2b60d0482c481b3a438357ca510848221370367ffbc0d83ce046d688bebbbc75d4e321b140f6a5ce1a9d7ec0b034fafcf92dee107'
 
'53a9d6d6f87874b29e48a8fb2e207094ebc1a80af478562ec4b591926d59e135a3166c20966704aa948ca7063ba63c1ec4ac290a343832fa18025ec3d85081ba'
 
'6d3006da591acefcc534c6e3f1da8e812d0b3b21fc416bfaa8678b8e2d922be6b17d1c92b0d7164de3b8ad864139253707107ca082f78e823d23f3b65fcb5914'
-
'c78b6f46abcf603d8db6e38cf50868e14145928422ddfe17c88e2f006b5b910dddf456ec5d6d724b250994530643963809688a98f7e12ebd5b5dabf7f96f0e06')
+
'c78b6f46abcf603d8db6e38cf50868e14145928422ddfe17c88e2f006b5b910dddf456ec5d6d724b250994530643963809688a98f7e12ebd5b5dabf7f96f0e06'
+
'364408ad2cc7fd866c1f78a336fead0876c6af694cc45744a7dda680d40ad12bc2c35f18b54f4043af3f144a43a64ced5155e61210a88f814918152f041e1bb6')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"
@@ -67,6 +69,11 @@
 prepare() {
   cd "${srcdir}/${_srcdir}"*
 
+  # https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10589
+  # https://gitlab.com/gitlab-org/gitlab-ce/issues/29562
+  # https://gitlab.com/gitlab-org/gitlab-ce/issues/30124
+  patch -Np1 < "${srcdir}"/10589.patch
+
   export SKIP_STORAGE_VALIDATION='true'
 
   # Patching config files:
@@ -120,9 +127,8 @@
   cp config/resque.yml.example config/resque.yml
   sed -i 's/url.*/nope.sock/g' config/resque.yml
 
-  npm install --production
-  bundle-2.3 exec rake gitlab:assets:clean gitlab:assets:compile cache:clear 
RAILS_ENV=production --trace
-  # bundle-2.3 exec rake webpack:compile RAILS_ENV=production --trace
+  yarn install --production --pure-lockfile
+  bundle-2.3 exec rake gitlab:assets:compile RAILS_ENV=production 
NODE_ENV=production
 
   # After building assets, clean this up again
   rm config/database.yml config/database.yml.postgresql.orig


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

2017-04-15 Thread Sven-Hendrik Haase
Date: Saturday, April 15, 2017 @ 23:40:33
  Author: svenstaro
Revision: 223159

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/
  yarn/repos/community-any/PKGBUILD
(from rev 223158, yarn/trunk/PKGBUILD)

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

Copied: yarn/repos/community-any/PKGBUILD (from rev 223158, yarn/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-15 23:40:33 UTC (rev 223159)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=0.23.2
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('eae2143a5cd7108e7abf1a6888923d5eacb3dfca64d5bdb0131821b46b447d9ec157a088a7b762f7a61c038b3b423a6b99b0c068dd3ec7277984a355e57e21b1')
+
+package() {
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-04-15 Thread Sven-Hendrik Haase
Date: Saturday, April 15, 2017 @ 23:38:56
  Author: svenstaro
Revision: 223158

Move yarn from AUR for gitlab 9

Added:
  yarn/
  yarn/repos/
  yarn/trunk/
  yarn/trunk/PKGBUILD

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

Added: yarn/trunk/PKGBUILD
===
--- yarn/trunk/PKGBUILD (rev 0)
+++ yarn/trunk/PKGBUILD 2017-04-15 23:38:56 UTC (rev 223158)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=0.23.2
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('eae2143a5cd7108e7abf1a6888923d5eacb3dfca64d5bdb0131821b46b447d9ec157a088a7b762f7a61c038b3b423a6b99b0c068dd3ec7277984a355e57e21b1')
+
+package() {
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:50:29
  Author: arojas
Revision: 223157

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-15 20:50:03 UTC (rev 223156)
+++ community-i686/PKGBUILD 2017-04-15 20:50:29 UTC (rev 223157)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Daniel Plaza 
-
-pkgname=ccid
-pkgver=1.4.25
-pkgrel=1
-pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
-arch=('i686' 'x86_64')
-url="http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusb' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/4187/${pkgname}-${pkgver}.tar.bz2;
-
"https://alioth.debian.org/frs/download.php/file/4188/${pkgname}-${pkgver}.tar.bz2.asc;)
-md5sums=('5ebb0a68564a384fd087023f52f1e35c'
- 'SKIP')
-validpgpkeys=(F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E) # Ludovic Rousseau 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  # move the configuration file in /etc and create a symbolic link
-  mv "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" 
"${pkgdir}/etc/libccid_Info.plist"
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: ccid/repos/community-i686/PKGBUILD (from rev 223156, 
ccid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-15 20:50:29 UTC (rev 223157)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=ccid
+pkgver=1.4.26
+pkgrel=1
+pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
+arch=('i686' 'x86_64')
+url="http://pcsclite.alioth.debian.org/ccid.html;
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusb' 'flex')
+makedepends=('pkg-config')
+backup=(etc/reader.conf.d/libccidtwin)
+source=("https://alioth.debian.org/frs/download.php/file/4205/${pkgname}-${pkgver}.tar.bz2;
+
"https://alioth.debian.org/frs/download.php/file/4206/${pkgname}-${pkgver}.tar.bz2.asc;)
+md5sums=('852325456ad4db531c96c30b09fdd36f'
+ 'SKIP')
+validpgpkeys=(F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E) # Ludovic Rousseau 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-twinserial \
+  --enable-serialconfdir=/etc/reader.conf.d
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  # move the configuration file in /etc and create a symbolic link
+  mv "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" 
"${pkgdir}/etc/libccid_Info.plist"
+  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-15 20:50:03 UTC (rev 223156)
+++ community-x86_64/PKGBUILD   2017-04-15 20:50:29 UTC (rev 223157)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Daniel Plaza 
-
-pkgname=ccid
-pkgver=1.4.25
-pkgrel=1
-pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
-arch=('i686' 'x86_64')
-url="http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusb' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/4187/${pkgname}-${pkgver}.tar.bz2;
-
"https://alioth.debian.org/frs/download.php/file/4188/${pkgname}-${pkgver}.tar.bz2.asc;)
-md5sums=('5ebb0a68564a384fd087023f52f1e35c'
- 'SKIP')

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:50:03
  Author: arojas
Revision: 223156

Update to 1.4.26

Modified:
  ccid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:40:40 UTC (rev 223155)
+++ PKGBUILD2017-04-15 20:50:03 UTC (rev 223156)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Plaza 
 
 pkgname=ccid
-pkgver=1.4.25
+pkgver=1.4.26
 pkgrel=1
 pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 depends=('pcsclite' 'libusb' 'flex')
 makedepends=('pkg-config')
 backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/4187/${pkgname}-${pkgver}.tar.bz2;
-
"https://alioth.debian.org/frs/download.php/file/4188/${pkgname}-${pkgver}.tar.bz2.asc;)
-md5sums=('5ebb0a68564a384fd087023f52f1e35c'
+source=("https://alioth.debian.org/frs/download.php/file/4205/${pkgname}-${pkgver}.tar.bz2;
+
"https://alioth.debian.org/frs/download.php/file/4206/${pkgname}-${pkgver}.tar.bz2.asc;)
+md5sums=('852325456ad4db531c96c30b09fdd36f'
  'SKIP')
 validpgpkeys=(F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E) # Ludovic Rousseau 

 


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:46:17
  Author: arojas
Revision: 292941

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

Added:
  bc/repos/testing-i686/PKGBUILD
(from rev 292940, bc/trunk/PKGBUILD)
  bc/repos/testing-x86_64/PKGBUILD
(from rev 292940, bc/trunk/PKGBUILD)
Deleted:
  bc/repos/testing-i686/PKGBUILD
  bc/repos/testing-i686/bc-fix-hang.patch
  bc/repos/testing-x86_64/PKGBUILD
  bc/repos/testing-x86_64/bc-fix-hang.patch

--+
 /PKGBUILD|   70 +
 testing-i686/PKGBUILD|   42 --
 testing-i686/bc-fix-hang.patch   |   11 -
 testing-x86_64/PKGBUILD  |   42 --
 testing-x86_64/bc-fix-hang.patch |   11 -
 5 files changed, 70 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-15 20:45:48 UTC (rev 292940)
+++ testing-i686/PKGBUILD   2017-04-15 20:46:17 UTC (rev 292941)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-
-pkgname=bc
-pkgver=1.07
-pkgrel=2
-pkgdesc="An arbitrary precision calculator language"
-arch=('i686' 'x86_64')
-url="https://www.gnu.org/software/bc/;
-license=('GPL')
-depends=('readline')
-makedepends=('ed')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} 
bc-fix-hang.patch)
-sha256sums=('55cf1fc33a728d7c3d386cc7b0cb556eb5bacf8e0cb5a3fcca7f109fc61205ad'
-'SKIP'
-'64719ac2d2a1622c241f5647973122d3ca742a28649875cd29ee957bf383dc38')
-validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson 

-
-prepare() {
-  cd $pkgname-$pkgver
-  # fix hang when building kernel
-  patch -p1 -i ../bc-fix-hang.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info --with-readline
-  make -j1
-}
-
-check () {
-  cd "${pkgname}-${pkgver}"
-  echo "quit" | ./bc/bc -l Test/checklib.b
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bc/repos/testing-i686/PKGBUILD (from rev 292940, bc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-15 20:46:17 UTC (rev 292941)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: dorphell 
+
+pkgname=bc
+pkgver=1.07.1
+pkgrel=1
+pkgdesc="An arbitrary precision calculator language"
+arch=('i686' 'x86_64')
+url="https://www.gnu.org/software/bc/;
+license=('GPL')
+depends=('readline')
+makedepends=('ed')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
+'SKIP')
+validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--infodir=/usr/share/info --with-readline
+  make -j1
+}
+
+check () {
+  cd "${pkgname}-${pkgver}"
+  echo "quit" | ./bc/bc -l Test/checklib.b
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/bc-fix-hang.patch
===
--- testing-i686/bc-fix-hang.patch  2017-04-15 20:45:48 UTC (rev 292940)
+++ testing-i686/bc-fix-hang.patch  2017-04-15 20:46:17 UTC (rev 292941)
@@ -1,11 +0,0 @@
 bc-1.07/bc/execute.c.orig  2017-04-07 19:34:18.788328157 +
-+++ bc-1.07/bc/execute.c   2017-04-07 19:35:24.305268419 +
-@@ -595,7 +595,7 @@
-   if (in_ch == '.' || in_ch == '+' || in_ch == '-')
- return (in_ch);
-   if (in_ch <= ' ')
--return (' ');
-+return (':');
-   
-   return (':');
- }

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-04-15 20:45:48 UTC (rev 292940)
+++ testing-x86_64/PKGBUILD 2017-04-15 20:46:17 UTC (rev 292941)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-
-pkgname=bc
-pkgver=1.07
-pkgrel=2
-pkgdesc="An arbitrary precision calculator language"
-arch=('i686' 'x86_64')
-url="https://www.gnu.org/software/bc/;
-license=('GPL')
-depends=('readline')
-makedepends=('ed')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} 
bc-fix-hang.patch)
-sha256sums=('55cf1fc33a728d7c3d386cc7b0cb556eb5bacf8e0cb5a3fcca7f109fc61205ad'
-'SKIP'
-'64719ac2d2a1622c241f5647973122d3ca742a28649875cd29ee957bf383dc38')
-validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') 

[arch-commits] Commit in bc/trunk (PKGBUILD bc-fix-hang.patch)

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:45:48
  Author: arojas
Revision: 292940

Update to 1.07.1

Modified:
  bc/trunk/PKGBUILD
Deleted:
  bc/trunk/bc-fix-hang.patch

---+
 PKGBUILD  |   17 +
 bc-fix-hang.patch |   11 ---
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:44:00 UTC (rev 292939)
+++ PKGBUILD2017-04-15 20:45:48 UTC (rev 292940)
@@ -2,8 +2,8 @@
 # Maintainer: dorphell 
 
 pkgname=bc
-pkgver=1.07
-pkgrel=2
+pkgver=1.07.1
+pkgrel=1
 pkgdesc="An arbitrary precision calculator language"
 arch=('i686' 'x86_64')
 url="https://www.gnu.org/software/bc/;
@@ -12,18 +12,11 @@
 makedepends=('ed')
 replaces=('bc-readline')
 conflicts=('bc-readline')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} 
bc-fix-hang.patch)
-sha256sums=('55cf1fc33a728d7c3d386cc7b0cb556eb5bacf8e0cb5a3fcca7f109fc61205ad'
-'SKIP'
-'64719ac2d2a1622c241f5647973122d3ca742a28649875cd29ee957bf383dc38')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
+'SKIP')
 validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson 

 
-prepare() {
-  cd $pkgname-$pkgver
-  # fix hang when building kernel
-  patch -p1 -i ../bc-fix-hang.patch
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr --mandir=/usr/share/man \

Deleted: bc-fix-hang.patch
===
--- bc-fix-hang.patch   2017-04-15 20:44:00 UTC (rev 292939)
+++ bc-fix-hang.patch   2017-04-15 20:45:48 UTC (rev 292940)
@@ -1,11 +0,0 @@
 bc-1.07/bc/execute.c.orig  2017-04-07 19:34:18.788328157 +
-+++ bc-1.07/bc/execute.c   2017-04-07 19:35:24.305268419 +
-@@ -595,7 +595,7 @@
-   if (in_ch == '.' || in_ch == '+' || in_ch == '-')
- return (in_ch);
-   if (in_ch <= ' ')
--return (' ');
-+return (':');
-   
-   return (':');
- }


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:44:00
  Author: arojas
Revision: 292939

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-15 20:43:33 UTC (rev 292938)
+++ extra-i686/PKGBUILD 2017-04-15 20:44:00 UTC (rev 292939)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsndfile
-pkgver=1.0.27
-pkgrel=1
-pkgdesc="A C library for reading and writing files containing sampled sound"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/libsndfile;
-license=('LGPL')
-depends=('alsa-lib' 'flac' 'libvorbis')
-checkdepends=('python2')
-source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e112d4937352d1722b06911b00c79e9bce15095c')
-validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
-src/create_symbols_file.py programs/test-sndfile-metadata-set.py
-  sed -i 's|python|&2|' src/Makefile.am
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-sqlite
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsndfile/repos/extra-i686/PKGBUILD (from rev 292938, 
libsndfile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-15 20:44:00 UTC (rev 292939)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/libsndfile;
+license=('LGPL')
+depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('85aa967e19f6b9bf975601d79669025e5f8bc77d')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-sqlite
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-15 20:43:33 UTC (rev 292938)
+++ extra-x86_64/PKGBUILD   2017-04-15 20:44:00 UTC (rev 292939)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsndfile
-pkgver=1.0.27
-pkgrel=1
-pkgdesc="A C library for reading and writing files containing sampled sound"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/libsndfile;
-license=('LGPL')
-depends=('alsa-lib' 'flac' 'libvorbis')
-checkdepends=('python2')
-source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e112d4937352d1722b06911b00c79e9bce15095c')
-validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
-src/create_symbols_file.py programs/test-sndfile-metadata-set.py
-  sed -i 's|python|&2|' src/Makefile.am
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-sqlite
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsndfile/repos/extra-x86_64/PKGBUILD (from rev 292938, 
libsndfile/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-15 20:44:00 UTC (rev 292939)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:43:33
  Author: arojas
Revision: 292938

Update to 1.0.28

Modified:
  libsndfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:38:47 UTC (rev 292937)
+++ PKGBUILD2017-04-15 20:43:33 UTC (rev 292938)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libsndfile
-pkgver=1.0.27
+pkgver=1.0.28
 pkgrel=1
 pkgdesc="A C library for reading and writing files containing sampled sound"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('alsa-lib' 'flac' 'libvorbis')
 checkdepends=('python2')
 source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e112d4937352d1722b06911b00c79e9bce15095c')
+sha1sums=('85aa967e19f6b9bf975601d79669025e5f8bc77d')
 validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
 
 prepare() {


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:40:40
  Author: arojas
Revision: 223155

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-15 20:40:07 UTC (rev 223154)
+++ PKGBUILD2017-04-15 20:40:40 UTC (rev 223155)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('38e72ca004edfb0113b9a7154514542f4bbee3bf')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 223154, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-15 20:40:40 UTC (rev 223155)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha1sums=('109160e6fe7aa385c61db9ba730b7b78ad3fbd70')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:40:07
  Author: arojas
Revision: 223154

Update to 0.18.2

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:34:03 UTC (rev 223153)
+++ PKGBUILD2017-04-15 20:40:07 UTC (rev 223154)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('38e72ca004edfb0113b9a7154514542f4bbee3bf')
+sha1sums=('109160e6fe7aa385c61db9ba730b7b78ad3fbd70')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:38:47
  Author: arojas
Revision: 292937

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

Added:
  opencore-amr/repos/extra-i686/PKGBUILD
(from rev 292936, opencore-amr/trunk/PKGBUILD)
  opencore-amr/repos/extra-x86_64/PKGBUILD
(from rev 292936, opencore-amr/trunk/PKGBUILD)
Deleted:
  opencore-amr/repos/extra-i686/PKGBUILD
  opencore-amr/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-15 20:38:13 UTC (rev 292936)
+++ extra-i686/PKGBUILD 2017-04-15 20:38:47 UTC (rev 292937)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: WAntilles 
-
-pkgname=opencore-amr
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech 
codec"
-arch=('i686' 'x86_64')
-license=('APACHE')
-url="http://opencore-amr.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=(glibc)
-md5sums=('0a33d00f0f7d8e9e647b765a9aa3bfcf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: opencore-amr/repos/extra-i686/PKGBUILD (from rev 292936, 
opencore-amr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-15 20:38:47 UTC (rev 292937)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: WAntilles 
+
+pkgname=opencore-amr
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech 
codec"
+arch=('i686' 'x86_64')
+license=('APACHE')
+url="http://opencore-amr.sourceforge.net/;
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=(glibc)
+sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-15 20:38:13 UTC (rev 292936)
+++ extra-x86_64/PKGBUILD   2017-04-15 20:38:47 UTC (rev 292937)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: WAntilles 
-
-pkgname=opencore-amr
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech 
codec"
-arch=('i686' 'x86_64')
-license=('APACHE')
-url="http://opencore-amr.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=(glibc)
-md5sums=('0a33d00f0f7d8e9e647b765a9aa3bfcf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: opencore-amr/repos/extra-x86_64/PKGBUILD (from rev 292936, 
opencore-amr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-15 20:38:47 UTC (rev 292937)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: WAntilles 
+
+pkgname=opencore-amr
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech 
codec"
+arch=('i686' 'x86_64')
+license=('APACHE')
+url="http://opencore-amr.sourceforge.net/;
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=(glibc)
+sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:38:13
  Author: arojas
Revision: 292936

Update to 0.1.5

Modified:
  opencore-amr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 18:30:40 UTC (rev 292935)
+++ PKGBUILD2017-04-15 20:38:13 UTC (rev 292936)
@@ -3,7 +3,7 @@
 # Contributor: WAntilles 
 
 pkgname=opencore-amr
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech 
codec"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="http://opencore-amr.sourceforge.net/;
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 depends=(glibc)
-md5sums=('0a33d00f0f7d8e9e647b765a9aa3bfcf')
+sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:34:03
  Author: arojas
Revision: 223153

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

Added:
  dmd/repos/community-i686/PKGBUILD
(from rev 223152, dmd/trunk/PKGBUILD)
  dmd/repos/community-i686/dmd.conf
(from rev 223152, dmd/trunk/dmd.conf)
  dmd/repos/community-x86_64/PKGBUILD
(from rev 223152, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd.conf
(from rev 223152, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-i686/PKGBUILD
  dmd/repos/community-i686/dmd.conf
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd.conf

---+
 /PKGBUILD |  200 
 /dmd.conf |   10 ++
 community-i686/PKGBUILD   |  100 --
 community-i686/dmd.conf   |5 -
 community-x86_64/PKGBUILD |  100 --
 community-x86_64/dmd.conf |5 -
 6 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-15 20:33:37 UTC (rev 223152)
+++ community-i686/PKGBUILD 2017-04-15 20:34:03 UTC (rev 223153)
@@ -1,100 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.073.2
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
-source=("git+https://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
"git+https://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+https://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-"dmd.conf")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035')
-
-[[ $CARCH == "x86_64" ]] && _archbits="64"
-[[ $CARCH == "i686" ]] && _archbits="32"
-
-build() {
-cd $srcdir/dmd/src
-echo $pkgver > ../VERSION
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-'gcc-multilib: to cross-compile 32-bit applications'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-install -Dm644 $srcdir/dmd.conf $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language."
-depends=("curl")
-license=("custom")
-
-install -Dm644 

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:33:37
  Author: arojas
Revision: 223152

Update to 2.074.0

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:24:52 UTC (rev 223151)
+++ PKGBUILD2017-04-15 20:33:37 UTC (rev 223152)
@@ -9,7 +9,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.073.2
+pkgver=2.074.0
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -61,8 +61,8 @@
 cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
 cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
 
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
+install -Dm644 $srcdir/dmd/src/ddmd/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
+install -Dm644 $srcdir/dmd/src/ddmd/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
 
 mkdir -p $pkgdir/usr/share/d/samples/
 cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:24:52
  Author: arojas
Revision: 223151

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-15 20:24:26 UTC (rev 223150)
+++ community-i686/PKGBUILD 2017-04-15 20:24:52 UTC (rev 223151)
@@ -1,35 +0,0 @@
-# Maintainer:  Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-pkgname=dub
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel')
-depends=('curl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/dub/archive/v${pkgver}.tar.gz)
-sha512sums=('3c9c98a9d32e9629b907a62fadc301600e0a1752f1689e2af94a9c71cf4e53fe0117587b53e9d8e486eb04c0b31ca39ae8eb60785dfc0070f05bd684f32bb613')
-
-build()
-{
-  DC=dmd
-  cd ${pkgname}-${pkgver}
-
-  echo Generating version file...
-  GITVER=${pkgver}
-  echo "module dub.version_;" > source/dub/version_.d
-  echo "enum dubVersion = \"$GITVER\";" >> source/dub/version_.d
-  echo "enum initialCompilerBinary = \"$DC\";" >> source/dub/version_.d
-
-  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd ${pkgname}-${pkgver}
-  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
-  install -D -m644 scripts/bash-completion/dub.bash 
$pkgdir/usr/share/bash-completion/completions/dub
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: dub/repos/community-i686/PKGBUILD (from rev 223150, dub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-15 20:24:52 UTC (rev 223151)
@@ -0,0 +1,35 @@
+# Maintainer:  Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+pkgname=dub
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel')
+depends=('curl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/dub/archive/v${pkgver}.tar.gz)
+sha512sums=('ee1b54cfaec66eb045573f4892b2a5d87d52642a0d07208295f49f623f149b54d34d4df40eaf0e722b5cb8cfc224b409e3731fc8fac62542737529ee0ea8a4c6')
+
+build()
+{
+  DC=dmd
+  cd ${pkgname}-${pkgver}
+
+  echo Generating version file...
+  GITVER=${pkgver}
+  echo "module dub.version_;" > source/dub/version_.d
+  echo "enum dubVersion = \"$GITVER\";" >> source/dub/version_.d
+  echo "enum initialCompilerBinary = \"$DC\";" >> source/dub/version_.d
+
+  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd ${pkgname}-${pkgver}
+  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
+  install -D -m644 scripts/bash-completion/dub.bash 
$pkgdir/usr/share/bash-completion/completions/dub
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-15 20:24:26 UTC (rev 223150)
+++ community-x86_64/PKGBUILD   2017-04-15 20:24:52 UTC (rev 223151)
@@ -1,35 +0,0 @@
-# Maintainer:  Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-pkgname=dub
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel')
-depends=('curl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/dub/archive/v${pkgver}.tar.gz)
-sha512sums=('3c9c98a9d32e9629b907a62fadc301600e0a1752f1689e2af94a9c71cf4e53fe0117587b53e9d8e486eb04c0b31ca39ae8eb60785dfc0070f05bd684f32bb613')
-
-build()
-{
-  DC=dmd
-  cd ${pkgname}-${pkgver}
-
-  echo Generating version file...
-  GITVER=${pkgver}
-  echo "module dub.version_;" > source/dub/version_.d
-  echo "enum dubVersion = \"$GITVER\";" >> source/dub/version_.d
-  echo "enum initialCompilerBinary = \"$DC\";" >> source/dub/version_.d
-
-  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl 

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:24:26
  Author: arojas
Revision: 223150

Update to 1.2.2

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:21:20 UTC (rev 223149)
+++ PKGBUILD2017-04-15 20:24:26 UTC (rev 223150)
@@ -1,7 +1,7 @@
 # Maintainer:  Mihails Strasuns 
 # Contributor: Moritz Maxeiner 
 pkgname=dub
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 makedepends=('dmd' 'libphobos-devel')
 depends=('curl')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/dub/archive/v${pkgver}.tar.gz)
-sha512sums=('3c9c98a9d32e9629b907a62fadc301600e0a1752f1689e2af94a9c71cf4e53fe0117587b53e9d8e486eb04c0b31ca39ae8eb60785dfc0070f05bd684f32bb613')
+sha512sums=('ee1b54cfaec66eb045573f4892b2a5d87d52642a0d07208295f49f623f149b54d34d4df40eaf0e722b5cb8cfc224b409e3731fc8fac62542737529ee0ea8a4c6')
 
 build()
 {


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:21:00
  Author: arojas
Revision: 223148

Update to 3.22.9

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:18:31 UTC (rev 223147)
+++ PKGBUILD2017-04-15 20:21:00 UTC (rev 223148)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-themes
-pkgver=3.22.8
+pkgver=3.22.9
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c312684500afe066f34f250530a08ba6c2c52881f398a2fbde8586f89feb9b3f')
+sha256sums=('c3f424f70c4809089377bfe858af57943b08eb0e7b5f1426f2b5881196ec9542')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:21:20
  Author: arojas
Revision: 223149

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 223148, mate-themes/trunk/PKGBUILD)
Deleted:
  mate-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-15 20:21:00 UTC (rev 223148)
+++ PKGBUILD2017-04-15 20:21:20 UTC (rev 223149)
@@ -1,30 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=mate-themes
-pkgver=3.22.8
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-makedepends=('gtk2' 'intltool')
-optdepends=('gtk-engines: for gtk2 themes'
-'gtk-engine-murrine: for gtk2 themes'
-'mate-icon-theme: default icon theme')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c312684500afe066f34f250530a08ba6c2c52881f398a2fbde8586f89feb9b3f')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 223148, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-15 20:21:20 UTC (rev 223149)
@@ -0,0 +1,30 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-themes
+pkgver=3.22.9
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('gtk2' 'intltool')
+optdepends=('gtk-engines: for gtk2 themes'
+'gtk-engine-murrine: for gtk2 themes'
+'mate-icon-theme: default icon theme')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c3f424f70c4809089377bfe858af57943b08eb0e7b5f1426f2b5881196ec9542')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:18:03
  Author: arojas
Revision: 223146

Update to 1.18.2

Modified:
  libmatekbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 19:01:01 UTC (rev 223145)
+++ PKGBUILD2017-04-15 20:18:03 UTC (rev 223146)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmatekbd
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="MATE keyboard library"
 url="http://mate-desktop.org;
@@ -12,7 +12,7 @@
 conflicts=('libmatekbd-gtk3')
 replaces=('libmatekbd-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('65aa8a88792fa9e56032b5e1db3b31e138e99625')
+sha1sums=('d93407d73821f8b7aaa0a718308fd4a4dc8f7029')
 
 build() {
 cd $pkgname-$pkgver


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:18:31
  Author: arojas
Revision: 223147

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-15 20:18:03 UTC (rev 223146)
+++ community-i686/PKGBUILD 2017-04-15 20:18:31 UTC (rev 223147)
@@ -1,31 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=libmatekbd
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="MATE keyboard library"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxklavier')
-makedepends=('intltool')
-conflicts=('libmatekbd-gtk3')
-replaces=('libmatekbd-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('65aa8a88792fa9e56032b5e1db3b31e138e99625')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr 
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_libmatekbd() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: libmatekbd/repos/community-i686/PKGBUILD (from rev 223146, 
libmatekbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-15 20:18:31 UTC (rev 223147)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmatekbd
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxklavier')
+makedepends=('intltool')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d93407d73821f8b7aaa0a718308fd4a4dc8f7029')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr 
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_libmatekbd() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-15 20:18:03 UTC (rev 223146)
+++ community-x86_64/PKGBUILD   2017-04-15 20:18:31 UTC (rev 223147)
@@ -1,31 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=libmatekbd
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="MATE keyboard library"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxklavier')
-makedepends=('intltool')
-conflicts=('libmatekbd-gtk3')
-replaces=('libmatekbd-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('65aa8a88792fa9e56032b5e1db3b31e138e99625')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr 
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_libmatekbd() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 223146, 
libmatekbd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-15 20:18:31 UTC (rev 223147)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmatekbd
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxklavier')
+makedepends=('intltool')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d93407d73821f8b7aaa0a718308fd4a4dc8f7029')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr 
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_libmatekbd() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-04-15 Thread Sven-Hendrik Haase
Date: Saturday, April 15, 2017 @ 19:01:01
  Author: svenstaro
Revision: 223145

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

Added:
  yaml-cpp/repos/community-i686/1f4b6d5c855b59e849b7228090981c520928c2a4.patch
(from rev 223144, 
yaml-cpp/trunk/1f4b6d5c855b59e849b7228090981c520928c2a4.patch)
  yaml-cpp/repos/community-i686/500db60f899ae6845039d4eca503133d0db81dbd.patch
(from rev 223144, 
yaml-cpp/trunk/500db60f899ae6845039d4eca503133d0db81dbd.patch)
  yaml-cpp/repos/community-i686/PKGBUILD
(from rev 223144, yaml-cpp/trunk/PKGBUILD)
  yaml-cpp/repos/community-x86_64/1f4b6d5c855b59e849b7228090981c520928c2a4.patch
(from rev 223144, 
yaml-cpp/trunk/1f4b6d5c855b59e849b7228090981c520928c2a4.patch)
  yaml-cpp/repos/community-x86_64/500db60f899ae6845039d4eca503133d0db81dbd.patch
(from rev 223144, 
yaml-cpp/trunk/500db60f899ae6845039d4eca503133d0db81dbd.patch)
  yaml-cpp/repos/community-x86_64/PKGBUILD
(from rev 223144, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-i686/500db60f899ae6845039d4eca503133d0db81dbd.patch
  yaml-cpp/repos/community-i686/PKGBUILD
  yaml-cpp/repos/community-x86_64/500db60f899ae6845039d4eca503133d0db81dbd.patch
  yaml-cpp/repos/community-x86_64/PKGBUILD

-+
 /500db60f899ae6845039d4eca503133d0db81dbd.patch |  158 
++
 /PKGBUILD   |   80 +
 community-i686/1f4b6d5c855b59e849b7228090981c520928c2a4.patch   |   23 +
 community-i686/500db60f899ae6845039d4eca503133d0db81dbd.patch   |   79 -
 community-i686/PKGBUILD |   37 --
 community-x86_64/1f4b6d5c855b59e849b7228090981c520928c2a4.patch |   23 +
 community-x86_64/500db60f899ae6845039d4eca503133d0db81dbd.patch |   79 -
 community-x86_64/PKGBUILD   |   37 --
 8 files changed, 284 insertions(+), 232 deletions(-)

Copied: 
yaml-cpp/repos/community-i686/1f4b6d5c855b59e849b7228090981c520928c2a4.patch 
(from rev 223144, yaml-cpp/trunk/1f4b6d5c855b59e849b7228090981c520928c2a4.patch)
===
--- community-i686/1f4b6d5c855b59e849b7228090981c520928c2a4.patch   
(rev 0)
+++ community-i686/1f4b6d5c855b59e849b7228090981c520928c2a4.patch   
2017-04-15 19:01:01 UTC (rev 223145)
@@ -0,0 +1,23 @@
+From 1f4b6d5c855b59e849b7228090981c520928c2a4 Mon Sep 17 00:00:00 2001
+From: Ovidiu-Florin BOGDAN 
+Date: Fri, 2 Dec 2016 16:51:07 +0200
+Subject: [PATCH] Remove prefix duplication in yaml-cpp.pc.cmake
+
+---
+ yaml-cpp.pc.cmake | 6 ++
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/yaml-cpp.pc.cmake b/yaml-cpp.pc.cmake
+index 04d343f..044ef78 100644
+--- a/yaml-cpp.pc.cmake
 b/yaml-cpp.pc.cmake
+@@ -1,7 +1,5 @@
+-prefix=@CMAKE_INSTALL_PREFIX@
+-exec_prefix=@CMAKE_INSTALL_PREFIX@
+-libdir=${prefix}/@LIB_INSTALL_DIR@
+-includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
++libdir=@LIB_INSTALL_DIR@
++includedir=@INCLUDE_INSTALL_ROOT_DIR@
+ 
+ Name: Yaml-cpp
+ Description: A YAML parser and emitter for C++

Deleted: community-i686/500db60f899ae6845039d4eca503133d0db81dbd.patch
===
--- community-i686/500db60f899ae6845039d4eca503133d0db81dbd.patch   
2017-04-15 19:00:44 UTC (rev 223144)
+++ community-i686/500db60f899ae6845039d4eca503133d0db81dbd.patch   
2017-04-15 19:01:01 UTC (rev 223145)
@@ -1,79 +0,0 @@
-From 500db60f899ae6845039d4eca503133d0db81dbd Mon Sep 17 00:00:00 2001
-From: Paul Novotny 
-Date: Wed, 25 Nov 2015 11:33:36 -0500
-Subject: [PATCH] Include cmake files in install
-
-This adds yaml-cpp-config.cmake, yaml-cpp-config-version.cmake, and
-yaml-cpp-targets.cmake to the cmake install. As a result, cmake's
-find_package can easily find yaml-cpp for software that depends on
-yaml-cpp.
-
-Add code to install cmake files to $CMAKE_INSTALL_PREFIX/CMake on
-Windows, which is the de-facto standard.
-
-Closes jbeder/yaml-cpp#336 jbeder/yaml-cpp#127

- CMakeLists.txt | 28 +++-
- 1 file changed, 23 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5b326a3..cbaad07 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -256,15 +256,15 @@ else()
-   set(_library_dir lib)
- endif()
- 
--set(INCLUDE_INSTALL_ROOT_DIR include)
-+set(INCLUDE_INSTALL_ROOT_DIR ${CMAKE_INSTALL_PREFIX}/include)
- 
- set(INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_ROOT_DIR}/yaml-cpp)
--set(LIB_INSTALL_DIR "${_library_dir}${LIB_SUFFIX}")
-+set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${_library_dir}${LIB_SUFFIX}")
- 
- set(_INSTALL_DESTINATIONS
--  RUNTIME DESTINATION bin
-+  RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
-   LIBRARY DESTINATION ${LIB_INSTALL_DIR}
--  ARCHIVE DESTINATION "lib${LIB_SUFFIX}"

[arch-commits] Commit in yaml-cpp/trunk (2 files)

2017-04-15 Thread Sven-Hendrik Haase
Date: Saturday, April 15, 2017 @ 19:00:44
  Author: svenstaro
Revision: 223144

upgpkg: yaml-cpp 0.5.3-3

Fix yaml-cpp.pc prefix duplication

Added:
  yaml-cpp/trunk/1f4b6d5c855b59e849b7228090981c520928c2a4.patch
Modified:
  yaml-cpp/trunk/PKGBUILD

+
 1f4b6d5c855b59e849b7228090981c520928c2a4.patch |   23 +++
 PKGBUILD   |9 ++---
 2 files changed, 29 insertions(+), 3 deletions(-)

Added: 1f4b6d5c855b59e849b7228090981c520928c2a4.patch
===
--- 1f4b6d5c855b59e849b7228090981c520928c2a4.patch  
(rev 0)
+++ 1f4b6d5c855b59e849b7228090981c520928c2a4.patch  2017-04-15 19:00:44 UTC 
(rev 223144)
@@ -0,0 +1,23 @@
+From 1f4b6d5c855b59e849b7228090981c520928c2a4 Mon Sep 17 00:00:00 2001
+From: Ovidiu-Florin BOGDAN 
+Date: Fri, 2 Dec 2016 16:51:07 +0200
+Subject: [PATCH] Remove prefix duplication in yaml-cpp.pc.cmake
+
+---
+ yaml-cpp.pc.cmake | 6 ++
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/yaml-cpp.pc.cmake b/yaml-cpp.pc.cmake
+index 04d343f..044ef78 100644
+--- a/yaml-cpp.pc.cmake
 b/yaml-cpp.pc.cmake
+@@ -1,7 +1,5 @@
+-prefix=@CMAKE_INSTALL_PREFIX@
+-exec_prefix=@CMAKE_INSTALL_PREFIX@
+-libdir=${prefix}/@LIB_INSTALL_DIR@
+-includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
++libdir=@LIB_INSTALL_DIR@
++includedir=@INCLUDE_INSTALL_ROOT_DIR@
+ 
+ Name: Yaml-cpp
+ Description: A YAML parser and emitter for C++

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 18:56:24 UTC (rev 223143)
+++ PKGBUILD2017-04-15 19:00:44 UTC (rev 223144)
@@ -4,7 +4,7 @@
 
 pkgname=yaml-cpp
 pkgver=0.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
 url="https://github.com/jbeder/yaml-cpp;
 arch=('i686' 'x86_64')
@@ -12,13 +12,16 @@
 depends=('gcc-libs')
 makedepends=('boost' 'cmake')
 source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz
-500db60f899ae6845039d4eca503133d0db81dbd.patch)
+500db60f899ae6845039d4eca503133d0db81dbd.patch
+1f4b6d5c855b59e849b7228090981c520928c2a4.patch)
 
sha512sums=('5ed15fee3c6455c08e6bd8f74256b230f274ef18f8e144491e940640e41626517c7eaaf4a1f380c4179066a2a757c8a0f61878df9dc3caa15e37c4954be47fe0'
-
'8ffd7dd7deaf3eef8ce5eefac73d4a453c86f852cd93579b0e3edcd3b174fd52b2a8a6ef37e5588a3d3f85dde3bdf53bc4b385e2b24c4e46a8cd00af75161ae0')
+
'8ffd7dd7deaf3eef8ce5eefac73d4a453c86f852cd93579b0e3edcd3b174fd52b2a8a6ef37e5588a3d3f85dde3bdf53bc4b385e2b24c4e46a8cd00af75161ae0'
+
'e71948c84d3912c14484fc4dd4efa4f2402bb0fda98b4102fe8ce5af9cf1676ad1ccf49a33411559433f271610db4fa44f5cf3ed998cb0bcf330ee7f83ac335e')
 
 prepare() {
 cd $srcdir/$pkgname-release-$pkgver
 patch -Np1 < $srcdir/500db60f899ae6845039d4eca503133d0db81dbd.patch
+patch -Np1 < $srcdir/1f4b6d5c855b59e849b7228090981c520928c2a4.patch
 }
 
 build() {


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

2017-04-15 Thread Felix Yan
Date: Saturday, April 15, 2017 @ 18:56:24
  Author: felixonmars
Revision: 223143

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-15 18:56:08 UTC (rev 223142)
+++ PKGBUILD2017-04-15 18:56:24 UTC (rev 223143)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.4.0
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools" "git")
-source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-phonenumbers{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py build
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py test
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd python-phonenumbers
-  python setup.py install -O1 --root "$pkgdir"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd python-phonenumbers-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 223142, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-15 18:56:24 UTC (rev 223143)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+pkgver=8.4.1
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools" "git")
+source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-phonenumbers{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py build
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py test
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd python-phonenumbers
+  python setup.py install -O1 --root "$pkgdir"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd python-phonenumbers-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+}


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

2017-04-15 Thread Felix Yan
Date: Saturday, April 15, 2017 @ 18:56:08
  Author: felixonmars
Revision: 223142

upgpkg: python-phonenumbers 8.4.1-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 18:36:27 UTC (rev 223141)
+++ PKGBUILD2017-04-15 18:56:08 UTC (rev 223142)
@@ -3,7 +3,7 @@
 
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.4.0
+pkgver=8.4.1
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')


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

2017-04-15 Thread Jelle van der Waa
Date: Saturday, April 15, 2017 @ 18:36:27
  Author: jelle
Revision: 223141

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-15 18:36:07 UTC (rev 223140)
+++ community-testing-i686/PKGBUILD 2017-04-15 18:36:27 UTC (rev 223141)
@@ -1,76 +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.82.0
-pkgrel=2
-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' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'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=('137995abe467fcb951c1d42583305ebec7b8ca403c44895e70f82a2d6156711c'
-'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-testing-i686/PKGBUILD (from rev 223140, 
calibre/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-15 18:36:27 UTC (rev 223141)
@@ -0,0 +1,76 @@
+# $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.83.0
+pkgrel=2
+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'
+ 

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

2017-04-15 Thread Jelle van der Waa
Date: Saturday, April 15, 2017 @ 18:36:07
  Author: jelle
Revision: 223140

upgpkg: calibre 2.83.0-2

openssl 1.1. rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 17:43:10 UTC (rev 223139)
+++ PKGBUILD2017-04-15 18:36:07 UTC (rev 223140)
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=2.83.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 18:30:40
  Author: arojas
Revision: 292935

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

Added:
  pyqt5/repos/testing-i686/PKGBUILD
(from rev 292934, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
(from rev 292934, pyqt5/trunk/pyqt-support-new-qt.patch)
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 292934, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch
(from rev 292934, pyqt5/trunk/pyqt-support-new-qt.patch)
Deleted:
  pyqt5/repos/testing-i686/PKGBUILD
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
  pyqt5/repos/testing-x86_64/PKGBUILD
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch

--+
 /PKGBUILD|  246 +
 /pyqt-support-new-qt.patch   |   24 ++
 testing-i686/PKGBUILD|  123 --
 testing-i686/pyqt-support-new-qt.patch   |   12 -
 testing-x86_64/PKGBUILD  |  123 --
 testing-x86_64/pyqt-support-new-qt.patch |   12 -
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-15 18:30:13 UTC (rev 292934)
+++ testing-i686/PKGBUILD   2017-04-15 18:30:40 UTC (rev 292935)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-sha512sums=('56607263f6782409a2088b986954e973fdeea681fe3d6e3708b4946477da1431c33814454ad14e758de7c46b1dac660f3204aae2e1087249d13be6d80ddd6458')
-
-prepare() {
-  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-  # patch -p1 -i ../pyqt-support-new-qt.patch
-
-  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
-  sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py
-
-  cp -a PyQt5_gpl-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5_gpl-$pkgver
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5_gpl-$pkgver
-  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "$pkgdir"/usr/share/sip/PyQt5
-  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
-  'qt5-x11extras: QtX11Extras')
-
-  cd PyQt5_gpl-$pkgver
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-
-  # Provided by pyqt-common
-  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 18:30:13
  Author: arojas
Revision: 292934

Update to 5.8.2

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 18:02:55 UTC (rev 292933)
+++ PKGBUILD2017-04-15 18:30:13 UTC (rev 292934)
@@ -7,7 +7,7 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.8.1
+pkgver=5.8.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
@@ -17,7 +17,7 @@
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-sha512sums=('56607263f6782409a2088b986954e973fdeea681fe3d6e3708b4946477da1431c33814454ad14e758de7c46b1dac660f3204aae2e1087249d13be6d80ddd6458')
+sha512sums=('8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:46:48
  Author: arojas
Revision: 292932

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

Added:
  sip/repos/testing-i686/
  sip/repos/testing-i686/PKGBUILD
(from rev 292931, sip/trunk/PKGBUILD)
  sip/repos/testing-x86_64/
  sip/repos/testing-x86_64/PKGBUILD
(from rev 292931, sip/trunk/PKGBUILD)

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

Copied: sip/repos/testing-i686/PKGBUILD (from rev 292931, sip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-15 17:46:48 UTC (rev 292932)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
+md5sums=('4f48e212890ebe584e8d804cfbcfc61e')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 292931, sip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-15 17:46:48 UTC (rev 292932)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
+md5sums=('4f48e212890ebe584e8d804cfbcfc61e')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:46:21
  Author: arojas
Revision: 292931

Update to 4.19.2

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 17:35:09 UTC (rev 292930)
+++ PKGBUILD2017-04-15 17:46:21 UTC (rev 292931)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.1
+pkgver=4.19.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('a721bc171e19c0daf610508b67ecee1d')
+md5sums=('4f48e212890ebe584e8d804cfbcfc61e')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:43:10
  Author: arojas
Revision: 223139

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-15 17:42:45 UTC (rev 223138)
+++ community-i686/PKGBUILD 2017-04-15 17:43:10 UTC (rev 223139)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.4.0
-pkgrel=4
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(i686 x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/bin
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cysignals/repos/community-i686/PKGBUILD (from rev 223138, 
cysignals/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-15 17:43:10 UTC (rev 223139)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython pari)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
+sha256sums=('9c36509bd3fabf823d6c74bc1e4615b67bd8a8b121aebc5f8e435cc5956f188c')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-15 17:42:45 UTC (rev 223138)
+++ community-x86_64/PKGBUILD   2017-04-15 17:43:10 UTC (rev 223139)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.4.0
-pkgrel=4
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(i686 x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/bin
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cysignals/repos/community-x86_64/PKGBUILD (from rev 223138, 
cysignals/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-15 17:43:10 UTC (rev 223139)
@@ -0,0 +1,46 @@
+# 

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:42:45
  Author: arojas
Revision: 223138

Update to 1.6.2

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 17:38:13 UTC (rev 223137)
+++ PKGBUILD2017-04-15 17:42:45 UTC (rev 223138)
@@ -3,8 +3,8 @@
 
 pkgbase=cysignals
 pkgname=(python-cysignals python2-cysignals)
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.6.2
+pkgrel=1
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(i686 x86_64)
 url="https://www.sagemath.org;
@@ -11,7 +11,7 @@
 license=(LGPL)
 makedepends=(cython2 cython pari)
 
source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-md5sums=('c2d216ae3676c670c68dfb07e7ed25bc')
+sha256sums=('9c36509bd3fabf823d6c74bc1e4615b67bd8a8b121aebc5f8e435cc5956f188c')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:38:13
  Author: arojas
Revision: 223137

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 223136, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-15 17:37:53 UTC (rev 223136)
+++ PKGBUILD2017-04-15 17:38:13 UTC (rev 223137)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.12.0
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('438462d1d57abdf6e5f267bcfb476602e5668579fd9127c3ddae6a67ca3c3f15')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 223136, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-15 17:38:13 UTC (rev 223137)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.13.1
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('76144ae492e6690321f0aa8dc17a3a13a61eea0588aea1910b543d600ff02849')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:37:53
  Author: arojas
Revision: 223136

Update to 14.13.1

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 16:27:12 UTC (rev 223135)
+++ PKGBUILD2017-04-15 17:37:53 UTC (rev 223136)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.12.0
+pkgver=14.13.1
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('438462d1d57abdf6e5f267bcfb476602e5668579fd9127c3ddae6a67ca3c3f15')
+sha256sums=('76144ae492e6690321f0aa8dc17a3a13a61eea0588aea1910b543d600ff02849')
 
 package() {
   cd $pkgname-$pkgver


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:35:09
  Author: arojas
Revision: 292930

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-15 17:34:40 UTC (rev 292929)
+++ extra-i686/PKGBUILD 2017-04-15 17:35:09 UTC (rev 292930)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-# Contributor: sergeantspoon 
-
-pkgbase=libssh
-pkgname=(libssh libssh-docs)
-pkgver=0.7.4
-pkgrel=2
-pkgdesc="Library for accessing ssh client services through C libraries"
-url="http://www.libssh.org/;
-license=(LGPL)
-arch=(i686 x86_64)
-depends=(libgcrypt zlib) # use openssl again for 0.8
-makedepends=(cmake cmocka doxygen)
-checkdepends=(openssh)
-source=(https://red.libssh.org/attachments/download/210/$pkgname-$pkgver.tar.xz
-
https://red.libssh.org/attachments/download/209/$pkgname-$pkgver.tar.asc)
-md5sums=('ec36040a9d0cc343ba78edf3b6580855'
- 'SKIP')
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

-
-prepare() {
-  # disable the test. It is confused by our clean container setup.
-  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
-  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
-  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
-
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_GSSAPI=OFF \
--DWITH_GCRYPT=ON \
--DWITH_TESTING=ON
-  make
-  make doc
-}
-
-check() {
-  cd build
-  make test
-}
-
-package_libssh() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_libssh-docs() {
-  pkgdesc="Documentation for libssh"
-  depends=()
-
-  mkdir -p "$pkgdir"/usr/share/doc/libssh
-  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
-  cp -r build/doc/man "$pkgdir"/usr/share
-  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
-}

Copied: libssh/repos/extra-i686/PKGBUILD (from rev 292929, 
libssh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-15 17:35:09 UTC (rev 292930)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+# Contributor: sergeantspoon 
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="http://www.libssh.org/;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(libgcrypt zlib) # use openssl again for 0.8
+makedepends=(cmake cmocka doxygen)
+source=(https://red.libssh.org/attachments/download/218/$pkgname-$pkgver.tar.xz
+
https://red.libssh.org/attachments/download/217/$pkgname-$pkgver.tar.asc)
+sha256sums=('54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095'
+'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_GSSAPI=OFF \
+-DWITH_GCRYPT=ON \
+-DWITH_TESTING=ON
+  make
+  make doc
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_libssh() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_libssh-docs() {
+  pkgdesc="Documentation for libssh"
+  depends=()
+
+  mkdir -p "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/man "$pkgdir"/usr/share
+  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
+}

Deleted: 

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:34:40
  Author: arojas
Revision: 292929

Update to 0.7.5

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 17:01:06 UTC (rev 292928)
+++ PKGBUILD2017-04-15 17:34:40 UTC (rev 292929)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Tom Gundersen 
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
 # Contributor: Andrea Scarpino 
 # Contributor: ice-man 
 # Contributor: sergeantspoon 
@@ -6,8 +7,8 @@
 
 pkgbase=libssh
 pkgname=(libssh libssh-docs)
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/;
 license=(LGPL)
@@ -14,11 +15,10 @@
 arch=(i686 x86_64)
 depends=(libgcrypt zlib) # use openssl again for 0.8
 makedepends=(cmake cmocka doxygen)
-checkdepends=(openssh)
-source=(https://red.libssh.org/attachments/download/210/$pkgname-$pkgver.tar.xz
-
https://red.libssh.org/attachments/download/209/$pkgname-$pkgver.tar.asc)
-md5sums=('ec36040a9d0cc343ba78edf3b6580855'
- 'SKIP')
+source=(https://red.libssh.org/attachments/download/218/$pkgname-$pkgver.tar.xz
+
https://red.libssh.org/attachments/download/217/$pkgname-$pkgver.tar.asc)
+sha256sums=('54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095'
+'SKIP')
 validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

 
 prepare() {


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:01:06
  Author: arojas
Revision: 292928

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

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

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   40 ---
 extra-x86_64/PKGBUILD |   40 ---
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-15 17:00:36 UTC (rev 292927)
+++ extra-i686/PKGBUILD 2017-04-15 17:01:06 UTC (rev 292928)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org;
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
-optdepends=('python: python scripting support' 'kdebase-keditbookmarks: for 
managing bookmarks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-license=('GPL2' 'FDL')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
 # Eike Hein 
-sha1sums=('7a0143fa195d8fd3f646997e8eeff468f1ec5fdb'
-  'SKIP')
-validpgpkeys=(514A8CD602861D417D20C480BCC34138A218774B)
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 292927, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-15 17:01:06 UTC (rev 292928)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.7
+pkgrel=1
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(i686 x86_64)
+url="http://konversation.kde.org;
+depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
+optdepends=('python: python scripting support' 'kdebase-keditbookmarks: for 
managing bookmarks')
+makedepends=(extra-cmake-modules kdoctools python)
+license=(GPL2 FDL)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 # Eike Hein 
+sha256sums=('88359d34bd6208eaf49cdbefa23f605ef2ec866034d14729e7246035b1781a41'
+'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-15 17:00:36 UTC (rev 292927)
+++ extra-x86_64/PKGBUILD   2017-04-15 17:01:06 UTC (rev 292928)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org;
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
-optdepends=('python: python scripting support' 'kdebase-keditbookmarks: for 
managing bookmarks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-license=('GPL2' 

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:00:36
  Author: arojas
Revision: 292927

Update to 1.7

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 16:45:09 UTC (rev 292926)
+++ PKGBUILD2017-04-15 17:00:36 UTC (rev 292927)
@@ -7,19 +7,19 @@
 # Contributor: Sergio Jovani Guzman 
 
 pkgname=konversation
-pkgver=1.6.2
+pkgver=1.7
 pkgrel=1
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(i686 x86_64)
 url="http://konversation.kde.org;
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
+depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
 optdepends=('python: python scripting support' 'kdebase-keditbookmarks: for 
managing bookmarks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-license=('GPL2' 'FDL')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
 # Eike Hein 
-sha1sums=('7a0143fa195d8fd3f646997e8eeff468f1ec5fdb'
-  'SKIP')
-validpgpkeys=(514A8CD602861D417D20C480BCC34138A218774B)
+makedepends=(extra-cmake-modules kdoctools python)
+license=(GPL2 FDL)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 # Eike Hein 
+sha256sums=('88359d34bd6208eaf49cdbefa23f605ef2ec866034d14729e7246035b1781a41'
+'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

 
 prepare() {
   mkdir -p build
@@ -30,7 +30,8 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
   make
 }
 


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 16:45:09
  Author: arojas
Revision: 292926

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

Added:
  ki18n/repos/testing-i686/PKGBUILD
(from rev 292925, ki18n/trunk/PKGBUILD)
  ki18n/repos/testing-x86_64/PKGBUILD
(from rev 292925, ki18n/trunk/PKGBUILD)
Deleted:
  ki18n/repos/testing-i686/PKGBUILD
  ki18n/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 ++
 testing-i686/PKGBUILD   |   41 
 testing-x86_64/PKGBUILD |   41 
 3 files changed, 76 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-15 16:44:25 UTC (rev 292925)
+++ testing-i686/PKGBUILD   2017-04-15 16:45:09 UTC (rev 292926)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ki18n
-pkgver=5.33.0
-pkgrel=1
-pkgdesc='Advanced internationalization framework'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-script')
-makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 
'python2-pyqt5' 'clang')
-optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('611a12938ede750ee649c030fb8e248198b491747728e3a2b01671bb074eae0b'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-
-# Disabled, it doesn't build as of 5.33.0
-  sed -i 's/if (PythonModuleGeneration_FOUND)/if (FALSE)/' 
${pkgname}-${pkgver}/src/CMakeLists.txt
-}
-
-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: ki18n/repos/testing-i686/PKGBUILD (from rev 292925, 
ki18n/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-15 16:45:09 UTC (rev 292926)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.33.0
+pkgrel=2
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 
'python2-pyqt5' 'clang')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('611a12938ede750ee649c030fb8e248198b491747728e3a2b01671bb074eae0b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-04-15 16:44:25 UTC (rev 292925)
+++ testing-x86_64/PKGBUILD 2017-04-15 16:45:09 UTC (rev 292926)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ki18n
-pkgver=5.33.0
-pkgrel=1
-pkgdesc='Advanced internationalization framework'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-script')
-makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 
'python2-pyqt5' 'clang')
-optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('611a12938ede750ee649c030fb8e248198b491747728e3a2b01671bb074eae0b'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-
-# Disabled, it doesn't build as of 5.33.0
-  sed -i 's/if (PythonModuleGeneration_FOUND)/if (FALSE)/' 
${pkgname}-${pkgver}/src/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-

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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 16:44:25
  Author: arojas
Revision: 292925

Reenable python bindings

Modified:
  ki18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 08:35:32 UTC (rev 292924)
+++ PKGBUILD2017-04-15 16:44:25 UTC (rev 292925)
@@ -4,7 +4,7 @@
 
 pkgname=ki18n
 pkgver=5.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced internationalization framework'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -20,9 +20,6 @@
 
 prepare() {
   mkdir -p build
-
-# Disabled, it doesn't build as of 5.33.0
-  sed -i 's/if (PythonModuleGeneration_FOUND)/if (FALSE)/' 
${pkgname}-${pkgver}/src/CMakeLists.txt
 }
 
 build() {


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

2017-04-15 Thread Jelle van der Waa
Date: Saturday, April 15, 2017 @ 14:39:36
  Author: jelle
Revision: 223126

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-15 14:39:19 UTC (rev 223125)
+++ community-i686/PKGBUILD 2017-04-15 14:39:36 UTC (rev 223126)
@@ -1,76 +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.82.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' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'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=('137995abe467fcb951c1d42583305ebec7b8ca403c44895e70f82a2d6156711c'
-'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 223125, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-15 14:39:36 UTC (rev 223126)
@@ -0,0 +1,76 @@
+# $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.83.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' 

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

2017-04-15 Thread Jelle van der Waa
Date: Saturday, April 15, 2017 @ 14:39:19
  Author: jelle
Revision: 223125

upgpkg: calibre 2.83.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 07:53:51 UTC (rev 223124)
+++ PKGBUILD2017-04-15 14:39:19 UTC (rev 223125)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.82.0
-pkgrel=2
+pkgver=2.83.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('137995abe467fcb951c1d42583305ebec7b8ca403c44895e70f82a2d6156711c'
+sha256sums=('96166e8c74047cfbae9289c38ab5e2f661168048e568cd187f908242d98426ab'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


[arch-commits] Commit in texlive-core/repos/extra-any (16 files)

2017-04-15 Thread Rémy Oudompheng
Date: Saturday, April 15, 2017 @ 08:35:32
  Author: remy
Revision: 292924

archrelease: copy trunk to extra-any

Added:
  texlive-core/repos/extra-any/09-texlive-fonts.conf
(from rev 292923, texlive-core/trunk/09-texlive-fonts.conf)
  texlive-core/repos/extra-any/Changelog
(from rev 292923, texlive-core/trunk/Changelog)
  texlive-core/repos/extra-any/PKGBUILD
(from rev 292923, texlive-core/trunk/PKGBUILD)
  texlive-core/repos/extra-any/texlive-core.fmts
(from rev 292923, texlive-core/trunk/texlive-core.fmts)
  texlive-core/repos/extra-any/texlive-core.maps
(from rev 292923, texlive-core/trunk/texlive-core.maps)
  texlive-core/repos/extra-any/texlive.install
(from rev 292923, texlive-core/trunk/texlive.install)
  texlive-core/repos/extra-any/texmf.cnf
(from rev 292923, texlive-core/trunk/texmf.cnf)
  texlive-core/repos/extra-any/texmfcnf.lua
(from rev 292923, texlive-core/trunk/texmfcnf.lua)
Deleted:
  texlive-core/repos/extra-any/09-texlive-fonts.conf
  texlive-core/repos/extra-any/Changelog
  texlive-core/repos/extra-any/PKGBUILD
  texlive-core/repos/extra-any/texlive-core.fmts
  texlive-core/repos/extra-any/texlive-core.maps
  texlive-core/repos/extra-any/texlive.install
  texlive-core/repos/extra-any/texmf.cnf
  texlive-core/repos/extra-any/texmfcnf.lua

---+
 09-texlive-fonts.conf |9 
 Changelog |  752 +++
 PKGBUILD  |  580 -
 texlive-core.fmts |   64 -
 texlive-core.maps |  120 +--
 texlive.install   |   24 
 texmf.cnf | 1563 +++-
 texmfcnf.lua  |  380 +--
 8 files changed, 1741 insertions(+), 1751 deletions(-)

Deleted: 09-texlive-fonts.conf
===
--- 09-texlive-fonts.conf   2017-04-15 08:35:07 UTC (rev 292923)
+++ 09-texlive-fonts.conf   2017-04-15 08:35:32 UTC (rev 292924)
@@ -1,9 +0,0 @@
-
-
-
-  /usr/share/texmf-dist/fonts/opentype
-  /usr/share/texmf-dist/fonts/truetype
-  /usr/local/share/texmf/fonts/opentype
-  /usr/local/share/texmf/fonts/truetype
-
-

Copied: texlive-core/repos/extra-any/09-texlive-fonts.conf (from rev 292923, 
texlive-core/trunk/09-texlive-fonts.conf)
===
(Binary files differ)

Deleted: Changelog
===
--- Changelog   2017-04-15 08:35:07 UTC (rev 292923)
+++ Changelog   2017-04-15 08:35:32 UTC (rev 292924)
@@ -1,376 +0,0 @@
-texlive-core 2012.28273
-
-- new package a2ping
-- new package adhocfilelist
-- new package basque-book
-- upgrade package beamer 26788 -> 28273
-- upgrade package bibleref-french 25516 -> 27098
-- upgrade package bidi 26822 -> 28144
-- new package bropd
-- upgrade package chickenize 26702 -> 27720
-- upgrade package context-filter 26471 -> 27157
-- upgrade package context-gantt 25712 -> 27472
-- upgrade package context-gnuplot 26852 -> 27837
-- upgrade package context-letter 26753 -> 27787
-- upgrade package context-rst 24199 -> 27236
-- upgrade package context-simplefonts 25094 -> 27171
-- upgrade package context-vim 26873 -> 27374
-- upgrade package dvips 26765 -> 28191
-- upgrade package findhyph 26313 -> 28254
-- upgrade package fontinst 26689 -> 27335
-- upgrade package fontools 25995 -> 28093
-- upgrade package genmisc 20683 -> 27208
-- upgrade package helvetic 21993 -> 28007
-- upgrade package hyperref 26331 -> 28213
-- upgrade package interpreter 24740 -> 27232
-- upgrade package isomath 21296 -> 27654
-- upgrade package koma-script 26455 -> 27255
-- upgrade package l3experimental 26109 -> 27900
-- upgrade package l3kernel 26111 -> 27898
-- upgrade package l3packages 26110 -> 27899
-- upgrade package latex 23639 -> 27907
-- upgrade package latexmk 26313 -> 28264
-- new package latexpand
-- upgrade package lm 23165 -> 28119
-- new package lm-math
-- new package lua-check-hyphen
-- new package lua2dox
-- upgrade package lualatex-math 24009 -> 28101
-- new package luaxml
-- upgrade package mf2pt1 25811 -> 27032
-- upgrade package mpgraphics 22142 -> 27230
-- new package odsfile
-- upgrade package pdfcrop 26313 -> 28175
-- upgrade package pdfpages 25883 -> 27574
-- new package pdftex
-- new package pdftools
-- new package pstools
-- new package ptext
-- upgrade package rec-thy 20909 -> 27225
-- upgrade package sty2dtx 26313 -> 28206
-- upgrade package tetex 26892 -> 28191
-- upgrade package tex-gyre-math 26838 -> 28081
-- upgrade package texdoc 26780 -> 27321
-- upgrade package texinfo 26886 -> 28224
-- upgrade package typeoutfileinfo 26313 -> 27846
-- new package ucharclasses
-- upgrade package unicode-math 26720 -> 27257
-- upgrade package xecjk 26553 -> 28115
-- upgrade package xepersian 26823 -> 28145
-- upgrade package xkeyval 15878 -> 27995
-- upgrade package ytableau 21264 -> 27430
-- deleted package luapersian
-
-texlive-core 2012.26892
-
-- 

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

2017-04-15 Thread Rémy Oudompheng
Date: Saturday, April 15, 2017 @ 08:35:07
  Author: remy
Revision: 292923

upgpkg: texlive-core 2016.42515-3

Corrects FS#53188 (CVE-2016-10243)

Modified:
  texlive-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 08:22:56 UTC (rev 292922)
+++ PKGBUILD2017-04-15 08:35:07 UTC (rev 292923)
@@ -4,7 +4,7 @@
 pkgname=texlive-core
 pkgver=2016.42515
 _revnr=${pkgver#2016.}
-pkgrel=2
+pkgrel=3
 pkgdesc="TeX Live core distribution"
 license=('GPL')
 arch=(any)
@@ -46,7 +46,7 @@
 md5sums=('ba06826f0b284a96f6384c3f56791ee3'
  'ae4f25a5e69e3debd0e662bd2231ff95'
  'd38aaf62ad1e4d09113c44cd68d82fed'
- 'df537245012f3e5f05bdc55644b7a3df'
+ '3832dc67fcae1bb0c47594ea86c25797'
  '16ad4dc53deb00029baef1b01ba1d984'
  '393a4bf67adc7ca5df2b386759d1a637')
 


[arch-commits] Commit in texlive-core/trunk (texmf.cnf)

2017-04-15 Thread Rémy Oudompheng
Date: Saturday, April 15, 2017 @ 08:22:56
  Author: remy
Revision: 292922

Remove mpost from shell_escape_commands (FS#53188)

This fix is backported from texlive trunk (revision 42605).
Reference: CVE-2016-10243

Modified:
  texlive-core/trunk/texmf.cnf

---+
 texmf.cnf |1 -
 1 file changed, 1 deletion(-)

Modified: texmf.cnf
===
--- texmf.cnf   2017-04-15 04:38:08 UTC (rev 292921)
+++ texmf.cnf   2017-04-15 08:22:56 UTC (rev 292922)
@@ -562,7 +562,6 @@
 bibtex,bibtex8,\
 kpsewhich,\
 makeindex,\
-mpost,\
 repstopdf,\
 
 % we'd like to allow:


[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

2017-04-15 Thread Jaroslav Lichtblau
Date: Saturday, April 15, 2017 @ 07:53:39
  Author: jlichtblau
Revision: 223123

upgpkg: nzbget 18.1-1 - new upstream release

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |6 +++---
 nzbget.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 07:37:58 UTC (rev 223122)
+++ PKGBUILD2017-04-15 07:53:39 UTC (rev 223123)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=nzbget
-pkgver=18.0
-pkgrel=2
+pkgver=18.1
+pkgrel=1
 pkgdesc="Download from Usenet using .nzb files"
 arch=('i686' 'x86_64')
 url="http://nzbget.net/;
@@ -15,7 +15,7 @@
 'p7zip: unpacking archives')
 changelog=$pkgname.changelog
 
source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
-sha256sums=('4bc6366286988647d42165b442a62b73a1328d7e5b5067bd0078650e1716f55b')
+sha256sums=('ddf7f9eda1cc4d6f01cd28a5ee4362ef7a399085cda45a82ffdf250d56393819')
 
 build() {
   cd $pkgname-$pkgver

Modified: nzbget.changelog
===
--- nzbget.changelog2017-04-15 07:37:58 UTC (rev 223122)
+++ nzbget.changelog2017-04-15 07:53:39 UTC (rev 223123)
@@ -1,3 +1,6 @@
+2017-04-15 Jaroslav Lichtblau 
+  * nzbget 18.1-1
+
 2017-02-12 Jaroslav Lichtblau 
   * nzbget 18.0-1
 


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

2017-04-15 Thread Jaroslav Lichtblau
Date: Saturday, April 15, 2017 @ 07:53:51
  Author: jlichtblau
Revision: 223124

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

Added:
  nzbget/repos/community-testing-i686/PKGBUILD
(from rev 223123, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-testing-i686/nzbget.changelog
(from rev 223123, nzbget/trunk/nzbget.changelog)
  nzbget/repos/community-testing-x86_64/PKGBUILD
(from rev 223123, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-testing-x86_64/nzbget.changelog
(from rev 223123, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-testing-i686/PKGBUILD
  nzbget/repos/community-testing-i686/nzbget.changelog
  nzbget/repos/community-testing-x86_64/PKGBUILD
  nzbget/repos/community-testing-x86_64/nzbget.changelog

---+
 /PKGBUILD |   68 ++
 /nzbget.changelog |  180 
 community-testing-i686/PKGBUILD   |   34 -
 community-testing-i686/nzbget.changelog   |   87 -
 community-testing-x86_64/PKGBUILD |   34 -
 community-testing-x86_64/nzbget.changelog |   87 -
 6 files changed, 248 insertions(+), 242 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-15 07:53:39 UTC (rev 223123)
+++ community-testing-i686/PKGBUILD 2017-04-15 07:53:51 UTC (rev 223124)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-
-pkgname=nzbget
-pkgver=18.0
-pkgrel=2
-pkgdesc="Download from Usenet using .nzb files"
-arch=('i686' 'x86_64')
-url="http://nzbget.net/;
-license=('GPL')
-depends=('libxml2')
-optdepends=('python: to run included scripts'
-'unrar: unpacking archives'
-'p7zip: unpacking archives')
-changelog=$pkgname.changelog
-source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
-sha256sums=('4bc6366286988647d42165b442a62b73a1328d7e5b5067bd0078650e1716f55b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/$pkgname
-  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
-}

Copied: nzbget/repos/community-testing-i686/PKGBUILD (from rev 223123, 
nzbget/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-15 07:53:51 UTC (rev 223124)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+
+pkgname=nzbget
+pkgver=18.1
+pkgrel=1
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.net/;
+license=('GPL')
+depends=('libxml2')
+optdepends=('python: to run included scripts'
+'unrar: unpacking archives'
+'p7zip: unpacking archives')
+changelog=$pkgname.changelog
+source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
+sha256sums=('ddf7f9eda1cc4d6f01cd28a5ee4362ef7a399085cda45a82ffdf250d56393819')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/$pkgname
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
+}

Deleted: community-testing-i686/nzbget.changelog
===
--- community-testing-i686/nzbget.changelog 2017-04-15 07:53:39 UTC (rev 
223123)
+++ community-testing-i686/nzbget.changelog 2017-04-15 07:53:51 UTC (rev 
223124)
@@ -1,87 +0,0 @@
-2017-02-12 Jaroslav Lichtblau 
-  * nzbget 18.0-1
-
-2016-09-05 Jaroslav Lichtblau 
-  * nzbget 17.1-1
-
-2016-07-28 Jaroslav Lichtblau 
-  * nzbget 17.0-1
-
-2015-12-05 Jaroslav Lichtblau 
-  * nzbget 16.4-1
-
-2015-10-30 Jaroslav Lichtblau 
-  * nzbget 16.3-1
-
-2015-10-25 Jaroslav Lichtblau 
-  * nzbget 16.2-2 FS#46862 fix
-
-2015-10-24 Jaroslav Lichtblau 
-  * nzbget 16.2-1
-
-2015-10-20 Jaroslav Lichtblau 
-  * nzbget 16.1-1
-
-2015-10-12 Jaroslav Lichtblau 
-  * nzbget 16.0-1
-
-2015-05-20 Jaroslav Lichtblau 
-  * nzbget 15.0-1
-
-2015-03-08 Jaroslav 

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

2017-04-15 Thread Jaroslav Lichtblau
Date: Saturday, April 15, 2017 @ 07:37:58
  Author: jlichtblau
Revision: 223122

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 223121, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-15 07:37:39 UTC (rev 223121)
+++ PKGBUILD2017-04-15 07:37:58 UTC (rev 223122)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.04.03
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('d313898eae80d4a26a08621088bd8816d176b31f330d7d9d6ce0f71381c0d0fd'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 223121, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-15 07:37:58 UTC (rev 223122)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.04.15
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('cb6ac7f73e1cd6f31dcfa78c80efd82a5b953f5e55e38140a4393eecbd55d383'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-04-15 Thread Jaroslav Lichtblau
Date: Saturday, April 15, 2017 @ 07:37:39
  Author: jlichtblau
Revision: 223121

upgpkg: youtube-dl 2017.04.15-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 04:56:55 UTC (rev 223120)
+++ PKGBUILD2017-04-15 07:37:39 UTC (rev 223121)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.04.03
+pkgver=2017.04.15
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('d313898eae80d4a26a08621088bd8816d176b31f330d7d9d6ce0f71381c0d0fd'
+sha256sums=('cb6ac7f73e1cd6f31dcfa78c80efd82a5b953f5e55e38140a4393eecbd55d383'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.