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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:58:43
  Author: felixonmars
Revision: 281890

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-mtl/repos/community-staging-x86_64/
  haskell-microlens-mtl/repos/community-staging-x86_64/PKGBUILD
(from rev 281889, haskell-microlens-mtl/trunk/PKGBUILD)

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

Copied: haskell-microlens-mtl/repos/community-staging-x86_64/PKGBUILD (from rev 
281889, haskell-microlens-mtl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-14 07:58:43 UTC (rev 281890)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-mtl
+pkgname=haskell-microlens-mtl
+pkgver=0.1.11.0
+pkgrel=6
+pkgdesc="microlens support for Reader/Writer/State from mtl"
+url="https://github.com/aelve/microlens;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-microlens' 'haskell-mtl' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8f55e0ee5ead834003df878573760ec6d36a359ab683dac3667bc562192bf7cadd56bf467a972e64233bfea5005d2289d91ad808aae5c5556631260a606af1b5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:59:20
  Author: felixonmars
Revision: 281891

upgpkg: haskell-microlens-th 0.4.1.1-7

rebuild with microlens,0.4.8.3

Modified:
  haskell-microlens-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 07:58:43 UTC (rev 281890)
+++ PKGBUILD2018-01-14 07:59:20 UTC (rev 281891)
@@ -4,7 +4,7 @@
 _hkgname=microlens-th
 pkgname=haskell-microlens-th
 pkgver=0.4.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Automatic generation of record lenses for microlens"
 url="https://github.com/aelve/microlens;
 license=('custom:BSD3')


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:57:11
  Author: felixonmars
Revision: 281887

upgpkg: haskell-microlens-ghc 0.4.8.0-6

rebuild with microlens,0.4.8.3

Modified:
  haskell-microlens-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 07:57:04 UTC (rev 281886)
+++ PKGBUILD2018-01-14 07:57:11 UTC (rev 281887)
@@ -5,7 +5,7 @@
 _hkgname=microlens-ghc
 pkgname=haskell-microlens-ghc
 pkgver=0.4.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc="microlens + array, bytestring, containers, transformers"
 url="https://github.com/aelve/microlens;
 license=("custom:BSD3")


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:58:11
  Author: felixonmars
Revision: 281889

upgpkg: haskell-microlens-mtl 0.1.11.0-6

rebuild with microlens,0.4.8.3

Modified:
  haskell-microlens-mtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 07:57:33 UTC (rev 281888)
+++ PKGBUILD2018-01-14 07:58:11 UTC (rev 281889)
@@ -4,7 +4,7 @@
 _hkgname=microlens-mtl
 pkgname=haskell-microlens-mtl
 pkgver=0.1.11.0
-pkgrel=5
+pkgrel=6
 pkgdesc="microlens support for Reader/Writer/State from mtl"
 url="https://github.com/aelve/microlens;
 license=('custom:BSD3')


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:57:33
  Author: felixonmars
Revision: 281888

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-ghc/repos/community-staging-x86_64/
  haskell-microlens-ghc/repos/community-staging-x86_64/PKGBUILD
(from rev 281887, haskell-microlens-ghc/trunk/PKGBUILD)

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

Copied: haskell-microlens-ghc/repos/community-staging-x86_64/PKGBUILD (from rev 
281887, haskell-microlens-ghc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-14 07:57:33 UTC (rev 281888)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens-ghc
+pkgname=haskell-microlens-ghc
+pkgver=0.4.8.0
+pkgrel=6
+pkgdesc="microlens + array, bytestring, containers, transformers"
+url="https://github.com/aelve/microlens;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-microlens")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c376f8a428db18c9ab37fafa4d14ef51ac7254eac99c400b06e8196803fd51efcfef454156e265b52280e2685254d4c70620467b20861645ef65d99522a5f23c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:57:04
  Author: felixonmars
Revision: 281886

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 281885, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 07:56:41 UTC (rev 281885)
+++ PKGBUILD2018-01-14 07:57:04 UTC (rev 281886)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=yapf
-pkgname=("yapf" "python2-yapf")
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="https://github.com/google/yapf;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz;)
-sha512sums=('878246ab440e539fc330f99dfb350b35a062859decf888e4d81fe721e81fd399e9c9a1db52c0fb884eb0f753d5f87d8b7ae376e2ac23b194af47156854516460')
-
-prepare() {
-  cp -a yapf-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/yapf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/yapf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/yapf-$pkgver
-  nosetests3
-
-  cd "$srcdir"/yapf-$pkgver-py2
-  nosetests2
-}
-
-package_yapf() {
-  depends=('python-setuptools')
-
-  cd yapf-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd yapf-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/yapf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yapf/repos/community-any/PKGBUILD (from rev 281885, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-14 07:57:04 UTC (rev 281886)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("yapf" "python2-yapf")
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="https://github.com/google/yapf;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz;)
+sha512sums=('87ab21283b1d2bb319db5c3ed810bf84a5aa9491f04178f186ab84beb6bf4f1052d52d1f7b30d7c1b5ea41c077976fc3ff43683a44b8b3e9170cbb21047e5177')
+
+prepare() {
+  cp -a yapf-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/yapf-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/yapf-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/yapf-$pkgver
+  nosetests3
+
+  cd "$srcdir"/yapf-$pkgver-py2
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd yapf-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd yapf-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/yapf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:56:41
  Author: felixonmars
Revision: 281885

upgpkg: yapf 0.20.1-1

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 07:56:20 UTC (rev 281884)
+++ PKGBUILD2018-01-14 07:56:41 UTC (rev 281885)
@@ -3,7 +3,7 @@
 
 pkgbase=yapf
 pkgname=("yapf" "python2-yapf")
-pkgver=0.20.0
+pkgver=0.20.1
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz;)
-sha512sums=('878246ab440e539fc330f99dfb350b35a062859decf888e4d81fe721e81fd399e9c9a1db52c0fb884eb0f753d5f87d8b7ae376e2ac23b194af47156854516460')
+sha512sums=('87ab21283b1d2bb319db5c3ed810bf84a5aa9491f04178f186ab84beb6bf4f1052d52d1f7b30d7c1b5ea41c077976fc3ff43683a44b8b3e9170cbb21047e5177')
 
 prepare() {
   cp -a yapf-$pkgver{,-py2}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:56:20
  Author: felixonmars
Revision: 281884

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-aeson/repos/community-staging-x86_64/
  haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 281883, haskell-microlens-aeson/trunk/PKGBUILD)

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

Copied: haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD (from 
rev 281883, haskell-microlens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-14 07:56:20 UTC (rev 281884)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-aeson
+pkgname=haskell-microlens-aeson
+pkgver=2.2.0.2
+pkgrel=4
+pkgdesc="Law-abiding lenses for Aeson, using microlens"
+url="https://github.com/fosskers/microlens-aeson/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('debb55f5c66e873cd64712f2e82bcee920db14aaba0fe1f282c1c0209e9db86b2a1a18b6081ac94361a70e5aed1dbb76edc129bfc19609f2454c8d5c7bcba1cb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:55:24
  Author: felixonmars
Revision: 281882

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-microlens/repos/community-staging-x86_64/PKGBUILD (from rev 
281881, haskell-microlens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-14 07:55:24 UTC (rev 281882)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens
+pkgname=haskell-microlens
+pkgver=0.4.8.3
+pkgrel=1
+pkgdesc="A tiny lens library with no dependencies. If you're writing an app, 
you probably want microlens-platform, not this."
+url="https://github.com/aelve/microlens;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9c4236032bb8783065392c8943dedee1d6fcbdcb182c495710dc4961259281b899d1c5c3337d1b27ddbc41c0a658d0a0d77b1faaed297b19149ac14dcb665f5c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:56:00
  Author: felixonmars
Revision: 281883

upgpkg: haskell-microlens-aeson 2.2.0.2-4

rebuild with microlens,0.4.8.3

Modified:
  haskell-microlens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 07:55:24 UTC (rev 281882)
+++ PKGBUILD2018-01-14 07:56:00 UTC (rev 281883)
@@ -4,7 +4,7 @@
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
 pkgver=2.2.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="https://github.com/fosskers/microlens-aeson/;
 license=('MIT')


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:55:03
  Author: felixonmars
Revision: 281881

upgpkg: haskell-microlens 0.4.8.3-1

rebuild with microlens,0.4.8.3

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 07:32:29 UTC (rev 281880)
+++ PKGBUILD2018-01-14 07:55:03 UTC (rev 281881)
@@ -4,8 +4,8 @@
 
 _hkgname=microlens
 pkgname=haskell-microlens
-pkgver=0.4.8.1
-pkgrel=4
+pkgver=0.4.8.3
+pkgrel=1
 pkgdesc="A tiny lens library with no dependencies. If you're writing an app, 
you probably want microlens-platform, not this."
 url="https://github.com/aelve/microlens;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('c16420d40c75c6a8903b21b34177dc5cb6d597e5fb22e60a4e3e4592aef14a488462163759a6e191b8ff02ecad1faafaca92d09a32836813db681b96f5baa664')
+sha512sums=('9c4236032bb8783065392c8943dedee1d6fcbdcb182c495710dc4961259281b899d1c5c3337d1b27ddbc41c0a658d0a0d77b1faaed297b19149ac14dcb665f5c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:32:29
  Author: felixonmars
Revision: 281880

archrelease: copy trunk to community-testing-x86_64

Added:
  mongodb/repos/community-testing-x86_64/
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 281879, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 281879, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 281879, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/mongodb.sysusers
(from rev 281879, mongodb/trunk/mongodb.sysusers)
  mongodb/repos/community-testing-x86_64/mongodb.tmpfiles
(from rev 281879, mongodb/trunk/mongodb.tmpfiles)

--+
 PKGBUILD |   82 +
 mongodb.conf |8 +
 mongodb.service  |   10 ++
 mongodb.sysusers |2 +
 mongodb.tmpfiles |2 +
 5 files changed, 104 insertions(+)

Copied: mongodb/repos/community-testing-x86_64/PKGBUILD (from rev 281879, 
mongodb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-14 07:32:29 UTC (rev 281880)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mathias Stearn 
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('x86_64')
+url='https://www.mongodb.com/'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'yaml-cpp' 'lsb-release' 
'wiredtiger'
+ 'libstemmer')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'python2-setuptools' 
'python2-regex'
+ 'python2-cheetah' 'python2-typing' 'python2-requests')
+checkdepends=('python2-pymongo' 'python2-yaml')
+optdepends=('libpcap: needed for mongosniff'
+'mongodb-tools: mongoimport, mongodump, mongotop, etc')
+backup=('etc/mongodb.conf')
+source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
+sha512sums=('7acfbcc68c1bd4e6e63eee09be1dfbb064be6f8b0144418105100a065f8162cafc9b776fe0429fd64c79b958561aa42d0bdef56588dda65acee27ccc98631f39'
+
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
+
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
+
+_scons_args=(
+  --use-system-pcre
+  --use-system-snappy
+  --use-system-yaml
+  --use-system-zlib
+  --use-system-wiredtiger
+  --use-system-stemmer
+  --use-sasl-client
+  --ssl
+  --disable-warnings-as-errors
+  # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
+  # --use-system-v8   # Doesn't compile
+  # --use-system-icu
+  # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
+)
+
+build() {
+  cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  scons core tools "${_scons_args[@]}"
+}
+
+check() {
+  cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  # Setting LANG to workaround the following test error:
+  # std::exception: locale::facet::_S_create_c_locale name not valid
+
+  # 3.6.0: mlock permission denied
+  scons unittests "${_scons_args[@]}"
+  sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
+  LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests || 
warning "Tests failed"
+
+  scons dbtest "${_scons_args[@]}"
+  python2 buildscripts/resmoke.py --suites=dbtest
+
+  scons integration_tests "${_scons_args[@]}"
+  python2 buildscripts/resmoke.py 
--suites=integration_tests_replset,integration_tests_standalone 
--dbpathPrefix="$srcdir"
+}
+
+package() {
+  cd mongodb-src-r${pkgver}
+
+  scons install --prefix="$pkgdir/usr" --nostrip "${_scons_args[@]}"
+
+  install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf"
+  install -Dm644 "$srcdir/mongodb.service" 
"$pkgdir/usr/lib/systemd/system/mongodb.service"
+  install -Dm644 "$srcdir/mongodb.sysusers" 
"$pkgdir/usr/lib/sysusers.d/mongodb.conf"
+  install -Dm644 "$srcdir/mongodb.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/mongodb.conf"
+}

Copied: 

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

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:31:39
  Author: felixonmars
Revision: 281879

upgpkg: mongodb 3.6.2-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 06:39:11 UTC (rev 281878)
+++ PKGBUILD2018-01-14 07:31:39 UTC (rev 281879)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='https://www.mongodb.com/'
@@ -22,8 +22,8 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('ad02fac423186da725493bf82a417cf5f68b08afe91c67f007b46324dfde3d6b4c51ed8eb1a314da73563be498b844f79be66a4f5d1fb83095df6c5458bd6d1f'
-
'df2dd4ca256ed8f4079be7717ca9b102d986952751d201ef560d1a043c371210a94d64412c11827b27ff61b3066c9ee5d04c5a818b9cf21a9e89d6914bf4a60d'
+sha512sums=('7acfbcc68c1bd4e6e63eee09be1dfbb064be6f8b0144418105100a065f8162cafc9b776fe0429fd64c79b958561aa42d0bdef56588dda65acee27ccc98631f39'
+
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in exim/repos/community-testing-x86_64 (21 files)

2018-01-13 Thread Eli Schwartz via arch-commits
Date: Sunday, January 14, 2018 @ 06:39:11
  Author: eschwartz
Revision: 281878

archrelease: copy trunk to community-testing-x86_64

Added:
  exim/repos/community-testing-x86_64/PKGBUILD
(from rev 281877, exim/trunk/PKGBUILD)
  exim/repos/community-testing-x86_64/aliases
(from rev 281877, exim/trunk/aliases)
  exim/repos/community-testing-x86_64/exim-submission.socket
(from rev 281877, exim/trunk/exim-submission.socket)
  exim/repos/community-testing-x86_64/exim-submission@.service
(from rev 281877, exim/trunk/exim-submission@.service)
  exim/repos/community-testing-x86_64/exim.Makefile
(from rev 281877, exim/trunk/exim.Makefile)
  exim/repos/community-testing-x86_64/exim.logrotate
(from rev 281877, exim/trunk/exim.logrotate)
  exim/repos/community-testing-x86_64/exim.service
(from rev 281877, exim/trunk/exim.service)
  exim/repos/community-testing-x86_64/exim.socket
(from rev 281877, exim/trunk/exim.socket)
  exim/repos/community-testing-x86_64/exim.sysusers
(from rev 281877, exim/trunk/exim.sysusers)
  exim/repos/community-testing-x86_64/exim.tmpfiles
(from rev 281877, exim/trunk/exim.tmpfiles)
  exim/repos/community-testing-x86_64/exim@.service
(from rev 281877, exim/trunk/exim@.service)
Deleted:
  exim/repos/community-testing-x86_64/PKGBUILD
  exim/repos/community-testing-x86_64/aliases
  exim/repos/community-testing-x86_64/exim-submission.socket
  exim/repos/community-testing-x86_64/exim-submission@.service
  exim/repos/community-testing-x86_64/exim.Makefile
  exim/repos/community-testing-x86_64/exim.install
  exim/repos/community-testing-x86_64/exim.logrotate
  exim/repos/community-testing-x86_64/exim.service
  exim/repos/community-testing-x86_64/exim.socket
  exim/repos/community-testing-x86_64/exim@.service

--+
 PKGBUILD |  192 +--
 aliases  |   70 -
 exim-submission.socket   |   20 
 exim-submission@.service |   22 
 exim.Makefile| 2460 ++---
 exim.install |   14 
 exim.logrotate   |   12 
 exim.service |   20 
 exim.socket  |   20 
 exim.sysusers|1 
 exim.tmpfiles|3 
 exim@.service|   14 
 12 files changed, 1419 insertions(+), 1429 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 06:33:54 UTC (rev 281877)
+++ PKGBUILD2018-01-14 06:39:11 UTC (rev 281878)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Lukas Fleischer 
-# Contributor: Angel Velasquez 
-# Contributor: judd 
-
-pkgname=exim
-pkgver=4.90
-pkgrel=2
-pkgdesc='Message Transfer Agent'
-arch=('x86_64')
-url='http://www.exim.org/'
-license=('GPL')
-backup=('etc/mail/aliases' 'etc/mail/exim.conf' 'etc/logrotate.d/exim')
-install='exim.install'
-depends=('gdbm' 'pcre' 'pam' 'openssl' 'libldap' 'sqlite')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-source=("https://ftp.exim.org/pub/exim/exim4/exim-$pkgver.tar.bz2"{,.asc}
-aliases
-exim.logrotate
-exim.Makefile
-exim-submission@.service
-exim.service
-exim@.service
-exim.socket
-exim-submission.socket)
-sha512sums=('0424d5d4eff28d94ade786402cfece3e2760ff0e44da3be5327b8695e4c3c483ec925ab24e13b1ebe145e204ad02b67ae99ff0992705bd1a3c312ede0464c74b'
-'SKIP'
-
'a91c6a9e5b3ac9d143741dba01e11616812ba44c3a8c768c8232364026460f0b8fdeeb120a2f2b86742a6e3ebbfc9d6335b86d108b044e43108b4a6f0374c9ad'
-
'd8e3b466e0bba8175cfe762058dec49018495a260aa5efd139f4ef435284c305958cbd7fc514e81042146368b749ae38f0bf276fc0b4b91918ef33126900aa81'
-
'3e9f65cf6f510cf7e9728ab52ec6b7896f123733c8dfaf88928098d6de55f3cc3b6b47686bc3cc0fcb18c16a3f326977be0ceeda11429a5b48897ea54026419a'
-
'dc28698f15e8eaa4614ae81fc8cb76d92fed1110ce02f7a6ee8feace418dbb194711eb2d4dd444cf818628c11721e21d80b7b974879ab6ddd78cc717cce17c2f'
-
'e2fc3966c320460a26fbbf83e98df725587dc126dfe9d7a84c3285eb4b22a061b30499425c70f3d73cf13aa81c194274004efd20ce1316836463b982117909f8'
-
'11c8133ee15b3e5193c9b1c59aed66c81b6e045dd23310bede9fcde6c88905db5ef08afdb798b53b75a7465915ea1247e980edf95db07a7f9b7bb58ce95fbb5a'
-
'db621116907ceb573e6f34581f47c91f751bff593054d7ddc32397b34c7f2405bec184bdb0589d2ac457fa3a61bcba072761e3a6293a99c9c764d2d9fd6069ae'
-
'4a233761793e3510e9efa5aad3a6098c41b757f13133a7ea825680f2b393aba8d7935f16bf1dd065dde884fe7ba45639a8d398333a7d9bf0a6b72f88c8f2a09d')
-validpgpkeys=('C693A034E1ED6EE954CAE2DA13DAD99C7E41519C'  # Phil Pennock 

-  'ACBB4324393ADE3515DA2DDA4D1E900E14C1CC04'  # Phil Pennock 


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

2018-01-13 Thread Eli Schwartz via arch-commits
Date: Sunday, January 14, 2018 @ 06:33:54
  Author: eschwartz
Revision: 281877

upgpkg: exim 4.90-3

migrate to systemd-sysusers/systemd-tmpfiles

Added:
  exim/trunk/exim.sysusers
  exim/trunk/exim.tmpfiles
Modified:
  exim/trunk/PKGBUILD
Deleted:
  exim/trunk/exim.install

---+
 PKGBUILD  |   28 ++--
 exim.install  |   14 --
 exim.sysusers |1 +
 exim.tmpfiles |3 +++
 4 files changed, 18 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 06:28:37 UTC (rev 281876)
+++ PKGBUILD2018-01-14 06:33:54 UTC (rev 281877)
@@ -7,13 +7,12 @@
 
 pkgname=exim
 pkgver=4.90
-pkgrel=2
+pkgrel=3
 pkgdesc='Message Transfer Agent'
 arch=('x86_64')
-url='http://www.exim.org/'
+url='https://www.exim.org/'
 license=('GPL')
 backup=('etc/mail/aliases' 'etc/mail/exim.conf' 'etc/logrotate.d/exim')
-install='exim.install'
 depends=('gdbm' 'pcre' 'pam' 'openssl' 'libldap' 'sqlite')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
@@ -25,7 +24,9 @@
 exim.service
 exim@.service
 exim.socket
-exim-submission.socket)
+exim-submission.socket
+exim.sysusers
+exim.tmpfiles)
 
sha512sums=('0424d5d4eff28d94ade786402cfece3e2760ff0e44da3be5327b8695e4c3c483ec925ab24e13b1ebe145e204ad02b67ae99ff0992705bd1a3c312ede0464c74b'
 'SKIP'
 
'a91c6a9e5b3ac9d143741dba01e11616812ba44c3a8c768c8232364026460f0b8fdeeb120a2f2b86742a6e3ebbfc9d6335b86d108b044e43108b4a6f0374c9ad'
@@ -35,7 +36,9 @@
 
'e2fc3966c320460a26fbbf83e98df725587dc126dfe9d7a84c3285eb4b22a061b30499425c70f3d73cf13aa81c194274004efd20ce1316836463b982117909f8'
 
'11c8133ee15b3e5193c9b1c59aed66c81b6e045dd23310bede9fcde6c88905db5ef08afdb798b53b75a7465915ea1247e980edf95db07a7f9b7bb58ce95fbb5a'
 
'db621116907ceb573e6f34581f47c91f751bff593054d7ddc32397b34c7f2405bec184bdb0589d2ac457fa3a61bcba072761e3a6293a99c9c764d2d9fd6069ae'
-
'4a233761793e3510e9efa5aad3a6098c41b757f13133a7ea825680f2b393aba8d7935f16bf1dd065dde884fe7ba45639a8d398333a7d9bf0a6b72f88c8f2a09d')
+
'4a233761793e3510e9efa5aad3a6098c41b757f13133a7ea825680f2b393aba8d7935f16bf1dd065dde884fe7ba45639a8d398333a7d9bf0a6b72f88c8f2a09d'
+
'87a16aa7bd60a8df0da8131bb811825232f25e934b9326460a2f8f0f8e0f44c53d71b1225ecfee8d30c8714f6e9f85f5f0821e346a7751d43683b406376d605b'
+
'f8a34fea0a65d0992732bc444bbb334d060de7d91d9cca6f00bc950ba289afa813783517dd3999437f89bc194290785805df7081606a65abb1db3fd3b3aa94ca')
 validpgpkeys=('C693A034E1ED6EE954CAE2DA13DAD99C7E41519C'  # Phil Pennock 

   'ACBB4324393ADE3515DA2DDA4D1E900E14C1CC04'  # Phil Pennock 

   'E5CA331D44AB8E4C806FDBEE26101B62F69376CE'  # Heiko 
Schlittermann (Exim MTA Maintainer) 
@@ -54,26 +57,23 @@
   install -Dm0644 ../exim.logrotate "$pkgdir"/etc/logrotate.d/exim
   install -Dm0644 doc/exim.8 "$pkgdir"/usr/share/man/man8/exim.8
 
-  mkdir -p "$pkgdir"/var/spool/exim/db "$pkgdir"/etc/mail \
-"$pkgdir"/var/log/exim "$pkgdir"/usr/{lib,bin}
+  install -Dm0644 ../exim.sysusers "$pkgdir"/usr/lib/sysusers.d/exim.conf
+  install -Dm0644 ../exim.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/exim.conf
 
-  chmod 770 "$pkgdir"/var/spool/exim{,/db} "$pkgdir"/var/log/exim
-  chown 0:79 "$pkgdir"/var/spool/exim "$pkgdir"/var/log/exim
-  chown 79:79 "$pkgdir"/var/spool/exim/db
-
   cd build-Linux-*
   for i in exicyclog exim_checkaccess exim_dumpdb exim_lock exim_tidydb \
 exipick exiqsumm exigrep exim_dbmbuild exim exim_fixdb eximstats exinext \
 exiqgrep exiwhat; do
-install -m0755 "$i" "$pkgdir"/usr/bin
+install -Dm0755 "$i" "$pkgdir"/usr/bin/$i
   done
+  chmod u+s "$pkgdir"/usr/bin/exim
 
   cd ../src
   sed -e "s|/etc/aliases|/etc/mail/aliases|g" \
 -e "s|SYSTEM_ALIASES_FILE|/etc/mail/aliases|g" \
-configure.default > "$pkgdir"/etc/mail/exim.conf
+configure.default | install -Dm0644 /dev/stdin "$pkgdir"/etc/mail/exim.conf
 
-  cp "$srcdir"/aliases "$pkgdir"/etc/mail
+  install -Dm0644 "$srcdir"/aliases "$pkgdir"/etc/mail/aliases
 
   cd "$pkgdir"/usr/bin
   for i in mailq newaliases rmail rsmtp runq sendmail; do

Deleted: exim.install
===
--- exim.install2018-01-14 06:28:37 UTC (rev 281876)
+++ exim.install2018-01-14 06:33:54 UTC (rev 281877)
@@ -1,14 +0,0 @@
-post_install() {
-  getent group exim >/dev/null 2>&1 || groupadd -g 79 exim 
-  if getent passwd exim > /dev/null 2>&1; then
-usr/sbin/usermod -d /var/spool/exim -c 'Exim MTA' -s /sbin/nologin exim > 
/dev/null 2>&1
-  else
-usr/sbin/useradd -c 'Exim MTA' -u 79 -g exim -d /var/spool/exim -s 
/sbin/nologin exim 
-  fi
-  passwd -l exim > /dev/null
-  chmod u+s /usr/bin/exim
-}
-
-post_upgrade() {
-  

[arch-commits] Commit in warsow/repos/community-x86_64 (9 files)

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 14, 2018 @ 06:28:37
  Author: svenstaro
Revision: 281876

archrelease: copy trunk to community-x86_64

Added:
  warsow/repos/community-x86_64/PKGBUILD
(from rev 281875, warsow/trunk/PKGBUILD)
  warsow/repos/community-x86_64/warsow.launcher
(from rev 281875, warsow/trunk/warsow.launcher)
  warsow/repos/community-x86_64/warsow.png
(from rev 281875, warsow/trunk/warsow.png)
  warsow/repos/community-x86_64/wsw-server.launcher
(from rev 281875, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-x86_64/wswtv-server.launcher
(from rev 281875, warsow/trunk/wswtv-server.launcher)
Deleted:
  warsow/repos/community-x86_64/PKGBUILD
  warsow/repos/community-x86_64/warsow.launcher
  warsow/repos/community-x86_64/wsw-server.launcher
  warsow/repos/community-x86_64/wswtv-server.launcher

---+
 PKGBUILD  |  122 ++--
 warsow.launcher   |   14 ++---
 wsw-server.launcher   |   14 ++---
 wswtv-server.launcher |   14 ++---
 4 files changed, 77 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 06:27:59 UTC (rev 281875)
+++ PKGBUILD2018-01-14 06:28:37 UTC (rev 281876)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-# Contributor: Aleksej Komarov 
-
-pkgname='warsow'
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
-url='https://www.warsow.gg/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
- 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
-optdepends=('openal: for openal audio support')
-provides=('warsow')
-conflicts=('warsow')
-source=('warsow.launcher'
-'wsw-server.launcher'
-'wswtv-server.launcher'
-'http://mirror.null.one/warsow_21_sdk.tar.gz')
-md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
- '45a3f846fd6ea3b7dc857e60501d0e12'
- '13d520525638c544565d8f799ffdca48'
- '41885946e562012582761af5485e6801')
-
-prepare() {
-  gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
-}
-
-build() {
-  cd "${srcdir}/source/source"
-  cmake -DQFUSION_GAME=Warsow .
-  make
-}
-
-package() {
-  local builddir="${srcdir}/source/source/build"
-
-  # Create Destination Directories
-  install -d "${pkgdir}/opt/warsow/"
-
-  # Move Compiled Data to Destination Directory except basewsw.
-  # NOTE: We don't need cgame library because it's a pure lib provided by
-  # modules_16.pk3 from warsow-data package.
-  cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
-  cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
-  cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
-  cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
-  find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
-  find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
-
-  # Install launchers to /usr/bin
-  install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
-  install -D -m 0755 "${srcdir}/wsw-server.launcher" 
"${pkgdir}/usr/bin/wsw-server"
-  install -D -m 0755 "${srcdir}/wswtv-server.launcher" 
"${pkgdir}/usr/bin/wswtv-server"
-
-  # Install the menu entry
-  install -D -m 0644 "${srcdir}/warsow.desktop" 
"${pkgdir}/usr/share/applications/warsow.desktop"
-
-  # Install the launcher icon
-  convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
-  install -D -m 0644 "${srcdir}/warsow.png" 
"${pkgdir}/usr/share/pixmaps/warsow.png"
-}

Copied: warsow/repos/community-x86_64/PKGBUILD (from rev 281875, 
warsow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-14 06:28:37 UTC (rev 281876)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: Babets
+# Contributor: Vain
+# Contributor: Aleksej Komarov 
+
+pkgname='warsow'
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
+url='https://www.warsow.gg/'
+license=('GPL')
+arch=('x86_64')
+depends=('sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
+ 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
+makedepends=('imagemagick' 'gendesk')
+optdepends=('openal: for openal audio support')
+provides=('warsow')
+conflicts=('warsow')
+source=('warsow.png'
+'warsow.launcher'
+'wsw-server.launcher'
+'wswtv-server.launcher'
+

[arch-commits] Commit in warsow/trunk (PKGBUILD warsow.png)

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 14, 2018 @ 06:27:59
  Author: svenstaro
Revision: 281875

upgpkg: warsow 2.1.2-1

Added:
  warsow/trunk/warsow.png
Modified:
  warsow/trunk/PKGBUILD

+
 PKGBUILD   |   48 +++-
 warsow.png |1 +
 2 files changed, 20 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 06:20:13 UTC (rev 281874)
+++ PKGBUILD2018-01-14 06:27:59 UTC (rev 281875)
@@ -5,53 +5,42 @@
 # Contributor: Aleksej Komarov 
 
 pkgname='warsow'
-pkgver=2.1.0
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
 url='https://www.warsow.gg/'
 license=('GPL')
 arch=('x86_64')
-depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
+depends=('sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
  'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
+makedepends=('imagemagick' 'gendesk')
 optdepends=('openal: for openal audio support')
 provides=('warsow')
 conflicts=('warsow')
-source=('warsow.launcher'
+source=('warsow.png'
+'warsow.launcher'
 'wsw-server.launcher'
 'wswtv-server.launcher'
-'http://mirror.null.one/warsow_21_sdk.tar.gz')
-md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
- '45a3f846fd6ea3b7dc857e60501d0e12'
- '13d520525638c544565d8f799ffdca48'
- '41885946e562012582761af5485e6801')
+"http://sebastian.network/warsow/warsow-${pkgver}.tar.gz;)
+sha512sums=('85e6d42f2abb6da01781758133d15906996c67ddfbcb2aba0ceecc7cbc8f8d0905fbfa1aa1e5b503099af268f1eac7c68a0cc31cab50fe23b679f37cef7f4f59'
+
'0c4e1debeb8f5aa826e89390c1e38236d5a3c500db9de8cede85d5fa25f1d4893545740175faf3a23b6a51ec8a63c14c6b3fdaca20f4b8bfb21290c092c070bb'
+
'877279ff7201e411ecec933bc829c30ae5f5135ce30ef93063dca5c13d3c838091cfc847db4264fa2080cc3df24ace3e848555617a1a85d53446d3662f64ed93'
+
'2bb689098ccf88b2b7b12e6382c17c31e9363c53a3e9e4168b5cc9fa8103894928072b923b68460d284d3e8cc051c1e69f3d53790298628c5ed0b7921e80c6bf'
+
'c26971882c6ddad7e2a2e65c61bc2a327b9690a18b8faeabb23931a3d21a5d34bfac0a27516dfd39898419daaf607f48053754024e6a0ed66cfdccda34134c15')
 
 prepare() {
   gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
 }
 
-build() {
-  cd "${srcdir}/source/source"
-  cmake -DQFUSION_GAME=Warsow .
-  make
-}
-
 package() {
-  local builddir="${srcdir}/source/source/build"
+  for wbin in warsow{,.x86_64} wsw_server{,.x86_64} wswtv_server{,.x86_64}; do
+install -Dm755 warsow-${pkgver}/${wbin} "${pkgdir}/opt/warsow/${wbin}"
+  done
+  cp -a warsow-${pkgver}/{basewsw,libs,docs} "${pkgdir}/opt/warsow/"
 
-  # Create Destination Directories
-  install -d "${pkgdir}/opt/warsow/"
+  find "${pkgdir}/opt/warsow"/{basewsw,libs,docs} -type d | xargs chmod 755
+  find "${pkgdir}/opt/warsow"/{basewsw,libs,docs} -type f | xargs chmod 644
 
-  # Move Compiled Data to Destination Directory except basewsw.
-  # NOTE: We don't need cgame library because it's a pure lib provided by
-  # modules_16.pk3 from warsow-data package.
-  cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
-  cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
-  cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
-  cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
-  find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
-  find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
-
   # Install launchers to /usr/bin
   install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
   install -D -m 0755 "${srcdir}/wsw-server.launcher" 
"${pkgdir}/usr/bin/wsw-server"
@@ -61,6 +50,7 @@
   install -D -m 0644 "${srcdir}/warsow.desktop" 
"${pkgdir}/usr/share/applications/warsow.desktop"
 
   # Install the launcher icon
-  convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
   install -D -m 0644 "${srcdir}/warsow.png" 
"${pkgdir}/usr/share/pixmaps/warsow.png"
 }
+
+# vim: ts=2 sts=2 et:

Added: warsow.png
===
(Binary files differ)

Index: warsow/trunk/warsow.png
===
--- warsow.png  2018-01-14 06:20:13 UTC (rev 281874)
+++ warsow.png  2018-01-14 06:27:59 UTC (rev 281875)

Property changes on: warsow/trunk/warsow.png
___
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property


[arch-commits] Commit in wireshark/repos (5 files)

2018-01-13 Thread Anatol Pomozov via arch-commits
Date: Sunday, January 14, 2018 @ 06:20:13
  Author: anatolik
Revision: 281874

archrelease: copy trunk to community-testing-x86_64

Added:
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 281873, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/do_not_use_svn_version.patch
(from rev 281873, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 281873, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/wireshark.sysusers
(from rev 281873, wireshark/trunk/wireshark.sysusers)

--+
 PKGBUILD |  103 +
 do_not_use_svn_version.patch |   13 +
 wireshark.install|8 +++
 wireshark.sysusers   |1 
 4 files changed, 125 insertions(+)

Copied: wireshark/repos/community-testing-x86_64/PKGBUILD (from rev 281873, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-14 06:20:13 UTC (rev 281874)
@@ -0,0 +1,103 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+
+pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=2.4.4
+pkgrel=1
+arch=('x86_64')
+license=('GPL2')
+makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
+ 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
+options=('!emptydirs')
+url='https://www.wireshark.org/'
+source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
+wireshark.sysusers
+do_not_use_svn_version.patch)
+sha256sums=('049a758e39422dcd536d7f75cebbfaa44e4f305d602bf22964d6459821126f58'
+'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
+'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # Avoid ugly "svn rev unknown from unknown" version string
+  patch -p1 < "${srcdir}/do_not_use_svn_version.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt=5 \
+  --with-gtk=3 \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5 \
+  --with-c-ares \
+  --with-geoip
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" uninstall-local
+
+  # wireshark uid group is 150
+  install -Dm644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
+  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
+  chmod 754 "${pkgdir}/usr/bin/dumpcap"
+  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
+
+  # headers
+  install -Dm 644 config.h register.h ws_diag_control.h ws_symbol_export.h -t 
"${pkgdir}/usr/include/${pkgbase}"
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -Dm 644 ${d}/*.h -t "${pkgdir}/usr/include/${pkgbase}/${d}"
+  done
+}
+
+package_wireshark-common() {
+  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
+  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-data-local
+  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
+  install -Dm 644 wireshark-gtk.desktop -t "${pkgdir}/usr/share/applications"
+}
+
+package_wireshark-qt() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt 
frontend'
+  depends=('desktop-file-utils' 'qt5-multimedia' 'wireshark-cli' 
'wireshark-common')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
+  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:

Copied: 

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

2018-01-13 Thread Anatol Pomozov via arch-commits
Date: Sunday, January 14, 2018 @ 06:19:38
  Author: anatolik
Revision: 281873

upgpkg: wireshark 2.4.4-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 05:55:27 UTC (rev 281872)
+++ PKGBUILD2018-01-14 06:19:38 UTC (rev 281873)
@@ -5,8 +5,8 @@
 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
 arch=('x86_64')
 license=('GPL2')
 makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
@@ -16,7 +16,7 @@
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers
 do_not_use_svn_version.patch)
-sha256sums=('189495996b68940626cb53b31c8902fa1bb5a96b61217cea42734c13925ff12e'
+sha256sums=('049a758e39422dcd536d7f75cebbfaa44e4f305d602bf22964d6459821126f58'
 'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
 '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 


[arch-commits] Commit in (warsow-data)

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 14, 2018 @ 05:55:27
  Author: svenstaro
Revision: 281872

Remove warsow-data because we now have the data in the main package

Deleted:
  warsow-data/


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

2018-01-13 Thread Eli Schwartz via arch-commits
Date: Sunday, January 14, 2018 @ 05:27:46
  Author: eschwartz
Revision: 281871

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   98 +++---
 config.patch|   62 ++---
 tinyproxy.install   |   19 
 tinyproxy.service   |   24 +--
 tinyproxy.sysusers.conf |1 
 tinyproxy.tmpfiles.conf |2 
 6 files changed, 95 insertions(+), 111 deletions(-)

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

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

Deleted: config.patch

[arch-commits] Commit in tinyproxy/trunk (3 files)

2018-01-13 Thread Eli Schwartz via arch-commits
Date: Sunday, January 14, 2018 @ 05:27:10
  Author: eschwartz
Revision: 281870

upgpkg: tinyproxy 1.8.4-4

migrate to systemd-sysusers

Added:
  tinyproxy/trunk/tinyproxy.sysusers.conf
Modified:
  tinyproxy/trunk/PKGBUILD
Deleted:
  tinyproxy/trunk/tinyproxy.install

-+
 PKGBUILD|6 --
 tinyproxy.install   |   19 ---
 tinyproxy.sysusers.conf |1 +
 3 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 01:32:24 UTC (rev 281869)
+++ PKGBUILD2018-01-14 05:27:10 UTC (rev 281870)
@@ -4,7 +4,7 @@
 
 pkgname=tinyproxy
 pkgver=1.8.4
-pkgrel=3
+pkgrel=4
 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
 arch=('x86_64')
 url='https://banu.com/tinyproxy/'
@@ -11,15 +11,16 @@
 license=('GPL')
 depends=(glibc)
 makedepends=('asciidoc')
-install="${pkgname}.install"
 backup=('etc/tinyproxy/tinyproxy.conf')
 validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
 
source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+'tinyproxy.sysusers.conf'
 'tinyproxy.tmpfiles.conf'
 'tinyproxy.service'
 config.patch)
 md5sums=('7d3378ad9681be3423c491775f7d9e35'
  'SKIP'
+ 'ca7855ca22a2676061ef8b246c8bf6f4'
  'b747d0f253ba7bb3f604e69a35a278bf'
  'e1e9212461cec588df219c35aba78d04'
  '9739e020c40abefd6e921e9cff854f35')
@@ -42,6 +43,7 @@
 
   make DESTDIR="${pkgdir}" install
   install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
+  install -Dm0644 "${srcdir}/tinyproxy.sysusers.conf" 
"${pkgdir}/usr/lib/sysusers.d/tinyproxy.conf"
 
   install -Dm0644 "${srcdir}/tinyproxy.service" \
 "${pkgdir}/usr/lib/systemd/system/tinyproxy.service"

Deleted: tinyproxy.install
===
--- tinyproxy.install   2018-01-14 01:32:24 UTC (rev 281869)
+++ tinyproxy.install   2018-01-14 05:27:10 UTC (rev 281870)
@@ -1,19 +0,0 @@
-post_install() {
-  getent group tinyproxy &>/dev/null || groupadd -g 186 tinyproxy >/dev/null
-  getent passwd tinyproxy &>/dev/null || useradd -u 186 -g tinyproxy -d / \
- -c 'HTTP proxy daemon' \
- -s /bin/nologin \
- tinyproxy >/dev/null
-  if [ ! -d /run/tinyproxy ]; then
-install -dm0770 -o tinyproxy -g tinyproxy /run/tinyproxy
-  fi
-}
-
-post_upgrade() {
-  post_install "$@"
-
-  if [[ $(vercmp $2 1.8.3-7) -le 0 ]]; then
-post_install
-chown -R tinyproxy:tinyproxy /run/tinyproxy
-  fi
-}

Added: tinyproxy.sysusers.conf
===
--- tinyproxy.sysusers.conf (rev 0)
+++ tinyproxy.sysusers.conf 2018-01-14 05:27:10 UTC (rev 281870)
@@ -0,0 +1 @@
+u tinyproxy 186 "HTTP proxy daemon" -


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

2018-01-13 Thread Balló György via arch-commits
Date: Sunday, January 14, 2018 @ 01:32:24
  Author: bgyorgy
Revision: 281869

gnokii: Use https URL

Modified:
  gnokii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 00:21:10 UTC (rev 281868)
+++ PKGBUILD2018-01-14 01:32:24 UTC (rev 281869)
@@ -9,7 +9,7 @@
 pkgrel=15
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('x86_64')
-url="http://www.gnokii.org/;
+url="https://www.gnokii.org/;
 license=('GPL')
 depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite' 'systemd')
 makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')


[arch-commits] Commit in agave/repos/community-x86_64 (8 files)

2018-01-13 Thread Balló György via arch-commits
Date: Sunday, January 14, 2018 @ 00:21:10
  Author: bgyorgy
Revision: 281868

archrelease: copy trunk to community-x86_64

Added:
  agave/repos/community-x86_64/PKGBUILD
(from rev 281867, agave/trunk/PKGBUILD)
  agave/repos/community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch
(from rev 281867, agave/trunk/agave-0.4.7-mdv-fix-str-fmt.patch)
  agave/repos/community-x86_64/drop-libgnome.patch
(from rev 281867, agave/trunk/drop-libgnome.patch)
  agave/repos/community-x86_64/schemebox.patch
(from rev 281867, agave/trunk/schemebox.patch)
Deleted:
  agave/repos/community-x86_64/PKGBUILD
  agave/repos/community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch
  agave/repos/community-x86_64/drop-libgnome.patch
  agave/repos/community-x86_64/schemebox.patch

---+
 PKGBUILD  |  107 +
 agave-0.4.7-mdv-fix-str-fmt.patch |   24 +++---
 drop-libgnome.patch   |  132 ++--
 schemebox.patch   |   22 +++---
 4 files changed, 139 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 00:21:03 UTC (rev 281867)
+++ PKGBUILD2018-01-14 00:21:10 UTC (rev 281868)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-
-pkgname=agave
-pkgver=0.4.7
-pkgrel=8
-pkgdesc="Colorscheme designer tool for GNOME"
-arch=('i686' 'x86_64')
-url="http://web.archive.org/web/20170308183221/http://home.gna.org/colorscheme/;
-license=('GPL')
-depends=('libglademm' 'gconfmm')
-makedepends=('gnome-doc-utils' 'intltool' 'boost' 'cppunit')
-source=("http://web.archive.org/web/20170227035931/http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2"{,.sig}
-agave-0.4.7-mdv-fix-str-fmt.patch
-schemebox.patch
-drop-libgnome.patch)
-validpgpkeys=('CAD6D32E41FEE86D519CBC60945C0F11A1C5E0E3') # Jonathon Jongsma
-md5sums=('93097881f28dcae1eca2800a763f77c3'
- 'SKIP'
- 'd96ddfe751d8fd4d13a443b94fafb0b6'
- 'c41adfd52ecbf837f4338e67693640fc'
- '7419d23329f847dcde12baa467b52135')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Build fix from Fedora
-  patch -Np1 -i "$srcdir/agave-0.4.7-mdv-fix-str-fmt.patch"
-
-  # Another build fix
-  patch -Np1 -i "$srcdir/schemebox.patch"
-
-  # Remove deprecated libgnome dependency
-  patch -Np1 -i "$srcdir/drop-libgnome.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  CXXFLAGS+=' -std=c++11'
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-scrollkeeper --disable-gnome --disable-schemas-install 
\
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: agave/repos/community-x86_64/PKGBUILD (from rev 281867, 
agave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-14 00:21:10 UTC (rev 281868)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+
+pkgname=agave
+pkgver=0.4.7
+pkgrel=9
+pkgdesc="Colorscheme designer tool for GNOME"
+arch=('x86_64')
+url="https://web.archive.org/web/20170327063642/http://home.gna.org/colorscheme/;
+license=('GPL')
+depends=('libglademm' 'gconfmm')
+makedepends=('gnome-doc-utils' 'intltool' 'boost')
+source=(http://ftp.debian.org/debian/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz
+agave-0.4.7-mdv-fix-str-fmt.patch
+schemebox.patch
+drop-libgnome.patch)
+sha256sums=('4005361ab1b137029c7d50afbbfbae7d83bdde7cec3e155a85eed59f6ec4e6fc'
+'132008f0bbe040c59bbc134d9ca3eb244967a66f95bf113d94e976b8ed776c6c'
+'0471ac9d7057f83d3fc667d7387837a2d85cb0d15a58853dd673a6ea1459623c'
+'8651250047b5882b00d28ac6d7ff587f53f99bd681c201545b6cf25c5acaaac6')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Build fix from Fedora
+  patch -Np1 -i ../agave-0.4.7-mdv-fix-str-fmt.patch
+
+  # Another build fix
+  patch -Np1 -i ../schemebox.patch
+
+  # Remove deprecated libgnome dependency
+  patch -Np1 -i ../drop-libgnome.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-scrollkeeper --disable-gnome --disable-schemas-install 
\
+  

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

2018-01-13 Thread Balló György via arch-commits
Date: Sunday, January 14, 2018 @ 00:21:03
  Author: bgyorgy
Revision: 281867

upgpkg: agave 0.4.7-9

Fix build by removing broken tests, use Debian source as it's more reliable

Modified:
  agave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 00:03:33 UTC (rev 281866)
+++ PKGBUILD2018-01-14 00:21:03 UTC (rev 281867)
@@ -6,39 +6,37 @@
 
 pkgname=agave
 pkgver=0.4.7
-pkgrel=8
+pkgrel=9
 pkgdesc="Colorscheme designer tool for GNOME"
 arch=('x86_64')
-url="http://web.archive.org/web/20170308183221/http://home.gna.org/colorscheme/;
+url="https://web.archive.org/web/20170327063642/http://home.gna.org/colorscheme/;
 license=('GPL')
 depends=('libglademm' 'gconfmm')
-makedepends=('gnome-doc-utils' 'intltool' 'boost' 'cppunit')
-source=("http://web.archive.org/web/20170227035931/http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2"{,.sig}
+makedepends=('gnome-doc-utils' 'intltool' 'boost')
+source=(http://ftp.debian.org/debian/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz
 agave-0.4.7-mdv-fix-str-fmt.patch
 schemebox.patch
 drop-libgnome.patch)
-validpgpkeys=('CAD6D32E41FEE86D519CBC60945C0F11A1C5E0E3') # Jonathon Jongsma
-md5sums=('93097881f28dcae1eca2800a763f77c3'
- 'SKIP'
- 'd96ddfe751d8fd4d13a443b94fafb0b6'
- 'c41adfd52ecbf837f4338e67693640fc'
- '7419d23329f847dcde12baa467b52135')
+sha256sums=('4005361ab1b137029c7d50afbbfbae7d83bdde7cec3e155a85eed59f6ec4e6fc'
+'132008f0bbe040c59bbc134d9ca3eb244967a66f95bf113d94e976b8ed776c6c'
+'0471ac9d7057f83d3fc667d7387837a2d85cb0d15a58853dd673a6ea1459623c'
+'8651250047b5882b00d28ac6d7ff587f53f99bd681c201545b6cf25c5acaaac6')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   # Build fix from Fedora
-  patch -Np1 -i "$srcdir/agave-0.4.7-mdv-fix-str-fmt.patch"
+  patch -Np1 -i ../agave-0.4.7-mdv-fix-str-fmt.patch
 
   # Another build fix
-  patch -Np1 -i "$srcdir/schemebox.patch"
+  patch -Np1 -i ../schemebox.patch
 
   # Remove deprecated libgnome dependency
-  patch -Np1 -i "$srcdir/drop-libgnome.patch"
+  patch -Np1 -i ../drop-libgnome.patch
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-scrollkeeper --disable-gnome --disable-schemas-install 
\
@@ -46,12 +44,7 @@
   make
 }
 
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in spyder/repos (7 files)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 14, 2018 @ 00:03:33
  Author: muflone
Revision: 281866

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 281865, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 281865, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 281865, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 281865, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 281865, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 281865, spyder/trunk/spyder2.install)

+
 PKGBUILD   |  107 +++
 bug_51437_spyder2.patch|   51 
 bug_53489_python2-optional-nbconvert.patch |   12 +++
 bug_54508_missing_pyqt4_qtwebkit.patch |   24 ++
 python2.patch  |   17 
 spyder2.install|8 ++
 6 files changed, 219 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 281865, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-14 00:03:33 UTC (rev 281866)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder2' 'spyder3')
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='https://github.com/spyder-ide/spyder/'
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+"python2.patch"
+"bug_53489_python2-optional-nbconvert.patch"
+"bug_54508_missing_pyqt4_qtwebkit.patch"
+"bug_51437_spyder2.patch")
+sha256sums=('119546359c00574619bb26cba0c10697dfb7bdf1e539fdde7f5e2d7fdb7d56f3'
+'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
+'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
+'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
+'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
+  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
+  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
+  patch -p1 -i "../bug_51437_spyder2.patch"
+  mv "img_src/spyder.png" "img_src/spyder2.png"
+  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
+
+  # Prepare sources for spyder2 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
+  cd "${srcdir}/spyder2-${pkgver}"
+  patch -p1 -i "../python2.patch"
+  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
+
+  # Prepare sources for spyder3 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
+  cd "${srcdir}/spyder3-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package_spyder2() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
+   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
+   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
+   'python2-opengl' 'python2-cloudpickle' 'icu' 
'gtk-update-icon-cache')
+  provides=('spyder')
+  conflicts=('spyder')
+  replaces=('spyder')
+  optdepends=('python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  install="${pkgname}.install"
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" 

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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 14, 2018 @ 00:01:30
  Author: muflone
Revision: 281865

upgpkg: spyder 3.2.6-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 23:55:02 UTC (rev 281864)
+++ PKGBUILD2018-01-14 00:01:30 UTC (rev 281865)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('44679c70069514d6ed2f582080ee6bae5eebdef3be11279c64250eef52b6a027'
+sha256sums=('119546359c00574619bb26cba0c10697dfb7bdf1e539fdde7f5e2d7fdb7d56f3'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:55:02
  Author: muflone
Revision: 281864

spyder 3.2.5-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 23:53:46 UTC (rev 281863)
+++ PKGBUILD2018-01-13 23:55:02 UTC (rev 281864)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('5206a69193038fb29b6d0a5a68591c4222d2abdb058bdfef87081f0d48ea80be'
+sha256sums=('44679c70069514d6ed2f582080ee6bae5eebdef3be11279c64250eef52b6a027'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
@@ -56,7 +56,7 @@
   depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'icu' 'gtk-update-icon-cache')
+   'python2-opengl' 'python2-cloudpickle' 'icu' 
'gtk-update-icon-cache')
   provides=('spyder')
   conflicts=('spyder')
   replaces=('spyder')
@@ -86,7 +86,7 @@
'python-pyflakes' 'python-pyzmq' 'python-pygments' 'python-psutil' 
'python-pickleshare'
'jupyter' 'jupyter-nbconvert'
'python-rope' 'python-jedi' 'python-pylint' 'python-pycodestyle' 
'python-sphinx'
-   'icu' 'gtk-update-icon-cache')
+   'python-opengl' 'python-cloudpickle' 'icu' 'gtk-update-icon-cache')
   optdepends=('python-numpy: N-dimensional arrays'
   'python-scipy: signal/image processing'
   'python-h5py: HDF5 support'


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 23:53:46
  Author: bgyorgy
Revision: 281863

planner: Fix build

Modified:
  planner/repos/community-x86_64/PKGBUILD
  planner/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |3 ++-
 trunk/PKGBUILD  |3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-01-13 23:47:41 UTC (rev 281862)
+++ repos/community-x86_64/PKGBUILD 2018-01-13 23:53:46 UTC (rev 281863)
@@ -44,7 +44,8 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-update-mimedb --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+  PYTHON=/usr/bin/python2
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 23:47:41 UTC (rev 281862)
+++ trunk/PKGBUILD  2018-01-13 23:53:46 UTC (rev 281863)
@@ -44,7 +44,8 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-update-mimedb --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+  PYTHON=/usr/bin/python2
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:47:41
  Author: muflone
Revision: 281862

archrelease: copy trunk to community-testing-any

Added:
  python-cloudpickle/repos/community-testing-any/
  python-cloudpickle/repos/community-testing-any/PKGBUILD
(from rev 281860, python-cloudpickle/trunk/PKGBUILD)

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

Copied: python-cloudpickle/repos/community-testing-any/PKGBUILD (from rev 
281860, python-cloudpickle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-13 23:47:41 UTC (rev 281862)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chris Warrick 
+
+pkgbase=python-cloudpickle
+pkgname=('python-cloudpickle' 'python2-cloudpickle')
+_pyname=cloudpickle
+pkgver=0.5.2
+pkgrel=2
+pkgdesc='Extended pickling support for Python objects'
+arch=('any')
+url='https://github.com/cloudpipe/cloudpickle'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
+sha256sums=('b0e63dd89ed5285171a570186751bc9b84493675e99e12789e9a5dc5490ef554')
+
+prepare() {
+  # Prepare sources for python2 build
+  cp -r "${_pyname}-${pkgver}" "python2-cloudpickle-${pkgver}"
+}
+
+package_python-cloudpickle() {
+  depends=('python-setuptools')
+
+  cd "${_pyname}-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-cloudpickle() {
+  depends=('python2-setuptools')
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2018-01-13 Thread Jerome Leclanche via arch-commits
Date: Saturday, January 13, 2018 @ 23:47:37
  Author: jleclanche
Revision: 281861

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 281860, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 23:47:28 UTC (rev 281860)
+++ PKGBUILD2018-01-13 23:47:37 UTC (rev 281861)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=prettier
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="An opinionated code formatter for JavScript, ES2017, JSX, Flow, 
TypeScript, JSON, CSS, LESS, SCSS, GraphQL, Markdown"
-arch=("any")
-
-url="https://prettier.io/;
-license=("MIT")
-depends=("nodejs")
-makedepends=("npm")
-source=("https://registry.npmjs.org/less/-/$pkgname-$pkgver.tgz;)
-sha256sums=("86114f342cf7cc8bfef128927ec32f59ea83dae0ff1774782799ca9e6db70074")
-noextract=("$pkgname-$pkgver.tgz")
-
-
-package() {
-   npm install -g --prefix "$pkgdir/usr" "$srcdir"/$pkgname-$pkgver.tgz
-   rmdir "$pkgdir/usr/etc"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 281860, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 23:47:37 UTC (rev 281861)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=prettier
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="An opinionated code formatter for JavScript, ES2017, JSX, Flow, 
TypeScript, JSON, CSS, LESS, SCSS, GraphQL, Markdown"
+arch=("any")
+
+url="https://prettier.io/;
+license=("MIT")
+depends=("nodejs")
+makedepends=("npm")
+source=("https://registry.npmjs.org/less/-/$pkgname-$pkgver.tgz;)
+sha256sums=("a0603eb7fad1cbef2e503f508f44d927a99c6542087c5fda7a063a3eed4166ae")
+noextract=("$pkgname-$pkgver.tgz")
+
+
+package() {
+   npm install -g --prefix "$pkgdir/usr" "$srcdir"/$pkgname-$pkgver.tgz
+   rmdir "$pkgdir/usr/etc"
+}


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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:47:28
  Author: muflone
Revision: 281860

upgpkg: python-cloudpickle 0.5.2-2

Added:
  python-cloudpickle/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 23:47:28 UTC (rev 281860)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chris Warrick 
+
+pkgbase=python-cloudpickle
+pkgname=('python-cloudpickle' 'python2-cloudpickle')
+_pyname=cloudpickle
+pkgver=0.5.2
+pkgrel=2
+pkgdesc='Extended pickling support for Python objects'
+arch=('any')
+url='https://github.com/cloudpipe/cloudpickle'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
+sha256sums=('b0e63dd89ed5285171a570186751bc9b84493675e99e12789e9a5dc5490ef554')
+
+prepare() {
+  # Prepare sources for python2 build
+  cp -r "${_pyname}-${pkgver}" "python2-cloudpickle-${pkgver}"
+}
+
+package_python-cloudpickle() {
+  depends=('python-setuptools')
+
+  cd "${_pyname}-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-cloudpickle() {
+  depends=('python2-setuptools')
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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


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

2018-01-13 Thread Jerome Leclanche via arch-commits
Date: Saturday, January 13, 2018 @ 23:47:12
  Author: jleclanche
Revision: 281859

upgpkg: prettier 1.10.2-1

Upstream release 1.10.2

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 23:46:37 UTC (rev 281858)
+++ PKGBUILD2018-01-13 23:47:12 UTC (rev 281859)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=prettier
-pkgver=1.10.0
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="An opinionated code formatter for JavScript, ES2017, JSX, Flow, 
TypeScript, JSON, CSS, LESS, SCSS, GraphQL, Markdown"
 arch=("any")
@@ -12,7 +12,7 @@
 depends=("nodejs")
 makedepends=("npm")
 source=("https://registry.npmjs.org/less/-/$pkgname-$pkgver.tgz;)
-sha256sums=("86114f342cf7cc8bfef128927ec32f59ea83dae0ff1774782799ca9e6db70074")
+sha256sums=("a0603eb7fad1cbef2e503f508f44d927a99c6542087c5fda7a063a3eed4166ae")
 noextract=("$pkgname-$pkgver.tgz")
 
 


[arch-commits] Commit in (3 files)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:46:37
  Author: muflone
Revision: 281858

New package python-cloudpickle

Added:
  python-cloudpickle/
  python-cloudpickle/repos/
  python-cloudpickle/trunk/


[arch-commits] Commit in dbeaver-plugin-office/repos (3 files)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:21:00
  Author: muflone
Revision: 281857

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-office/repos/community-testing-any/
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
(from rev 281856, dbeaver-plugin-office/trunk/PKGBUILD)
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info
(from rev 281856, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)

+
 PKGBUILD   |   35 +++
 dbeaver-plugin-office.info |1 +
 2 files changed, 36 insertions(+)

Copied: dbeaver-plugin-office/repos/community-testing-any/PKGBUILD (from rev 
281856, dbeaver-plugin-office/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-13 23:21:00 UTC (rev 281857)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.10
+pkgrel=1
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('83881d80337d6fea775e0e66104b5421b23118decb468d85118ee596a922d723'
+'7de1a4e7d2052a1cf87ae0789f3c21a3cf2ec2176668484da3300b1c82e611cd'
+'926f5351611cc41d9cb54fa981fc714aebe98062589149d4f826c4f28a2edc04')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info 
(from rev 281856, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)
===
--- community-testing-any/dbeaver-plugin-office.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-office.info2018-01-13 23:21:00 UTC 
(rev 281857)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.data.office,1.1.10,plugins/org.jkiss.dbeaver.data.office_1.1.10.jar,4,false


[arch-commits] Commit in dbeaver-plugin-office/trunk (2 files)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:20:40
  Author: muflone
Revision: 281856

upgpkg: dbeaver-plugin-office 1.1.10-1

Modified:
  dbeaver-plugin-office/trunk/PKGBUILD
  dbeaver-plugin-office/trunk/dbeaver-plugin-office.info

+
 PKGBUILD   |8 
 dbeaver-plugin-office.info |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 23:19:04 UTC (rev 281855)
+++ PKGBUILD2018-01-13 23:20:40 UTC (rev 281856)
@@ -2,7 +2,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-office
-pkgver=1.1.6
+pkgver=1.1.10
 pkgrel=1
 pkgdesc='DBeaver plugin to export data to Microsoft Office format'
 arch=('any')
@@ -13,9 +13,9 @@
 
source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
 
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('ec8947fc8bd09ff2ca51e045359a071f6c3197d26f0d7a78828d5ccd94b83e26'
-'ff0c33180fa94ab641eb59293db4bb457c34059f0ebfba077dba9ab812d2921d'
-'c82774a0b1393a325884beaad24cc0c5441e761398f735743e30c6e8fd31981a')
+sha256sums=('83881d80337d6fea775e0e66104b5421b23118decb468d85118ee596a922d723'
+'7de1a4e7d2052a1cf87ae0789f3c21a3cf2ec2176668484da3300b1c82e611cd'
+'926f5351611cc41d9cb54fa981fc714aebe98062589149d4f826c4f28a2edc04')
 noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
"org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-office.info
===
--- dbeaver-plugin-office.info  2018-01-13 23:19:04 UTC (rev 281855)
+++ dbeaver-plugin-office.info  2018-01-13 23:20:40 UTC (rev 281856)
@@ -1 +1 @@
-org.jkiss.dbeaver.data.office,1.1.6,plugins/org.jkiss.dbeaver.data.office_1.1.6.jar,4,false
+org.jkiss.dbeaver.data.office,1.1.10,plugins/org.jkiss.dbeaver.data.office_1.1.10.jar,4,false


[arch-commits] Commit in hamster-time-tracker/trunk (PKGBUILD)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 23:19:04
  Author: bgyorgy
Revision: 281855

hamster-time-tracker: Use https URL

Modified:
  hamster-time-tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 23:16:08 UTC (rev 281854)
+++ PKGBUILD2018-01-13 23:19:04 UTC (rev 281855)
@@ -8,7 +8,7 @@
 pkgrel=3
 pkgdesc="Time tracking application that helps you to keep track on how much 
time you have spent during the day on activities you choose to track"
 arch=('any')
-url="http://projecthamster.wordpress.com/;
+url="https://projecthamster.wordpress.com/;
 license=('GPL')
 depends=('python2-dbus' 'python2-gconf' 'python2-notify' 'python2-wnck' 
'python2-xdg' 'desktop-file-utils')
 makedepends=('intltool' 'gnome-doc-utils')


[arch-commits] Commit in dbeaver-plugin-svg-format/repos (3 files)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:16:08
  Author: muflone
Revision: 281854

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-svg-format/repos/community-testing-any/
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
(from rev 281853, dbeaver-plugin-svg-format/trunk/PKGBUILD)
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
(from rev 281853, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)

+
 PKGBUILD   |   36 
 dbeaver-plugin-svg-format.info |1 +
 2 files changed, 37 insertions(+)

Copied: dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD (from 
rev 281853, dbeaver-plugin-svg-format/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-13 23:16:08 UTC (rev 281854)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-svg-format
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='DBeaver plugin to save diagrams in SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('b35bb55146906abf09931dbb03b0b9ddb250a7e64e68d5a6900cb247ffc625d1'
+'027f0a55abcbea15be8023188edd2a62d5915581c0c850a4384ed825fa018599'
+'a25edd5a4e37d24c37decbc20eb282049b7c62cc296090885fa52fe8f7c42a55')
+noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+   "ui.svg.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
 (from rev 281853, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)
===
--- community-testing-any/dbeaver-plugin-svg-format.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-svg-format.info2018-01-13 
23:16:08 UTC (rev 281854)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.ext.ui.svg,1.0.9,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.9.jar,4,false


[arch-commits] Commit in dbeaver-plugin-svg-format/trunk (2 files)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:15:01
  Author: muflone
Revision: 281853

upgpkg: dbeaver-plugin-svg-format 1.0.9-1

Modified:
  dbeaver-plugin-svg-format/trunk/PKGBUILD
  dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info

+
 PKGBUILD   |8 
 dbeaver-plugin-svg-format.info |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:56:32 UTC (rev 281852)
+++ PKGBUILD2018-01-13 23:15:01 UTC (rev 281853)
@@ -2,7 +2,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-svg-format
-pkgver=1.0.5
+pkgver=1.0.9
 pkgrel=1
 pkgdesc='DBeaver plugin to save diagrams in SVG format'
 arch=('any')
@@ -13,9 +13,9 @@
 
source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
 
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('52356c103d5e0b5b71413ca734eec91300d9d692eb889c14083a77d50da9e69a'
-'238d59d12a73577c92b2603063f663d08a4240ee124f2a2e3ae5cc24dab154da'
-'13b0f21e244caec23403eadac6b0d7fe72199fa4bd9746472626df965b202544')
+sha256sums=('b35bb55146906abf09931dbb03b0b9ddb250a7e64e68d5a6900cb247ffc625d1'
+'027f0a55abcbea15be8023188edd2a62d5915581c0c850a4384ed825fa018599'
+'a25edd5a4e37d24c37decbc20eb282049b7c62cc296090885fa52fe8f7c42a55')
 noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
"ui.svg.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-svg-format.info
===
--- dbeaver-plugin-svg-format.info  2018-01-13 22:56:32 UTC (rev 281852)
+++ dbeaver-plugin-svg-format.info  2018-01-13 23:15:01 UTC (rev 281853)
@@ -1 +1 @@
-org.jkiss.dbeaver.ext.ui.svg,1.0.5,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.5.jar,4,false
+org.jkiss.dbeaver.ext.ui.svg,1.0.9,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.9.jar,4,false


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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 22:56:32
  Author: muflone
Revision: 281852

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 281851, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 281851, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 281851, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 281851, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 281851, dbeaver/trunk/dbeaver.profile.gz)

-+
 PKGBUILD|  102 ++
 dbeaver.desktop |9 
 dbeaver.hook|   12 ++
 dbeaver.install |5 ++
 4 files changed, 128 insertions(+)

Copied: dbeaver/repos/community-testing-x86_64/PKGBUILD (from rev 281851, 
dbeaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-13 22:56:32 UTC (rev 281852)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Arne Hoch 
+
+pkgname=dbeaver
+pkgver=4.3.2
+pkgrel=1
+pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
+arch=('x86_64')
+url="http://dbeaver.jkiss.org/;
+license=("Apache")
+depends=('java-runtime=8' 'gtk2' 'gtk-update-icon-cache')
+makedepends=('maven' 'java-environment=8')
+optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
+'dbeaver-plugin-svg-format: save diagrams in SVG format')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.profile.gz"
+"${pkgname}.hook"
+"dbeaver.install")
+sha256sums=('6c25cfc4c84486d25b82267fa43ddf294ecfba1236981bfb201024df730b3d67'
+'d1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
+'29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
+'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
+'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
+install="${pkgname}.install"
+
+build() {
+  cd "${pkgname}-${pkgver}/"
+  export MAVEN_OPTS="-Xmx2048m"
+  mvn --batch-mode package
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/product/standalone"
+  # Install icons into /usr/share/icons/hicolor
+  for _size in 16 32 48 64 128 256 512
+  do
+install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
+  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
+  done
+
+  # Set system architecture
+  if [ "${CARCH}" = 'x86_64' ]; then
+_arch="x86_64"
+  else
+_arch='x86'
+  fi
+
+  # Move into the target directory
+  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${_arch}"
+
+  # Initially install everything into /usr/lib/dbeaver
+  install -m 755 -d "${pkgdir}/usr/lib"
+  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
+
+  # Move shared data to /usr/share/dbeaver
+  cd "${pkgdir}/usr/lib/${pkgname}"
+  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
+  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
+  do
+mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
+ln -s "/usr/share/${pkgname}/${_file}" .
+  done
+
+  # Install additional licenses
+  install -m 755 -d "${pkgdir}/usr/share/licenses"
+  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Install icons
+  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
+  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
+
+  # Install executable files into /usr/bin
+  install -m 755 -d "${pkgdir}/usr/bin"
+  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # Install application launcher into /usr/share/applications
+  install -m 755 -d "${pkgdir}/usr/share/applications"
+  install -m 755 -t "${pkgdir}/usr/share/applications" 
"${srcdir}/${pkgname}.desktop"
+
+  # Clean up and install new profile
+  rm -rf "${pkgdir}/usr/share/${pkgname}/p2/org.eclipse.equinox.p2.core"
+  cd 
"${pkgdir}/usr/share/${pkgname}/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile"
+  find . -name "*.profile.gz" -delete
+  install -m 644 "${srcdir}/${pkgname}.profile.gz" "1502633007017.profile.gz"
+  cd "${pkgdir}/usr/share/${pkgname}/p2/org.eclipse.equinox.p2.engine"
+  rm -f ".settings/org.eclipse.equinox.p2.artifact.repository.prefs"
+  rm ".settings/org.eclipse.equinox.p2.metadata.repository.prefs"
+  rmdir ".settings"
+
+  # Install system hook
+  install -m 755 -d 

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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 22:56:04
  Author: muflone
Revision: 281851

upgpkg: dbeaver 4.3.2-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:54:15 UTC (rev 281850)
+++ PKGBUILD2018-01-13 22:56:04 UTC (rev 281851)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('6dc115b2f7bf06320b3a54cfddefdbf62eaebe683e00d3ffcbb8dce75cde7312'
+sha256sums=('6c25cfc4c84486d25b82267fa43ddf294ecfba1236981bfb201024df730b3d67'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


[arch-commits] Commit in gourmet/trunk (.contrib)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 22:54:15
  Author: bgyorgy
Revision: 281850

gourmet: minor changes

Deleted:
  gourmet/trunk/.contrib

--+
 .contrib |3 ---
 1 file changed, 3 deletions(-)

Deleted: .contrib
===
--- .contrib2018-01-13 22:53:45 UTC (rev 281849)
+++ .contrib2018-01-13 22:54:15 UTC (rev 281850)
@@ -1,3 +0,0 @@
-# Contributor: Corrado Primier 
-# Contributor: Eric Belanger 
-# Contributor: Andrew Conkling 


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 22:53:45
  Author: bgyorgy
Revision: 281849

gourmet: minor changes

Modified:
  gourmet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:50:23 UTC (rev 281848)
+++ PKGBUILD2018-01-13 22:53:45 UTC (rev 281849)
@@ -1,6 +1,9 @@
 # $Id$
 # Maintainer: Balló György 
 # Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Eric Belanger 
+# Contributor: Andrew Conkling 
 
 pkgname=gourmet
 pkgver=0.17.4


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 22:50:23
  Author: bgyorgy
Revision: 281848

gourmet: minor changes

Modified:
  gourmet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:42:06 UTC (rev 281847)
+++ PKGBUILD2018-01-13 22:50:23 UTC (rev 281848)
@@ -7,12 +7,12 @@
 pkgrel=6
 pkgdesc="A simple but powerful recipe-managing application"
 arch=('any')
-url="http://thinkle.github.io/gourmet/;
+url="https://thinkle.github.io/gourmet/;
 license=('GPL')
 depends=('pygtk' 'python2-elib-intl' 'python2-pillow' 'python2-sqlalchemy')
 makedepends=('python2-distutils-extra')
 optdepends=('ipython2: Python Shell plugin'
-'pyrtf: RTF support'
+'python2-pyrtf: RTF support'
 'python2-beautifulsoup4: Webpage import plugin'
 'python2-gtkspell: Spell Checking plugin'
 'python2-poppler: Printing and PDF Export plugin'
@@ -25,7 +25,7 @@
 '815b0fb735d6b581fba0cec713a9ad963f842c969db9fef3e3b0d66ef11bd3b0')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   # python2 fix
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
@@ -40,11 +40,11 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python2 setup.py build
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 22:42:06
  Author: bgyorgy
Revision: 281847

cherrytree: Use https source

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:40:46 UTC (rev 281846)
+++ PKGBUILD2018-01-13 22:42:06 UTC (rev 281847)
@@ -10,12 +10,12 @@
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
-url='http://www.giuspen.com/cherrytree/'
+url='https://www.giuspen.com/cherrytree/'
 license=('GPL3')
 depends=('pygtksourceview2' 'python2-dbus')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
 sha256sums=('e2a1d2338b8d90d5db14ae8c41bda27c95ef31113f3062a1e2e7449a67f75ffd')
 
 build() {


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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 22:40:46
  Author: muflone
Revision: 281846

dbeaver 4.3.1-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:20:16 UTC (rev 281845)
+++ PKGBUILD2018-01-13 22:40:46 UTC (rev 281846)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('45cbaf59cc0fdff6929381e560f8a2049c259aaae59c20b342ae9bce6175cb7c'
+sha256sums=('6dc115b2f7bf06320b3a54cfddefdbf62eaebe683e00d3ffcbb8dce75cde7312'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
@@ -27,6 +27,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/"
+  export MAVEN_OPTS="-Xmx2048m"
   mvn --batch-mode package
 }
 


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

2018-01-13 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 13, 2018 @ 22:20:16
  Author: jelle
Revision: 281845

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 22:19:59 UTC (rev 281844)
+++ PKGBUILD2018-01-13 22:20:16 UTC (rev 281845)
@@ -1,21 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=3.4.17
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/willthames/ansible-lint;
-license=('MIT')
-depends=('python2' 'ansible')
-makedepends=('python2-distribute')
-checkdepends=('python-nose')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
-sha256sums=('0e4345881b9145c39f8a34ecdd85a99f5f4d1d38770e3486d468d4bba6737a34')
-
-package() {
-cd "${pkgname}-${pkgver}"
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 281844, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 22:20:16 UTC (rev 281845)
@@ -0,0 +1,21 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=3.4.20
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint;
+license=('MIT')
+depends=('python2' 'ansible')
+makedepends=('python2-distribute')
+checkdepends=('python-nose')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
+sha256sums=('b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2')
+
+package() {
+cd "${pkgname}-${pkgver}"
+python2 setup.py install --root="$pkgdir" --optimize=1
+install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2018-01-13 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 13, 2018 @ 22:19:59
  Author: jelle
Revision: 281844

upgpkg: ansible-lint 3.4.20-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:05:46 UTC (rev 281843)
+++ PKGBUILD2018-01-13 22:19:59 UTC (rev 281844)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.17
+pkgver=3.4.20
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
-sha256sums=('0e4345881b9145c39f8a34ecdd85a99f5f4d1d38770e3486d468d4bba6737a34')
+sha256sums=('b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2')
 
 package() {
 cd "${pkgname}-${pkgver}"


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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 22:05:46
  Author: muflone
Revision: 281843

dbeaver 4.3.0-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 21:51:50 UTC (rev 281842)
+++ PKGBUILD2018-01-13 22:05:46 UTC (rev 281843)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=4.2.6
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('8f95dd3c8d601ae61010e29167f5ba131cedc89cfeb3058fa306b61ae6127965'
+sha256sums=('45cbaf59cc0fdff6929381e560f8a2049c259aaae59c20b342ae9bce6175cb7c'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


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

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 21:51:50
  Author: muflone
Revision: 281842

dbeaver 4.2.6-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 20:44:53 UTC (rev 281841)
+++ PKGBUILD2018-01-13 21:51:50 UTC (rev 281842)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=4.2.5
+pkgver=4.2.6
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('28710fb4ef30c3e3536734393570eb6f406a36b90bc52f30b880ab04d510e556'
+sha256sums=('8f95dd3c8d601ae61010e29167f5ba131cedc89cfeb3058fa306b61ae6127965'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


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

2018-01-13 Thread David Runge via arch-commits
Date: Saturday, January 13, 2018 @ 20:44:53
  Author: dvzrv
Revision: 281841

archrelease: copy trunk to community-testing-any

Added:
  python-imdbpy/repos/community-testing-any/
  python-imdbpy/repos/community-testing-any/PKGBUILD
(from rev 281840, python-imdbpy/trunk/PKGBUILD)

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

Copied: python-imdbpy/repos/community-testing-any/PKGBUILD (from rev 281840, 
python-imdbpy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-13 20:44:53 UTC (rev 281841)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+pkgname=python-imdbpy
+pkgver=6.2
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="https://imdbpy.sourceforge.io/;
+arch=('any')
+license=('GPL2')
+depends=('python')
+makedepends=('python-pytest' 'python-setuptools')
+optdepends=('python-lxml' 'python-sqlalchemy')
+source=("https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
+sha512sums=('78b371eb73eb2eda2df465ab83a05152d156eb19dd05f317173aa15b8b56c14fa9f9d4943d053c93a29da794b608a0ea4af3353143fb76e033c6dc0d8e651cd8')
+
+prepare() {
+  cd "${pkgname/python-/}-${pkgver}"
+  # fix install folder for docs
+  sed -i "s/'doc'/'share\/doc'/g" setup.py
+  # fix install folder for config
+  sed -i "s/'etc'/'\/etc'/g" setup.py
+}
+
+build() {
+  cd "${pkgname/python-/}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname/python-/}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-01-13 Thread David Runge via arch-commits
Date: Saturday, January 13, 2018 @ 20:40:43
  Author: dvzrv
Revision: 281840

Adding python-imdbpy (replacing legacy imdbpy, which was python2 based).

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

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

Added: python-imdbpy/trunk/PKGBUILD
===
--- python-imdbpy/trunk/PKGBUILD(rev 0)
+++ python-imdbpy/trunk/PKGBUILD2018-01-13 20:40:43 UTC (rev 281840)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+pkgname=python-imdbpy
+pkgver=6.2
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="https://imdbpy.sourceforge.io/;
+arch=('any')
+license=('GPL2')
+depends=('python')
+makedepends=('python-pytest' 'python-setuptools')
+optdepends=('python-lxml' 'python-sqlalchemy')
+source=("https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
+sha512sums=('78b371eb73eb2eda2df465ab83a05152d156eb19dd05f317173aa15b8b56c14fa9f9d4943d053c93a29da794b608a0ea4af3353143fb76e033c6dc0d8e651cd8')
+
+prepare() {
+  cd "${pkgname/python-/}-${pkgver}"
+  # fix install folder for docs
+  sed -i "s/'doc'/'share\/doc'/g" setup.py
+  # fix install folder for config
+  sed -i "s/'etc'/'\/etc'/g" setup.py
+}
+
+build() {
+  cd "${pkgname/python-/}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname/python-/}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 20:18:24
  Author: arojas
Revision: 314761

archrelease: copy trunk to extra-x86_64

Added:
  spglib/repos/extra-x86_64/PKGBUILD
(from rev 314760, spglib/trunk/PKGBUILD)
Deleted:
  spglib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 20:17:43 UTC (rev 314760)
+++ PKGBUILD2018-01-13 20:18:24 UTC (rev 314761)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spglib
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="C library for finding and handling crystal symmetries"
-arch=(x86_64)
-url="https://atztogo.github.io/spglib/;
-license=(custom)
-depends=(glibc)
-makedepends=()
-source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
-sha256sums=('5907d0d29563689146512ef24aa8960d9475c5de326501f277bb58b3de21b07d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  touch INSTALL NEWS README AUTHORS
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: spglib/repos/extra-x86_64/PKGBUILD (from rev 314760, 
spglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 20:18:24 UTC (rev 314761)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spglib
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="C library for finding and handling crystal symmetries"
+arch=(x86_64)
+url="https://atztogo.github.io/spglib/;
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
+sha256sums=('43776b5fb220b746d53c1aa39d0230f304687ec05984671392bccaf850d9d696')
+
+prepare() {
+  cd $pkgname-$pkgver
+  touch INSTALL NEWS README AUTHORS
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 20:17:43
  Author: arojas
Revision: 314760

Update to 1.10.3

Modified:
  spglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 14:11:50 UTC (rev 314759)
+++ PKGBUILD2018-01-13 20:17:43 UTC (rev 314760)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=spglib
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc="C library for finding and handling crystal symmetries"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=()
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
-sha256sums=('5907d0d29563689146512ef24aa8960d9475c5de326501f277bb58b3de21b07d')
+sha256sums=('43776b5fb220b746d53c1aa39d0230f304687ec05984671392bccaf850d9d696')
 
 prepare() {
   cd $pkgname-$pkgver


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

2018-01-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 13, 2018 @ 19:42:09
  Author: bpiotrowski
Revision: 281839

Remove useless install file

Modified:
  sfml/trunk/PKGBUILD
Deleted:
  sfml/trunk/sfml.install

--+
 PKGBUILD |1 -
 sfml.install |3 ---
 2 files changed, 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 18:09:16 UTC (rev 281838)
+++ PKGBUILD2018-01-13 19:42:09 UTC (rev 281839)
@@ -11,7 +11,6 @@
 license=('zlib')
 depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 
'libx11')
 makedepends=('mesa' 'cmake' 'doxygen' 'git' 'systemd')
-install=sfml.install
 source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
 sha512sums=('SKIP')
 

Deleted: sfml.install
===
--- sfml.install2018-01-13 18:09:16 UTC (rev 281838)
+++ sfml.install2018-01-13 19:42:09 UTC (rev 281839)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
-}


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

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 13, 2018 @ 18:09:16
  Author: svenstaro
Revision: 281838

archrelease: copy trunk to community-x86_64

Added:
  pypy3/repos/community-x86_64/PKGBUILD
(from rev 281837, pypy3/trunk/PKGBUILD)
Deleted:
  pypy3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 18:09:03 UTC (rev 281837)
+++ PKGBUILD2018-01-13 18:09:16 UTC (rev 281838)
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=pypy3
-pkgver=5.10.0
-pkgrel=1
-pkgdesc="A Python3 implementation written in Python, JIT enabled"
-url="http://pypy.org;
-arch=('x86_64')
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('python2' 'sqlite' 'tk' 'python2-pycparser')
-optdepends=('sqlite: sqlite module'
-'tk: tk module')
-options=(!buildflags)
-license=('custom:MIT')
-source=("https://bitbucket.org/pypy/pypy/downloads/pypy3-v${pkgver}-src.tar.bz2;)
-sha512sums=('69a373c18dbad9dd617f994ad885c8d8975f0c484ba9dd547e6e892c9a3030a43e9e3ee668aee5f4969403883de1311cef97a0a5e5701921172ee6c2119b771b')
-
-prepare() {
-  cd pypy3-v${pkgver}-src
-}
-
-build() {
-  cd pypy3-v${pkgver}-src/pypy/goal
-
-  python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
-
-  # Compile binary modules
-  PYTHONPATH=../.. ./pypy3-c ../tool/build_cffi_imports.py
-}
-
-package() {
-  cd pypy3-v${pkgver}-src
-
-  # Prepare installation
-  python2 pypy/tool/release/package.py --archive-name pypy --targetdir .
-  mkdir unpacked
-  tar xf pypy.tar.bz2 -C unpacked
-
-  # Install pypy
-  cd unpacked
-  install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
-  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
-  cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
-  cd ..
-
-  # Install symlink
-  mkdir -p "${pkgdir}"/usr/bin
-  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
-
-  # Install misc stuff
-  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
-  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
-}
-# vim: ts=2 sw=2 et:

Copied: pypy3/repos/community-x86_64/PKGBUILD (from rev 281837, 
pypy3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 18:09:16 UTC (rev 281838)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=pypy3
+pkgver=5.10.0
+pkgrel=3
+pkgdesc="A Python3 implementation written in Python, JIT enabled"
+url="http://pypy.org;
+arch=('x86_64')
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('python2' 'sqlite' 'tk' 'python2-pycparser')
+optdepends=('sqlite: sqlite module'
+'tk: tk module')
+options=(!buildflags)
+license=('custom:MIT')
+source=("https://bitbucket.org/pypy/pypy/downloads/pypy3-v${pkgver}-src.tar.bz2;)
+sha512sums=('69a373c18dbad9dd617f994ad885c8d8975f0c484ba9dd547e6e892c9a3030a43e9e3ee668aee5f4969403883de1311cef97a0a5e5701921172ee6c2119b771b')
+
+prepare() {
+  cd pypy3-v${pkgver}-src
+}
+
+build() {
+  cd pypy3-v${pkgver}-src/pypy/goal
+
+  python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
+
+  # Compile binary modules
+  PYTHONPATH=../.. ./pypy3-c ../tool/build_cffi_imports.py
+}
+
+package() {
+  cd pypy3-v${pkgver}-src
+
+  # Prepare installation
+  python2 pypy/tool/release/package.py --archive-name pypy --targetdir .
+  mkdir unpacked
+  tar xf pypy.tar.bz2 -C unpacked
+
+  # Install pypy
+  cd unpacked
+  install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
+  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/opt/pypy3/bin/libpypy3-c.so
+  cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
+  cd ..
+
+  # Install symlinks
+  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib
+  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
+  ln -s /opt/pypy3/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
+
+  # Install misc stuff
+  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
+}
+# vim: ts=2 sw=2 et:


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

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 13, 2018 @ 18:09:03
  Author: svenstaro
Revision: 281837

upgpkg: pypy3 5.10.0-3

Try to fix FS#57064

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 18:08:53 UTC (rev 281836)
+++ PKGBUILD2018-01-13 18:09:03 UTC (rev 281837)
@@ -3,7 +3,7 @@
 
 pkgname=pypy3
 pkgver=5.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python3 implementation written in Python, JIT enabled"
 url="http://pypy.org;
 arch=('x86_64')
@@ -40,13 +40,14 @@
   # Install pypy
   cd unpacked
   install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
-  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
+  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/opt/pypy3/bin/libpypy3-c.so
   cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
   cd ..
 
-  # Install symlink
-  mkdir -p "${pkgdir}"/usr/bin
+  # Install symlinks
+  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib
   ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
+  ln -s /opt/pypy3/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
 
   # Install misc stuff
   install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst


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

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 13, 2018 @ 18:08:53
  Author: svenstaro
Revision: 281836

archrelease: copy trunk to community-x86_64

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

--+
 LICENSE  |  308 ++---
 PKGBUILD |  107 ++---
 2 files changed, 208 insertions(+), 207 deletions(-)

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

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

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 13, 2018 @ 18:08:43
  Author: svenstaro
Revision: 281835

upgpkg: pypy 5.10.0-3

Try to fix FS#57064

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 18:06:20 UTC (rev 281834)
+++ PKGBUILD2018-01-13 18:08:43 UTC (rev 281835)
@@ -4,7 +4,7 @@
 
 pkgname=pypy
 pkgver=5.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="http://pypy.org;
 arch=('x86_64')
@@ -37,13 +37,14 @@
   # Install pypy
   cd unpacked
   install -Dm755 pypy/bin/pypy "${pkgdir}"/opt/pypy/bin/pypy
-  install -Dm755 pypy/bin/libpypy-c.so "${pkgdir}"/usr/lib/libpypy-c.so
+  install -Dm755 pypy/bin/libpypy-c.so "${pkgdir}"/opt/pypy/bin/libpypy-c.so
   cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy/
   cd ..
 
   # Install symlink
-  mkdir -p "${pkgdir}"/usr/bin
+  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib
   ln -s /opt/pypy/bin/pypy "${pkgdir}"/usr/bin/pypy
+  ln -s /opt/pypy/bin/libpypy-c.so "${pkgdir}"/usr/lib/libpypy-c.so
 
   # Install misc stuff
   install -Dm644 README.rst "${pkgdir}"/opt/pypy/README.rst


[arch-commits] Commit in screenlets (-pack-basic/trunk/PKGBUILD trunk/PKGBUILD)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 18:06:20
  Author: bgyorgy
Revision: 281834

screenlets: Minor changes

Modified:
  screenlets-pack-basic/trunk/PKGBUILD
  screenlets/trunk/PKGBUILD

+
 -pack-basic/trunk/PKGBUILD |6 +++---
 trunk/PKGBUILD |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-13 17:24:42 UTC (rev 281833)
+++ trunk/PKGBUILD  2018-01-13 18:06:20 UTC (rev 281834)
@@ -49,5 +49,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }

Modified: -pack-basic/trunk/PKGBUILD
===
--- -pack-basic/trunk/PKGBUILD  2018-01-13 17:24:42 UTC (rev 281833)
+++ -pack-basic/trunk/PKGBUILD  2018-01-13 18:06:20 UTC (rev 281834)
@@ -20,7 +20,7 @@
 '76e140406e911019c2a674b423e4a4c41143413e6992f2dcf8fee485cc623203')
 
 prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd $_pkgname-$pkgver
 
   # Various fixes
   patch -Np1 -i ../fix-screenlets.patch
@@ -40,9 +40,9 @@
 }
 
 package() {
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd $_pkgname-$pkgver
 
-  python2 setup.py install --root=$pkgdir/ --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 
   # Remove screenlets-pack-all, because a lot of them are broken
   rm 
"$pkgdir"/usr/lib/python2.7/site-packages/screenlets_pack_all-$pkgver-py2.7.egg-info


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

2018-01-13 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 13, 2018 @ 17:24:42
  Author: jlichtblau
Revision: 281833

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 281832, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 281832, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   99 
 offlineimap.changelog |  281 
 2 files changed, 192 insertions(+), 188 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 17:24:28 UTC (rev 281832)
+++ PKGBUILD2018-01-13 17:24:42 UTC (rev 281833)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.1.4
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six')
-makedepends=('asciidoc')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('c6fe4a99458542b52f101d2569cb7ca6d2c758bc0eba3731d4e6263af48c6454')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.timer
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 281832, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 17:24:42 UTC (rev 281833)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.1.5
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six')
+makedepends=('asciidoc')
+optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('8e28e786a00768e8a97d9f049406744829212cffb69903ffbb15faa1479d43e1')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 

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

2018-01-13 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 13, 2018 @ 17:24:28
  Author: jlichtblau
Revision: 281832

upgpkg: offlineimap 7.1.5-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

---+
 PKGBUILD  |4 ++--
 offlineimap.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 16:32:57 UTC (rev 281831)
+++ PKGBUILD2018-01-13 17:24:28 UTC (rev 281832)
@@ -5,7 +5,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.1.4
+pkgver=7.1.5
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('c6fe4a99458542b52f101d2569cb7ca6d2c758bc0eba3731d4e6263af48c6454')
+sha256sums=('8e28e786a00768e8a97d9f049406744829212cffb69903ffbb15faa1479d43e1')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2018-01-13 16:32:57 UTC (rev 281831)
+++ offlineimap.changelog   2018-01-13 17:24:28 UTC (rev 281832)
@@ -1,3 +1,6 @@
+2018-01-13 Jaroslav Lichtblau 
+   * offlineimap 7.1.5-1
+
 2017-11-05 Jaroslav Lichtblau 
* offlineimap 7.1.4-1
 


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 16:32:57
  Author: bgyorgy
Revision: 281831

oblogout: Replace dbus-python with python2-dbus

Modified:
  oblogout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 16:31:29 UTC (rev 281830)
+++ PKGBUILD2018-01-13 16:32:57 UTC (rev 281831)
@@ -9,7 +9,7 @@
 arch=('any')
 url='https://launchpad.net/oblogout'
 license=('GPL2')
-depends=('pygtk' 'python2-pillow' 'dbus-python')
+depends=('pygtk' 'python2-pillow' 'python2-dbus')
 makedepends=('python2-distutils-extra')
 backup=('etc/oblogout.conf')
 
source=("https://launchpad.net/oblogout/$pkgver/$pkgver.0/+download/$pkgname-$pkgver.tar.bz2;


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 16:31:22
  Author: bgyorgy
Revision: 281829

upgpkg: oblogout 0.2-19

Move python2-distutils-extra to makedepends

Modified:
  oblogout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 16:10:50 UTC (rev 281828)
+++ PKGBUILD2018-01-13 16:31:22 UTC (rev 281829)
@@ -4,14 +4,14 @@
 
 pkgname=oblogout
 pkgver=0.2
-pkgrel=18
+pkgrel=19
 pkgdesc='Openbox logout script'
 arch=('any')
 url='https://launchpad.net/oblogout'
 license=('GPL2')
-depends=('pygtk' 'cairo' 'python2-pillow' 'python2-distutils-extra' 
'dbus-python')
+depends=('pygtk' 'python2-pillow' 'dbus-python')
+makedepends=('python2-distutils-extra')
 backup=('etc/oblogout.conf')
-conflicts=('openboxlogout-gnome')
 
source=("https://launchpad.net/oblogout/$pkgver/$pkgver.0/+download/$pkgname-$pkgver.tar.bz2;
 'oblogout.patch'
 "$pkgname.conf"


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 16:31:29
  Author: bgyorgy
Revision: 281830

archrelease: copy trunk to community-any

Added:
  oblogout/repos/community-any/PKGBUILD
(from rev 281829, oblogout/trunk/PKGBUILD)
  oblogout/repos/community-any/oblogout.conf
(from rev 281829, oblogout/trunk/oblogout.conf)
  oblogout/repos/community-any/oblogout.patch
(from rev 281829, oblogout/trunk/oblogout.patch)
  oblogout/repos/community-any/ru.po
(from rev 281829, oblogout/trunk/ru.po)
Deleted:
  oblogout/repos/community-any/PKGBUILD
  oblogout/repos/community-any/oblogout.conf
  oblogout/repos/community-any/oblogout.patch
  oblogout/repos/community-any/ru.po

+
 PKGBUILD   |   80 
 oblogout.conf  |   56 -
 oblogout.patch |  114 +--
 ru.po  |  178 +++
 4 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 16:31:22 UTC (rev 281829)
+++ PKGBUILD2018-01-13 16:31:29 UTC (rev 281830)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: XaBz 
-
-pkgname=oblogout
-pkgver=0.2
-pkgrel=18
-pkgdesc='Openbox logout script'
-arch=('any')
-url='https://launchpad.net/oblogout'
-license=('GPL2')
-depends=('pygtk' 'cairo' 'python2-pillow' 'python2-distutils-extra' 
'dbus-python')
-backup=('etc/oblogout.conf')
-conflicts=('openboxlogout-gnome')
-source=("https://launchpad.net/oblogout/$pkgver/$pkgver.0/+download/$pkgname-$pkgver.tar.bz2;
-'oblogout.patch'
-"$pkgname.conf"
-'ru.po')
-sha256sums=('f80003b85e9f4f1c588675453ea03f40a86fc50546d509ceb69706eb045782a9'
-'cea52a14df0ef924fcdd63b2e82c14b94cc2a7753994c176621ace9502bd9109'
-'4a88dbe52d0fbb6563b689e22fde3face5934e25a4c4652d98b971025ca4ed2b'
-'aa8504055ec1e0661c3588cde85aad3267ffa7a42414c106e6ce8bff71f9d883')
-
-prepare() {
-  cd "$pkgname"
-
-  patch -p0 -i ../oblogout.patch
-  sed -i 's/fromstring/frombytes/' oblogout/__init__.py # FS#46587
-  sed -i '0,/on/s//on2/' "$pkgname"/*.py
-  cp "$srcdir/ru.po" po
-}
-
-package() {
-  cd "$pkgname"
-
-  python2 setup.py install --root="$pkgdir"
-  install -m644 "$srcdir/oblogout.conf" "$pkgdir/etc/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: oblogout/repos/community-any/PKGBUILD (from rev 281829, 
oblogout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 16:31:29 UTC (rev 281830)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: XaBz 
+
+pkgname=oblogout
+pkgver=0.2
+pkgrel=19
+pkgdesc='Openbox logout script'
+arch=('any')
+url='https://launchpad.net/oblogout'
+license=('GPL2')
+depends=('pygtk' 'python2-pillow' 'dbus-python')
+makedepends=('python2-distutils-extra')
+backup=('etc/oblogout.conf')
+source=("https://launchpad.net/oblogout/$pkgver/$pkgver.0/+download/$pkgname-$pkgver.tar.bz2;
+'oblogout.patch'
+"$pkgname.conf"
+'ru.po')
+sha256sums=('f80003b85e9f4f1c588675453ea03f40a86fc50546d509ceb69706eb045782a9'
+'cea52a14df0ef924fcdd63b2e82c14b94cc2a7753994c176621ace9502bd9109'
+'4a88dbe52d0fbb6563b689e22fde3face5934e25a4c4652d98b971025ca4ed2b'
+'aa8504055ec1e0661c3588cde85aad3267ffa7a42414c106e6ce8bff71f9d883')
+
+prepare() {
+  cd "$pkgname"
+
+  patch -p0 -i ../oblogout.patch
+  sed -i 's/fromstring/frombytes/' oblogout/__init__.py # FS#46587
+  sed -i '0,/on/s//on2/' "$pkgname"/*.py
+  cp "$srcdir/ru.po" po
+}
+
+package() {
+  cd "$pkgname"
+
+  python2 setup.py install --root="$pkgdir"
+  install -m644 "$srcdir/oblogout.conf" "$pkgdir/etc/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: oblogout.conf
===
--- oblogout.conf   2018-01-13 16:31:22 UTC (rev 281829)
+++ oblogout.conf   2018-01-13 16:31:29 UTC (rev 281830)
@@ -1,28 +0,0 @@
-[settings]
-usehal = false
-
-[looks]
-opacity = 70
-bgcolor = black
-buttontheme = oxygen
-buttons = cancel, logout, restart, shutdown, suspend, hibernate, lock
-
-[shortcuts]
-cancel = Escape
-shutdown = S
-restart = R
-suspend = U
-logout = L
-lock = K
-hibernate = H
-
-[commands]
-shutdown = systemctl poweroff
-restart = systemctl reboot
-suspend = systemctl suspend
-hibernate = systemctl hibernate
-logout = openbox --exit
-lock = xtrlock &
-#switchuser = gdm-control --switch-user
-#safesuspend = safesuspend
-

Copied: oblogout/repos/community-any/oblogout.conf (from rev 281829, 
oblogout/trunk/oblogout.conf)
===
--- oblogout.conf   (rev 0)
+++ oblogout.conf   2018-01-13 16:31:29 UTC (rev 281830)
@@ 

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

2018-01-13 Thread Felix Yan via arch-commits
Date: Saturday, January 13, 2018 @ 16:10:50
  Author: felixonmars
Revision: 281828

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 16:10:27 UTC (rev 281827)
+++ PKGBUILD2018-01-13 16:10:50 UTC (rev 281828)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-construct
-pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.20
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="http://construct.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
-sha512sums=('20bcb44600412400b9f4cef40d7d0ed448b202cc19a1e5e5260e83cbaa7b904c2a0a485aef024b85b28b0c4b99b995588f7c93b519bc4fb1770e8b7481ae0133')
-
-prepare() {
-  cp -a construct-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/construct-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/construct-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/construct-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/construct-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-construct() {
-  depends=('python')
-
-  cd construct-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-construct() {
-  depends=('python2')
-
-  cd construct-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 281827, 
python-construct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 16:10:50 UTC (rev 281828)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-construct
+pkgname=('python-construct' 'python2-construct')
+pkgver=2.8.21
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="http://construct.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
+sha512sums=('f8e2c8d0f437cce760b1439fc68e2b10dccf852e1bf3c42e0569a3e32fe218d2a4d4cc662229455a910fa8a7cf0fc0500cb0d38ad0485f1b9fd954334f343562')
+
+prepare() {
+  cp -a construct-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/construct-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/construct-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/construct-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/construct-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-construct() {
+  depends=('python')
+
+  cd construct-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-construct() {
+  depends=('python2')
+
+  cd construct-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Saturday, January 13, 2018 @ 16:10:27
  Author: felixonmars
Revision: 281827

upgpkg: python-construct 2.8.21-1

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 16:09:41 UTC (rev 281826)
+++ PKGBUILD2018-01-13 16:10:27 UTC (rev 281827)
@@ -3,7 +3,7 @@
 
 pkgbase=python-construct
 pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.20
+pkgver=2.8.21
 pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
-sha512sums=('20bcb44600412400b9f4cef40d7d0ed448b202cc19a1e5e5260e83cbaa7b904c2a0a485aef024b85b28b0c4b99b995588f7c93b519bc4fb1770e8b7481ae0133')
+sha512sums=('f8e2c8d0f437cce760b1439fc68e2b10dccf852e1bf3c42e0569a3e32fe218d2a4d4cc662229455a910fa8a7cf0fc0500cb0d38ad0485f1b9fd954334f343562')
 
 prepare() {
   cp -a construct-$pkgver{,-py2}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Saturday, January 13, 2018 @ 16:09:41
  Author: felixonmars
Revision: 281826

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 16:09:18 UTC (rev 281825)
+++ PKGBUILD2018-01-13 16:09:41 UTC (rev 281826)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.44.14
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('06f87b2f93a6b3c07334772d18498b07afa7be7b3d3c75af86d6b80cf39766cce5007376ee2cd0bd0c726971a01316a1ff840d05e58d32a7737847f4cc8a18de')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 281825, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 16:09:41 UTC (rev 281826)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.44.16
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

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

2018-01-13 Thread Felix Yan via arch-commits
Date: Saturday, January 13, 2018 @ 16:09:18
  Author: felixonmars
Revision: 281825

upgpkg: python-hypothesis 3.44.16-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 15:55:08 UTC (rev 281824)
+++ PKGBUILD2018-01-13 16:09:18 UTC (rev 281825)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.44.14
+pkgver=3.44.16
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('06f87b2f93a6b3c07334772d18498b07afa7be7b3d3c75af86d6b80cf39766cce5007376ee2cd0bd0c726971a01316a1ff840d05e58d32a7737847f4cc8a18de')
+sha512sums=('2354946ccf596a83e1c8dd1c38e854e7a7fec146d4e35bee67423472799ddcd9b5cd63f612f4602cb1c569084ef094ae317a3776513da1bb57c80e9d372712de')
 
 prepare() {
   # Make tests faster


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Saturday, January 13, 2018 @ 15:55:08
  Author: felixonmars
Revision: 281824

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 281823, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 281823, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 15:54:45 UTC (rev 281823)
+++ PKGBUILD2018-01-13 15:55:08 UTC (rev 281824)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.3.5
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('65e6ccda48012ff508f6b29e01bb12d89d143cfbfb481cb98493599a5fd8c41d730ba24af08ced70fb3e7318a5138a6ed258babda755485aa23bbc454cab92ae')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 281823, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 15:55:08 UTC (rev 281824)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.3.6
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('747a7b347b6dc5846acfabff62d47e2607e8ebc23fc8c6e87e16329b1f5f84844cc4f81aa7d6b16ccab96b8353f60595cd05bc661f0326c819a712a965ba2530')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2018-01-13 15:54:45 UTC (rev 281823)
+++ uglify-js.install   2018-01-13 15:55:08 UTC (rev 281824)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 281823, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2018-01-13 15:55:08 UTC (rev 281824)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-01-13 Thread Felix Yan via arch-commits
Date: Saturday, January 13, 2018 @ 15:54:45
  Author: felixonmars
Revision: 281823

upgpkg: uglify-js 3.3.6-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 15:21:20 UTC (rev 281822)
+++ PKGBUILD2018-01-13 15:54:45 UTC (rev 281823)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('65e6ccda48012ff508f6b29e01bb12d89d143cfbfb481cb98493599a5fd8c41d730ba24af08ced70fb3e7318a5138a6ed258babda755485aa23bbc454cab92ae')
+sha512sums=('747a7b347b6dc5846acfabff62d47e2607e8ebc23fc8c6e87e16329b1f5f84844cc4f81aa7d6b16ccab96b8353f60595cd05bc661f0326c819a712a965ba2530')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in bless/trunk (PKGBUILD bless_0.6.0-5+fix-savingfiles.patch)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 15:21:03
  Author: bgyorgy
Revision: 281821

upgpkg: bless 0.6.0-5

Adopt the package, fix saving preferences (FS#56948)

Added:
  bless/trunk/bless_0.6.0-5+fix-savingfiles.patch
Modified:
  bless/trunk/PKGBUILD

-+
 PKGBUILD|   31 +
 bless_0.6.0-5+fix-savingfiles.patch |   36 ++
 2 files changed, 54 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 15:07:00 UTC (rev 281820)
+++ PKGBUILD2018-01-13 15:21:03 UTC (rev 281821)
@@ -1,34 +1,39 @@
 # $Id$
-# Maintainer:  TDY 
+# Maintainer: Balló György 
+# Contributor: TDY 
 # Contributor: dcraven 
 
 pkgname=bless
 pkgver=0.6.0
-pkgrel=4
-pkgdesc="A high-quality, full-featured hex editor"
+pkgrel=5
+pkgdesc="High-quality, full-featured hex editor"
 arch=('any')
-url="http://home.gna.org/bless/;
+url="https://web.archive.org/web/20170503150524/http://home.gna.org/bless/;
 license=('GPL')
-depends=('gtk-sharp-2>=2.8')
-makedepends=('gettext' 'pkgconfig' 'rarian')
-validpgpkeys=('3C6854719142638FAF86DAEF0011ABB5F6E68924')
-source=(http://http.debian.net/debian/pool/main/b/bless/bless_$pkgver.orig.tar.gz)
-md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
+depends=('gtk-sharp-2')
+makedepends=('rarian')
+source=(http://http.debian.net/debian/pool/main/b/$pkgname/${pkgname}_$pkgver.orig.tar.gz
+bless_0.6.0-5+fix-savingfiles.patch)
+sha256sums=('34dc984c35df19184e5b61a4b11fe79901c417693f57d874dc70ef0c58896de1'
+'3068969d1125cf65cd27c523dcdbb153e14832c1dfb61f313fc9d68607c279c0')
 
 prepare() {
   cd $pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure{,.ac} builder/ModuleBuilder.cs
 
-  # Build for mono 4.0 (FS#37299)
-  sed -i 's/gmcs/dmcs/' configure{,.ac} builder/ModuleBuilder.cs
+  # Fix saving preferences
+  patch -Np1 -i ../bless_0.6.0-5+fix-savingfiles.patch
+
+  autoreconf -fi
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-scrollkeeper
+  ./configure --prefix=/usr
   make
 }
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" MKDIR_P='mkdir -p' install
 }

Added: bless_0.6.0-5+fix-savingfiles.patch
===
--- bless_0.6.0-5+fix-savingfiles.patch (rev 0)
+++ bless_0.6.0-5+fix-savingfiles.patch 2018-01-13 15:21:03 UTC (rev 281821)
@@ -0,0 +1,36 @@
+diff -Naurd bless-0.6.0.orig/src/tools/Preferences.cs 
bless-0.6.0/src/tools/Preferences.cs
+--- bless-0.6.0.orig/src/tools/Preferences.cs  2008-06-07 14:18:14.0 
+0200
 bless-0.6.0/src/tools/Preferences.cs   2016-10-28 22:47:50.0 
+0200
+@@ -127,10 +127,10 @@
+   ///
+   public void Save(string path)
+   {
+-  XmlTextWriter xml = new XmlTextWriter(path, null);
+-  xml.Formatting = Formatting.Indented;
+-  xml.Indentation = 1;
+-  xml.IndentChar = '\t';
++  XmlWriterSettings settings = new XmlWriterSettings();
++  settings.Indent = true;
++  settings.IndentChars = ("\t");
++  XmlWriter xml = XmlWriter.Create(path, settings);
+ 
+   xml.WriteStartElement(null, "preferences", null);
+ 
+diff -Naurd bless-0.6.0.orig/src/tools/Session.cs 
bless-0.6.0/src/tools/Session.cs
+--- bless-0.6.0.orig/src/tools/Session.cs  2008-06-07 14:18:14.0 
+0200
 bless-0.6.0/src/tools/Session.cs   2017-01-08 15:21:29.0 +0100
+@@ -72,10 +72,10 @@
+ 
+   public void Save(string path)
+   {
+-  XmlTextWriter xml = new XmlTextWriter(path, null);
+-  xml.Formatting = Formatting.Indented;
+-  xml.Indentation = 1;
+-  xml.IndentChar = '\t';
++  XmlWriterSettings settings = new XmlWriterSettings();
++  settings.Indent = true;
++  settings.IndentChars = ("\t");
++  XmlWriter xml = XmlWriter.Create(path, settings);
+ 
+   xml.WriteStartElement(null, "session", null);
+ 


[arch-commits] Commit in bless/repos/community-any (3 files)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 15:21:20
  Author: bgyorgy
Revision: 281822

archrelease: copy trunk to community-any

Added:
  bless/repos/community-any/PKGBUILD
(from rev 281821, bless/trunk/PKGBUILD)
  bless/repos/community-any/bless_0.6.0-5+fix-savingfiles.patch
(from rev 281821, bless/trunk/bless_0.6.0-5+fix-savingfiles.patch)
Deleted:
  bless/repos/community-any/PKGBUILD

-+
 PKGBUILD|   72 ++
 bless_0.6.0-5+fix-savingfiles.patch |   36 +
 2 files changed, 75 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 15:21:03 UTC (rev 281821)
+++ PKGBUILD2018-01-13 15:21:20 UTC (rev 281822)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  TDY 
-# Contributor: dcraven 
-
-pkgname=bless
-pkgver=0.6.0
-pkgrel=4
-pkgdesc="A high-quality, full-featured hex editor"
-arch=('any')
-url="http://home.gna.org/bless/;
-license=('GPL')
-depends=('gtk-sharp-2>=2.8')
-makedepends=('gettext' 'pkgconfig' 'rarian')
-source=(http://download.gna.org/bless/bless-$pkgver.tar.gz)
-md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Build for mono 4.0 (FS#37299)
-  sed -i 's/gmcs/dmcs/' configure{,.ac} builder/ModuleBuilder.cs
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --without-scrollkeeper
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: bless/repos/community-any/PKGBUILD (from rev 281821, 
bless/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 15:21:20 UTC (rev 281822)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: TDY 
+# Contributor: dcraven 
+
+pkgname=bless
+pkgver=0.6.0
+pkgrel=5
+pkgdesc="High-quality, full-featured hex editor"
+arch=('any')
+url="https://web.archive.org/web/20170503150524/http://home.gna.org/bless/;
+license=('GPL')
+depends=('gtk-sharp-2')
+makedepends=('rarian')
+source=(http://http.debian.net/debian/pool/main/b/$pkgname/${pkgname}_$pkgver.orig.tar.gz
+bless_0.6.0-5+fix-savingfiles.patch)
+sha256sums=('34dc984c35df19184e5b61a4b11fe79901c417693f57d874dc70ef0c58896de1'
+'3068969d1125cf65cd27c523dcdbb153e14832c1dfb61f313fc9d68607c279c0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure{,.ac} builder/ModuleBuilder.cs
+
+  # Fix saving preferences
+  patch -Np1 -i ../bless_0.6.0-5+fix-savingfiles.patch
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" MKDIR_P='mkdir -p' install
+}

Copied: bless/repos/community-any/bless_0.6.0-5+fix-savingfiles.patch (from rev 
281821, bless/trunk/bless_0.6.0-5+fix-savingfiles.patch)
===
--- bless_0.6.0-5+fix-savingfiles.patch (rev 0)
+++ bless_0.6.0-5+fix-savingfiles.patch 2018-01-13 15:21:20 UTC (rev 281822)
@@ -0,0 +1,36 @@
+diff -Naurd bless-0.6.0.orig/src/tools/Preferences.cs 
bless-0.6.0/src/tools/Preferences.cs
+--- bless-0.6.0.orig/src/tools/Preferences.cs  2008-06-07 14:18:14.0 
+0200
 bless-0.6.0/src/tools/Preferences.cs   2016-10-28 22:47:50.0 
+0200
+@@ -127,10 +127,10 @@
+   ///
+   public void Save(string path)
+   {
+-  XmlTextWriter xml = new XmlTextWriter(path, null);
+-  xml.Formatting = Formatting.Indented;
+-  xml.Indentation = 1;
+-  xml.IndentChar = '\t';
++  XmlWriterSettings settings = new XmlWriterSettings();
++  settings.Indent = true;
++  settings.IndentChars = ("\t");
++  XmlWriter xml = XmlWriter.Create(path, settings);
+ 
+   xml.WriteStartElement(null, "preferences", null);
+ 
+diff -Naurd bless-0.6.0.orig/src/tools/Session.cs 
bless-0.6.0/src/tools/Session.cs
+--- bless-0.6.0.orig/src/tools/Session.cs  2008-06-07 14:18:14.0 
+0200
 bless-0.6.0/src/tools/Session.cs   2017-01-08 15:21:29.0 +0100
+@@ -72,10 +72,10 @@
+ 
+   public void Save(string path)
+   {
+-  XmlTextWriter xml = new XmlTextWriter(path, null);
+-  xml.Formatting = Formatting.Indented;
+-  xml.Indentation = 1;
+-  xml.IndentChar = '\t';
++  XmlWriterSettings settings = new XmlWriterSettings();
++  settings.Indent = true;
++  settings.IndentChars = ("\t");
++  XmlWriter xml = XmlWriter.Create(path, settings);
+ 
+   xml.WriteStartElement(null, "session", null);
+ 


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

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 13, 2018 @ 15:07:00
  Author: svenstaro
Revision: 281820

archrelease: copy trunk to community-x86_64

Added:
  scummvm-tools/repos/community-x86_64/PKGBUILD
(from rev 281819, scummvm-tools/trunk/PKGBUILD)
Deleted:
  scummvm-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 15:06:47 UTC (rev 281819)
+++ PKGBUILD2018-01-13 15:07:00 UTC (rev 281820)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jérémie Dimino 
-# Contributor: Sebastian Hase 
-# Contributor: Joe Davison 
-pkgname=scummvm-tools
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM"
-url="http://www.scummvm.org/;
-license=('GPL')
-depends=('libpng' 'wxgtk3' 'flac' 'libvorbis')
-arch=('i686' 'x86_64')
-source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz;)
-md5sums=('7b472cc2895161c64630df92df4c65b0')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Build with wxgtk3
-  sed -i 's/^_wxconfig=wx-config$/_wxconfig=wx-config-gtk3/' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d ${pkgdir}/usr/bin
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
-  install -Dm 644 convert_dxa.sh 
${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
-}
-#vim: sw=2 ts=2 et:

Copied: scummvm-tools/repos/community-x86_64/PKGBUILD (from rev 281819, 
scummvm-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 15:07:00 UTC (rev 281820)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jérémie Dimino 
+# Contributor: Sebastian Hase 
+# Contributor: Joe Davison 
+pkgname=scummvm-tools
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM"
+url="http://www.scummvm.org/;
+license=('GPL')
+depends=('libpng' 'wxgtk3' 'flac' 'libvorbis')
+arch=('x86_64')
+source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz;)
+sha512sums=('a4c645f2a05b5f208658bad1a3122115a3077809141f5d4b281414ca32854d14987a8b6d4579f3bdd9d3eeeab880d98e3b540c3f69155197f20a2094a7812c60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Build with wxgtk3
+  sed -i 's/^_wxconfig=wx-config$/_wxconfig=wx-config-gtk3/' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh 
${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:


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

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 13, 2018 @ 15:06:47
  Author: svenstaro
Revision: 281819

upgpkg: scummvm-tools 2.0.0-1

Modified:
  scummvm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 15:05:49 UTC (rev 281818)
+++ PKGBUILD2018-01-13 15:06:47 UTC (rev 281819)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Hase 
 # Contributor: Joe Davison 
 pkgname=scummvm-tools
-pkgver=1.9.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM"
 url="http://www.scummvm.org/;
 license=('GPL')
@@ -12,7 +12,7 @@
 depends=('libpng' 'wxgtk3' 'flac' 'libvorbis')
 arch=('x86_64')
 
source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz;)
-md5sums=('7b472cc2895161c64630df92df4c65b0')
+sha512sums=('a4c645f2a05b5f208658bad1a3122115a3077809141f5d4b281414ca32854d14987a8b6d4579f3bdd9d3eeeab880d98e3b540c3f69155197f20a2094a7812c60')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-01-13 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 13, 2018 @ 15:05:49
  Author: svenstaro
Revision: 281818

Update for new upstream location

Modified:
  paintown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 14:51:07 UTC (rev 281817)
+++ PKGBUILD2018-01-13 15:05:49 UTC (rev 281818)
@@ -9,12 +9,12 @@
 pkgrel=3
 pkgdesc="Open source fighting game in the same genre as Streets of Rage and 
Teenage Mutant Ninja Turtles"
 arch=('x86_64')
-url="http://paintown.sourceforge.net/;
+url="http://paintown.org;
 license=('GPL')
 depends=('python2' 'freetype2' 'sdl' 'libpng' 'mpg123' 'libogg' 'libvorbis')
 makedepends=('cmake')
-source=(https://downloads.sourceforge.net/sourceforge/paintown/$pkgname-$pkgver.tar.bz2)
-md5sums=('5c1160bee51fe2011a1141c490a5d368')
+source=(https://github.com/kazzmir/paintown/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2)
+sha512sums=('abe6c0a451f1be883331ddc688eb8eb061bb4d82714e7da67ac6129435f2fad6c6964852764b9c4c125f9056fb9cc3782aebed494a535f180bb4e4b9a0ab1669')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2018-01-13 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 13, 2018 @ 14:51:07
  Author: jlichtblau
Revision: 281817

archrelease: copy trunk to community-x86_64

Added:
  python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 281816, python-pygit2/trunk/PKGBUILD)
Deleted:
  python-pygit2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-13 14:50:47 UTC (rev 281816)
+++ PKGBUILD2018-01-13 14:51:07 UTC (rev 281817)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.26.2
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.26.0')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('ec81d20c146fa3896c3f5e3cd9adb5f87ccbfdd75cd43229bf0ff381669e7f72')
-
-package_python-pygit2() {
-  depends+=('python-cffi' 'python-six')
-  replaces=('python-libgit2')
-  conflicts=('python-libgit2')
-
-  cd "pygit2-$pkgver"
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  depends+=('python2-cffi' 'python2-six')
-  replaces=('python2-libgit2')
-  conflicts=('python2-libgit2')
-
-  cd "pygit2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 281816, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-13 14:51:07 UTC (rev 281817)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.26.3
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.26.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('8e30e3ea53e7601cb982640858863afcc0a910e5dd4cf09e0526579ec71fea2f')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-01-13 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 13, 2018 @ 14:50:47
  Author: jlichtblau
Revision: 281816

upgpkg: python-pygit2 0.26.3-1 - new upstream release

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 14:23:43 UTC (rev 281815)
+++ PKGBUILD2018-01-13 14:50:47 UTC (rev 281816)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pygit2
 pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.26.2
+pkgver=0.26.3
 pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('libgit2>=1:0.26.0')
 makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('ec81d20c146fa3896c3f5e3cd9adb5f87ccbfdd75cd43229bf0ff381669e7f72')
+sha256sums=('8e30e3ea53e7601cb982640858863afcc0a910e5dd4cf09e0526579ec71fea2f')
 
 package_python-pygit2() {
   depends+=('python-cffi' 'python-six')


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 14:23:43
  Author: bgyorgy
Revision: 281815

lat: Use https source

Modified:
  lat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 14:20:33 UTC (rev 281814)
+++ PKGBUILD2018-01-13 14:23:43 UTC (rev 281815)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gconf-sharp' 'libgnome-keyring')
 makedepends=('intltool' 'rarian')
-source=(http://downloads.sourceforge.net/ldap-at/$pkgname-$pkgver.tar.gz
+source=(https://downloads.sourceforge.net/ldap-at/$pkgname-$pkgver.tar.gz
 drop-gnome-sharp.patch)
 sha256sums=('a37f3b5361956e5d664a0f8b767969d012acf67c5a4c99142edfa0d7c7a0890a'
 '7b84b0d1f07a8951971c423549de88213885fef9af10d35151327fbafacf4ecd')


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

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 14:20:33
  Author: bgyorgy
Revision: 281814

lat: Adopt the package, minor changes

Modified:
  lat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 13:31:40 UTC (rev 281813)
+++ PKGBUILD2018-01-13 14:20:33 UTC (rev 281814)
@@ -1,25 +1,24 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
 # Contributor: William Rea 
 
 pkgname=lat
 pkgver=1.2.4
 pkgrel=3
-pkgdesc="LDAP Administration Tool"
+pkgdesc="LDAP administration tool"
 arch=('any')
-url="http://sourceforge.net/projects/ldap-at/;
-license=("GPL")
+url="https://sourceforge.net/projects/ldap-at/;
+license=('GPL')
 depends=('gconf-sharp' 'libgnome-keyring')
 makedepends=('intltool' 'rarian')
-source=(http://downloads.sourceforge.net/ldap-at/lat-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/ldap-at/$pkgname-$pkgver.tar.gz
 drop-gnome-sharp.patch)
-md5sums=('a09b07d585127fa0b9c8b484433bb705'
- 'c302d0950b2b7d93f58e6981056135d6')
+sha256sums=('a37f3b5361956e5d664a0f8b767969d012acf67c5a4c99142edfa0d7c7a0890a'
+'7b84b0d1f07a8951971c423549de88213885fef9af10d35151327fbafacf4ecd')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Build for mono 4.0
+  cd $pkgname-$pkgver
   sed -i 's/gmcs/mcs/' configure{,.ac}
 
   # Remove gnome-sharp dependency
@@ -29,12 +28,12 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-avahi=yes
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in kmediaplayer/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:11:31
  Author: arojas
Revision: 314758

archrelease: copy trunk to testing-x86_64

Added:
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 314757, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 314757, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:11:31 UTC (rev 314758)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b6341ce8ea8a17aba0771688e13d5eb30be49243bc5f412fd0cf8ccf009337cc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kross/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:11:50
  Author: arojas
Revision: 314759

archrelease: copy trunk to testing-x86_64

Added:
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 314758, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 314758, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:11:50 UTC (rev 314759)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('113bdc429a73feb4af5405ebfa04a288492d9fb1a409d2f7ad916a69fce218ab'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kjsembed/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:11:16
  Author: arojas
Revision: 314757

archrelease: copy trunk to testing-x86_64

Added:
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 314756, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 314756, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:11:16 UTC (rev 314757)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6a5c86d96d5e5350644213180abe832f244e4a809ac418f62a4464ce2ce18483'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in khtml/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:10:51
  Author: arojas
Revision: 314756

archrelease: copy trunk to testing-x86_64

Added:
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 314755, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 314755, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:10:51 UTC (rev 314756)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python' 'gperf')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7464be060190427d1bda39e30257ea712bdec3af820b91fffba0a9dd9ba5daad'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:10:32
  Author: arojas
Revision: 314755

archrelease: copy trunk to testing-x86_64

Added:
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 314754, kdelibs4support/trunk/PKGBUILD)

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

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 314754, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:10:32 UTC (rev 314755)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kunitconversion' 'kitemmodels' 'kemoticons' 'kded' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri' 'python' 'kdesignerplugin')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('cb594dd2910640e8ff9c8b2a9d1d8488f72bbc94dd24da70ee6d193b157a312a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}


[arch-commits] Commit in prison/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:09:52
  Author: arojas
Revision: 314753

archrelease: copy trunk to testing-x86_64

Added:
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 314752, prison/trunk/PKGBUILD)

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

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 314752, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:09:52 UTC (rev 314753)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.42.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cfe77c2c2c27ee0e841334259a680bff3d1eeb60364069c2ac676bdea4130f2e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in qqc2-desktop-style/repos (2 files)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:10:13
  Author: arojas
Revision: 314754

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 314753, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 314753, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:10:13 UTC (rev 314754)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d3f2f2d2faab02724800186cd0e90fe1dc60e9935f1ee4de0d413ba8197434ab'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in oxygen-icons/repos (testing-any testing-any/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:05:43
  Author: arojas
Revision: 314752

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 314751, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 314751, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-01-13 14:05:43 UTC (rev 314752)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.42.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz"{,.sig})
+sha256sums=('86f421545907c023f5e9507fad2afa5417b1a5b4dfb3fbab526bd70e60daca5e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:05:20
  Author: arojas
Revision: 314751

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 314750, networkmanager-qt/trunk/PKGBUILD)

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

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 314750, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:05:20 UTC (rev 314751)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b813843621bc0afd5aef9108bc6fd82ecc3435dcc03ed2e07aae8ad250df100e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kxmlrpcclient/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:04:50
  Author: arojas
Revision: 314749

archrelease: copy trunk to testing-x86_64

Added:
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 314748, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 314748, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:04:50 UTC (rev 314749)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.42.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9659806fd7558d3f8893e2455657bbd144b40d88eb52fd864ed3691a8fb83132'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:05:05
  Author: arojas
Revision: 314750

archrelease: copy trunk to testing-x86_64

Added:
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 314749, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 314749, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:05:05 UTC (rev 314750)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('dd6963d0c81a4f2725c6a4999cff9857d642b0728df7c4fc03b0940f8cfdd860'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ktexteditor/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:04:27
  Author: arojas
Revision: 314748

archrelease: copy trunk to testing-x86_64

Added:
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 314747, ktexteditor/trunk/PKGBUILD)

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

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 314747, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:04:27 UTC (rev 314748)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2' 'editorconfig-core-c')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('02666fc60fb2d555f91005ef5c4b9023c5d4351ed946c5e375ba84ba8d1c1e08'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in krunner/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:03:54
  Author: arojas
Revision: 314747

archrelease: copy trunk to testing-x86_64

Added:
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 314746, krunner/trunk/PKGBUILD)

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

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 314746, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:03:54 UTC (rev 314747)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('86eb6f68e6079eae0187c0f4f4065695421fbaff296b1a435509d063b49e0976'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kpeople/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:03:16
  Author: arojas
Revision: 314746

archrelease: copy trunk to testing-x86_64

Added:
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 314745, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 314745, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:03:16 UTC (rev 314746)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('15063e78d7b60996086a3ca39a8ae21e0ad6a92151073244670a957ef3a81314'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in knotifyconfig/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:03:03
  Author: arojas
Revision: 314745

archrelease: copy trunk to testing-x86_64

Added:
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 314744, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 314744, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:03:03 UTC (rev 314745)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ac0e2dda35362318f7980bff22124ff06b6c2295aa541192d9219870a45c07c0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kitemmodels/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:02:48
  Author: arojas
Revision: 314744

archrelease: copy trunk to testing-x86_64

Added:
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 314743, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 314743, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:02:48 UTC (rev 314744)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang' 
'doxygen' 'qt5-tools')
+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=('0c5663904536568d898c3fd1655575165efc325cd2669d23bfc9edca71fb8d55'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kimageformats/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:02:35
  Author: arojas
Revision: 314743

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 314742, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 314742, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:02:35 UTC (rev 314743)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('46a1d3a4b2b3992bc4abcd34d2e1a321a5bf6acce89097bffceaf4af6bf6c7cc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kemoticons/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:02:19
  Author: arojas
Revision: 314742

archrelease: copy trunk to testing-x86_64

Added:
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 314741, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 314741, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:02:19 UTC (rev 314742)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('990b77c03604bc41adda924c7320049744cbda15ab8c255420ead9ce57b0ca38'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kded/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:01:40
  Author: arojas
Revision: 314739

archrelease: copy trunk to testing-x86_64

Added:
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 314738, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 314738, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:01:40 UTC (rev 314739)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('944870161351ff230be9a45a1235bac3a6b8c590717bf01f127e6d7b096d4570'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 14:01:26
  Author: arojas
Revision: 314738

archrelease: copy trunk to testing-x86_64

Added:
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 314737, kactivities-stats/trunk/PKGBUILD)

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 314737, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-13 14:01:26 UTC (rev 314738)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.42.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules' 'boost' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('08d7c42172d0a948c52818ccb6cfd2815974b7d34db62f07ca7911e71504276a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


  1   2   >