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

2018-05-10 Thread Evangelos Foutras via arch-commits
Date: Friday, May 11, 2018 @ 05:05:17
  Author: foutrelis
Revision: 323915

upgpkg: chromium 66.0.3359.170-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 00:50:14 UTC (rev 323914)
+++ PKGBUILD2018-05-11 05:05:17 UTC (rev 323915)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=66.0.3359.139
+pkgver=66.0.3359.170
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,9 +29,9 @@
 fix-frame-buttons-rendering-too-large-when-using-OSX.patch
 chromium-skia-harmony.patch
 chromium-widevine.patch)
-sha256sums=('be75a5b5f8c5789d359238f374a43bf52ded49425f13ed68b8021c24e2e264b2'
+sha256sums=('864da6649d19387698e3a89321042193708b2d9f56b3a778fb552166374871de'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'34eb82c625b7050021a8d3334ceaa7fa3d042dd816c228c14abb52b29796f7b9'
+'b5b6385cf21991c02d47acaaa830c9612a3c5b6e154da3613db2b2e27fdc6b4c'
 'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
 'bd5e0e61df3f89172590801aea7c8ac75162c10c7fe83e262e96a14388d1633a'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'


[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

2018-05-10 Thread Evangelos Foutras via arch-commits
Date: Friday, May 11, 2018 @ 05:05:26
  Author: foutrelis
Revision: 323916

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 323915, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 323915, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 323915, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 323915, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
(from rev 323915, 
chromium/trunk/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch)
  
chromium/repos/extra-x86_64/fix-frame-buttons-rendering-too-large-when-using-OSX.patch
(from rev 323915, 
chromium/trunk/fix-frame-buttons-rendering-too-large-when-using-OSX.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
  
chromium/repos/extra-x86_64/fix-frame-buttons-rendering-too-large-when-using-OSX.patch

+
 PKGBUILD   |  484 +--
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine.patch|   20 
 chromium.install   |   32 
 fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch   |  106 +-
 fix-frame-buttons-rendering-too-large-when-using-OSX.patch |  120 +-
 6 files changed, 458 insertions(+), 458 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 05:05:17 UTC (rev 323915)
+++ PKGBUILD2018-05-11 05:05:26 UTC (rev 323916)
@@ -1,242 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=66.0.3359.139
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src/+/$pkgver?format=TEXT
-fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
-fix-frame-buttons-rendering-too-large-when-using-OSX.patch
-chromium-skia-harmony.patch
-chromium-widevine.patch)
-sha256sums=('be75a5b5f8c5789d359238f374a43bf52ded49425f13ed68b8021c24e2e264b2'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'34eb82c625b7050021a8d3334ceaa7fa3d042dd816c228c14abb52b29796f7b9'
-'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
-'bd5e0e61df3f89172590801aea7c8ac75162c10c7fe83e262e96a14388d1633a'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  #[ffmpeg]=ffmpeg# https://crbug.com/731766
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see 

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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 03:00:25
  Author: felixonmars
Revision: 320499

upgpkg: python-hypothesis 3.56.7-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 02:22:08 UTC (rev 320498)
+++ PKGBUILD2018-05-11 03:00:25 UTC (rev 320499)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.56.6
+pkgver=3.56.7
 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/archive/$pkgver.tar.gz;)
-sha512sums=('3b05ba14892cad1700817d556be965e1f48411b907512a8473fed3ff73eb594dc73087537d2ccf38556f60de323d19aa3cb5e8de98ce35b4807466992bf8cbc4')
+sha512sums=('84a8edea85884b13d3e465b68c60b13f1928683f3fbf68339700d9c440383ab1a32c55b523e8e93f60f3a30961f75b598f2845e7d9845b6f58d83952b87d6da3')
 
 prepare() {
   # Make tests faster


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 03:00:49
  Author: felixonmars
Revision: 320500

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 03:00:25 UTC (rev 320499)
+++ PKGBUILD2018-05-11 03:00:49 UTC (rev 320500)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.56.6
-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/archive/$pkgver.tar.gz;)
-sha512sums=('3b05ba14892cad1700817d556be965e1f48411b907512a8473fed3ff73eb594dc73087537d2ccf38556f60de323d19aa3cb5e8de98ce35b4807466992bf8cbc4')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-$pkgver/hypothesis-python/tox.ini
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  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-$pkgver-py2/hypothesis-python
-  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-$pkgver/hypothesis-python
-  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-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 320499, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-11 03:00:49 UTC (rev 320500)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.56.7
+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')

[arch-commits] Commit in (deepin-qml-widgets)

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:22:08
  Author: felixonmars
Revision: 320498

remove obsolete deepin-qml-widgets

Deleted:
  deepin-qml-widgets/


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:15:12
  Author: felixonmars
Revision: 320494

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 320493, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 320493, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-11 02:15:12 UTC (rev 320494)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.5.0
+pkgrel=52
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-async' 
'haskell-gitrev' 'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-monad-control' 'haskell-monadlib' 
'haskell-old-time'
+ 'haskell-presburger' 'haskell-quickcheck' 'haskell-random' 
'haskell-sbv' 'haskell-smtlib'
+ 'haskell-simple-smt' 'haskell-syb' 'haskell-text' 'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-utf8-string' 'haskell-mtl' 
'haskell-ansi-terminal')
+makedepends=('ghc' 'alex' 'happy')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('e528c2b75853f559a0e122286734fce373150a458a5af2a74020240629f9f550747f30f50c16d261326e94f4060497af43951f0253dc6885043cf21aab849265')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:14:51
  Author: felixonmars
Revision: 320493

upgpkg: cryptol 2.5.0-52

rebuild with sbv,7.7

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 02:11:28 UTC (rev 320492)
+++ PKGBUILD2018-05-11 02:14:51 UTC (rev 320493)
@@ -3,7 +3,7 @@
 
 pkgname=cryptol
 pkgver=2.5.0
-pkgrel=51
+pkgrel=52
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net;
 license=("custom:BSD3")


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:11:06
  Author: felixonmars
Revision: 320491

upgpkg: haskell-sbv 7.7-1

rebuild with sbv,7.7

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 02:07:25 UTC (rev 320490)
+++ PKGBUILD2018-05-11 02:11:06 UTC (rev 320491)
@@ -4,8 +4,8 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=7.6
-pkgrel=12
+pkgver=7.7
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("custom:BSD3")
@@ -14,9 +14,9 @@
  'haskell-mtl' 'haskell-random' 'haskell-syb' 
'haskell-data-binary-ieee754'
  'haskell-generic-deriving')
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
- 'haskell-tasty-hunit')
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('7d4a61f5d8812b2529d1a8cb9dfa9e192efd64586c0618f1b62e7325ea8741525f7763d30bc4468167658625f457de0465094167a4e38bba849e060ec004e13f')
+sha512sums=('96670f21896ae921759f09767d08dc6c4c7592461ca135c2b11678d1b2a2f7980a52aff555dfd3616b8cfd4a592f7407fd0ec493e0b5a099cc2b36f2ed337bcb')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:11:28
  Author: felixonmars
Revision: 320492

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 320491, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-11 02:11:28 UTC (rev 320492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.7
+pkgrel=1
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-mtl' 'haskell-random' 'haskell-syb' 
'haskell-data-binary-ieee754'
+ 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('96670f21896ae921759f09767d08dc6c4c7592461ca135c2b11678d1b2a2f7980a52aff555dfd3616b8cfd4a592f7407fd0ec493e0b5a099cc2b36f2ed337bcb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_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 trojan/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:07:25
  Author: felixonmars
Revision: 320490

archrelease: copy trunk to community-x86_64

Added:
  trojan/repos/community-x86_64/PKGBUILD
(from rev 320489, trojan/trunk/PKGBUILD)
Deleted:
  trojan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 02:06:55 UTC (rev 320489)
+++ PKGBUILD2018-05-11 02:07:25 UTC (rev 320490)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GreaterFire 
-
-pkgname=trojan
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
-arch=('x86_64')
-url="https://github.com/trojan-gfw/trojan;
-license=('GPL3')
-depends=('boost-libs' 'ca-certificates')
-makedepends=('cmake' 'boost')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
-backup=('etc/trojan.json')
-sha512sums=('db1f6e84b9ca1f61803d6b6f86b221a573a9f0bdf2a485a2ae539da9f3481414e66c6e85805d6b860a4688326ba0b13b1f0fcb6cd7e6af5f20641c1e13346f1e')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
-  make
-}
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: trojan/repos/community-x86_64/PKGBUILD (from rev 320489, 
trojan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-11 02:07:25 UTC (rev 320490)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GreaterFire 
+
+pkgname=trojan
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
+arch=('x86_64')
+url="https://github.com/trojan-gfw/trojan;
+license=('GPL3')
+depends=('boost-libs' 'ca-certificates')
+makedepends=('cmake' 'boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
+backup=('etc/trojan.json')
+sha512sums=('a4bef8a63438b7c34433e4f17007a74357082d98c5f7740a90edaeee0b2e481b5c96be8c0133fac64ee466d41a3c003b4e532d2b3a8fe92817c37945aff7a885')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:06:55
  Author: felixonmars
Revision: 320489

upgpkg: trojan 1.3.0-1

Modified:
  trojan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 02:03:28 UTC (rev 320488)
+++ PKGBUILD2018-05-11 02:06:55 UTC (rev 320489)
@@ -3,7 +3,7 @@
 # Contributor: GreaterFire 
 
 pkgname=trojan
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'boost')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
 backup=('etc/trojan.json')
-sha512sums=('db1f6e84b9ca1f61803d6b6f86b221a573a9f0bdf2a485a2ae539da9f3481414e66c6e85805d6b860a4688326ba0b13b1f0fcb6cd7e6af5f20641c1e13346f1e')
+sha512sums=('a4bef8a63438b7c34433e4f17007a74357082d98c5f7740a90edaeee0b2e481b5c96be8c0133fac64ee466d41a3c003b4e532d2b3a8fe92817c37945aff7a885')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in perl-extutils-installpaths/repos/community-any (2 files)

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:03:28
  Author: felixonmars
Revision: 320488

archrelease: copy trunk to community-any

Added:
  perl-extutils-installpaths/repos/community-any/PKGBUILD
(from rev 320487, perl-extutils-installpaths/trunk/PKGBUILD)
Deleted:
  perl-extutils-installpaths/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 02:02:55 UTC (rev 320487)
+++ PKGBUILD2018-05-11 02:03:28 UTC (rev 320488)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: xRemaLx 
-
-pkgname=perl-extutils-installpaths
-_pkgname=ExtUtils-InstallPaths
-pkgver=0.011
-pkgrel=3
-pkgdesc="ExtUtils::InstallPaths - Build.PL install path logic made easy"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/ExtUtils-InstallPaths/;
-options=('!emptydirs')
-depends=('perl' 'perl-extutils-config')
-source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c31bfce1ba1094f1408409d9a50406d7eb974ce43195e968fae51493a7fd3c7112d41af561435233b14d2396df297604ec0c264bab910566c046f9f7b5b3beb7')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-extutils-installpaths/repos/community-any/PKGBUILD (from rev 
320487, perl-extutils-installpaths/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-11 02:03:28 UTC (rev 320488)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: xRemaLx 
+
+pkgname=perl-extutils-installpaths
+_pkgname=ExtUtils-InstallPaths
+pkgver=0.012
+pkgrel=1
+pkgdesc="ExtUtils::InstallPaths - Build.PL install path logic made easy"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/ExtUtils-InstallPaths/;
+options=('!emptydirs')
+depends=('perl' 'perl-extutils-config')
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('92a4e9ebb387d330ae67b0716b96b27165d08503d2915d8301b3a6aa185f962940e761d21fd400033e6a814e276918e0662da3740ca2852a53cf0fe54f3d7660')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 02:02:55
  Author: felixonmars
Revision: 320487

upgpkg: perl-extutils-installpaths 0.012-1

Modified:
  perl-extutils-installpaths/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 01:55:55 UTC (rev 320486)
+++ PKGBUILD2018-05-11 02:02:55 UTC (rev 320487)
@@ -4,8 +4,8 @@
 
 pkgname=perl-extutils-installpaths
 _pkgname=ExtUtils-InstallPaths
-pkgver=0.011
-pkgrel=3
+pkgver=0.012
+pkgrel=1
 pkgdesc="ExtUtils::InstallPaths - Build.PL install path logic made easy"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 depends=('perl' 'perl-extutils-config')
 
source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c31bfce1ba1094f1408409d9a50406d7eb974ce43195e968fae51493a7fd3c7112d41af561435233b14d2396df297604ec0c264bab910566c046f9f7b5b3beb7')
+sha512sums=('92a4e9ebb387d330ae67b0716b96b27165d08503d2915d8301b3a6aa185f962940e761d21fd400033e6a814e276918e0662da3740ca2852a53cf0fe54f3d7660')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 01:55:55
  Author: felixonmars
Revision: 320486

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 01:55:30 UTC (rev 320485)
+++ PKGBUILD2018-05-11 01:55:55 UTC (rev 320486)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-# Contributor: Alfredo Palhares 
-# Contributor: Jochen Schalanda 
-
-pkgname=ruby-faraday
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='HTTP/REST API client library.'
-arch=('any')
-url='https://github.com/lostisland/faraday'
-license=('MIT')
-depends=('ruby' 'ruby-multipart-post')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/faraday-$pkgver.gem;)
-noextract=("faraday-$pkgver.gem")
-sha512sums=('0723fa8774d6a9396dde2af1e321e833e1c0ea41185d0493527edf83cca0bebce78f6b1ba2966416d70fe5bcb7ab3c0f24aafa11f9595166b3ccfbfa20921f43')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/faraday-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/faraday-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-faraday/repos/community-any/PKGBUILD (from rev 320485, 
ruby-faraday/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-11 01:55:55 UTC (rev 320486)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+# Contributor: Alfredo Palhares 
+# Contributor: Jochen Schalanda 
+
+pkgname=ruby-faraday
+pkgver=0.15.1
+pkgrel=1
+pkgdesc='HTTP/REST API client library.'
+arch=('any')
+url='https://github.com/lostisland/faraday'
+license=('MIT')
+depends=('ruby' 'ruby-multipart-post')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/faraday-$pkgver.gem;)
+noextract=("faraday-$pkgver.gem")
+sha512sums=('e29d40b78bf0f709e96575d65e70ff95841df4d65ed02748d2f0ebf498356720100443fe74583d0b66976793ee19d640952d074a36afe0b9e92e3e62a6d02d22')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/faraday-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/faraday-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 01:55:30
  Author: felixonmars
Revision: 320485

upgpkg: ruby-faraday 0.15.1-1

Modified:
  ruby-faraday/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 01:53:36 UTC (rev 320484)
+++ PKGBUILD2018-05-11 01:55:30 UTC (rev 320485)
@@ -5,7 +5,7 @@
 # Contributor: Jochen Schalanda 
 
 pkgname=ruby-faraday
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc='HTTP/REST API client library.'
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/faraday-$pkgver.gem;)
 noextract=("faraday-$pkgver.gem")
-sha512sums=('0723fa8774d6a9396dde2af1e321e833e1c0ea41185d0493527edf83cca0bebce78f6b1ba2966416d70fe5bcb7ab3c0f24aafa11f9595166b3ccfbfa20921f43')
+sha512sums=('e29d40b78bf0f709e96575d65e70ff95841df4d65ed02748d2f0ebf498356720100443fe74583d0b66976793ee19d640952d074a36afe0b9e92e3e62a6d02d22')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 01:53:36
  Author: felixonmars
Revision: 320484

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 01:53:11 UTC (rev 320483)
+++ PKGBUILD2018-05-11 01:53:36 UTC (rev 320484)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cmd2
-pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Extra features for standard library's cmd module"
-arch=('any')
-url="https://github.com/python-cmd2/cmd2;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-mock' 'python2-mock' 'vi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('6a6c8250ddeed60b52dd390fa651d3ffe00cc68762f3515639e4aa1ff25c0b205ccc334430d3a54750b75cbb4b97da4dd657e7c58f878283f86dcffd1573364e')
-
-prepare() {
-  cp -a cmd2-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/cmd2-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cmd2-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-cmd2() {
-  depends=('python-pyparsing' 'python-pyperclip')
-
-  cd "$srcdir"/cmd2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cmd2() {
-  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
-
-  cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cmd2/repos/community-any/PKGBUILD (from rev 320483, 
python-cmd2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-11 01:53:36 UTC (rev 320484)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cmd2
+pkgname=(python-cmd2 python2-cmd2)
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Extra features for standard library's cmd module"
+arch=('any')
+url="https://github.com/python-cmd2/cmd2;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
+ 'python-pyperclip' 'python2-pyperclip' 'python-colorama' 
'python2-colorama'
+ 'python2-contextlib2' 'python2-typing' 'python-wcwidth' 
'python2-wcwidth')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-mock' 'python2-mock' 'vi')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
+
https://github.com/python-cmd2/cmd2/commit/127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
+sha512sums=('452be32b4f873ece9864540772fcba47afcea5e5277a35e9e88ac071b40453df45683508510a632028e968c761c5b57ab46ded88e26f04f6a89230fde1380179'
+
'110146871c6ab84a5ddc58572608ddf1f6116613329aabf403d9d4a94481ba15f3bfe3a21ca01ac45b4964da9f22e7653af95ad9c2714e1542ade7bbdb6b5859')
+
+prepare() {
+  (cd cmd2-$pkgver; patch -p1 -i 
../127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
+  cp -a cmd2-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cmd2-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cmd2-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cmd2-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cmd2-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-cmd2() {
+  depends=('python-colorama' 'python-pyparsing' 'python-pyperclip' 
'python-wcwidth')
+
+  cd "$srcdir"/cmd2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-cmd2() {
+  depends=('python2-colorama' 'python2-pyparsing' 'python2-pyperclip' 
'python2-wcwidth'
+   'python2-contextlib2' 'python2-typing')
+
+  cd "$srcdir"/cmd2-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 01:53:11
  Author: felixonmars
Revision: 320483

upgpkg: python-cmd2 0.8.5-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 23:28:01 UTC (rev 320482)
+++ PKGBUILD2018-05-11 01:53:11 UTC (rev 320483)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.8.2
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -11,13 +11,17 @@
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
+ 'python-pyperclip' 'python2-pyperclip' 'python-colorama' 
'python2-colorama'
+ 'python2-contextlib2' 'python2-typing' 'python-wcwidth' 
'python2-wcwidth')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist'
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 'vi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('6a6c8250ddeed60b52dd390fa651d3ffe00cc68762f3515639e4aa1ff25c0b205ccc334430d3a54750b75cbb4b97da4dd657e7c58f878283f86dcffd1573364e')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
+
https://github.com/python-cmd2/cmd2/commit/127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
+sha512sums=('452be32b4f873ece9864540772fcba47afcea5e5277a35e9e88ac071b40453df45683508510a632028e968c761c5b57ab46ded88e26f04f6a89230fde1380179'
+
'110146871c6ab84a5ddc58572608ddf1f6116613329aabf403d9d4a94481ba15f3bfe3a21ca01ac45b4964da9f22e7653af95ad9c2714e1542ade7bbdb6b5859')
 
 prepare() {
+  (cd cmd2-$pkgver; patch -p1 -i 
../127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
   cp -a cmd2-$pkgver{,-py2}
 }
 
@@ -38,7 +42,7 @@
 }
 
 package_python-cmd2() {
-  depends=('python-pyparsing' 'python-pyperclip')
+  depends=('python-colorama' 'python-pyparsing' 'python-pyperclip' 
'python-wcwidth')
 
   cd "$srcdir"/cmd2-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -45,7 +49,8 @@
 }
 
 package_python2-cmd2() {
-  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
+  depends=('python2-colorama' 'python2-pyparsing' 'python2-pyperclip' 
'python2-wcwidth'
+   'python2-contextlib2' 'python2-typing')
 
   cd "$srcdir"/cmd2-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


[arch-commits] Commit in postgresql/repos/extra-x86_64 (14 files)

2018-05-10 Thread Levente Polyak via arch-commits
Date: Friday, May 11, 2018 @ 00:50:14
  Author: anthraxx
Revision: 323914

archrelease: copy trunk to extra-x86_64

Added:
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 323913, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 323913, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 323913, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.install
(from rev 323913, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 323913, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 323913, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 323913, postgresql/trunk/postgresql.service)
Deleted:
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.install
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service

-+
 PKGBUILD|  346 ++
 postgresql-check-db-dir |   98 +--
 postgresql-run-socket.patch |   24 +-
 postgresql.install  |   50 +++---
 postgresql.logrotate|8 
 postgresql.pam  |6 
 postgresql.service  |   68 
 7 files changed, 315 insertions(+), 285 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 00:50:02 UTC (rev 323913)
+++ PKGBUILD2018-05-11 00:50:14 UTC (rev 323914)
@@ -1,158 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=10.3
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc='Sophisticated object-relational DBMS'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0' 
'pam' 'zlib')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql.pam
-postgresql.logrotate
-postgresql.service
-postgresql-check-db-dir)
-sha256sums=('6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a'
-'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
-'888a1d44f03fccfa4bf344ee45824fefb846ae3c1c0c40113ad6020b4be3b0cf')
-sha512sums=('05cf82d3483bdf38734e6ff0fef6b80e7f8fd3cb5ea6792ffe222a599d97d1a29638970bf28ebf5bd1f877e8dcd9986d88f5c5e5379e74fe79ce83e20d2babba'
-
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
-
'ec2625c3ccfb6c142ea12ef4392b00f3d4cb0a5411d603b98157d55cd162ed3b422dbbd42e8b13211063db94a42f6d1f3febd4acaadde69ea17bfd8eccae3539'
-
'56974ef34a8d94596068413154b1a7ed5a71f5a3942bd79427f05e6f6b7853036874dedd8d988bb94306023f2a675996d500b075eaf8a192ef5c24026eb28eb0')
-
-prepare() {
-  cd postgresql-${pkgver}
-  patch -p1 < ../postgresql-run-socket.patch
-}
-
-build() {
-  cd postgresql-${pkgver}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---datadir=/usr/share/postgresql \
---sysconfdir=/etc \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---with-system-tzdata=/usr/share/zoneinfo \
---with-uuid=e2fs \
---enable-nls \
---enable-thread-safety
-  make world
-}
-
-package_postgresql-libs() {
-  pkgdesc="Libraries for use with PostgreSQL"
-  depends=('krb5' 'openssl>=1.0.0' 'readline>=6.0' 'zlib')
-  provides=('postgresql-client')
-  conflicts=('postgresql-client')
-
-  cd postgresql-${pkgver}
-
-  # install license
-  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # install libs and non-server binaries
-  for dir in src/interfaces src/bin/pg_config src/bin/pg_dump src/bin/psql 
src/bin/scripts; do
-make -C 

[arch-commits] Commit in postgresql/trunk (PKGBUILD postgresql.service)

2018-05-10 Thread Levente Polyak via arch-commits
Date: Friday, May 11, 2018 @ 00:50:02
  Author: anthraxx
Revision: 323913

upgpkg: postgresql 10.4-1 (enable plpython3, icu, ldap, systemd)

FS#58251 Enable ICU collation support
FS#55095 --with-systemd build option and systemd unit file
FS#49678 Add ldap support
FS#36875 Python 3 (plpython3u) support

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql.service

+
 PKGBUILD   |   86 ++-
 postgresql.service |2 -
 2 files changed, 59 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 22:43:36 UTC (rev 323912)
+++ PKGBUILD2018-05-11 00:50:02 UTC (rev 323913)
@@ -3,7 +3,7 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=10.3
+pkgver=10.4
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
@@ -10,7 +10,7 @@
 url='https://www.postgresql.org/'
 arch=('x86_64')
 license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0' 
'pam' 'zlib')
+makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0' 'pam' 'zlib' 'icu' 'systemd' 'libldap')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
 postgresql-run-socket.patch
 postgresql.pam
@@ -17,17 +17,17 @@
 postgresql.logrotate
 postgresql.service
 postgresql-check-db-dir)
-sha256sums=('6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a'
+sha256sums=('1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
+'6edf0502c0ed89ad0548eb5f782c9b3353161ced7d235a0f21e3b1e438c0c1de'
 '888a1d44f03fccfa4bf344ee45824fefb846ae3c1c0c40113ad6020b4be3b0cf')
-sha512sums=('05cf82d3483bdf38734e6ff0fef6b80e7f8fd3cb5ea6792ffe222a599d97d1a29638970bf28ebf5bd1f877e8dcd9986d88f5c5e5379e74fe79ce83e20d2babba'
+sha512sums=('b7c0d2fdc724e2eb1cda9fc1eb01b47352bbe6ba6357b3e898b7f5990fd78499c8c68dcb3aa9bde7821d71b5882d8856131384e899f8055d89d51cdfdbc9e663'
 
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
 
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
-
'ec2625c3ccfb6c142ea12ef4392b00f3d4cb0a5411d603b98157d55cd162ed3b422dbbd42e8b13211063db94a42f6d1f3febd4acaadde69ea17bfd8eccae3539'
+
'b32ae93c70f4f423be4c5c140afba30d3190878aba440b8bd01ba70073baad6edf7d8f7f79053341972bad2ec22a0ea9bbcba647aab949116a884fab0d159765'
 
'56974ef34a8d94596068413154b1a7ed5a71f5a3942bd79427f05e6f6b7853036874dedd8d988bb94306023f2a675996d500b075eaf8a192ef5c24026eb28eb0')
 
 prepare() {
@@ -37,28 +37,50 @@
 
 build() {
   cd postgresql-${pkgver}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---datadir=/usr/share/postgresql \
---sysconfdir=/etc \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---with-system-tzdata=/usr/share/zoneinfo \
---with-uuid=e2fs \
---enable-nls \
+  local options=(
+--prefix=/usr
+--mandir=/usr/share/man
+--datadir=/usr/share/postgresql
+--sysconfdir=/etc
+--with-gssapi
+--with-libxml
+--with-openssl
+--with-perl
+--with-python
+--with-tcl
+--with-pam
+--with-system-tzdata=/usr/share/zoneinfo
+--with-uuid=e2fs
+--with-icu
+--with-systemd
+--with-ldap
+--enable-nls
 --enable-thread-safety
+  )
+
+  # only build plpython3 for now
+  ./configure ${options[@]} \
+PYTHON=/usr/bin/python
+  make -C src/pl/plpython all
+  make -C contrib/hstore_plpython all
+  make -C contrib/ltree_plpython all
+
+  # save plpython3 build and Makefile.global
+  cp -a src/pl/plpython{,3}
+  cp -a contrib/hstore_plpython{,3}
+  cp -a contrib/ltree_plpython{,3}
+  cp -a src/Makefile.global{,.python3}
+  make distclean
+
+  # regular build with everything
+  ./configure ${options[@]} \
+PYTHON=/usr/bin/python2
   make world
 }
 
 package_postgresql-libs() {
   pkgdesc="Libraries for use with PostgreSQL"
-  depends=('krb5' 'openssl>=1.0.0' 'readline>=6.0' 'zlib')
+  depends=('krb5' 'openssl>=1.0.0' 'readline>=6.0' 'zlib' 'libldap')
   

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

2018-05-10 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 10, 2018 @ 22:45:44
  Author: svenstaro
Revision: 320474

upgpkg: wesnoth 1.14.1-1

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 22:44:57 UTC (rev 320473)
+++ PKGBUILD2018-05-10 22:45:44 UTC (rev 320474)
@@ -6,8 +6,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=wesnoth
-pkgver=1.14.0
-pkgrel=2
+pkgver=1.14.1
+pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')
 license=('GPL')


[arch-commits] Commit in wesnoth/repos/community-x86_64 (6 files)

2018-05-10 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 10, 2018 @ 22:46:07
  Author: svenstaro
Revision: 320475

archrelease: copy trunk to community-x86_64

Added:
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 320474, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 320474, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 320474, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

+
 PKGBUILD   |   94 +++
 wesnothd.service   |   18 -
 wesnothd.tmpfiles.conf |2 -
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 22:45:44 UTC (rev 320474)
+++ PKGBUILD2018-05-10 22:46:07 UTC (rev 320475)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-pkgver=1.14.0
-pkgrel=2
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/;
-depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
-makedepends=('boost' 'cmake' 'git')
-replaces=('wesnoth-data')
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
-wesnothd.tmpfiles.conf
-wesnothd.service)
-sha512sums=('SKIP'
-
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
-
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man \
-  -DFIFO_DIR=/var/run/wesnothd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos/community-x86_64/PKGBUILD (from rev 320474, 
wesnoth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 22:46:07 UTC (rev 320475)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+replaces=('wesnoth-data')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+sha512sums=('SKIP'
+
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
+
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Deleted: wesnothd.service
===
--- wesnothd.service2018-05-10 22:45:44 UTC (rev 320474)
+++ wesnothd.service2018-05-10 22:46:07 UTC (rev 320475)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Wesnoth Server Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/wesnothd
-
-[Install]
-WantedBy=multi-user.target

Copied: wesnoth/repos/community-x86_64/wesnothd.service (from rev 320474, 

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

2018-05-10 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 10, 2018 @ 22:18:58
  Author: bisson
Revision: 323900

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 323899, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 22:16:22 UTC (rev 323899)
+++ PKGBUILD2018-05-10 22:18:58 UTC (rev 323900)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=7
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim/wiki'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodule and helper applications')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 323899, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 22:18:58 UTC (rev 323900)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.7
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-05-10 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 10, 2018 @ 22:16:22
  Author: bisson
Revision: 323899

upstream update

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:34:53 UTC (rev 323898)
+++ PKGBUILD2018-05-10 22:16:22 UTC (rev 323899)
@@ -3,10 +3,10 @@
 # Contributor: damir 
 
 pkgname=uim
-pkgver=1.8.6
-pkgrel=7
+pkgver=1.8.7
+pkgrel=1
 pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim/wiki'
+url='https://github.com/uim/uim'
 license=('custom:BSD')
 arch=('x86_64')
 depends=('libxft' 'libedit' 'm17n-lib')
@@ -14,8 +14,8 @@
 optdepends=('qt4: immodule and helper applications'
 'gtk2: immodule and helper applications'
 'gtk3: immodule and helper applications')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in luminancehdr/repos (3 files)

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:51:57
  Author: arojas
Revision: 320472

archrelease: copy trunk to community-staging-x86_64

Added:
  luminancehdr/repos/community-staging-x86_64/
  luminancehdr/repos/community-staging-x86_64/PKGBUILD
(from rev 320471, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog
(from rev 320471, luminancehdr/trunk/luminancehdr.changelog)

+
 PKGBUILD   |   33 +++
 luminancehdr.changelog |   99 +++
 2 files changed, 132 insertions(+)

Copied: luminancehdr/repos/community-staging-x86_64/PKGBUILD (from rev 320471, 
luminancehdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 20:51:57 UTC (rev 320472)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=luminancehdr
+pkgver=2.5.1
+pkgrel=9
+pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
+arch=('x86_64')
+url='http://qtpfsgui.sourceforge.net/'
+license=('GPL')
+depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webengine' 
'qt5-svg'
+ 'qt5-webkit' 'ccfits' 'desktop-file-utils' 'hicolor-icon-theme' 
'boost-libs')
+makedepends=('cmake' 'boost' 'gtest' 'qt5-tools' 'patch')
+optdepends=('hugin: align image stack functionality')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2)
+sha256sums=('a8986e0afba434a2e9da7e8aed19cdb763fedc8de2655bdb496c4ee9d3f41696')
+
+build() {
+  cd "${srcdir}"/luminance-hdr-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/luminance-hdr-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog 
(from rev 320471, luminancehdr/trunk/luminancehdr.changelog)
===
--- community-staging-x86_64/luminancehdr.changelog 
(rev 0)
+++ community-staging-x86_64/luminancehdr.changelog 2018-05-10 20:51:57 UTC 
(rev 320472)
@@ -0,0 +1,99 @@
+2017-12-30 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-6 boost 1.66.0 rebuild
+
+2017-09-10 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-5 boost 1.65.1 rebuild
+
+2017-08-16 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-4 FS#55166 fix
+
+2017-07-14 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-3 exiv2 0.26 rebuild
+
+2017-06-24 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-2 gsl 2.4 rebuild
+
+2017-06-04 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-1
+
+2017-05-19 Jaroslav Lichtblau 
+   * luminancehdr 2.5.0-3 boost 1.64.0 rebuild
+
+2017-04-18 Jaroslav Lichtblau 
+   * luminancehdr 2.5.0-1
+
+2017-01-07 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-9 libraw 0.18 rebuild
+
+2016-05-01 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-8 pacman hooks rebuild
+
+2016-02-20 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-7 gsl 2.1 rebuild
+
+2015-08-27 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-5 libraw 0.17 rebuild
+
+2015-07-03 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-4 exiv2-0.25 rebuild
+
+2015-05-14 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-3
+
+2014-02-04 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-1
+
+2014-01-20 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-4 libraw rebuild
+
+2013-06-15 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-3 libraw rebuild
+
+2013-04-20 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-1
+
+2012-07-30 Jaroslav Lichtblau 
+   * luminancehdr 2.3.0-2 exiv2-0.23 rebuild
+
+2012-07-07 Jaroslav Lichtblau 
+   * luminancehdr 2.3.0-1
+
+2012-03-18 Jaroslav Lichtblau 
+   * luminancehdr 2.2.1-1
+
+2012-01-27 Eric Belanger  
+   * Rebuild against libpng 1.5 and libtiff 4.0
+
+2011-08-21 Jaroslav Lichtblau 
+   * luminancehdr 2.1.0-1
+
+2011-05-01 Jaroslav Lichtblau 
+   * luminancehdr 2.0.2-1
+
+2010-10-19 Jaroslav 

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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:51:32
  Author: arojas
Revision: 320471

cfitsio 3.450 rebuild

Modified:
  luminancehdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:46:39 UTC (rev 320470)
+++ PKGBUILD2018-05-10 20:51:32 UTC (rev 320471)
@@ -5,7 +5,7 @@
 
 pkgname=luminancehdr
 pkgver=2.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
 arch=('x86_64')
 url='http://qtpfsgui.sourceforge.net/'


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:46:39
  Author: arojas
Revision: 320470

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 320469, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 320469, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal-poppler-0.64.patch
(from rev 320469, gdal/trunk/gdal-poppler-0.64.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 320469, gdal/trunk/gdal.changelog)

-+
 PKGBUILD|  115 ++
 gdal-perl-vendor.patch  |   28 +++
 gdal-poppler-0.64.patch |   13 +
 gdal.changelog  |   93 +
 4 files changed, 249 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 320469, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 20:46:39 UTC (rev 320470)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=(gdal python-gdal python2-gdal)
+pkgver=2.2.4
+pkgrel=4
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'libmariadbclient' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-numpy' 'python2-numpy')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgbase.changelog
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+gdal-perl-vendor.patch gdal-poppler-0.64.patch)
+sha256sums=('441eb1d1acb35238ca43a1a0a649493fc91fdcbab231d0747e9d462eea192278'
+'20989e5fa499206b42c92280ce084fdf7b2f661a4233fc349611cc57102fe114'
+'34d7909e1375aa407936374d65a561a6803b59b1280be7f878fb45049f629b40')
+
+prepare() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+
+# Fix Perl bindings installation path
+  patch -Np1 -i ../gdal-perl-vendor.patch
+# Fix build with poppler 0.64
+  patch -p2 -i ../gdal-poppler-0.64.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed"
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python2 setup.py build
+  python3 setup.py build
+}
+
+package_gdal () {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
+
+#FS15477 clean up junks - still present in 2.2.1
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  eval local $(perl -V:vendorarch)
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
+}
+
+package_python-gdal () {
+  pkgdesc="Python bindings for GDAL"
+  depends=("gdal=$pkgver" 'python-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
+
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
+}
+
+package_python2-gdal () {
+  pkgdesc="Python 2 bindings for GDAL"
+  depends=("gdal=$pkgver" 'python2-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+
+# python2 fixes
+  for file in {,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  

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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:46:15
  Author: arojas
Revision: 320469

cfitsio 3.450 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:38:34 UTC (rev 320468)
+++ PKGBUILD2018-05-10 20:46:15 UTC (rev 320469)
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal python2-gdal)
 pkgver=2.2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="http://www.gdal.org/;


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 20:38:34
  Author: anthraxx
Revision: 320468

archrelease: copy trunk to community-x86_64

Added:
  z3/repos/community-x86_64/PKGBUILD
(from rev 320467, z3/trunk/PKGBUILD)
Deleted:
  z3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 20:38:25 UTC (rev 320467)
+++ PKGBUILD2018-05-10 20:38:34 UTC (rev 320468)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: rudy.matela
-
-pkgname=z3
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="A high-performance theorem prover"
-arch=('x86_64')
-url="https://github.com/Z3Prover/z3;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('python2') # 'java-environment-common' 'mono' 'ocaml' 
'ocaml-findlib')
-optdepends=('python2-setuptools: bindings for python2')
-source=("https://github.com/Z3Prover/z3/archive/z3-$pkgver.tar.gz;)
-sha512sums=('92a87292db17ceb4a90e45bce4f6237fe0437a7a5e147b4b63a2cb793e2d59fc04a6aa579ddb904280eac08b4a85c600df092d4c2fa99239199514b9c0363243')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-  python2 scripts/mk_make.py --python # --dotnet --java --ml
-  cd build
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgname-$pkgver/build
-  make install DESTDIR="$pkgdir"
-  install -Dm644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: z3/repos/community-x86_64/PKGBUILD (from rev 320467, z3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 20:38:34 UTC (rev 320468)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: rudy.matela
+
+pkgbase=z3
+pkgname=('z3' 'python-z3' 'python2-z3')
+pkgver=4.6.0
+pkgrel=2
+pkgdesc='High-performance theorem prover'
+url='https://github.com/Z3Prover/z3'
+arch=('x86_64')
+license=('MIT')
+ # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
+makedepends=('cmake' 'python2' 'python2-setuptools' 'python' 
'python-setuptools' 'gcc-libs' 'gmp')
+optdepends=('python2-setuptools: bindings for python2')
+source=(https://github.com/Z3Prover/z3/archive/${pkgbase}-${pkgver}.tar.gz
+
z3-${pkgver}-gcc8.patch::https://github.com/Z3Prover/z3/commit/2d5dd802386d78117d5ed9ddcbf8bc22ab3cb461.patch)
+sha512sums=('92a87292db17ceb4a90e45bce4f6237fe0437a7a5e147b4b63a2cb793e2d59fc04a6aa579ddb904280eac08b4a85c600df092d4c2fa99239199514b9c0363243'
+
'8d1e9e140dcbc3e97379d5a4f7943837046b5cfa07bd76a5703242a0f80b9b70e9bb279282f3415f8fccc80590cf75d1b325393467cb2ad8f24bf3dc9d8a900d')
+
+prepare() {
+  cd ${pkgbase}-${pkgbase}-${pkgver}
+  patch -Np1 < ../z3-${pkgver}-gcc8.patch
+  mkdir -p build
+}
+
+build() {
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_PYTHON_BINDINGS=1 \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DUSE_LIB_GMP=1
+  make
+}
+
+package_z3() {
+  depends=('gcc-libs' 'gmp')
+  provides=('libz3' 'libz3.so')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-z3() {
+  depends=('python' 'libz3')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}"
+  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
+  python -m compileall .
+  python -O -m compileall .
+}
+
+package_python2-z3() {
+  depends=('python2' 'libz3')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}"
+  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
+  mv usr/lib/python* usr/lib/python2.7
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 20:38:25
  Author: anthraxx
Revision: 320467

upgpkg: z3 4.6.0-2 (split python package)

FS#57101
FS#55622

Modified:
  z3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:33:57 UTC (rev 320466)
+++ PKGBUILD2018-05-10 20:38:25 UTC (rev 320467)
@@ -1,29 +1,71 @@
-# $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
 # Contributor: rudy.matela
 
-pkgname=z3
+pkgbase=z3
+pkgname=('z3' 'python-z3' 'python2-z3')
 pkgver=4.6.0
-pkgrel=1
-pkgdesc="A high-performance theorem prover"
+pkgrel=2
+pkgdesc='High-performance theorem prover'
+url='https://github.com/Z3Prover/z3'
 arch=('x86_64')
-url="https://github.com/Z3Prover/z3;
 license=('MIT')
-depends=('gcc-libs')
-makedepends=('python2') # 'java-environment-common' 'mono' 'ocaml' 
'ocaml-findlib')
+ # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
+makedepends=('cmake' 'python2' 'python2-setuptools' 'python' 
'python-setuptools' 'gcc-libs' 'gmp')
 optdepends=('python2-setuptools: bindings for python2')
-source=("https://github.com/Z3Prover/z3/archive/z3-$pkgver.tar.gz;)
-sha512sums=('92a87292db17ceb4a90e45bce4f6237fe0437a7a5e147b4b63a2cb793e2d59fc04a6aa579ddb904280eac08b4a85c600df092d4c2fa99239199514b9c0363243')
+source=(https://github.com/Z3Prover/z3/archive/${pkgbase}-${pkgver}.tar.gz
+
z3-${pkgver}-gcc8.patch::https://github.com/Z3Prover/z3/commit/2d5dd802386d78117d5ed9ddcbf8bc22ab3cb461.patch)
+sha512sums=('92a87292db17ceb4a90e45bce4f6237fe0437a7a5e147b4b63a2cb793e2d59fc04a6aa579ddb904280eac08b4a85c600df092d4c2fa99239199514b9c0363243'
+
'8d1e9e140dcbc3e97379d5a4f7943837046b5cfa07bd76a5703242a0f80b9b70e9bb279282f3415f8fccc80590cf75d1b325393467cb2ad8f24bf3dc9d8a900d')
 
+prepare() {
+  cd ${pkgbase}-${pkgbase}-${pkgver}
+  patch -Np1 < ../z3-${pkgver}-gcc8.patch
+  mkdir -p build
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-  python2 scripts/mk_make.py --python # --dotnet --java --ml
-  cd build
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_PYTHON_BINDINGS=1 \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DUSE_LIB_GMP=1
   make
 }
 
-package() {
-  cd "$srcdir"/$pkgname-$pkgname-$pkgver/build
-  make install DESTDIR="$pkgdir"
-  install -Dm644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+package_z3() {
+  depends=('gcc-libs' 'gmp')
+  provides=('libz3' 'libz3.so')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}"/usr/lib/python*
 }
+
+package_python-z3() {
+  depends=('python' 'libz3')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}"
+  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
+  python -m compileall .
+  python -O -m compileall .
+}
+
+package_python2-z3() {
+  depends=('python2' 'libz3')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}"
+  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
+  mv usr/lib/python* usr/lib/python2.7
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in php/repos/extra-x86_64 (17 files)

2018-05-10 Thread Jan Steffens via arch-commits
Date: Thursday, May 10, 2018 @ 20:34:53
  Author: heftig
Revision: 323898

archrelease: copy trunk to extra-x86_64

Added:
  php/repos/extra-x86_64/PKGBUILD
(from rev 323897, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 323897, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 323897, php/trunk/apache.patch)
  php/repos/extra-x86_64/enchant-2.patch
(from rev 323897, php/trunk/enchant-2.patch)
  php/repos/extra-x86_64/freetype.patch
(from rev 323897, php/trunk/freetype.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 323897, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 323897, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 323897, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 323897, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/enchant-2.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

--+
 PKGBUILD |  682 ++---
 apache.conf  |   26 +-
 apache.patch |   30 --
 enchant-2.patch  |  145 ---
 freetype.patch   |   38 ++
 generate_patches |   95 +++
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  154 +--
 9 files changed, 664 insertions(+), 656 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 20:32:58 UTC (rev 323897)
+++ PKGBUILD2018-05-10 20:34:53 UTC (rev 323898)
@@ -1,339 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-sodium'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=7.2.5
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='http://www.php.net'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre' 'libnsl')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
-sha512sums=('1d49fc6e47d2e86d4fd62396e558965502f44cc8f72459bb0d406e157298cac67703b219837952da11122722d9fa8cb4cda8ef66ddf063cb063859db34110f58'
-'SKIP'
-
'7b87f785008f4e53e2837ba4009817145b10c46783ec3d19e158881f04bbc03ba0a36396058792bf72ccdc6de603b01ca3f248fae349703d08df74895eeeab46'
-
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'
-
'c5d57a4d06d33856082a461a6796975ec42b655e81abe14bc896692d44b5c28e9b344111e64d13af486168b3dc927d908705e543095f34052f72198f257b4c34'
-
'824e9a0d10063283357d49a81ab49bf834afd24f098482bdbaa9ab60bbad2b0dea6f5879259b73717d437626b02fb4f2d3ef68b7bcbb26bee274a7b61144720f'
-
'85000bcb4f5674bfcbac7f32aeb28c523904a23da716e7fd982ac225845843e0acb33c0b8552107c234b1dd106337ad0a6792253f200980b88a6f6239ec982d0'
-
'89993be67988f6db09e1102214a41fdb7223274bc6ca71f1defc5fe9548d832485f7133b8ba82860f04da00c7f655d701c7550460c0172a2a2d31ef3f3f96038')
-validpgpkeys=('B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F'
-  '1729F83938DA44E27BA0F4D3DBDB397470D12172')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-   patch -p1 -i ../enchant-2.patch
-
-   rm tests/output/stream_isatty_*.phpt
-}
-
-build() {
-   # http://site.icu-project.org/download/61#TOC-Migration-Issues
-   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   

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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:33:57
  Author: arojas
Revision: 320466

archrelease: copy trunk to community-staging-x86_64

Added:
  ccfits/repos/community-staging-x86_64/
  ccfits/repos/community-staging-x86_64/PKGBUILD
(from rev 320465, ccfits/trunk/PKGBUILD)

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

Copied: ccfits/repos/community-staging-x86_64/PKGBUILD (from rev 320465, 
ccfits/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 20:33:57 UTC (rev 320466)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: 
+# Contributor: Jose San Juan 
+
+pkgname=ccfits
+pkgver=2.5
+pkgrel=3
+pkgdesc="Object Oriented Interface to the CFITSIO Library"
+arch=('x86_64')
+url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/;
+license=('custom')
+depends=('cfitsio')
+source=(http://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz)
+sha256sums=('938ecd25239e65f519b8d2b50702416edc723de5f0a5387cceea8c4004a44740')
+
+build() {
+  cd "${srcdir}"/CCfits
+
+  ./configure --with-cfitsio-libdir=/usr/lib --prefix=/usr
+  make 
+}
+
+package() {
+  cd "${srcdir}"/CCfits
+
+  make DESTDIR="${pkgdir}" install
+
+#install license
+  install -Dm644 License.txt 
"${pkgdir}/usr/share/licenses/$pkgname/License.txt"
+}


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:33:31
  Author: arojas
Revision: 320465

cfitsio 3.450 rebuild

Modified:
  ccfits/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:30:48 UTC (rev 320464)
+++ PKGBUILD2018-05-10 20:33:31 UTC (rev 320465)
@@ -5,7 +5,7 @@
 
 pkgname=ccfits
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Object Oriented Interface to the CFITSIO Library"
 arch=('x86_64')
 url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/;


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

2018-05-10 Thread Jan Steffens via arch-commits
Date: Thursday, May 10, 2018 @ 20:32:58
  Author: heftig
Revision: 323897

7.2.5-2

Modified:
  php/trunk/PKGBUILD
  php/trunk/generate_patches

--+
 PKGBUILD |2 +-
 generate_patches |3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:08:44 UTC (rev 323896)
+++ PKGBUILD2018-05-10 20:32:58 UTC (rev 323897)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.2.5
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('PHP')
 url='http://www.php.net'

Modified: generate_patches
===
--- generate_patches2018-05-10 20:08:44 UTC (rev 323896)
+++ generate_patches2018-05-10 20:32:58 UTC (rev 323897)
@@ -6,7 +6,7 @@
 
 pushd src/${pkgbase}-${pkgver}
 
-sed '/APACHE_THREADED_MPM=/d' -i.orig sapi/apache2handler/config.m4 -i.orig 
configure
+sed '/APACHE_THREADED_MPM=/d' -i.orig sapi/apache2handler/config.m4
 
 sed 's/.conf.default/.conf/g' -i.orig sapi/fpm/Makefile.frag
 
@@ -36,7 +36,6 @@
-i php.ini-production
 
 diff -u sapi/apache2handler/config.m4.orig sapi/apache2handler/config.m4 | 
filterdiff --clean --remove-timestamps > ../../apache.patch
-diff -u configure.orig configure | filterdiff --clean --remove-timestamps >> 
../../apache.patch
 
 diff -u sapi/fpm/Makefile.frag.orig sapi/fpm/Makefile.frag | filterdiff 
--clean --remove-timestamps > ../../php-fpm.patch
 diff -u sapi/fpm/php-fpm.conf.in.orig sapi/fpm/php-fpm.conf.in | filterdiff 
--clean --remove-timestamps >> ../../php-fpm.patch


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:30:48
  Author: arojas
Revision: 320464

archrelease: copy trunk to community-staging-x86_64

Added:
  kstars/repos/community-staging-x86_64/
  kstars/repos/community-staging-x86_64/PKGBUILD
(from rev 320463, kstars/trunk/PKGBUILD)

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

Copied: kstars/repos/community-staging-x86_64/PKGBUILD (from rev 320463, 
kstars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 20:30:48 UTC (rev 320464)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=2.9.5
+pkgrel=2
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen xplanet)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6c2ddf3cb04688fe4ff8cafb4c6a1e7e249ff8ae0c42650f0d491a706269a3b1'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:30:24
  Author: arojas
Revision: 320463

cfitsio 3.450 rebuild

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:16:47 UTC (rev 320462)
+++ PKGBUILD2018-05-10 20:30:24 UTC (rev 320463)
@@ -5,7 +5,7 @@
 
 pkgname=kstars
 pkgver=2.9.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:16:47
  Author: arojas
Revision: 320462

archrelease: copy trunk to community-staging-x86_64

Added:
  libindi/repos/community-staging-x86_64/
  libindi/repos/community-staging-x86_64/PKGBUILD
(from rev 320461, libindi/trunk/PKGBUILD)

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

Copied: libindi/repos/community-staging-x86_64/PKGBUILD (from rev 320461, 
libindi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 20:16:47 UTC (rev 320462)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl libtheora)
+makedepends=(cmake boost qt5-base)
+#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz;)
+sha256sums=('5ec9aea9e8b1a79ea440327c25a7c7cfde6f9145b066e42eaaec3e76f8e37b93')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/libindi/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../indi-$pkgver/libindi \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINDI_BUILD_QT5_CLIENT=ON \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:16:24
  Author: arojas
Revision: 320461

cfitsio 3.450 rebuild

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:11:09 UTC (rev 320460)
+++ PKGBUILD2018-05-10 20:16:24 UTC (rev 320461)
@@ -5,7 +5,7 @@
 
 pkgname=libindi
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page;
 license=(GPL2)


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:11:09
  Author: arojas
Revision: 320460

archrelease: copy trunk to community-staging-x86_64

Added:
  wcslib/repos/community-staging-x86_64/
  wcslib/repos/community-staging-x86_64/PKGBUILD
(from rev 320459, wcslib/trunk/PKGBUILD)

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

Copied: wcslib/repos/community-staging-x86_64/PKGBUILD (from rev 320459, 
wcslib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 20:11:09 UTC (rev 320460)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.18
+pkgrel=3
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('b693fbf14f2553507bc0c72bca531f23c59885be8f7d3c3cb889a5349129509a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install -j1
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:10:41
  Author: arojas
Revision: 320459

cfitsio 3.450 rebuild

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 18:09:32 UTC (rev 320458)
+++ PKGBUILD2018-05-10 20:10:41 UTC (rev 320459)
@@ -4,7 +4,7 @@
 
 pkgname=wcslib
 pkgver=5.18
-pkgrel=2
+pkgrel=3
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
 arch=(x86_64)
 url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;


[arch-commits] Commit in gwenview/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:08:44
  Author: arojas
Revision: 323896

archrelease: copy trunk to staging-x86_64

Added:
  gwenview/repos/staging-x86_64/
  gwenview/repos/staging-x86_64/PKGBUILD
(from rev 323895, gwenview/trunk/PKGBUILD)

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

Copied: gwenview/repos/staging-x86_64/PKGBUILD (from rev 323895, 
gwenview/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-05-10 20:08:44 UTC (rev 323896)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=gwenview
+pkgver=18.04.1
+pkgrel=2
+pkgdesc="A fast and easy to use image viewer"
+url='https://kde.org/applications/graphics/gwenview/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kactivities baloo libkipi libkdcraw kparts kitemmodels cfitsio)
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+'kimageformats: support for dds, xcf, exr, psd, and more image 
formats'
+'kipi-plugins: export to various online services'
+'kamera: import pictures from gphoto2 cameras')
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('71216a4622fe4b706ebd27a54552ac475aa4680ffed18320f9d65be134e6dd73'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:08:20
  Author: arojas
Revision: 323895

cfitsio 3.450 rebuild

Modified:
  gwenview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:01:09 UTC (rev 323894)
+++ PKGBUILD2018-05-10 20:08:20 UTC (rev 323895)
@@ -5,7 +5,7 @@
 
 pkgname=gwenview
 pkgver=18.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and easy to use image viewer"
 url='https://kde.org/applications/graphics/gwenview/'
 arch=(x86_64)


[arch-commits] Commit in cfitsio/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:01:09
  Author: arojas
Revision: 323894

archrelease: copy trunk to staging-x86_64

Added:
  cfitsio/repos/staging-x86_64/
  cfitsio/repos/staging-x86_64/PKGBUILD
(from rev 323893, cfitsio/trunk/PKGBUILD)

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

Copied: cfitsio/repos/staging-x86_64/PKGBUILD (from rev 323893, 
cfitsio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-05-10 20:01:09 UTC (rev 323894)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=cfitsio
+pkgver=3.450
+pkgrel=1
+pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
+arch=(x86_64)
+url="http://heasarc.gsfc.nasa.gov/fitsio/;
+license=(custom)
+depends=(curl)
+source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
+sha256sums=('bf6012dbe668ecb22c399c4b7b2814557ee282c74a7d5dc704eb17c30d9fb92e')
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-reentrant
+  make shared
+  make utils
+}
+
+check() {
+  cd $pkgname
+  LD_LIBRARY_PATH=. ./testprog > testprog.lis
+  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
+  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 License.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+# Fix conflicts with ccfits and smem
+  rm "$pkgdir"/usr/bin/{cookbook,smem,testprog}
+}


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:00:34
  Author: arojas
Revision: 323893

Update to 3.450

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 14:15:27 UTC (rev 323892)
+++ PKGBUILD2018-05-10 20:00:34 UTC (rev 323893)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=cfitsio
-pkgver=3.440
+pkgver=3.450
 pkgrel=1
 pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(custom)
 depends=(curl)
 
source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
-sha256sums=('dd1cad4208fb7a9462914177f26672ccfb21fc8a1f6366e41e7b69b13ad7fd24')
+sha256sums=('bf6012dbe668ecb22c399c4b7b2814557ee282c74a7d5dc704eb17c30d9fb92e')
 
 build() {
   cd $pkgname


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

2018-05-10 Thread Eli Schwartz via arch-commits
Date: Thursday, May 10, 2018 @ 18:09:15
  Author: eschwartz
Revision: 320457

upgpkg: python-dateutil 2.7.3-1

upstream release

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:52:38 UTC (rev 320456)
+++ PKGBUILD2018-05-10 18:09:15 UTC (rev 320457)
@@ -5,7 +5,7 @@
 
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Provides powerful extensions to the standard datetime module"
 arch=('any')
@@ -12,9 +12,10 @@
 license=('BSD' 'Apache')
 url="https://github.com/dateutil/dateutil;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('9d8074be4c993fbe4947878ce593052f71dac82932a677d49194d8ce9778002e'
+checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
+  'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
+source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8'
 'SKIP')
 validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

 


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

2018-05-10 Thread Eli Schwartz via arch-commits
Date: Thursday, May 10, 2018 @ 18:09:32
  Author: eschwartz
Revision: 320458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 18:09:15 UTC (rev 320457)
+++ PKGBUILD2018-05-10 18:09:32 UTC (rev 320458)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: lilydjwg 
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Provides powerful extensions to the standard datetime module"
-arch=('any')
-license=('BSD' 'Apache')
-url="https://github.com/dateutil/dateutil;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('9d8074be4c993fbe4947878ce593052f71dac82932a677d49194d8ce9778002e'
-'SKIP')
-validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

-
-prepare() {
-  cd "$srcdir"
-
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  pytest
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  pytest2
-}
-
-package_python-dateutil() {
-depends=('python-six')
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-dateutil() {
-depends=('python2-six')
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 320457, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 18:09:32 UTC (rev 320458)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: lilydjwg 
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="Provides powerful extensions to the standard datetime module"
+arch=('any')
+license=('BSD' 'Apache')
+url="https://github.com/dateutil/dateutil;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
+  'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
+source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8'
+'SKIP')
+validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

+
+prepare() {
+  cd "$srcdir"
+
+  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  pytest
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  pytest2
+}
+
+package_python-dateutil() {
+depends=('python-six')
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dateutil() {
+depends=('python2-six')
+  cd "$srcdir"/python2-dateutil-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 16:52:27
  Author: alucryd
Revision: 320455

upgpkg: dolphin-emu 1:5.0.r7309.10d230a512-4

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:45:53 UTC (rev 320454)
+++ PKGBUILD2018-05-10 16:52:27 UTC (rev 320455)
@@ -5,7 +5,7 @@
 
 pkgname=dolphin-emu
 pkgver=5.0.r7309.10d230a512
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('x86_64')


[arch-commits] Commit in dolphin-emu/repos/community-testing-x86_64 (2 files)

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 16:52:38
  Author: alucryd
Revision: 320456

archrelease: copy trunk to community-testing-x86_64

Added:
  dolphin-emu/repos/community-testing-x86_64/PKGBUILD
(from rev 320455, dolphin-emu/trunk/PKGBUILD)
Deleted:
  dolphin-emu/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 16:52:27 UTC (rev 320455)
+++ PKGBUILD2018-05-10 16:52:38 UTC (rev 320456)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Newton (Mystro256) 
-
-pkgname=dolphin-emu
-pkgver=5.0.r7309.10d230a512
-pkgrel=2
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('x86_64')
-url='http://dolphin-emu.org'
-license=('GPL')
-depends=('alsa-lib' 'bluez-libs' 'cairo' 'enet' 'gcc-libs' 'gdk-pixbuf2'
- 'glib2' 'glibc' 'gtk2' 'hidapi' 'libevdev' 'libgl' 'libpng' 'libpulse'
- 'libsm' 'libx11' 'libxi' 'libxrandr' 'libxxf86vm' 'lzo' 'mbedtls'
- 'pango' 'sfml' 'zlib'
- 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libcurl.so'
- 'libminiupnpc.so' 'libswscale.so' 'libudev.so' 'libusb-1.0.so')
-makedepends=('cmake' 'git')
-optdepends=('pulseaudio: PulseAudio backend')
-options=('!emptydirs')
-_commit='10d230a512b99aee66f7343481ed13d83557de22'
-source=("dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd dolphin-emu
-
-  git describe | sed 's/-/.r/; s/-g/./'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../dolphin-emu \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DENABLE_QT2='OFF' \
--DUSE_SHARED_ENET='ON' \
--DDISTRIBUTOR='archlinux.org'
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 ../dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
-}
-
-# vim: ts=2 sw=2 et:

Copied: dolphin-emu/repos/community-testing-x86_64/PKGBUILD (from rev 320455, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 16:52:38 UTC (rev 320456)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=5.0.r7309.10d230a512
+pkgrel=4
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('x86_64')
+url='http://dolphin-emu.org'
+license=('GPL')
+depends=('alsa-lib' 'bluez-libs' 'enet' 'gcc-libs' 'glibc' 'hidapi' 'libevdev'
+ 'libgl' 'libpng' 'libpulse' 'libx11' 'libxi' 'libxrandr' 'lzo'
+ 'mbedtls' 'qt5-base' 'sfml' 'zlib'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libcurl.so'
+ 'libminiupnpc.so' 'libswscale.so' 'libudev.so' 'libusb-1.0.so')
+makedepends=('cmake' 'git')
+optdepends=('pulseaudio: PulseAudio backend')
+options=('!emptydirs')
+_commit='10d230a512b99aee66f7343481ed13d83557de22'
+source=("dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dolphin-emu
+
+  git describe | sed 's/-/.r/; s/-g/./'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../dolphin-emu \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DENABLE_QT2='ON' \
+-DENABLE_WX='OFF' \
+-DUSE_SHARED_ENET='ON' \
+-DDISTRIBUTOR='archlinux.org'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 ../dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 16:45:53
  Author: alucryd
Revision: 320454

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 320453, dolphin-emu/trunk/PKGBUILD)
Deleted:
  dolphin-emu/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 16:45:33 UTC (rev 320453)
+++ PKGBUILD2018-05-10 16:45:53 UTC (rev 320454)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Newton (Mystro256) 
-
-pkgname=dolphin-emu
-pkgver=5.0.r7309.10d230a512
-pkgrel=1
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('x86_64')
-url='http://dolphin-emu.org'
-license=('GPL')
-depends=('alsa-lib' 'bluez-libs' 'cairo' 'enet' 'gcc-libs' 'gdk-pixbuf2'
- 'glib2' 'glibc' 'gtk2' 'hidapi' 'libevdev' 'libgl' 'libpng' 'libpulse'
- 'libsm' 'libx11' 'libxi' 'libxrandr' 'libxxf86vm' 'lzo' 'mbedtls'
- 'pango' 'sfml' 'zlib'
- 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libcurl.so'
- 'libminiupnpc.so' 'libswscale.so' 'libudev.so' 'libusb-1.0.so')
-makedepends=('cmake' 'git')
-optdepends=('pulseaudio: PulseAudio backend')
-options=('!emptydirs')
-_commit='10d230a512b99aee66f7343481ed13d83557de22'
-source=("dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd dolphin-emu
-
-  git describe | sed 's/-/.r/; s/-g/./'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../dolphin-emu \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DENABLE_QT2='OFF' \
--DUSE_SHARED_ENET='ON' \
--DDISTRIBUTOR='archlinux.org'
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 ../dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
-}
-
-# vim: ts=2 sw=2 et:

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 320453, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 16:45:53 UTC (rev 320454)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=5.0.r7309.10d230a512
+pkgrel=3
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('x86_64')
+url='http://dolphin-emu.org'
+license=('GPL')
+depends=('alsa-lib' 'bluez-libs' 'enet' 'gcc-libs' 'glibc' 'hidapi' 'libevdev'
+ 'libgl' 'libpng' 'libpulse' 'libx11' 'libxi' 'libxrandr' 'lzo'
+ 'mbedtls' 'qt5-base' 'sfml' 'zlib'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libcurl.so'
+ 'libminiupnpc.so' 'libswscale.so' 'libudev.so' 'libusb-1.0.so')
+makedepends=('cmake' 'git')
+optdepends=('pulseaudio: PulseAudio backend')
+options=('!emptydirs')
+_commit='10d230a512b99aee66f7343481ed13d83557de22'
+source=("dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dolphin-emu
+
+  git describe | sed 's/-/.r/; s/-g/./'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../dolphin-emu \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DENABLE_QT2='ON' \
+-DENABLE_WX='OFF' \
+-DUSE_SHARED_ENET='ON' \
+-DDISTRIBUTOR='archlinux.org'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 ../dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 16:45:33
  Author: alucryd
Revision: 320453

upgpkg: dolphin-emu 1:5.0.r7309.10d230a512-3

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:31:41 UTC (rev 320452)
+++ PKGBUILD2018-05-10 16:45:33 UTC (rev 320453)
@@ -5,16 +5,15 @@
 
 pkgname=dolphin-emu
 pkgver=5.0.r7309.10d230a512
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('x86_64')
 url='http://dolphin-emu.org'
 license=('GPL')
-depends=('alsa-lib' 'bluez-libs' 'cairo' 'enet' 'gcc-libs' 'gdk-pixbuf2'
- 'glib2' 'glibc' 'gtk2' 'hidapi' 'libevdev' 'libgl' 'libpng' 'libpulse'
- 'libsm' 'libx11' 'libxi' 'libxrandr' 'libxxf86vm' 'lzo' 'mbedtls'
- 'pango' 'sfml' 'zlib'
+depends=('alsa-lib' 'bluez-libs' 'enet' 'gcc-libs' 'glibc' 'hidapi' 'libevdev'
+ 'libgl' 'libpng' 'libpulse' 'libx11' 'libxi' 'libxrandr' 'lzo'
+ 'mbedtls' 'qt5-base' 'sfml' 'zlib'
  'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libcurl.so'
  'libminiupnpc.so' 'libswscale.so' 'libudev.so' 'libusb-1.0.so')
 makedepends=('cmake' 'git')
@@ -42,7 +41,8 @@
 
   cmake ../dolphin-emu \
 -DCMAKE_INSTALL_PREFIX='/usr' \
--DENABLE_QT2='OFF' \
+-DENABLE_QT2='ON' \
+-DENABLE_WX='OFF' \
 -DUSE_SHARED_ENET='ON' \
 -DDISTRIBUTOR='archlinux.org'
   make


[arch-commits] Commit in opera-ffmpeg-codecs/trunk (PKGBUILD)

2018-05-10 Thread Ike Devolder via arch-commits
Date: Thursday, May 10, 2018 @ 16:31:33
  Author: idevolder
Revision: 320451

upgpkg: opera-ffmpeg-codecs 66.0.3359.139-1

Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:30:30 UTC (rev 320450)
+++ PKGBUILD2018-05-10 16:31:33 UTC (rev 320451)
@@ -1,7 +1,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=opera-ffmpeg-codecs
-pkgver=65.0.3325.181
+pkgver=66.0.3359.139
 pkgrel=1
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
@@ -20,7 +20,7 @@
   'chromium-FORTIFY_SOURCE-r2.patch'
 )
 
sha512sums=('c2bc35f4a7a571c51b5ea0b3307094209ba663d1ef519ca61dadd8bc570128793c18a1d317a54c98ac58737f6c87a61aca262b7c01797f4df9a838cc40191b4f'
-
'52472127b46da48699f401ab9c64f80975398bc3e97d032c517736babc327bfa0a0ce6415831ff3f585cd309e2e05e48d5252b15d0873fee118adf70f54d1a05'
+
'9fe78fb6970fc5a3455e6545a4869d3a73075329ccd26719f503fd9bbfbdd6aec4f3db4cc748e8f12abb81adb318b8f8b42c7ab5c289a1f698536e81b7d2f14f'
 
'8f63366ca998e3ee06a79c6df5b4454707bd9865913ecde2f79fcb49fdd86d291f678b9f21807e4eb61d15497cdbe4a4bdc06637882e708f34f6804453bdfd41'
 
'2d78092a700788c74b86db636af303fdb63a28ce5b7b0431dd81f6b7ce501e5d0234a6327a1b49bc23e1c1d00ba98fd5334dd07d9a20bb0d81d1a4ca4487a26c')
 


[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (6 files)

2018-05-10 Thread Ike Devolder via arch-commits
Date: Thursday, May 10, 2018 @ 16:31:41
  Author: idevolder
Revision: 320452

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 320451, opera-ffmpeg-codecs/trunk/PKGBUILD)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
(from rev 320451, 
opera-ffmpeg-codecs/trunk/chromium-FORTIFY_SOURCE-r2.patch)
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
(from rev 320451, 
opera-ffmpeg-codecs/trunk/chromium-last-commit-position-r1.patch)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch

+
 PKGBUILD   |  134 +++
 chromium-FORTIFY_SOURCE-r2.patch   |   60 ++---
 chromium-last-commit-position-r1.patch |   52 ++--
 3 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 16:31:33 UTC (rev 320451)
+++ PKGBUILD2018-05-10 16:31:41 UTC (rev 320452)
@@ -1,67 +0,0 @@
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=65.0.3325.181
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2'
-  'xdg-utils'
-)
-options=('!strip')
-source=(
-  
"https://repo.herecura.eu/herecura/x86_64/ncurses5-compat-libs-6.1-1-x86_64.pkg.tar.xz;
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-  'chromium-last-commit-position-r1.patch'
-  'chromium-FORTIFY_SOURCE-r2.patch'
-)
-sha512sums=('c2bc35f4a7a571c51b5ea0b3307094209ba663d1ef519ca61dadd8bc570128793c18a1d317a54c98ac58737f6c87a61aca262b7c01797f4df9a838cc40191b4f'
-
'52472127b46da48699f401ab9c64f80975398bc3e97d032c517736babc327bfa0a0ce6415831ff3f585cd309e2e05e48d5252b15d0873fee118adf70f54d1a05'
-
'8f63366ca998e3ee06a79c6df5b4454707bd9865913ecde2f79fcb49fdd86d291f678b9f21807e4eb61d15497cdbe4a4bdc06637882e708f34f6804453bdfd41'
-
'2d78092a700788c74b86db636af303fdb63a28ce5b7b0431dd81f6b7ce501e5d0234a6327a1b49bc23e1c1d00ba98fd5334dd07d9a20bb0d81d1a4ca4487a26c')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Use Python 2
-  find -name '*.py' | xargs sed -e 's|env python|&2|g' -e 's|bin/python|&2|g' 
-i
-
-  # force some 'older' binaries in the path
-  [[ -d "$srcdir/path" ]] && rm -rf "$srcdir/path"
-  mkdir "$srcdir/path"
-  ln -s /usr/bin/python2 "$srcdir/path/python"
-
-  patch -p1 -i "$srcdir/chromium-last-commit-position-r1.patch"
-  patch -p1 -i "$srcdir/chromium-FORTIFY_SOURCE-r2.patch"
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  python2 tools/clang/scripts/update.py --without-android
-
-  cp -a "$srcdir/usr/lib/libncursesw.so.5.9" 
'third_party/llvm-build/Release+Asserts/lib/'
-  ( cd 'third_party/llvm-build/Release+Asserts/lib/'; ln -s libncursesw.so.5.9 
libtinfo.so.5 )
-
-  export PATH="$srcdir/path:$PATH"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_hevc_demuxing=true use_gnome_keyring=false use_sysroot=false 
use_gold=false use_allocator=\"none\" linux_use_bundled_binutils=false 
fatal_linker_warnings=false treat_warnings_as_errors=false enable_nacl=false 
enable_nacl_nonsfi=false is_clang=true clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=false 
use_lld=false use_jumbo_build=false"
-
-  python2 tools/gn/bootstrap/bootstrap.py -v -s
-  out/Release/gn gen out/Release -v --args="$args" 
--script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-  install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/usr/lib/opera/lib_extra/libffmpeg.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 320451, 
opera-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 16:31:41 UTC (rev 320452)
@@ -0,0 +1,67 @@
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=opera-ffmpeg-codecs
+pkgver=66.0.3359.139
+pkgrel=1
+pkgdesc="additional support for proprietary codecs for opera"
+arch=('x86_64')
+url="https://ffmpeg.org/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=(
+  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2'
+  'xdg-utils'
+)
+options=('!strip')
+source=(
+  
"https://repo.herecura.eu/herecura/x86_64/ncurses5-compat-libs-6.1-1-x86_64.pkg.tar.xz;
+  

[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2018-05-10 Thread Ike Devolder via arch-commits
Date: Thursday, May 10, 2018 @ 16:30:30
  Author: idevolder
Revision: 320450

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 320449, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 320449, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 320449, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 320449, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 320449, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 320449, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 320449, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  178 +++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1070 insertions(+), 1070 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 320449:320450 to see the changes.


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

2018-05-10 Thread Ike Devolder via arch-commits
Date: Thursday, May 10, 2018 @ 16:30:17
  Author: idevolder
Revision: 320449

upgpkg: opera 53.0.2907.37-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:18:50 UTC (rev 320448)
+++ PKGBUILD2018-05-10 16:30:17 UTC (rev 320449)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=52.0.2871.99
+pkgver=53.0.2907.37
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,7 +32,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('62048f86ec00b5eb57e5206c51ec98e36e0bafa6d3e4813def4e25d5e25f070d7fa6d5ac87f19b725020f706f70b4e8a4c773494088957278eb0025a73083297'
+sha512sums=('fa3540239cba45a1848b9a37d127c5f43109eb5ab939590be15575b6338369bc1dc88830d97a6e32f0a98d72da0f0794e4ec1eca88f5f973d696ad4df6d6d6a6'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:16:53
  Author: felixonmars
Revision: 320443

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rio/repos/community-staging-x86_64/PKGBUILD (from rev 320442, 
haskell-rio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 16:16:53 UTC (rev 320443)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=rio
+pkgname=haskell-rio
+pkgver=0.1.2.0
+pkgrel=2
+pkgdesc="A standard library for Haskell"
+url="https://github.com/commercialhaskell/rio;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 
'haskell-microlens' 'haskell-mtl'
+ 'haskell-primitive' 'haskell-text' 'haskell-typed-process' 
'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1f51ba6c42b21e9a0cb11c3a6cb847a624492b9156096df493556f420f28d702ec6ee9ba647e0d70d70a5126052de81295bc7bf38c4383f6b3566a9f57c58d0b')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_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-rio/trunk (PKGBUILD)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:15:50
  Author: felixonmars
Revision: 320442

upgpkg: haskell-rio 0.1.2.0-2

rebuild with unliftio,0.2.7.0

Modified:
  haskell-rio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:14:50 UTC (rev 320441)
+++ PKGBUILD2018-05-10 16:15:50 UTC (rev 320442)
@@ -4,7 +4,7 @@
 _hkgname=rio
 pkgname=haskell-rio
 pkgver=0.1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A standard library for Haskell"
 url="https://github.com/commercialhaskell/rio;
 license=('MIT')


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:14:50
  Author: felixonmars
Revision: 320441

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 320440, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
320440, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 16:14:50 UTC (rev 320441)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=146
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+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 \
+-fnetwork-uri
+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-yesod-auth/trunk (PKGBUILD)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:14:29
  Author: felixonmars
Revision: 320440

upgpkg: haskell-yesod-auth 1.4.21-146

rebuild with unliftio,0.2.7.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:12:47 UTC (rev 320439)
+++ PKGBUILD2018-05-10 16:14:29 UTC (rev 320440)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=145
+pkgrel=146
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in stack/repos (3 files)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:12:47
  Author: felixonmars
Revision: 320439

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 320438, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 320438, stack/trunk/stack.install)

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 320438, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 16:12:47 UTC (rev 320439)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.5
+pkgrel=80
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('416e2e128554c7acd2896a915af6d47d9bf7743c98175b897c4b3714431203283f9706d1ceeed2fe64c4b403cdaca3fb0d1d3d5c8e6edfde3b80c1aa515fb351')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:12:26
  Author: felixonmars
Revision: 320438

upgpkg: stack 1.6.5-80

rebuild with unliftio,0.2.7.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:06:32 UTC (rev 320437)
+++ PKGBUILD2018-05-10 16:12:26 UTC (rev 320438)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=79
+pkgrel=80
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:06:12
  Author: felixonmars
Revision: 320436

upgpkg: haskell-nonce 1.0.7-5

rebuild with unliftio,0.2.7.0

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:05:38 UTC (rev 320435)
+++ PKGBUILD2018-05-10 16:06:12 UTC (rev 320436)
@@ -5,7 +5,7 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce;
 license=("custom:BSD3")


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:06:32
  Author: felixonmars
Revision: 320437

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nonce/repos/community-staging-x86_64/PKGBUILD (from rev 320436, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 16:06:32 UTC (rev 320437)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.7
+pkgrel=5
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-entropy' 
'haskell-text' 'haskell-unliftio'
+ 'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89fb70578c8f52c652cdb4c1e6243529701bc21685862d7bbc750e2000424a029a8b164bde6c422a38e61944a15a8b788aa4aa70212bca9f12b5eaae801d8db0')
+
+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-unliftio/repos (2 files)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:05:38
  Author: felixonmars
Revision: 320435

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-unliftio/repos/community-staging-x86_64/PKGBUILD (from rev 
320434, haskell-unliftio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 16:05:38 UTC (rev 320435)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unliftio
+pkgname=haskell-unliftio
+pkgver=0.2.7.0
+pkgrel=1
+pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
+url="https://github.com/fpco/monad-unlift;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-stm' 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e4f805e8b22460b7a2eb9370eb3c474fefc8ccb9d13eaf78f95e4602521645547e0187b3a6de49e574b66a40b9bde132f7dc567f5ec75a273772f972cd5e9214')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_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-unliftio/trunk (PKGBUILD)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 16:05:18
  Author: felixonmars
Revision: 320434

upgpkg: haskell-unliftio 0.2.7.0-1

rebuild with unliftio,0.2.7.0

Modified:
  haskell-unliftio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:04:44 UTC (rev 320433)
+++ PKGBUILD2018-05-10 16:05:18 UTC (rev 320434)
@@ -4,8 +4,8 @@
 
 _hkgname=unliftio
 pkgname=haskell-unliftio
-pkgver=0.2.6.0
-pkgrel=2
+pkgver=0.2.7.0
+pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-stm' 'haskell-unliftio-core')
 makedepends=('ghc' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('873df8ffce7ee6b2b6da58d961ee9daac297c823d235bc9ac6c375e5d62a8c75c320be919cc31f22b817261c2e6a76b64da719c91ccf711a4946ca12422ef87b')
+sha512sums=('e4f805e8b22460b7a2eb9370eb3c474fefc8ccb9d13eaf78f95e4602521645547e0187b3a6de49e574b66a40b9bde132f7dc567f5ec75a273772f972cd5e9214')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in libretro-core-info/repos (2 files)

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 16:04:44
  Author: alucryd
Revision: 320433

archrelease: copy trunk to community-testing-any

Added:
  libretro-core-info/repos/community-testing-any/
  libretro-core-info/repos/community-testing-any/PKGBUILD
(from rev 320432, libretro-core-info/trunk/PKGBUILD)

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

Copied: libretro-core-info/repos/community-testing-any/PKGBUILD (from rev 
320432, libretro-core-info/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-05-10 16:04:44 UTC (rev 320433)
@@ -0,0 +1,20 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-core-info
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=('any')
+url='https://github.com/libretro/libretro-core-info'
+license=('GPL3')
+groups=('libretro')
+source=("libretro-core-info-${pkgver}.tar.gz::https://github.com/libretro/libretro-core-info/archive/v${pkgver}.tar.gz;)
+sha256sums=('3ed57c59f054dfc70b1e6273a536afd1d5c6c733c975d894284b3bde10f48444')
+
+package() {
+  cd libretro-core-info-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 16:04:30
  Author: alucryd
Revision: 320432

upgpkg: libretro-core-info 1.7.3-1

Modified:
  libretro-core-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 16:02:57 UTC (rev 320431)
+++ PKGBUILD2018-05-10 16:04:30 UTC (rev 320432)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-core-info
-pkgver=1.7.1
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Libretro core info files'
 arch=('any')
@@ -9,7 +9,7 @@
 license=('GPL3')
 groups=('libretro')
 
source=("libretro-core-info-${pkgver}.tar.gz::https://github.com/libretro/libretro-core-info/archive/v${pkgver}.tar.gz;)
-sha256sums=('5dc92ed357abaf97cccf8dc52090ebb597f985a54b1a2bf1d74061b7aa1de1b0')
+sha256sums=('3ed57c59f054dfc70b1e6273a536afd1d5c6c733c975d894284b3bde10f48444')
 
 package() {
   cd libretro-core-info-${pkgver}


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 16:02:57
  Author: anthraxx
Revision: 320431

archrelease: copy trunk to community-x86_64

Added:
  zzuf/repos/community-x86_64/PKGBUILD
(from rev 320430, zzuf/trunk/PKGBUILD)

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

Copied: zzuf/repos/community-x86_64/PKGBUILD (from rev 320430, 
zzuf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 16:02:57 UTC (rev 320431)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mariusz Libera 
+# Contributor: Pranay Kanwar 
+
+pkgname=zzuf
+pkgver=0.15
+pkgrel=2
+pkgdesc='Transparent application input fuzzer'
+url='https://github.com/samhocevar/zzuf'
+arch=('x86_64')
+license=('custom:WTF')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/samhocevar/zzuf/archive/v${pkgver}.tar.gz)
+sha256sums=('8886e90f9a7b48ff77836e270da1a86ffeb844e99da6e52e656d4dabf12d2680')
+sha512sums=('7eb67b3531ceec68ec9cac2d3c7f5212dcf63a3bd706bd9d40e9b7f762e8f0e225606a9de4e13826ce20d0e385205720dcc40a5745f52eede67ffe2a8c9e5a20')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 16:01:49
  Author: anthraxx
Revision: 320430

addpkg: zzuf 0.15-2

Added:
  zzuf/trunk/
  zzuf/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2018-05-10 16:01:49 UTC (rev 320430)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mariusz Libera 
+# Contributor: Pranay Kanwar 
+
+pkgname=zzuf
+pkgver=0.15
+pkgrel=2
+pkgdesc='Transparent application input fuzzer'
+url='https://github.com/samhocevar/zzuf'
+arch=('x86_64')
+license=('custom:WTF')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/samhocevar/zzuf/archive/v${pkgver}.tar.gz)
+sha256sums=('8886e90f9a7b48ff77836e270da1a86ffeb844e99da6e52e656d4dabf12d2680')
+sha512sums=('7eb67b3531ceec68ec9cac2d3c7f5212dcf63a3bd706bd9d40e9b7f762e8f0e225606a9de4e13826ce20d0e385205720dcc40a5745f52eede67ffe2a8c9e5a20')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 16:00:33
  Author: anthraxx
Revision: 320429

archrelease: copy trunk to community-x86_64

Added:
  zzuf/
  zzuf/repos/
  zzuf/repos/community-x86_64/


[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-config.patch)

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 15:59:43
  Author: alucryd
Revision: 320427

upgpkg: retroarch 1.7.3-1

Modified:
  retroarch/trunk/PKGBUILD
  retroarch/trunk/retroarch-config.patch

+
 PKGBUILD   |   20 ++--
 retroarch-config.patch |9 -
 2 files changed, 10 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:57:25 UTC (rev 320426)
+++ PKGBUILD2018-05-10 15:59:43 UTC (rev 320427)
@@ -4,29 +4,29 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
 license=('GPL')
 groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
- 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
- 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11'
+ 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
+ 'mesa'  'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib'
  'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
+ 'libusb-1.0.so')
 makedepends=('vulkan-icd-loader')
 optdepends=('libretro-overlays: Collection of overlays'
 'libretro-shaders: Collection of shaders'
 'python: retroarch-cg2glsl'
-'retroarch-assets-xmb: XMB menu assets'
-'retroarch-autoconfig-udev: udev joypad autoconfig')
+'retroarch-assets-xmb: XMB menu assets')
 backup=('etc/retroarch.cfg')
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-config.patch')
-sha256sums=('e9189c7da6b2ca0142528eca14f26104ee322f052f8609203d90b60938d8d3f3'
-'8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
+sha256sums=('a60c2244609bb87cdb56dd8e1020c3be757569b5246141328804ebc5574327ea'
+'14f07b31d6bdb049dad62dd12597c292b8d2df5cb2803d15de00a7597d3081fd')
 
 prepare() {
   cd RetroArch-${pkgver}

Modified: retroarch-config.patch
===
--- retroarch-config.patch  2018-05-10 15:57:25 UTC (rev 320426)
+++ retroarch-config.patch  2018-05-10 15:59:43 UTC (rev 320427)
@@ -47,15 +47,6 @@
  
  # Will sync (block) on audio. Recommended.
  # audio_sync = true
-@@ -418,7 +418,7 @@ video_message_bgcolor_opacity = 1.0
- # Input binds which are made explicit (input_playerN_*_btn/axis) will take 
priority over autoconfigs.
- # Autoconfigs can be created with retroarch-joyconfig, manually, or with a 
frontend.
- # Requires input_autodetect_enable to be enabled.
--# joypad_autoconfig_dir =
-+joypad_autoconfig_dir = /usr/share/retroarch/autoconfig
- 
- # Sets which libretro device is used for a user.
- # Devices are indentified with a number.
 @@ -662,7 +662,7 @@ video_message_bgcolor_opacity = 1.0
  # menu_show_online_updater = true
  


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

2018-05-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 10, 2018 @ 15:59:58
  Author: alucryd
Revision: 320428

archrelease: copy trunk to community-testing-x86_64

Added:
  retroarch/repos/community-testing-x86_64/PKGBUILD
(from rev 320427, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-testing-x86_64/retroarch-config.patch
(from rev 320427, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-testing-x86_64/PKGBUILD
  retroarch/repos/community-testing-x86_64/retroarch-config.patch

+
 PKGBUILD   |  120 ++---
 retroarch-config.patch |  125 +--
 2 files changed, 118 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 15:59:43 UTC (rev 320427)
+++ PKGBUILD2018-05-10 15:59:58 UTC (rev 320428)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.1
-pkgrel=2
-pkgdesc='Reference frontend for the libretro API'
-arch=('x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
- 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
- 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('vulkan-icd-loader')
-optdepends=('libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'python: retroarch-cg2glsl'
-'retroarch-assets-xmb: XMB menu assets'
-'retroarch-autoconfig-udev: udev joypad autoconfig')
-backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
-'retroarch-config.patch')
-sha256sums=('e9189c7da6b2ca0142528eca14f26104ee322f052f8609203d90b60938d8d3f3'
-'8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np0 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-testing-x86_64/PKGBUILD (from rev 320427, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 15:59:58 UTC (rev 320428)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=('x86_64')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11'
+ 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
+ 'mesa'  'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
+ 'libusb-1.0.so')
+makedepends=('vulkan-icd-loader')
+optdepends=('libretro-overlays: Collection of overlays'
+'libretro-shaders: Collection of shaders'
+'python: retroarch-cg2glsl'
+'retroarch-assets-xmb: XMB menu assets')
+backup=('etc/retroarch.cfg')
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
+'retroarch-config.patch')
+sha256sums=('a60c2244609bb87cdb56dd8e1020c3be757569b5246141328804ebc5574327ea'
+'14f07b31d6bdb049dad62dd12597c292b8d2df5cb2803d15de00a7597d3081fd')
+
+prepare() {
+  cd RetroArch-${pkgver}
+
+  patch -Np0 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl
+  make
+  make -C libretro-common/audio/dsp_filters
+  make -C gfx/video_filters
+}
+
+package() {
+  cd RetroArch-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 

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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:56:30
  Author: anthraxx
Revision: 320424

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 15:56:23 UTC (rev 320423)
+++ PKGBUILD2018-05-10 15:56:30 UTC (rev 320424)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Philipp A. 
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('x86_64')
-license=('Apache')
-depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3e3443cd699b0b9e1f804d641ac472c7619f238a5fd1d735e6e0f9c8a6ecaad7')
-sha512sums=('4e649feeb6c39101a0462b5722ca705c5db4906dee91ead6d01202ecc7591195412048978ef2339d50e6ac213f9a80fc91b67078e2ceba32cd8b35773d56c12c')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiohttp/repos/community-x86_64/PKGBUILD (from rev 320423, 
python-aiohttp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 15:56:30 UTC (rev 320424)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Philipp A. 
+
+_pkgname=aiohttp
+pkgname=python-aiohttp
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='HTTP client/server for asyncio'
+url='https://aiohttp.readthedocs.io'
+arch=('x86_64')
+license=('Apache')
+depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a')
+sha512sums=('c56bbcd09bcb56cea1ee2977a7550a0dcde1a18e58e50340978e8882a483350f092b06314611e62e90964a357252debddaf031af427910f318efa31720f3dc33')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:56:23
  Author: anthraxx
Revision: 320423

upgpkg: python-aiohttp 3.2.1-1

Modified:
  python-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:54:01 UTC (rev 320422)
+++ PKGBUILD2018-05-10 15:56:23 UTC (rev 320423)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3e3443cd699b0b9e1f804d641ac472c7619f238a5fd1d735e6e0f9c8a6ecaad7')
-sha512sums=('4e649feeb6c39101a0462b5722ca705c5db4906dee91ead6d01202ecc7591195412048978ef2339d50e6ac213f9a80fc91b67078e2ceba32cd8b35773d56c12c')
+sha256sums=('6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a')
+sha512sums=('c56bbcd09bcb56cea1ee2977a7550a0dcde1a18e58e50340978e8882a483350f092b06314611e62e90964a357252debddaf031af427910f318efa31720f3dc33')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:54:01
  Author: felixonmars
Revision: 320422

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 320421, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 15:54:01 UTC (rev 320422)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk
+pkgver=0.14.8
+pkgrel=10
+pkgdesc="Binding to the gtk library for Gtk2Hs."
+url="https://hackage.haskell.org/package/gtk3;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'gtk3' 'haskell-pango' 'haskell-mtl' 'haskell-text')
+makedepends=('ghc' 'haskell-gtk2hs-buildtools')
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+source=("https://hackage.haskell.org/packages/archive/gtk3/${pkgver}/gtk3-${pkgver}.tar.gz;)
+sha512sums=('df2b7dca3184580cc6c0c6facb5db56b32714ffae5858583ec67006e2e69d3202e6537430a696558ad181cd68939cd31de0ad6ddeca42061c1a5461df0f75d68')
+
+build() {
+cd "${srcdir}/gtk3-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$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}/gtk3-${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}"
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:53:40
  Author: felixonmars
Revision: 320421

upgpkg: haskell-gtk 0.14.8-10

rebuild with pango,0.13.5.0

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:53:13 UTC (rev 320420)
+++ PKGBUILD2018-05-10 15:53:40 UTC (rev 320421)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk
 pkgver=0.14.8
-pkgrel=9
+pkgrel=10
 pkgdesc="Binding to the gtk library for Gtk2Hs."
 url="https://hackage.haskell.org/package/gtk3;
 license=('LGPL2.1')


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:53:13
  Author: felixonmars
Revision: 320420

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 15:52:49 UTC (rev 320419)
+++ PKGBUILD2018-05-10 15:53:13 UTC (rev 320420)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-xpybutil
-pkgname=(python-xpybutil python2-xpybutil)
-pkgver=0.0.3
-pkgrel=1
-pkgdesc="An incomplete xcb-util port plus some extras"
-arch=('any')
-url="https://github.com/fennerm/xpybutil;
-license=('custom:WTFPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 
'python2-xcffib')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/fennerm/xpybutil/archive/$pkgver.tar.gz;
-
https://github.com/fennerm/xpybutil/commit/78ff923c022433c819c88c0159440306bd3ed4f5.patch)
-sha512sums=('8eae9275fe5f3ce56bedb20c865ac84d971f59432dce48c8f55c76910e5e32e803890c04ebe076ae248b002fc1fc2fa6e0120260c8a57178bb4031b787eac398'
-
'49454bb4fa9e45de8ed288a7cf87de4eb507197db73fa65fc7b5ccfae60f508dfbc07b6bd737bae6ee6cb3a106334aa8b4e8a4dc23e0c796ab0e04b63b43a0f9')
-
-prepare() {
-  (cd xpybutil-$pkgver; patch -p1 -i 
../78ff923c022433c819c88c0159440306bd3ed4f5.patch)
-  cp -a xpybutil-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/xpybutil-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/xpybutil-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-xpybutil() {
-  depends=('python-xcffib')
-
-  cd "${srcdir}/xpybutil-$pkgver"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
-}
-
-package_python2-xpybutil() {
-  depends=('python2-xcffib')
-
-  cd "${srcdir}/xpybutil-$pkgver-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
-}

Copied: python-xpybutil/repos/community-any/PKGBUILD (from rev 320419, 
python-xpybutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 15:53:13 UTC (rev 320420)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-xpybutil
+pkgname=(python-xpybutil python2-xpybutil)
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="An incomplete xcb-util port plus some extras"
+arch=('any')
+url="https://github.com/BurntSushi/xpybutil;
+license=('custom:WTFPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 
'python2-xcffib')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz;)
+sha512sums=('fdae21af40737715722e0650f436329358c475a6d2fee5b260b0655f71234e8c9639516927e78836ed54651780a6998593535680bda6e7feef38295f6f4a0442')
+
+prepare() {
+  cp -a xpybutil-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/xpybutil-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/xpybutil-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-xpybutil() {
+  depends=('python-xcffib')
+
+  cd "${srcdir}/xpybutil-$pkgver"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
+}
+
+package_python2-xpybutil() {
+  depends=('python2-xcffib')
+
+  cd "${srcdir}/xpybutil-$pkgver-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:52:49
  Author: felixonmars
Revision: 320419

upgpkg: python-xpybutil 0.0.5-1

Modified:
  python-xpybutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:49:01 UTC (rev 320418)
+++ PKGBUILD2018-05-10 15:52:49 UTC (rev 320419)
@@ -3,20 +3,17 @@
 
 pkgbase=python-xpybutil
 pkgname=(python-xpybutil python2-xpybutil)
-pkgver=0.0.3
+pkgver=0.0.5
 pkgrel=1
 pkgdesc="An incomplete xcb-util port plus some extras"
 arch=('any')
-url="https://github.com/fennerm/xpybutil;
+url="https://github.com/BurntSushi/xpybutil;
 license=('custom:WTFPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 
'python2-xcffib')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/fennerm/xpybutil/archive/$pkgver.tar.gz;
-
https://github.com/fennerm/xpybutil/commit/78ff923c022433c819c88c0159440306bd3ed4f5.patch)
-sha512sums=('8eae9275fe5f3ce56bedb20c865ac84d971f59432dce48c8f55c76910e5e32e803890c04ebe076ae248b002fc1fc2fa6e0120260c8a57178bb4031b787eac398'
-
'49454bb4fa9e45de8ed288a7cf87de4eb507197db73fa65fc7b5ccfae60f508dfbc07b6bd737bae6ee6cb3a106334aa8b4e8a4dc23e0c796ab0e04b63b43a0f9')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz;)
+sha512sums=('fdae21af40737715722e0650f436329358c475a6d2fee5b260b0655f71234e8c9639516927e78836ed54651780a6998593535680bda6e7feef38295f6f4a0442')
 
 prepare() {
-  (cd xpybutil-$pkgver; patch -p1 -i 
../78ff923c022433c819c88c0159440306bd3ed4f5.patch)
   cp -a xpybutil-$pkgver{,-py2}
 }
 
@@ -34,7 +31,7 @@
   cd "${srcdir}/xpybutil-$pkgver"
   python setup.py install --root="${pkgdir}/" --optimize=1
 
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
   mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
 }
 
@@ -44,6 +41,6 @@
   cd "${srcdir}/xpybutil-$pkgver-py2"
   python2 setup.py install --root="${pkgdir}/" --optimize=1
 
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
   mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
 }


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:49:01
  Author: felixonmars
Revision: 320418

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pango/repos/community-staging-x86_64/PKGBUILD (from rev 320417, 
haskell-pango/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-10 15:49:01 UTC (rev 320418)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=pango
+pkgname=haskell-pango
+pkgver=0.13.5.0
+pkgrel=1
+pkgdesc="Binding to the pango library for Gtk2Hs."
+url="https://hackage.haskell.org/package/pango;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=('ghc' "haskell-gtk2hs-buildtools" "mesa")
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d1d6e61118f193d0849e44a2f589391e36f9e6bc80cbf45071d01384e12f600158cad11a49b194388baa1c8c8941a16f8b147a67982016bd9b95035a5f108827')
+
+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}"
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:48:40
  Author: felixonmars
Revision: 320417

upgpkg: haskell-pango 0.13.5.0-1

rebuild with pango,0.13.5.0

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:40:41 UTC (rev 320416)
+++ PKGBUILD2018-05-10 15:48:40 UTC (rev 320417)
@@ -3,8 +3,8 @@
 
 _hkgname=pango
 pkgname=haskell-pango
-pkgver=0.13.4.0
-pkgrel=11
+pkgver=0.13.5.0
+pkgrel=1
 pkgdesc="Binding to the pango library for Gtk2Hs."
 url="https://hackage.haskell.org/package/pango;
 license=('LGPL2.1')
@@ -15,7 +15,7 @@
 replaces=('gtk2hs-pango')
 conflicts=('gtk2hs-pango')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3edc7ca5ef81444ea9559d33a95b3ef6a38118ac614c6e69dd9babf11e69ce1a44a69f1c13ffd5ebe4bb0a98520c909d89517a9eb4b94c77a5f9d75f579d8789')
+sha512sums=('d1d6e61118f193d0849e44a2f589391e36f9e6bc80cbf45071d01384e12f600158cad11a49b194388baa1c8c8941a16f8b147a67982016bd9b95035a5f108827')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in (python-pyptlib)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:40:41
  Author: felixonmars
Revision: 320416

remove obsolete obfsproxy dependency

Deleted:
  python-pyptlib/


[arch-commits] Commit in (obfsproxy)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:40:17
  Author: felixonmars
Revision: 320415

remove obsolete obfsproxy

Deleted:
  obfsproxy/


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:34:01
  Author: anthraxx
Revision: 320413

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 320412, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 15:33:54 UTC (rev 320412)
+++ PKGBUILD2018-05-10 15:34:01 UTC (rev 320413)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.7.4
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('e7ce0ab280ded0150c4a45a1951239e98e96ac5d833294d06f83f96a2fc9245e')
-sha512sums=('e676b124846dc10cfd5f83753b7c5e7314809aa420d70e73d6bd179cb3e4ee4b0a68c7baebb2dc126bd59ea9aa62e34e9f35c2cc38f153d3012ac64826470fd6')
-
-prepare() {
-  cd rabbitmq-management-${pkgver}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-${pkgver}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 320412, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 15:34:01 UTC (rev 320413)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.7.5
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
+sha256sums=('328cd08634e01397fe9c0d782cf09957ce9221c2ddcadc587f80f3e14438d3a4')
+sha512sums=('3404d75f1db92be99e0b610923777d875a1e6d81f79111680b8f557ee683cd414231c37e24e53dafaefaa9a4ed0a636f89a9a5afd53b03efa0b456aed630df99')
+
+prepare() {
+  cd rabbitmq-management-${pkgver}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-${pkgver}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:33:54
  Author: anthraxx
Revision: 320412

upgpkg: rabbitmqadmin 3.7.5-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:33:41 UTC (rev 320411)
+++ PKGBUILD2018-05-10 15:33:54 UTC (rev 320412)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.7.4
+pkgver=3.7.5
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('e7ce0ab280ded0150c4a45a1951239e98e96ac5d833294d06f83f96a2fc9245e')
-sha512sums=('e676b124846dc10cfd5f83753b7c5e7314809aa420d70e73d6bd179cb3e4ee4b0a68c7baebb2dc126bd59ea9aa62e34e9f35c2cc38f153d3012ac64826470fd6')
+sha256sums=('328cd08634e01397fe9c0d782cf09957ce9221c2ddcadc587f80f3e14438d3a4')
+sha512sums=('3404d75f1db92be99e0b610923777d875a1e6d81f79111680b8f557ee683cd414231c37e24e53dafaefaa9a4ed0a636f89a9a5afd53b03efa0b456aed630df99')
 
 prepare() {
   cd rabbitmq-management-${pkgver}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:33:41
  Author: felixonmars
Revision: 320411

archrelease: copy trunk to community-testing-any

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

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

Copied: python-jose/repos/community-testing-any/PKGBUILD (from rev 320410, 
python-jose/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-05-10 15:33:41 UTC (rev 320411)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jose
+pkgname=('python-jose' 'python2-jose')
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="A JOSE implementation in Python"
+arch=('any')
+license=('MIT')
+url="https://github.com/mpdavis/python-jose;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycryptodome' 
'python2-pycryptodome'
+ 'python-six' 'python2-six' 'python-ecdsa' 'python2-ecdsa' 
'python-future'
+ 'python2-future')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-cryptography'
+  'python2-cryptography')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/mpdavis/python-jose/archive/$pkgver.tar.gz;)
+sha512sums=('b81114eb8d44cb8427607ae6801d18eabc4d37791474b0d22f8d3ce19430588e2bb7e2fa7026098f7b04eee1c71963615a47d65d7007cf85f44126cd308fafde')
+
+prepare() {
+  cp -a python-jose-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-jose-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-jose-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-jose-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/python-jose-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-jose() {
+  depends=('python-pycryptodome' 'python-six' 'python-ecdsa' 'python-future')
+
+  cd python-jose-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jose() {
+  depends=('python2-pycryptodome' 'python2-six' 'python2-ecdsa' 
'python2-future')
+
+  cd python-jose-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:33:22
  Author: felixonmars
Revision: 320410

upgpkg: python-jose 2.0.2-1

Modified:
  python-jose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:32:36 UTC (rev 320409)
+++ PKGBUILD2018-05-10 15:33:22 UTC (rev 320410)
@@ -3,18 +3,19 @@
 
 pkgbase=python-jose
 pkgname=('python-jose' 'python2-jose')
-pkgver=1.4.0
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="A JOSE implementation in Python"
 arch=('any')
 license=('MIT')
 url="https://github.com/mpdavis/python-jose;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-crypto' 
'python2-crypto' 'python-six'
- 'python2-six' 'python-ecdsa' 'python2-ecdsa' 'python-future' 
'python2-future')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycryptodome' 
'python2-pycryptodome'
+ 'python-six' 'python2-six' 'python-ecdsa' 'python2-ecdsa' 
'python-future'
+ 'python2-future')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-cryptography'
   'python2-cryptography')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/mpdavis/python-jose/archive/$pkgver.tar.gz;)
-sha512sums=('8ce37d3eb339f782995ae3595aae4a335ab50b2f5e837c7654a306172d3e3a5a0215895473adae5853e4af7e2ba33e520ea8ab6a22708b1a75e8edf043603180')
+sha512sums=('b81114eb8d44cb8427607ae6801d18eabc4d37791474b0d22f8d3ce19430588e2bb7e2fa7026098f7b04eee1c71963615a47d65d7007cf85f44126cd308fafde')
 
 prepare() {
   cp -a python-jose-$pkgver{,-py2}
@@ -37,7 +38,7 @@
 }
 
 package_python-jose() {
-  depends=('python-crypto' 'python-six' 'python-ecdsa' 'python-future')
+  depends=('python-pycryptodome' 'python-six' 'python-ecdsa' 'python-future')
 
   cd python-jose-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -45,7 +46,7 @@
 }
 
 package_python2-jose() {
-  depends=('python2-crypto' 'python2-six' 'python2-ecdsa' 'python2-future')
+  depends=('python2-pycryptodome' 'python2-six' 'python2-ecdsa' 
'python2-future')
 
   cd python-jose-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


[arch-commits] Commit in rabbitmq/repos/community-any (14 files)

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:32:36
  Author: anthraxx
Revision: 320409

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 320408, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
(from rev 320408, rabbitmq/trunk/rabbitmq-customize-systemd-service.patch)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 320408, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 320408, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.logrotate
(from rev 320408, rabbitmq/trunk/rabbitmq.logrotate)
  rabbitmq/repos/community-any/rabbitmq.sysusers
(from rev 320408, rabbitmq/trunk/rabbitmq.sysusers)
  rabbitmq/repos/community-any/rabbitmq.tmpfiles
(from rev 320408, rabbitmq/trunk/rabbitmq.tmpfiles)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.logrotate
  rabbitmq/repos/community-any/rabbitmq.sysusers
  rabbitmq/repos/community-any/rabbitmq.tmpfiles

--+
 PKGBUILD |  144 ++---
 rabbitmq-customize-systemd-service.patch |  106 ++---
 rabbitmq-env.conf|6 -
 rabbitmq.install |   18 +--
 rabbitmq.logrotate   |   12 +-
 rabbitmq.sysusers|2 
 rabbitmq.tmpfiles|4 
 7 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 15:32:25 UTC (rev 320408)
+++ PKGBUILD2018-05-10 15:32:36 UTC (rev 320409)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.7.4
-pkgrel=1
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-depends=('util-linux' 'inetutils' 'erlang-nox' 'socat')
-optdepends=('rabbitmqadmin: CLI management tool'
-'logrotate: rotate log files')
-makedepends=('zip' 'unzip' 'libxslt' 'xmlto' 'systemd' 'elixir' 'python' 
'python-simplejson' 'rsync')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-options=('!makeflags')
-install=rabbitmq.install
-source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-rabbitmq-customize-systemd-service.patch
-rabbitmq-env.conf
-rabbitmq.sysusers
-rabbitmq.tmpfiles
-rabbitmq.logrotate)
-sha512sums=('9c61d73ff7d6fb0aee47794a9ca2bde728498d00c00cb34217ed9cf4c0ab68eef2eeb70e4d3c787cf15c4a1deefdc36bc87ec82d041afa5cc2d7605ea683ea02'
-'SKIP'
-
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
-
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
-
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
-
'5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
-
'f2a6aaa38e575e7c947191a7c67add1434beb768c50acb16d5faa5dd83d390a9a5ec7c153487add4ac26de058a02bbb5c3a7d6377e91a1d0cbcca3c1d6797b02')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}-server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
-  patch -p1 < ../rabbitmq-customize-systemd-service.patch
-}
-
-build() {
-  cd ${pkgname}-server-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-server-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr RMQ_ROOTDIR=/usr/lib/rabbitmq \
-install install-man install-bin
-
-  # using script wrapper for better bin handling
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq_server-${pkgver}"
-  install -d "${pkgdir}/usr/bin"
-  install -Dm 755 scripts/rabbitmq-script-wrapper -t 
"${pkgdir}/usr/lib/rabbitmq/bin"
-  for script in "${libdir}"/sbin/rabbit*; do
-ln -s /usr/lib/rabbitmq/bin/rabbitmq-script-wrapper 
"${pkgdir}/usr/bin/${script#${libdir}/sbin/}"
-  done
-
-  install -Dm 644 

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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:32:25
  Author: anthraxx
Revision: 320408

upgpkg: rabbitmq 3.7.5-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:30:22 UTC (rev 320407)
+++ PKGBUILD2018-05-10 15:32:25 UTC (rev 320408)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.7.4
+pkgver=3.7.5
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
@@ -27,7 +27,7 @@
 rabbitmq.sysusers
 rabbitmq.tmpfiles
 rabbitmq.logrotate)
-sha512sums=('9c61d73ff7d6fb0aee47794a9ca2bde728498d00c00cb34217ed9cf4c0ab68eef2eeb70e4d3c787cf15c4a1deefdc36bc87ec82d041afa5cc2d7605ea683ea02'
+sha512sums=('0ea83f893cb9c1bf2118bbf4efc25c8edc31d5244cbe3dd9a25bc646d002de3f6b5043a90c40408b0007cffd185f09565a4310b8e6a63e13dfe7f61aab3d0d48'
 'SKIP'
 
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
 
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:30:22
  Author: felixonmars
Revision: 320407

archrelease: copy trunk to community-x86_64

Added:
  python-pycryptodome/repos/community-x86_64/
  python-pycryptodome/repos/community-x86_64/PKGBUILD
(from rev 320406, python-pycryptodome/trunk/PKGBUILD)

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

Copied: python-pycryptodome/repos/community-x86_64/PKGBUILD (from rev 320406, 
python-pycryptodome/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-10 15:30:22 UTC (rev 320407)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+
+pkgbase=python-pycryptodome
+pkgname=('python-pycryptodome' 'python2-pycryptodome')
+pkgver=3.6.1
+pkgrel=2
+license=('BSD')
+arch=('x86_64')
+url='http://www.pycryptodome.org/'
+makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
+source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
+sha512sums=('cd3644a31f9e3686b1eaf006001d5db509bb856d72d4f64b8cdf3aec9801e6eba4f2308d3c12fd3edc655153cddb02552f22f71b56121f84d4b3b376672f08af')
+
+prepare() {
+  cp -a "pycryptodome-$pkgver"{,-python2}
+}
+
+build() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py test
+}
+
+package_python-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
+  depends=('python' 'gmp')
+  conflicts=('python-crypto')
+  provides=('python-crypto')
+
+  cd "pycryptodome-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
+  depends=('python2' 'gmp')
+  conflicts=('python2-crypto')
+  provides=('python2-crypto')
+
+  cd "pycryptodome-$pkgver-python2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


[arch-commits] Commit in (4 files)

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:29:58
  Author: felixonmars
Revision: 320406

addpkg: python-pycryptodome 3.6.1-2

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

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

Added: python-pycryptodome/trunk/PKGBUILD
===
--- python-pycryptodome/trunk/PKGBUILD  (rev 0)
+++ python-pycryptodome/trunk/PKGBUILD  2018-05-10 15:29:58 UTC (rev 320406)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+
+pkgbase=python-pycryptodome
+pkgname=('python-pycryptodome' 'python2-pycryptodome')
+pkgver=3.6.1
+pkgrel=2
+license=('BSD')
+arch=('x86_64')
+url='http://www.pycryptodome.org/'
+makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
+source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
+sha512sums=('cd3644a31f9e3686b1eaf006001d5db509bb856d72d4f64b8cdf3aec9801e6eba4f2308d3c12fd3edc655153cddb02552f22f71b56121f84d4b3b376672f08af')
+
+prepare() {
+  cp -a "pycryptodome-$pkgver"{,-python2}
+}
+
+build() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py test
+}
+
+package_python-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
+  depends=('python' 'gmp')
+  conflicts=('python-crypto')
+  provides=('python-crypto')
+
+  cd "pycryptodome-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
+  depends=('python2' 'gmp')
+  conflicts=('python2-crypto')
+  provides=('python2-crypto')
+
+  cd "pycryptodome-$pkgver-python2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


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


[arch-commits] Commit in (5 files)

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:28:36
  Author: anthraxx
Revision: 320404

addpkg: badtouch 0.5.1-3

Added:
  badtouch/
  badtouch/repos/
  badtouch/trunk/
  badtouch/trunk/PKGBUILD
  badtouch/trunk/badtouch.install

--+
 PKGBUILD |   37 +
 badtouch.install |9 +
 2 files changed, 46 insertions(+)

Added: badtouch/trunk/PKGBUILD
===
--- badtouch/trunk/PKGBUILD (rev 0)
+++ badtouch/trunk/PKGBUILD 2018-05-10 15:28:36 UTC (rev 320404)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=badtouch
+pkgver=0.5.1
+pkgrel=3
+pkgdesc='Scriptable network authentication cracker'
+url='https://github.com/kpcyrd/badtouch'
+depends=('openssl' 'libcap')
+makedepends=('cargo')
+arch=('x86_64')
+license=('GPL3')
+install=badtouch.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('87a2350cadcd2b2ca1b130ba8a4878f32425f5fdcc01df4c38e6ee5263b8228d')
+sha512sums=('743be329260cefa251f32002a1015b10b9815a3ee91e3baad0b94f948f8b528ca3c564b7f48b0b6088dbbea9c7e0e595541031e2a774381b1dbdab6c5e149d17')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 docs/badtouch.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 scripts/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Added: badtouch/trunk/badtouch.install
===
--- badtouch/trunk/badtouch.install (rev 0)
+++ badtouch/trunk/badtouch.install 2018-05-10 15:28:36 UTC (rev 320404)
@@ -0,0 +1,9 @@
+# vim: ft=sh ts=4 et
+
+post_install() {
+setcap cap_sys_resource=+ep /usr/bin/badtouch
+}
+
+post_upgrade() {
+post_install
+}


[arch-commits] Commit in badtouch/repos (3 files)

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:28:50
  Author: anthraxx
Revision: 320405

archrelease: copy trunk to community-x86_64

Added:
  badtouch/repos/community-x86_64/
  badtouch/repos/community-x86_64/PKGBUILD
(from rev 320404, badtouch/trunk/PKGBUILD)
  badtouch/repos/community-x86_64/badtouch.install
(from rev 320404, badtouch/trunk/badtouch.install)

--+
 PKGBUILD |   37 +
 badtouch.install |9 +
 2 files changed, 46 insertions(+)

Copied: badtouch/repos/community-x86_64/PKGBUILD (from rev 320404, 
badtouch/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-10 15:28:50 UTC (rev 320405)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=badtouch
+pkgver=0.5.1
+pkgrel=3
+pkgdesc='Scriptable network authentication cracker'
+url='https://github.com/kpcyrd/badtouch'
+depends=('openssl' 'libcap')
+makedepends=('cargo')
+arch=('x86_64')
+license=('GPL3')
+install=badtouch.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('87a2350cadcd2b2ca1b130ba8a4878f32425f5fdcc01df4c38e6ee5263b8228d')
+sha512sums=('743be329260cefa251f32002a1015b10b9815a3ee91e3baad0b94f948f8b528ca3c564b7f48b0b6088dbbea9c7e0e595541031e2a774381b1dbdab6c5e149d17')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 docs/badtouch.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 scripts/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: badtouch/repos/community-x86_64/badtouch.install (from rev 320404, 
badtouch/trunk/badtouch.install)
===
--- community-x86_64/badtouch.install   (rev 0)
+++ community-x86_64/badtouch.install   2018-05-10 15:28:50 UTC (rev 320405)
@@ -0,0 +1,9 @@
+# vim: ft=sh ts=4 et
+
+post_install() {
+setcap cap_sys_resource=+ep /usr/bin/badtouch
+}
+
+post_upgrade() {
+post_install
+}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:23:45
  Author: felixonmars
Revision: 320401

upgpkg: python-qiniu 7.2.2-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:21:03 UTC (rev 320400)
+++ PKGBUILD2018-05-10 15:23:45 UTC (rev 320401)
@@ -3,7 +3,7 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-pkgver=7.2.1
+pkgver=7.2.2
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz;)
-sha512sums=('20b468cb225cb94c153985af493714c8e4bc84d96d65609dd2b2679670fc85051322be22615ca944b945d7b1218de7495d90041c9d1a80f9caac25bc7f165613')
+sha512sums=('29f9573c6c20224611d90c3f27b977d5e725cf40da045352ecc6c0f3496a6573f63246f1afd55a7cef0201d3f69c68d5f2c50bbe46d19e8b3d68889910869845')
 
 prepare() {
   cp -a python-sdk-$pkgver{,-py2}


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:21:03
  Author: felixonmars
Revision: 320400

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 320399, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 15:20:41 UTC (rev 320399)
+++ PKGBUILD2018-05-10 15:21:03 UTC (rev 320400)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20180427
-pkgrel=3
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
- 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
- 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
- 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
- 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
- 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
- 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
- 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
- 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
- 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
- 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
- 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
- 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
- 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
- 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
- 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
- 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
- 'haskell-yesod-static')
-makedepends=('chrpath' 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
---docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri -fconcurrentoutput -ftorrentparser \
--f-androidsplice -f-android -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 320399, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 15:21:03 UTC (rev 320400)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180509
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 'haskell-network' 

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

2018-05-10 Thread Felix Yan via arch-commits
Date: Thursday, May 10, 2018 @ 15:20:41
  Author: felixonmars
Revision: 320399

upgpkg: git-annex 6.20180509-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:17:30 UTC (rev 320398)
+++ PKGBUILD2018-05-10 15:20:41 UTC (rev 320399)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20180427
-pkgrel=3
+pkgver=6.20180509
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:17:30
  Author: anthraxx
Revision: 320398

archrelease: copy trunk to community-x86_64

Added:
  rshijack/repos/community-x86_64/
  rshijack/repos/community-x86_64/PKGBUILD
(from rev 320397, rshijack/trunk/PKGBUILD)

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

Copied: rshijack/repos/community-x86_64/PKGBUILD (from rev 320397, 
rshijack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-10 15:17:30 UTC (rev 320398)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=rshijack
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='TCP connection hijacker, rust rewrite of shijack'
+url='https://github.com/kpcyrd/rshijack'
+depends=('gcc-libs')
+makedepends=('cargo')
+arch=('x86_64')
+license=('GPL3')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('f9cc6be73002f6dff621eafb6570fcf876c234142489b3c7f84012d9dc8239e3')
+sha512sums=('357d2cf47c73213d24546300c5e90ea01d6bbd196a736fb886ac65a02742ce4ca35f8c4bfd93c3d61ad3e82bdbae10d7b8a82101811cf8fbc96d01299b23007b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:17:19
  Author: anthraxx
Revision: 320397

addpkg: rshijack 0.3.0-2

Added:
  rshijack/
  rshijack/repos/
  rshijack/trunk/
  rshijack/trunk/PKGBUILD

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

Added: rshijack/trunk/PKGBUILD
===
--- rshijack/trunk/PKGBUILD (rev 0)
+++ rshijack/trunk/PKGBUILD 2018-05-10 15:17:19 UTC (rev 320397)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=rshijack
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='TCP connection hijacker, rust rewrite of shijack'
+url='https://github.com/kpcyrd/rshijack'
+depends=('gcc-libs')
+makedepends=('cargo')
+arch=('x86_64')
+license=('GPL3')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('f9cc6be73002f6dff621eafb6570fcf876c234142489b3c7f84012d9dc8239e3')
+sha512sums=('357d2cf47c73213d24546300c5e90ea01d6bbd196a736fb886ac65a02742ce4ca35f8c4bfd93c3d61ad3e82bdbae10d7b8a82101811cf8fbc96d01299b23007b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-10 Thread Jonathan Steel via arch-commits
Date: Thursday, May 10, 2018 @ 14:34:08
  Author: jsteel
Revision: 320395

upgpkg: python-boto3 1.7.17-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 14:34:00 UTC (rev 320394)
+++ PKGBUILD2018-05-10 14:34:08 UTC (rev 320395)
@@ -4,7 +4,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.7.16
+pkgver=1.7.17
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('942c4629bd8d428bc4902dce1680580d98e2c515f9075ba862dc4f377da078e7a6575c8eeb374a7452e5f392ffc06aa7430cabf52beb420eb6df612211012411')
+sha512sums=('fcd6248a5e13d8933481090dac8c8c603dd9adab761c3f8cc1b4639033bf036e50810a76d3930e4622ff0f6178dd1fba63da73815754b3878a47fa6122a35e44')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2018-05-10 Thread Jonathan Steel via arch-commits
Date: Thursday, May 10, 2018 @ 14:34:18
  Author: jsteel
Revision: 320396

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 14:34:08 UTC (rev 320395)
+++ PKGBUILD2018-05-10 14:34:18 UTC (rev 320396)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.7.16
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('942c4629bd8d428bc4902dce1680580d98e2c515f9075ba862dc4f377da078e7a6575c8eeb374a7452e5f392ffc06aa7430cabf52beb420eb6df612211012411')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 320395, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 14:34:18 UTC (rev 320396)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.7.17
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('fcd6248a5e13d8933481090dac8c8c603dd9adab761c3f8cc1b4639033bf036e50810a76d3930e4622ff0f6178dd1fba63da73815754b3878a47fa6122a35e44')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-05-10 Thread Jonathan Steel via arch-commits
Date: Thursday, May 10, 2018 @ 14:34:00
  Author: jsteel
Revision: 320394

archrelease: copy trunk to community-any

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

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

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

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


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

2018-05-10 Thread Jonathan Steel via arch-commits
Date: Thursday, May 10, 2018 @ 14:33:50
  Author: jsteel
Revision: 320393

upgpkg: aws-cli 1.15.17-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 14:32:37 UTC (rev 320392)
+++ PKGBUILD2018-05-10 14:33:50 UTC (rev 320393)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.15.16
+pkgver=1.15.17
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('4f8dc65be8c588d1819523a40b1aaf11')
+md5sums=('c6b4d580430ae23fe35d05b71f8ecb4a')
 
 build() {
   cd $pkgname-$pkgver


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

2018-05-10 Thread Jonathan Steel via arch-commits
Date: Thursday, May 10, 2018 @ 14:32:37
  Author: jsteel
Revision: 320392

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 14:32:22 UTC (rev 320391)
+++ PKGBUILD2018-05-10 14:32:37 UTC (rev 320392)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.10.16
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('a084d1da0f79ae33fb93a9a9c4f3f7f4')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 320391, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 14:32:37 UTC (rev 320392)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.10.17
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('f325f68c16895b7ff272ef06c2426f03')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


  1   2   3   4   5   6   7   >