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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:50:11
  Author: felixonmars
Revision: 279840

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 279839, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 279839, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:50:11 UTC (rev 279840)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.5
+pkgrel=3
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat' 'haskell-cmdargs' 'haskell-data-default' 
'haskell-fsnotify'
+ 'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('6f2c09df0af5c5643922d325443ccdcc2f4d1bc83e958959d377145118862be72f3709947ddd4ed09aa2cdb0cb2c9144f3fa2a22893f53fb860fb2b1423746a3')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:49:06
  Author: felixonmars
Revision: 279838

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 279837, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:49:06 UTC (rev 279838)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.32.1
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-stm' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-word-wrap')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bef26c6b7b3048ea3f2d90c354bee07d8c5db55808eee6e7aa6f24639db73c43bb8a882bb57ebb16f1542d66218a8940fe426c5ab21b4786924accde4f531234')
+
+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 \
+-f-demos
+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 hledger-ui/trunk (PKGBUILD)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:49:56
  Author: felixonmars
Revision: 279839

upgpkg: hledger-ui 1.5-3

rebuild with brick,0.32.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:49:06 UTC (rev 279838)
+++ PKGBUILD2018-01-07 07:49:56 UTC (rev 279839)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:48:49
  Author: felixonmars
Revision: 279837

upgpkg: haskell-brick 0.32.1-1

rebuild with brick,0.32.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:47:51 UTC (rev 279836)
+++ PKGBUILD2018-01-07 07:48:49 UTC (rev 279837)
@@ -4,8 +4,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.30
-pkgrel=5
+pkgver=0.32.1
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
  'haskell-word-wrap')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3cfaf77807e52713ddbef12ef0c92f9409f34694a5dd635231206ebd206c2900c6843a776021321b550187741e6b9b2c3b9247aae61fa47b411f02e1a20546ec')
+sha512sums=('bef26c6b7b3048ea3f2d90c354bee07d8c5db55808eee6e7aa6f24639db73c43bb8a882bb57ebb16f1542d66218a8940fe426c5ab21b4786924accde4f531234')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:40:36
  Author: felixonmars
Revision: 279825

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 279824, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:40:36 UTC (rev 279825)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.3
+pkgrel=13
+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=('28cb4d65fdcfdb999ef9ef853629b1590cde3fdd736c768c1e41350dec3a8dd3dae8519acef17eca6665c50f46fb3958cc2b9347a10b627842c47c0b9b0cd175')
+
+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-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:40:22
  Author: felixonmars
Revision: 279824

upgpkg: stack 1.6.3-13

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:37:09 UTC (rev 279823)
+++ PKGBUILD2018-01-07 07:40:22 UTC (rev 279824)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.3
-pkgrel=12
+pkgrel=13
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:37:09
  Author: felixonmars
Revision: 279823

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-07 07:36:49 UTC (rev 279822)
+++ PKGBUILD2018-01-07 07:37:09 UTC (rev 279823)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-pycontracts
-pkgname=(python-pycontracts python2-pycontracts)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Declare constraints on function parameters and return values'
-arch=('any')
-url="https://andreacensi.github.io/contracts;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
-sha512sums=('7de933dc8b5992be670b4b34fce7d6f51769d3d2dd02a2400eff5991e9e686e36791234588d2dbdeccf437fd5d6abc6461240645e6d3f665394f390bb727413a')
-
-prepare() {
-  cp -a PyContracts-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  rm -r src/contracts-py3k-test
-  python2 setup.py nosetests
-}
-
-package_python-pycontracts() {
-  depends=('python-pyparsing' 'python-decorator' 'python-six')
-
-  cd PyContracts-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pycontracts() {
-  depends=('python2-pyparsing' 'python2-decorator' 'python2-six')
-
-  cd PyContracts-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pycontracts/repos/community-any/PKGBUILD (from rev 279822, 
python-pycontracts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-07 07:37:09 UTC (rev 279823)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-pycontracts
+pkgname=(python-pycontracts python2-pycontracts)
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='Declare constraints on function parameters and return values'
+arch=('any')
+url="https://andreacensi.github.io/contracts;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
+ 'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
+sha512sums=('3ab81218fdb487b0f2e80db92de8ace91832a2aaeb8703f0eab2928338d5d7bc71d55f585b942be8d0c1e04d3602f6d754a307aca6d9e758c6d1fe5a361fc18e')
+
+prepare() {
+  cp -a PyContracts-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyContracts-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/PyContracts-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/PyContracts-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/PyContracts-$pkgver-py2
+  rm -r src/contracts-py3k-test
+  python2 setup.py nosetests
+}
+
+package_python-pycontracts() {
+  depends=('python-pyparsing' 'python-decorator' 'python-six')
+
+  cd PyContracts-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pycontracts() {
+  depends=('python2-pyparsing' 'python2-decorator' 'python2-six')
+
+  cd PyContracts-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:36:49
  Author: felixonmars
Revision: 279822

upgpkg: python-pycontracts 1.8.2-1

Modified:
  python-pycontracts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:35:01 UTC (rev 279821)
+++ PKGBUILD2018-01-07 07:36:49 UTC (rev 279822)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycontracts
 pkgname=(python-pycontracts python2-pycontracts)
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='Declare constraints on function parameters and return values'
 arch=('any')
@@ -13,7 +13,7 @@
  'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
-sha512sums=('7de933dc8b5992be670b4b34fce7d6f51769d3d2dd02a2400eff5991e9e686e36791234588d2dbdeccf437fd5d6abc6461240645e6d3f665394f390bb727413a')
+sha512sums=('3ab81218fdb487b0f2e80db92de8ace91832a2aaeb8703f0eab2928338d5d7bc71d55f585b942be8d0c1e04d3602f6d754a307aca6d9e758c6d1fe5a361fc18e')
 
 prepare() {
   cp -a PyContracts-$pkgver{,-py2}


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:34:25
  Author: felixonmars
Revision: 279817

upgpkg: haskell-store 0.4.3.2-26

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:32:55 UTC (rev 279816)
+++ PKGBUILD2018-01-07 07:34:25 UTC (rev 279817)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.2
-pkgrel=25
+pkgrel=26
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:34:40
  Author: felixonmars
Revision: 279818

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 279817, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:34:40 UTC (rev 279818)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.2
+pkgrel=26
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d')
+
+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 \
+-f-comparison-bench -f-small-bench
+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 hledger-api/repos (2 files)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:32:55
  Author: felixonmars
Revision: 279816

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 279815, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 279815, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:32:55 UTC (rev 279816)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.5
+pkgrel=3
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('237eb5f6b88c1d8fc3647e6ce5d2d1db70abaf4c5f3b3c3392327333a539df49227d2063f0d55ac9cd4c9982c566f3733412b683a87c762b064f4b1c5aa1daae')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:32:40
  Author: felixonmars
Revision: 279815

upgpkg: hledger-api 1.5-3

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:31:24 UTC (rev 279814)
+++ PKGBUILD2018-01-07 07:32:40 UTC (rev 279815)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:31:09
  Author: felixonmars
Revision: 279813

upgpkg: haskell-servant-swagger 1.1.4-12

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:30:37 UTC (rev 279812)
+++ PKGBUILD2018-01-07 07:31:09 UTC (rev 279813)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("custom:BSD3")


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:31:24
  Author: felixonmars
Revision: 279814

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-swagger/repos/community-staging-x86_64/
  haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD
(from rev 279813, haskell-servant-swagger/trunk/PKGBUILD)

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 279813, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:31:24 UTC (rev 279814)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.4
+pkgrel=12
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-http-media' 
'haskell-insert-ordered-containers'
+ 'haskell-lens' 'haskell-servant' 'haskell-swagger2' 'haskell-text'
+ 'haskell-unordered-containers' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-cabal-doctest' 
'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('990e8c03d6ed6da0ac15d80cd4bce5a46f816fce4e6cfb8eb11db664d09662075ae1ef3508a682fc695a76e3952d080c4e406a0cdb12b995e044935e408cd516')
+
+prepare() {
+sed -i '/test-suite doctests/a \  x-doctest-options: -dynamic' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_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 "${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-test/repos (2 files)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:30:13
  Author: felixonmars
Revision: 279810

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
279809, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:30:13 UTC (rev 279810)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.5.9.1
+pkgrel=3
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cookie'
+ 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-lifted-base' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9b33af1df7cdc526e4be9339f2ff84f1b2f748d5516f1a851fcd537df2500961a3ac07c74db6311d499cb233ddb802e425efc16f10c1dedb16239fac8b767bed')
+
+build() {
+cd "${srcdir}/${_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 "${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-test/trunk (PKGBUILD)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:29:58
  Author: felixonmars
Revision: 279809

upgpkg: haskell-yesod-test 1.5.9.1-3

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:29:01 UTC (rev 279808)
+++ PKGBUILD2018-01-07 07:29:58 UTC (rev 279809)
@@ -4,7 +4,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.5.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:30:21
  Author: felixonmars
Revision: 279811

upgpkg: shadowsocks-qt5 3.0.0-1

Modified:
  shadowsocks-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:30:13 UTC (rev 279810)
+++ PKGBUILD2018-01-07 07:30:21 UTC (rev 279811)
@@ -3,9 +3,8 @@
 # Contributor: yk 
 
 pkgname=shadowsocks-qt5
-pkgver=2.9.0
-_commit=ba961cd962e5adf00a2ca34b93e3210440a366f4
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
 arch=("x86_64")
 url="https://github.com/shadowsocks/shadowsocks-qt5;
@@ -12,12 +11,10 @@
 license=("GPL")
 depends=('qrencode' 'libqtshadowsocks' 'zbar')
 makedepends=('cmake')
-source=("$pkgname-$_commit.tar.gz::https://github.com/shadowsocks/shadowsocks-qt5/archive/$_commit.tar.gz;)
-sha512sums=('8eca22b9cf2c764d4b825cb4d403346704ba12f00f08bb67ad4097ca8452b3986e78fc4e8f36edf1de07a3e804155d054daaa7538e2794933e7c52c5e66c9f06')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz;)
+sha512sums=('0e51d5c64ca9ce77e5e2df38852b7e48fbeffec5c0977df9720d335e66b9d333917fa7278c4387204c667094a3a6830baf28603288aa3caa3e76c695379489a9')
 
 prepare() {
-  mv $pkgname-$_commit $pkgname-$pkgver
-
   cd shadowsocks-qt5-$pkgver
 
   # Disable appindicator (was needed for Qt < 5.4.2)


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:30:37
  Author: felixonmars
Revision: 279812

archrelease: copy trunk to community-testing-x86_64

Added:
  shadowsocks-qt5/repos/community-testing-x86_64/
  shadowsocks-qt5/repos/community-testing-x86_64/PKGBUILD
(from rev 279811, shadowsocks-qt5/trunk/PKGBUILD)

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

Copied: shadowsocks-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 
279811, shadowsocks-qt5/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-07 07:30:37 UTC (rev 279812)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: yk 
+
+pkgname=shadowsocks-qt5
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
+arch=("x86_64")
+url="https://github.com/shadowsocks/shadowsocks-qt5;
+license=("GPL")
+depends=('qrencode' 'libqtshadowsocks' 'zbar')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz;)
+sha512sums=('0e51d5c64ca9ce77e5e2df38852b7e48fbeffec5c0977df9720d335e66b9d333917fa7278c4387204c667094a3a6830baf28603288aa3caa3e76c695379489a9')
+
+prepare() {
+  cd shadowsocks-qt5-$pkgver
+
+  # Disable appindicator (was needed for Qt < 5.4.2)
+  sed -i '/APPINDICATOR/d' CMakeLists.txt
+}
+
+build() {
+  cd shadowsocks-qt5-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd shadowsocks-qt5-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in haskell-hspec-wai-json/repos (2 files)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:29:01
  Author: felixonmars
Revision: 279808

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-wai-json/repos/community-staging-x86_64/
  haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD
(from rev 279807, haskell-hspec-wai-json/trunk/PKGBUILD)

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

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 279807, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:29:01 UTC (rev 279808)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.0
+pkgrel=8
+pkgdesc="Testing JSON APIs with hspec-wai"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 
'haskell-case-insensitive'
+ 'haskell-hspec-wai')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('550bbf263c52c817f5ba26f30ac9e612645597d8bea7a5614e61452da0b0ae728484f4ac9a486e523b0e4d2cf1518d95a55d9dc5d7be1e1fa15d67432f7a')
+
+build() {
+cd "${srcdir}/${_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 "${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-hspec-wai-json/trunk (PKGBUILD)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:28:44
  Author: felixonmars
Revision: 279807

upgpkg: haskell-hspec-wai-json 0.9.0-8

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:28:27 UTC (rev 279806)
+++ PKGBUILD2018-01-07 07:28:44 UTC (rev 279807)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:27:38
  Author: felixonmars
Revision: 314183

archrelease: copy trunk to testing-x86_64

Added:
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 314182, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/site.cfg
(from rev 314182, python-numpy/trunk/site.cfg)

--+
 PKGBUILD |   85 +
 site.cfg |4 ++
 2 files changed, 89 insertions(+)

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 314182, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-07 07:27:38 UTC (rev 314183)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="http://www.numpy.org/;
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
+   'python-nose' 'python2-nose' 'cython' 'cython2')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
+sha512sums=('4ebb8d34fefc9043d325b5381c71c0ec437649a9116a4518f0af2d5c9a4d3254073c694aaf1ac02368b263673924fe5234341c7d88dd6032a93ea70cf6c0b8bf'
+
'03a0f161be4963625f110a26167efbd300a12bd4cf99c8250c47ac865466d03fc8640e7e4fb6a59c39bf8b797609f5ed50afbc720d1fcbd2c4c57263cf8b406b')
+
+prepare() {
+  cp site.cfg numpy-$pkgver
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -shared"
+
+  echo "Building Python2"
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo "Building Python3"
+  cd ../numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2' 'cblas')
+  optdepends=('python2-nose: testsuite')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python' 'cblas')
+  optdepends=('python-nose: testsuite')
+  provides=("python3-numpy=${pkgver}")
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.6
+  _pyinc=3.6m
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
+}

Copied: python-numpy/repos/testing-x86_64/site.cfg (from rev 314182, 
python-numpy/trunk/site.cfg)
===
--- testing-x86_64/site.cfg (rev 0)
+++ testing-x86_64/site.cfg 2018-01-07 07:27:38 UTC (rev 314183)
@@ -0,0 +1,4 @@
+[atlas]
+atlas_libs = cblas
+libraries = cblas
+


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:28:27
  Author: felixonmars
Revision: 279806

archrelease: copy trunk to community-testing-x86_64

Added:
  libqtshadowsocks/repos/community-testing-x86_64/
  libqtshadowsocks/repos/community-testing-x86_64/PKGBUILD
(from rev 279805, libqtshadowsocks/trunk/PKGBUILD)

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

Copied: libqtshadowsocks/repos/community-testing-x86_64/PKGBUILD (from rev 
279805, libqtshadowsocks/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-07 07:28:27 UTC (rev 279806)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: yk 
+
+pkgname=libqtshadowsocks
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A lightweight library for shadowsocks"
+arch=("x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks;
+license=("GPL")
+depends=('qt5-base' 'botan')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz;)
+sha512sums=('a81cfce909c1b2660b107a5b253030e16d6ffb3ed82e09baeda8d95efb61c52481ad1c7378893221e7e236835f007ea6f8f89741c0e467202cd60eda182c1336')
+
+build() {
+  cd libQtShadowsocks-$pkgver
+  cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
.
+  make
+}
+
+package() {
+  cd libQtShadowsocks-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:28:09
  Author: felixonmars
Revision: 279805

upgpkg: libqtshadowsocks 2.0.1-1

Modified:
  libqtshadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:27:39 UTC (rev 279804)
+++ PKGBUILD2018-01-07 07:28:09 UTC (rev 279805)
@@ -3,16 +3,16 @@
 # Contributor: yk 
 
 pkgname=libqtshadowsocks
-pkgver=1.11.0
-pkgrel=2
-pkgdesc="A lightweight library for shadowsocks."
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A lightweight library for shadowsocks"
 arch=("x86_64")
 url="https://github.com/shadowsocks/libQtShadowsocks;
 license=("GPL")
 depends=('qt5-base' 'botan')
 makedepends=('cmake')
-source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz;)
-sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz;)
+sha512sums=('a81cfce909c1b2660b107a5b253030e16d6ffb3ed82e09baeda8d95efb61c52481ad1c7378893221e7e236835f007ea6f8f89741c0e467202cd60eda182c1336')
 
 build() {
   cd libQtShadowsocks-$pkgver


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:27:21
  Author: felixonmars
Revision: 279803

upgpkg: haskell-hspec-wai 0.9.0-7

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-hspec-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:27:10 UTC (rev 279802)
+++ PKGBUILD2018-01-07 07:27:21 UTC (rev 279803)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai
 pkgname=haskell-hspec-wai
 pkgver=0.9.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Experimental Hspec support for testing WAI applications"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:27:39
  Author: felixonmars
Revision: 279804

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-wai/repos/community-staging-x86_64/
  haskell-hspec-wai/repos/community-staging-x86_64/PKGBUILD
(from rev 279803, haskell-hspec-wai/trunk/PKGBUILD)

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

Copied: haskell-hspec-wai/repos/community-staging-x86_64/PKGBUILD (from rev 
279803, haskell-hspec-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:27:39 UTC (rev 279804)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai
+pkgname=haskell-hspec-wai
+pkgver=0.9.0
+pkgrel=7
+pkgdesc="Experimental Hspec support for testing WAI applications"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 
'haskell-case-insensitive'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-hspec-expectations' 
'haskell-http-types'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('47822443b1a141a9ca6f6365a07906f7b11b44c2c999ef80bf6c87e66538a3a9d3e3221f48098414aea3538f7ea957bb3435255a490268b5eaecf3785fec407c')
+
+build() {
+cd "${srcdir}/${_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 "${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 scrapy/repos/community-any (PKGBUILD PKGBUILD)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:27:10
  Author: felixonmars
Revision: 279802

archrelease: copy trunk to community-any

Added:
  scrapy/repos/community-any/PKGBUILD
(from rev 279801, scrapy/trunk/PKGBUILD)
Deleted:
  scrapy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-07 07:26:41 UTC (rev 279801)
+++ PKGBUILD2018-01-07 07:27:10 UTC (rev 279802)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-# Contributor: Anibal Pacheco 
-
-pkgname=scrapy
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A fast high-level scraping and web crawling framework."
-arch=('any')
-license=('BSD')
-url="http://scrapy.org;
-depends=('python-twisted' 'libxml2' 'python-w3lib' 'python-lxml' 'python-six' 
'python-queuelib'
- 'python-setuptools' 'python-cssselect' 'python-pyopenssl' 
'python-parsel'
- 'python-pydispatcher' 'python-service-identity')
-checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 
'python-botocore'
-  'python-jmespath' 'mitmproxy')
-optdepends=('ipython: for enhanced support of the interactive scraping shell')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz;)
-md5sums=('1be2bb5325cfebca07c66788b0734fbc')
-
-build() {
-  cd scrapy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd scrapy-$pkgver
-  python setup.py pytest --addopts tests
-}
-
-package() {
-  cd scrapy-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
-  install -D -m644 docs/intro/install.rst 
"$pkgdir"/usr/share/doc/$pkgname/INSTALL.rst
-}

Copied: scrapy/repos/community-any/PKGBUILD (from rev 279801, 
scrapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-07 07:27:10 UTC (rev 279802)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+pkgname=scrapy
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=('any')
+license=('BSD')
+url="http://scrapy.org;
+depends=('python-twisted' 'libxml2' 'python-w3lib' 'python-lxml' 'python-six' 
'python-queuelib'
+ 'python-setuptools' 'python-cssselect' 'python-pyopenssl' 
'python-parsel'
+ 'python-pydispatcher' 'python-service-identity')
+checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 
'python-botocore'
+  'python-jmespath' 'mitmproxy')
+optdepends=('ipython: for enhanced support of the interactive scraping shell')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz;)
+sha512sums=('06c3ee55706e25f1bfea0d13843835b3d6ee2946509b279c84cb6f3ca31b9d005e0aa93de0b4b82cacee658bf7382eafcb92bc6d9d7dac18fc659a7bcaa218a1')
+
+build() {
+  cd scrapy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd scrapy-$pkgver
+  python setup.py pytest --addopts tests
+}
+
+package() {
+  cd scrapy-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
+  install -D -m644 docs/intro/install.rst 
"$pkgdir"/usr/share/doc/$pkgname/INSTALL.rst
+}


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:27:11
  Author: felixonmars
Revision: 314182

upgpkg: python-numpy 1.14.0-1

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:21:18 UTC (rev 314181)
+++ PKGBUILD2018-01-07 07:27:11 UTC (rev 314182)
@@ -6,7 +6,7 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.13.3
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'python-nose' 'python2-nose' 'cython' 'cython2')
 options=('staticlibs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
-sha512sums=('1ff454514528edf9666a7b9e4fd990f3cf10410d3c8d9e395cbd5ba7765d55939406bf15a036de5fe6df833013a29f4db13d2df2081349bd9bd743052fbf2f11'
+sha512sums=('4ebb8d34fefc9043d325b5381c71c0ec437649a9116a4518f0af2d5c9a4d3254073c694aaf1ac02368b263673924fe5234341c7d88dd6032a93ea70cf6c0b8bf'
 
'03a0f161be4963625f110a26167efbd300a12bd4cf99c8250c47ac865466d03fc8640e7e4fb6a59c39bf8b797609f5ed50afbc720d1fcbd2c4c57263cf8b406b')
 
 prepare() {


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:26:21
  Author: felixonmars
Revision: 279800

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 279799, 
haskell-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:26:21 UTC (rev 279800)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.4.6
+pkgrel=1
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck' 'haskell-call-stack' 
'haskell-hspec-core'
+ 'haskell-hspec-discover' 'haskell-hspec-expectations')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-stringbuilder')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('473a64b47a6e526cd92c97f864a8928b14e7ae885726d076dd97236c91cf2d060c22304a554ade85ee21e7d5b6064f4770e1802ecbe6a7936a314ec239b38123')
+
+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 scrapy/trunk (PKGBUILD)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:26:41
  Author: felixonmars
Revision: 279801

upgpkg: scrapy 1.5.0-1

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:26:21 UTC (rev 279800)
+++ PKGBUILD2018-01-07 07:26:41 UTC (rev 279801)
@@ -4,7 +4,7 @@
 # Contributor: Anibal Pacheco 
 
 pkgname=scrapy
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
@@ -17,7 +17,7 @@
   'python-jmespath' 'mitmproxy')
 optdepends=('ipython: for enhanced support of the interactive scraping shell')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz;)
-md5sums=('1be2bb5325cfebca07c66788b0734fbc')
+sha512sums=('06c3ee55706e25f1bfea0d13843835b3d6ee2946509b279c84cb6f3ca31b9d005e0aa93de0b4b82cacee658bf7382eafcb92bc6d9d7dac18fc659a7bcaa218a1')
 
 build() {
   cd scrapy-$pkgver


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:25:59
  Author: felixonmars
Revision: 279799

upgpkg: haskell-hspec 2.4.6-1

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:25:21 UTC (rev 279798)
+++ PKGBUILD2018-01-07 07:25:59 UTC (rev 279799)
@@ -3,23 +3,23 @@
 
 _hkgname=hspec
 pkgname=haskell-hspec
-pkgver=2.4.4
-pkgrel=7
+pkgver=2.4.6
+pkgrel=1
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-call-stack' 'haskell-hspec-core' 
'haskell-hspec-discover'
- 'haskell-hspec-expectations' 'haskell-quickcheck' 'haskell-hunit')
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck' 'haskell-call-stack' 
'haskell-hspec-core'
+ 'haskell-hspec-discover' 'haskell-hspec-expectations')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-stringbuilder')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('9be1c1deee500d2eedde506fea9ef5cf15571aa20ef7b4b57c442892bca1f18349a80d2c7e0d268bc8ae989dc679f85ce17a7dba0f10fb7f920e13df9706bdf5')
+sha512sums=('473a64b47a6e526cd92c97f864a8928b14e7ae885726d076dd97236c91cf2d060c22304a554ade85ee21e7d5b6064f4770e1802ecbe6a7936a314ec239b38123')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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
@@ -28,8 +28,13 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+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"


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:25:02
  Author: felixonmars
Revision: 279797

upgpkg: haskell-hspec-discover 2.4.6-1

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-hspec-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:23:17 UTC (rev 279796)
+++ PKGBUILD2018-01-07 07:25:02 UTC (rev 279797)
@@ -3,22 +3,22 @@
 
 _hkgname=hspec-discover
 pkgname=haskell-hspec-discover
-pkgver=2.4.4
-pkgrel=4
+pkgver=2.4.6
+pkgrel=1
 pkgdesc="Automatically discover and run Hspec tests"
 url="http://hspec.github.io/;
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec-meta')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f8d589b3769427c6738e64ed3412d67c9352dac9dc16c769470c5dc17cda4dd4282e42d03573dedbc8532051d756009a6b33e42bc1b4dea3a0c77d29cc08a5d9')
+sha512sums=('4e9bac965fad7e08351828ac5ce7284204a2fadfff679b0557fc858fbf9d34466f29bae4dd17d57187706bffc9bef5e153ebf0dafc54c89097c964dfdb037f39')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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
@@ -27,8 +27,13 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+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"


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:25:21
  Author: felixonmars
Revision: 279798

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-discover/repos/community-staging-x86_64/
  haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD
(from rev 279797, haskell-hspec-discover/trunk/PKGBUILD)

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

Copied: haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD (from 
rev 279797, haskell-hspec-discover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:25:21 UTC (rev 279798)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-discover
+pkgname=haskell-hspec-discover
+pkgver=2.4.6
+pkgrel=1
+pkgdesc="Automatically discover and run Hspec tests"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec-meta')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4e9bac965fad7e08351828ac5ce7284204a2fadfff679b0557fc858fbf9d34466f29bae4dd17d57187706bffc9bef5e153ebf0dafc54c89097c964dfdb037f39')
+
+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 chromium/repos/extra-x86_64 (15 files)

2018-01-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 7, 2018 @ 07:21:18
  Author: foutrelis
Revision: 314181

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 314180, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-clang-r1.patch
(from rev 314180, chromium/trunk/chromium-clang-r1.patch)
  chromium/repos/extra-x86_64/chromium-exclude_unwind_tables.patch
(from rev 314180, chromium/trunk/chromium-exclude_unwind_tables.patch)
  chromium/repos/extra-x86_64/chromium-omnibox-unescape-fragment.patch
(from rev 314180, chromium/trunk/chromium-omnibox-unescape-fragment.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 314180, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-r0.patch
(from rev 314180, chromium/trunk/chromium-webrtc-r0.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 314180, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 314180, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-clang-r1.patch
  chromium/repos/extra-x86_64/chromium-exclude_unwind_tables.patch
  chromium/repos/extra-x86_64/chromium-omnibox-unescape-fragment.patch
  chromium/repos/extra-x86_64/chromium-webrtc-r0.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  505 
 chromium-clang-r1.patch  |   42 -
 chromium-exclude_unwind_tables.patch |   88 +-
 chromium-omnibox-unescape-fragment.patch |  874 ++---
 chromium-skia-harmony.patch  |   77 ++
 chromium-webrtc-r0.patch |   68 +-
 chromium-widevine.patch  |   20 
 chromium.install |   32 -
 8 files changed, 894 insertions(+), 812 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-07 07:21:04 UTC (rev 314180)
+++ PKGBUILD2018-01-07 07:21:18 UTC (rev 314181)
@@ -1,250 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=63.0.3239.132
-pkgrel=1
-_launcher_ver=5
-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=('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.git/+/$pkgver?format=TEXT
-chromium-omnibox-unescape-fragment.patch
-chromium-clang-r1.patch
-chromium-webrtc-r0.patch
-chromium-exclude_unwind_tables.patch
-chromium-widevine.patch)
-sha256sums=('84c46c2c42faaa102abe0647ee1213615a2522627124924c2741ddc2161b3d8d'
-'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'ab330f30c14ea3b5e77976d674304b91cfb02251fe8771cecb0bb4092c7f6b74'
-'814eb2cecb10cb697e24036b08aac41e88d0e38971741f9e946200764e2401ae'
-'ab5368a3e3a67fa63b33fefc6788ad5b4a79089ef4db1011a14c3bee9fdf70c6'
-'bcb2f4588cf5dcf75cde855c7431e94fdcc34bdd68b876a90f65ab9938594562'
-'e53dc6f259acd39df13874f8a0f440528fae764b859dd71447991a5b1fac7c9c'
-'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
-readonly -A _system_libs=(
-  #[ffmpeg]=ffmpeg# https://crbug.com/731766
-  [flac]=flac
-  #[freetype]=freetype2   # Using 'use_system_freetype=true' until M65
-  #[harfbuzz-ng]=harfbuzz # Using 'use_system_harfbuzz=true' until M65
-  #[icu]=icu  # https://crbug.com/772655 + need M64 for ICU 60
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# 

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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:22:26
  Author: felixonmars
Revision: 279795

upgpkg: haskell-hspec-smallcheck 0.4.2-20

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-hspec-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:21:47 UTC (rev 279794)
+++ PKGBUILD2018-01-07 07:22:26 UTC (rev 279795)
@@ -4,7 +4,7 @@
 _hkgname=hspec-smallcheck
 pkgname=haskell-hspec-smallcheck
 pkgver=0.4.2
-pkgrel=19
+pkgrel=20
 pkgdesc="SmallCheck support for the Hspec testing framework"
 url="http://hspec.github.io/;
 license=('MIT')


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:23:17
  Author: felixonmars
Revision: 279796

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-smallcheck/repos/community-staging-x86_64/
  haskell-hspec-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 279795, haskell-hspec-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-hspec-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 279795, haskell-hspec-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:23:17 UTC (rev 279796)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 189385 2016-09-16 04:01:47Z felixonmars $
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-smallcheck
+pkgname=haskell-hspec-smallcheck
+pkgver=0.4.2
+pkgrel=20
+pkgdesc="SmallCheck support for the Hspec testing framework"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-core' 'haskell-smallcheck')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('48c1c07b749bb0fcde241e9b7c1dfbab7353e9d7bd796997258fb72386178e21e9b059dcf5fc15363cfb25825af2917b2e1e5674f32a530c4cf10576e6fde93d')
+
+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-hspec-core/repos (2 files)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:21:47
  Author: felixonmars
Revision: 279794

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 279793, haskell-hspec-core/trunk/PKGBUILD)

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

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
279793, haskell-hspec-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-07 07:21:47 UTC (rev 279794)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.4.6
+pkgrel=1
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-ansi-terminal' 'haskell-async'
+ 'haskell-call-stack' 'haskell-hspec-expectations' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ca7291a4c8ceaabe186fd93c7f07c02bb70f7aadbf550dafd706cee9e8d741adab4467c344649cafe61424ca03914360fbaedccaed342a462e6a4bf0b1d1c943')
+
+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-hspec-core/trunk (PKGBUILD)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:21:30
  Author: felixonmars
Revision: 279793

upgpkg: haskell-hspec-core 2.4.6-1

rebuild with hspec-core,2.4.6 hspec,2.4.6 hspec-discover,2.4.6

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:20:13 UTC (rev 279792)
+++ PKGBUILD2018-01-07 07:21:30 UTC (rev 279793)
@@ -3,24 +3,24 @@
 
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
-pkgver=2.4.4
-pkgrel=7
+pkgver=2.4.6
+pkgrel=1
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-call-stack'
- 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-ansi-terminal' 'haskell-async'
+ 'haskell-call-stack' 'haskell-hspec-expectations' 
'haskell-quickcheck-io'
  'haskell-random' 'haskell-setenv' 'haskell-tf-random')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7efb9c9f96cd4a3b406bc2d6af20b0b6369f7b40e569bef8ab6275e9a76a1e806e30bdd964a26589d5b6f374d203d536651fbe970b82000d25ddd49a7bd83367')
+sha512sums=('ca7291a4c8ceaabe186fd93c7f07c02bb70f7aadbf550dafd706cee9e8d741adab4467c344649cafe61424ca03914360fbaedccaed342a462e6a4bf0b1d1c943')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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
@@ -29,8 +29,13 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+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"


[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-skia-harmony.patch)

2018-01-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 7, 2018 @ 07:21:04
  Author: foutrelis
Revision: 314180

upgpkg: chromium 63.0.3239.132-2

Make subpixel rendering work again; it broke after switching to system
FreeType (FS#56980).

Added:
  chromium/trunk/chromium-skia-harmony.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|7 +++
 chromium-skia-harmony.patch |   77 ++
 2 files changed, 83 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 01:15:43 UTC (rev 314179)
+++ PKGBUILD2018-01-07 07:21:04 UTC (rev 314180)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=63.0.3239.132
-pkgrel=1
+pkgrel=2
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -26,6 +26,7 @@
 
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.git/+/$pkgver?format=TEXT
 chromium-omnibox-unescape-fragment.patch
+chromium-skia-harmony.patch
 chromium-clang-r1.patch
 chromium-webrtc-r0.patch
 chromium-exclude_unwind_tables.patch
@@ -34,6 +35,7 @@
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
 'ab330f30c14ea3b5e77976d674304b91cfb02251fe8771cecb0bb4092c7f6b74'
 '814eb2cecb10cb697e24036b08aac41e88d0e38971741f9e946200764e2401ae'
+'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
 'ab5368a3e3a67fa63b33fefc6788ad5b4a79089ef4db1011a14c3bee9fdf70c6'
 'bcb2f4588cf5dcf75cde855c7431e94fdcc34bdd68b876a90f65ab9938594562'
 'e53dc6f259acd39df13874f8a0f440528fae764b859dd71447991a5b1fac7c9c'
@@ -99,6 +101,9 @@
   # https://crbug.com/789163
   patch -Np1 -i ../chromium-omnibox-unescape-fragment.patch
 
+  # https://crbug.com/skia/6663#c10
+  patch -Np4 -i ../chromium-skia-harmony.patch
+
   # Fixes from Gentoo
   patch -Np1 -i ../chromium-clang-r1.patch
   patch -Np1 -i ../chromium-webrtc-r0.patch

Added: chromium-skia-harmony.patch
===
--- chromium-skia-harmony.patch (rev 0)
+++ chromium-skia-harmony.patch 2018-01-07 07:21:04 UTC (rev 314180)
@@ -0,0 +1,77 @@
+--- 
qtwebengine-opensource-src-5.9.1/src/3rdparty/chromium/third_party/skia/src/ports/SkFontHost_FreeType.cpp.orig
 2017-10-10 17:42:06.956950985 +0200
 
qtwebengine-opensource-src-5.9.1/src/3rdparty/chromium/third_party/skia/src/ports/SkFontHost_FreeType.cpp
  2017-10-10 17:46:05.824187787 +0200
+@@ -99,8 +99,6 @@
+ FreeTypeLibrary()
+ : fGetVarDesignCoordinates(nullptr)
+ , fLibrary(nullptr)
+-, fIsLCDSupported(false)
+-, fLCDExtra(0)
+ {
+ if (FT_New_Library(, )) {
+ return;
+@@ -147,12 +145,7 @@
+ }
+ #endif
+ 
+-// Setup LCD filtering. This reduces color fringes for LCD smoothed 
glyphs.
+-// The default has changed over time, so this doesn't mean the same 
thing to all users.
+-if (FT_Library_SetLcdFilter(fLibrary, FT_LCD_FILTER_DEFAULT) == 0) {
+-fIsLCDSupported = true;
+-fLCDExtra = 2; //Using a filter adds one full pixel to each side.
+-}
++FT_Library_SetLcdFilter(fLibrary, FT_LCD_FILTER_DEFAULT);
+ }
+ ~FreeTypeLibrary() {
+ if (fLibrary) {
+@@ -161,8 +153,6 @@
+ }
+ 
+ FT_Library library() { return fLibrary; }
+-bool isLCDSupported() { return fIsLCDSupported; }
+-int lcdExtra() { return fLCDExtra; }
+ 
+ // FT_Get_{MM,Var}_{Blend,Design}_Coordinates were added in FreeType 
2.7.1.
+ // Prior to this there was no way to get the coordinates out of the 
FT_Face.
+@@ -173,8 +163,6 @@
+ 
+ private:
+ FT_Library fLibrary;
+-bool fIsLCDSupported;
+-int fLCDExtra;
+ 
+ // FT_Library_SetLcdFilterWeights was introduced in FreeType 2.4.0.
+ // The following platforms provide FreeType of at least 2.4.0.
+@@ -704,17 +692,6 @@
+ rec->fTextSize = SkIntToScalar(1 << 14);
+ }
+ 
+-if (isLCD(*rec)) {
+-// TODO: re-work so that FreeType is set-up and selected by the 
SkFontMgr.
+-SkAutoMutexAcquire ama(gFTMutex);
+-ref_ft_library();
+-if (!gFTLibrary->isLCDSupported()) {
+-// If the runtime Freetype library doesn't support LCD, disable 
it here.
+-rec->fMaskFormat = SkMask::kA8_Format;
+-}
+-unref_ft_library();
+-}
+-
+ SkPaint::Hinting h = rec->getHinting();
+ if (SkPaint::kFull_Hinting == h && !isLCD(*rec)) {
+ // collapse full->normal hinting if we're not doing LCD
+@@ -1115,11 +1092,11 @@
+ void SkScalerContext_FreeType::updateGlyphIfLCD(SkGlyph* glyph) {
+ if (isLCD(fRec)) {
+   

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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:19:57
  Author: felixonmars
Revision: 279791

upgpkg: python-hypothesis 3.44.11-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 07:14:59 UTC (rev 279790)
+++ PKGBUILD2018-01-07 07:19:57 UTC (rev 279791)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.44.9
+pkgver=3.44.11
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('219dd3df38b033ea6087a319d4c9c9255487aaed8d601d5b0fbfd247d555ba0f1f88695d9057235e162cc6fe4d7df88f77c7b5b18849eb9876ef8df34947f79e')
+sha512sums=('23149c228fb1fa6a229eab821d374a44ecc7a40a4d4ae4266412742d46d6427a50898c7f3ecb136b6324b25cb83d093fa097b15f5b46be76739c7c3ac887a3ae')
 
 prepare() {
   # Make tests faster


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:20:13
  Author: felixonmars
Revision: 279792

archrelease: copy trunk to community-any

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

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

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

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

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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:14:59
  Author: felixonmars
Revision: 279790

archrelease: copy trunk to community-x86_64

Added:
  haskell-hspec-meta/repos/community-x86_64/
  haskell-hspec-meta/repos/community-x86_64/PKGBUILD
(from rev 279789, haskell-hspec-meta/trunk/PKGBUILD)

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

Copied: haskell-hspec-meta/repos/community-x86_64/PKGBUILD (from rev 279789, 
haskell-hspec-meta/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-01-07 07:14:59 UTC (rev 279790)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
+ 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-call-stack')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('91f66cbeecb3cede014b264f18693467c981bb07c79f173fb0e32935057d2415bd3f47e1b59d74f56b098710f1767e9ba5b5d9d060728989eaf516efaa3329e6')
+
+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 (4 files)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:14:42
  Author: felixonmars
Revision: 279789

addpkg: haskell-hspec-meta 2.4.4-1

Added:
  haskell-hspec-meta/
  haskell-hspec-meta/repos/
  haskell-hspec-meta/trunk/
  haskell-hspec-meta/trunk/PKGBUILD

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

Added: haskell-hspec-meta/trunk/PKGBUILD
===
--- haskell-hspec-meta/trunk/PKGBUILD   (rev 0)
+++ haskell-hspec-meta/trunk/PKGBUILD   2018-01-07 07:14:42 UTC (rev 279789)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
+ 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-call-stack')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('91f66cbeecb3cede014b264f18693467c981bb07c79f173fb0e32935057d2415bd3f47e1b59d74f56b098710f1767e9ba5b5d9d060728989eaf516efaa3329e6')
+
+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"
+}


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


[arch-commits] Commit in diff-so-fancy/repos (2 files)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:10:07
  Author: felixonmars
Revision: 279788

archrelease: copy trunk to community-testing-any

Added:
  diff-so-fancy/repos/community-testing-any/
  diff-so-fancy/repos/community-testing-any/PKGBUILD
(from rev 279787, diff-so-fancy/trunk/PKGBUILD)

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

Copied: diff-so-fancy/repos/community-testing-any/PKGBUILD (from rev 279787, 
diff-so-fancy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-07 07:10:07 UTC (rev 279788)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/so-fancy/diff-so-fancy;
+license=('MIT')
+depends=('perl')
+makedepends=('git')
+checkdepends=('bash-bats-assert' 'bash-bats-support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver.tar.gz;)
+sha384sums=('77aa73a0fb1f76bbfe79348df11fb805ebcba6c0f7b34102dd4c071afa01a04e2e66533fb893fabdb88b5e5fc60de4d5')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  rm -r third_party # lib
+
+  sed -e 's|test_helper/bats-support|/usr/lib/bats-support|' \
+  -e 's|test_helper/bats-assert|/usr/lib/bats-assert|' \
+  -e "s|load'$|load.bash'|" \
+  -i test/*.bats
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  git init
+  bats test/*.bats
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  sed -i 's|^use lib .*$|use lib "/usr/share/diff-so-fancy";|' diff-so-fancy
+
+  install -Dm755 diff-so-fancy "$pkgdir"/usr/bin/diff-so-fancy
+  install -Dm755 lib/DiffHighlight.pm 
"$pkgdir"/usr/share/diff-so-fancy/DiffHighlight.pm
+  install -Dm644 README.md "$pkgdir"/usr/share/doc/diff-so-fancy/README.md
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD system-diff_highlight.patch)

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 07:09:53
  Author: felixonmars
Revision: 279787

upgpkg: diff-so-fancy 1.2.0-1

Modified:
  diff-so-fancy/trunk/PKGBUILD
Deleted:
  diff-so-fancy/trunk/system-diff_highlight.patch

-+
 PKGBUILD|   20 ++--
 system-diff_highlight.patch |   33 -
 2 files changed, 10 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 03:29:01 UTC (rev 279786)
+++ PKGBUILD2018-01-07 07:09:53 UTC (rev 279787)
@@ -3,30 +3,27 @@
 # Contributor: icasdri 
 
 pkgname=diff-so-fancy
-pkgver=1.0.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')
 url="https://github.com/so-fancy/diff-so-fancy;
 license=('MIT')
-depends=('git')
+depends=('perl')
+makedepends=('git')
 checkdepends=('bash-bats-assert' 'bash-bats-support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver.tar.gz;
-system-diff_highlight.patch)
-sha384sums=('00361ed7b36f2b4bb1d79430175e32daadfd5590ff5656e304d7e25c739f599f266efec1664cda7e4caf017a9a56316b'
-
'ec4d6df1fc6dbf9e2c2f3fdc4d1c4e57e7cb2b085136f5f84cb32761e853cbc5a3a0878a62b467c05531286b19fe185e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver.tar.gz;)
+sha384sums=('77aa73a0fb1f76bbfe79348df11fb805ebcba6c0f7b34102dd4c071afa01a04e2e66533fb893fabdb88b5e5fc60de4d5')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  patch -p0 -i ../system-diff_highlight.patch
 
-  rm -r third_party
+  rm -r third_party # lib
 
   sed -e 's|test_helper/bats-support|/usr/lib/bats-support|' \
   -e 's|test_helper/bats-assert|/usr/lib/bats-assert|' \
   -e "s|load'$|load.bash'|" \
   -i test/*.bats
-  rm test/diff-highlight.bats
 }
 
 check() {
@@ -38,7 +35,10 @@
 package() {
   cd "$srcdir"/$pkgname-$pkgver
 
+  sed -i 's|^use lib .*$|use lib "/usr/share/diff-so-fancy";|' diff-so-fancy
+
   install -Dm755 diff-so-fancy "$pkgdir"/usr/bin/diff-so-fancy
-  install -Dm644 readme.md "$pkgdir"/usr/share/doc/diff-so-fancy/readme.md
+  install -Dm755 lib/DiffHighlight.pm 
"$pkgdir"/usr/share/diff-so-fancy/DiffHighlight.pm
+  install -Dm644 README.md "$pkgdir"/usr/share/doc/diff-so-fancy/README.md
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }

Deleted: system-diff_highlight.patch
===
--- system-diff_highlight.patch 2018-01-07 03:29:01 UTC (rev 279786)
+++ system-diff_highlight.patch 2018-01-07 07:09:53 UTC (rev 279787)
@@ -1,33 +0,0 @@
 diff-so-fancy.old  2017-06-10 22:14:03.858070687 +0800
-+++ diff-so-fancy  2017-06-10 22:15:00.762691077 +0800
-@@ -572,29 +572,5 @@
- 
- # Find the location of diff-highlight
- sub find_diff_highlight {
--my $dh = "diff-highlight";
--my $dh_in_path = trim(`which $dh 2>/dev/null`);
--my $ret;
--
--# We check for diff-highlight in three places:
--# 1) System path
--# 2) Same dir as d-s-f
--# 3) third_party/diff-highlight/
--
--# This is #1
--if ($dh_in_path) {
--$ret = $dh_in_path;
--# This is #2 and #3
--} else {
--$ret = dirname(Cwd::realpath($0)) . "/diff-highlight";
--if (!-X $ret) {
--$ret = dirname(Cwd::realpath($0)) . 
"/third_party/$dh/diff-highlight";
--}
--}
--
--if (!-X $ret) {
--die("Error locating diff-highlight\n");
--}
--
--return $ret;
-+return "/usr/share/git/diff-highlight/diff-highlight";
- }


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 03:29:01
  Author: felixonmars
Revision: 279786

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 279785, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-07 03:28:43 UTC (rev 279785)
+++ PKGBUILD2018-01-07 03:29:01 UTC (rev 279786)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=4.14.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('525e824864632ac704ca0d17fc478db3ba365dd9db4c4383d4e33c7138e6c7ce513dc04942b12164b7af86e25934013fbd2da2565e548608aa7f7879b8b30225')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 279785, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-07 03:29:01 UTC (rev 279786)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=4.15.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('cc43bf675654c4843e3210d52a4553518a483c34c424b5c632b9080fee6fd4d7901ed0b3e85662916b85460c44d50fd1576578cd5975bb7c66a4f0031e1319e8')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2018-01-06 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 03:28:43
  Author: felixonmars
Revision: 279785

upgpkg: eslint 4.15.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 03:27:41 UTC (rev 279784)
+++ PKGBUILD2018-01-07 03:28:43 UTC (rev 279785)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=4.14.0
+pkgver=4.15.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('525e824864632ac704ca0d17fc478db3ba365dd9db4c4383d4e33c7138e6c7ce513dc04942b12164b7af86e25934013fbd2da2565e548608aa7f7879b8b30225')
+sha512sums=('cc43bf675654c4843e3210d52a4553518a483c34c424b5c632b9080fee6fd4d7901ed0b3e85662916b85460c44d50fd1576578cd5975bb7c66a4f0031e1319e8')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-01-06 Thread Jan Steffens via arch-commits
Date: Sunday, January 7, 2018 @ 00:12:29
  Author: heftig
Revision: 279769

archrelease: copy trunk to community-x86_64

Added:
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 279768, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 279768, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 279768, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

+
 PKGBUILD   |  152 +--
 dirs.patch |   42 
 gemrc  |   10 +--
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-07 00:11:10 UTC (rev 279768)
+++ PKGBUILD2018-01-07 00:12:29 UTC (rev 279769)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.89
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(x86_64)
-url="https://rubinius.com;
-license=(custom:BSD MPL2)
-depends=(libffi openssl-1.0 libyaml)
-makedepends=(llvm ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('6e48ecd3253137c9d958e762fe9f5e512b597ffbd7f44ddabc716f8d33ea7d71'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'01eaefc509d3192ade1115282b42e06a72b0ab9353b61d1779db296bb832e2f2')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../dirs.patch
-}
-
-build() {
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-
-  cd $pkgbase-$pkgver
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---bin-link bundle \
---bin-link bundler \
---preserve-prefix \
---without-rpath \
---release-build
-  rake build
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  rake vm:test
-}
-
-package_rubinius() {
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-
-  cd $pkgbase-$pkgver
-  DESTDIR="$pkgdir" rake install:files
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE BSD_LICENSE
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dt "$pkgdir/etc" -m644 gemrc
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s rubinius "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: rubinius/repos/community-x86_64/PKGBUILD (from rev 279768, 
rubinius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-07 00:12:29 UTC (rev 279769)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.90
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(x86_64)
+url="https://rubinius.com;
+license=(custom:BSD MPL2)
+depends=(libffi openssl-1.0 libyaml)
+makedepends=(llvm ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('f888910670ff2a9f913a66b18447ee3fab6a4ee424015e46e8c9e0dbb9c600d8'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'01eaefc509d3192ade1115282b42e06a72b0ab9353b61d1779db296bb832e2f2')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../dirs.patch
+}
+
+build() {
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+
+  cd $pkgbase-$pkgver
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+--appdir=/usr/lib/rubinius \
+--gemsdir=/usr/lib/rubinius/gems \
+--bin-link bundle \
+--bin-link bundler \
+--preserve-prefix \
+--without-rpath \
+--release-build
+  rake build
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  rake vm:test
+}
+
+package_rubinius() {
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+
+  cd $pkgbase-$pkgver
+  DESTDIR="$pkgdir" rake install:files
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE BSD_LICENSE
+
+### Split rubinius-ruby
+  mkdir -p "$srcdir/ruby/usr/bin"
+  for _f in "$pkgdir"/usr/bin/*; do
+[[ $_f == */rbx ]] && continue
+mv $_f "$srcdir/ruby/usr/bin"
+  done
+}
+
+package_rubinius-ruby() {
+  pkgdesc="Ruby compat for Rubinius"
+  

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

2018-01-06 Thread Jan Steffens via arch-commits
Date: Sunday, January 7, 2018 @ 00:11:10
  Author: heftig
Revision: 279768

3.90-1

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 00:03:44 UTC (rev 279767)
+++ PKGBUILD2018-01-07 00:11:10 UTC (rev 279768)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.89
+pkgver=3.90
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('6e48ecd3253137c9d958e762fe9f5e512b597ffbd7f44ddabc716f8d33ea7d71'
+sha256sums=('f888910670ff2a9f913a66b18447ee3fab6a4ee424015e46e8c9e0dbb9c600d8'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '01eaefc509d3192ade1115282b42e06a72b0ab9353b61d1779db296bb832e2f2')
 


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

2018-01-06 Thread Dan Printzell via arch-commits
Date: Sunday, January 7, 2018 @ 00:03:44
  Author: wild
Revision: 279767

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 279766, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 279766, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

---+
 PKGBUILD  |  213 ++--
 ldc2.conf |   38 +-
 2 files changed, 126 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-07 00:03:30 UTC (rev 279766)
+++ PKGBUILD2018-01-07 00:03:44 UTC (rev 279767)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.6.0
-_pkgcommit=00a9a38212dc5ff7bbcf8d7233540ddc3b885f7f
-_dversion=2.076.1
-epoch=1
-pkgrel=2
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'dmd')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"git+https://github.com/ldc-developers/druntime.git;
-"git+https://github.com/ldc-developers/phobos.git;
-"git+https://github.com/ldc-developers/dmd-testsuite.git;
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'42e540f15f0d2c561a9c576903e0e84b8cd5274aa9679364b5cf211ddd1b12df')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-git submodule update
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-# workaround for wrong ld flag format generated by cmake:
-# export LDFLAGS="-L-O1 -L--sort-common -L--as-needed -L-z -Lrelro"
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
--DLDC_WITH_LLD=OFF \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# remove misc
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-# default configuration files
-install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 279766, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-07 00:03:44 UTC (rev 279767)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.7.0
+_pkgcommit=b0b5bed08bc3e05f41ab31e5c72e56624ee63115
+_dversion=2.077.1
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
+"git+https://github.com/ldc-developers/druntime.git;
+"git+https://github.com/ldc-developers/phobos.git;
+"git+https://github.com/ldc-developers/dmd-testsuite.git;
+"ldc2.conf"
+)
+
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+

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

2018-01-06 Thread Dan Printzell via arch-commits
Date: Sunday, January 7, 2018 @ 00:03:30
  Author: wild
Revision: 279766

upgpkg: ldc 1:1.7.0-1

Updated to 1.7.0 and added static libs

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-06 21:58:34 UTC (rev 279765)
+++ PKGBUILD2018-01-07 00:03:30 UTC (rev 279766)
@@ -5,16 +5,16 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.6.0
-_pkgcommit=00a9a38212dc5ff7bbcf8d7233540ddc3b885f7f
-_dversion=2.076.1
+pkgver=1.7.0
+_pkgcommit=b0b5bed08bc3e05f41ab31e5c72e56624ee63115
+_dversion=2.077.1
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;
 license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'dmd')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
 
 source=(
 "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
@@ -53,7 +53,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
 -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
+-DBUILD_SHARED_LIBS=BOTH \
 -DLDC_WITH_LLD=OFF \
 ..
 make
@@ -93,6 +93,7 @@
 package_liblphobos() {
 provides=('d-runtime' 'd-stdlib')
 depends=('curl')
+options=('staticlibs')
 
 cd "$srcdir/ldc/build"
 make install DESTDIR="$pkgdir"


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

2018-01-06 Thread Lukas Fleischer via arch-commits
Date: Saturday, January 6, 2018 @ 23:07:39
  Author: lfleischer
Revision: 314174

archrelease: copy trunk to extra-x86_64

Added:
  protobuf/repos/extra-x86_64/PKGBUILD
(from rev 314173, protobuf/trunk/PKGBUILD)
Deleted:
  protobuf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-06 20:26:08 UTC (rev 314173)
+++ PKGBUILD2018-01-06 23:07:39 UTC (rev 314174)
@@ -1,96 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aleksey Filippov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase='protobuf'
-pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.5.1.1
-_gtestver=1.8.0
-pkgrel=1
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('x86_64')
-url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
-source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
-
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
-md5sums=('5005003ae6b94773c4bbca87a644b131'
- '16877098823401d1bf2ed7891d7dce36')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-
-  rm -rf gmock && cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
gmock
-  rm -rf googletest && cp -r 
"$srcdir/googletest-release-${_gtestver}/googletest" googletest
-  ln -sf ../googletest gmock/gtest
-
-  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
googletest/scripts/*.py
-}
-
-build() {
-  # GCC is stuck on 
src/google/protobuf/util/internal/protostream_objectsource_test.cc
-  # and src/google/protobuf/util/internal/protostream_objectwriter_test.cc.
-  export CC=/usr/bin/clang CXX=/usr/bin/clang++
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./autogen.sh
-
-  cd "$srcdir/$pkgbase-$pkgver/googletest"
-  ./configure
-  make
-
-  cd "$srcdir/$pkgbase-$pkgver/gmock"
-  ./configure
-  make
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C "$srcdir/$pkgbase-$pkgver" check
-}
-
-package_protobuf() {
-  conflicts=('protobuf' 'protobuf-cpp')
-  provides=('protobuf' 'protobuf-cpp')
-  replaces=('protobuf-cpp')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
-}
-
-package_python2-protobuf() {
-  pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=('python2' 'python2-six' "protobuf=$pkgver")
-  conflicts=('python2-protobuf')
-  provides=('python2-protobuf')
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python2 setup.py install --root="$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python-protobuf() {
-  pkgdesc='Python 3 bindings for Google Protocol Buffers'
-  depends=('python' 'python-six' "protobuf=$pkgver")
-  conflicts=('python-protobuf')
-  provides=('python-protobuf')
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python3 setup.py install --root="$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: protobuf/repos/extra-x86_64/PKGBUILD (from rev 314173, 
protobuf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-06 23:07:39 UTC (rev 314174)
@@ -0,0 +1,96 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.5.1.1
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')

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

2018-01-06 Thread Antonio Rojas via arch-commits
Date: Saturday, January 6, 2018 @ 21:58:34
  Author: arojas
Revision: 279765

Remove obsolete optdepend

Modified:
  xreader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-06 21:36:47 UTC (rev 279764)
+++ PKGBUILD2018-01-06 21:58:34 UTC (rev 279765)
@@ -12,7 +12,6 @@
 makedepends=(mate-common yelp-tools gobject-introspection caja nemo)
 optdepends=('nemo: nemo extension'
 'caja: caja extension'
-'gtk3-print-backends: printer support in gtk3 apps'
 'texlive-bin: support for dvi files')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz;)
 sha256sums=('b925007199b156943a568e2da1b7058f99e328cdd3f03f447d280e9bf7356cab')


[arch-commits] Commit in go-ipfs/repos/community-x86_64 (5 files)

2018-01-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, January 6, 2018 @ 21:36:47
  Author: demize
Revision: 279764

archrelease: copy trunk to community-x86_64

Added:
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 279763, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 279763, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/ipfs@.service
(from rev 279763, go-ipfs/trunk/ipfs@.service)
Deleted:
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service

---+
 PKGBUILD  |  103 
 ipfs.service  |   18 -
 ipfs@.service |   10 +
 3 files changed, 72 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-06 21:36:17 UTC (rev 279763)
+++ PKGBUILD2018-01-06 21:36:47 UTC (rev 279764)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.13
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service)
-sha512sums=('dc8a5b9ef44cf08652ecc844232afbb1bd0f799b4539193e85a3082d2c4b3254fc703945db3d1668e49ab14ffe22c31cd0be14bf0e2d04a523757192ed7bb482'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make deps
-}
-
-build() {
-  export PATH="$PATH":"$PWD"/.gopath/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-x86_64/PKGBUILD (from rev 279763, 
go-ipfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-06 21:36:47 UTC (rev 279764)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.13
+pkgrel=2
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go-pie git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ipfs.service
+ipfs@.service)
+sha512sums=('dc8a5b9ef44cf08652ecc844232afbb1bd0f799b4539193e85a3082d2c4b3254fc703945db3d1668e49ab14ffe22c31cd0be14bf0e2d04a523757192ed7bb482'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs
+  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+  make deps
+}
+
+build() {
+  export PATH="$PATH":"$PWD"/.gopath/bin
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make build
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Deleted: ipfs.service
===
--- ipfs.service2018-01-06 21:36:17 UTC (rev 279763)
+++ ipfs.service2018-01-06 21:36:47 UTC 

[arch-commits] Commit in go-ipfs/trunk (PKGBUILD ipfs@.service)

2018-01-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, January 6, 2018 @ 21:36:17
  Author: demize
Revision: 279763

Add system templated unit

Added:
  go-ipfs/trunk/ipfs@.service
(from rev 279762, go-ipfs/trunk/ipfs.service)
Modified:
  go-ipfs/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +++
 ipfs@.service |   10 ++
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-06 21:19:51 UTC (rev 279762)
+++ PKGBUILD2018-01-06 21:36:17 UTC (rev 279763)
@@ -7,7 +7,7 @@
 
 pkgname=go-ipfs
 pkgver=0.4.13
-pkgrel=1
+pkgrel=2
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
 url='http://ipfs.io/'
@@ -19,9 +19,11 @@
 makedepends=(go-pie git)
 
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service)
+ipfs.service
+ipfs@.service)
 
sha512sums=('dc8a5b9ef44cf08652ecc844232afbb1bd0f799b4539193e85a3082d2c4b3254fc703945db3d1668e49ab14ffe22c31cd0be14bf0e2d04a523757192ed7bb482'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 
 prepare() {
   export GOPATH="$PWD"/.gopath
@@ -43,7 +45,8 @@
   cd go-ipfs-$pkgver
 
   install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
   install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
   install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
   install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md

Copied: go-ipfs/trunk/ipfs@.service (from rev 279762, 
go-ipfs/trunk/ipfs.service)
===
--- ipfs@.service   (rev 0)
+++ ipfs@.service   2018-01-06 21:36:17 UTC (rev 279763)
@@ -0,0 +1,10 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+User=%i
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target


[arch-commits] Commit in girara/repos/community-x86_64 (7 files)

2018-01-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, January 6, 2018 @ 21:19:51
  Author: demize
Revision: 279762

archrelease: copy trunk to community-x86_64

Added:
  girara/repos/community-x86_64/PKGBUILD
(from rev 279761, girara/trunk/PKGBUILD)
  girara/repos/community-x86_64/fix-font-handling-gtk-3.21.patch
(from rev 279761, girara/trunk/fix-font-handling-gtk-3.21.patch)
  girara/repos/community-x86_64/remove-tabs.h-include.patch
(from rev 279761, girara/trunk/remove-tabs.h-include.patch)
  girara/repos/community-x86_64/revert-incorrect-changes.patch
(from rev 279761, girara/trunk/revert-incorrect-changes.patch)
Deleted:
  girara/repos/community-x86_64/PKGBUILD
  girara/repos/community-x86_64/fix-font-handling-gtk-3.21.patch
  girara/repos/community-x86_64/revert-incorrect-changes.patch

--+
 PKGBUILD |   83 
 fix-font-handling-gtk-3.21.patch |  380 ++---
 remove-tabs.h-include.patch  |   25 ++
 revert-incorrect-changes.patch   |   60 ++---
 4 files changed, 288 insertions(+), 260 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-06 21:19:41 UTC (rev 279761)
+++ PKGBUILD2018-01-06 21:19:51 UTC (rev 279762)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: mlq 
-
-pkgname=girara
-pkgver=0.2.8
-pkgrel=2
-
-pkgdesc="User interface library focused on simplicity and minimalism"
-url="http://pwmt.org/projects/girara;
-arch=('x86_64')
-license=('custom')
-
-provides=('girara-gtk3' 'girara-common')
-replaces=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-
-depends=('gtk3')
-
-source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-
-sha1sums=('fa7fddfb5fe2592252ca7253b69be4eb0706438a')
-
-prepare() {
-  cd girara-$pkgver
-}
-
-build() {
-  cd girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 279761, 
girara/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-06 21:19:51 UTC (rev 279762)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: mlq 
+
+pkgname=girara
+pkgver=0.2.8
+pkgrel=3
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara;
+arch=('x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
+remove-tabs.h-include.patch)
+
+sha1sums=('fa7fddfb5fe2592252ca7253b69be4eb0706438a'
+  '5ca177290cb5e436c70bb8728afbf3b6e3518d58')
+
+prepare() {
+  cd girara-$pkgver
+  patch -p1 <"$srcdir"/remove-tabs.h-include.patch
+}
+
+build() {
+  cd girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: fix-font-handling-gtk-3.21.patch
===
--- fix-font-handling-gtk-3.21.patch2018-01-06 21:19:41 UTC (rev 279761)
+++ fix-font-handling-gtk-3.21.patch2018-01-06 21:19:51 UTC (rev 279762)
@@ -1,190 +0,0 @@
-From 949c879aa84e9496fabc7d3602060e29f9dc42a1 Mon Sep 17 00:00:00 2001
-From: Sebastian Ramacher 
-Date: Sat, 3 Sep 2016 11:54:53 +0200
-Subject: [PATCH] Update font handling for changes in Gtk+ 3.21
-
-Signed-off-by: Sebastian Ramacher 

- data/girara-post-3.20.css_t | 11 ++-
- girara/config.c |  3 +--
- girara/internal.h   |  2 ++
- girara/session.c| 93 
++---
- 4 files changed, 103 insertions(+), 6 deletions(-)
-
-diff --git a/data/girara-post-3.20.css_t b/data/girara-post-3.20.css_t
-index 491e08e..29758de 100644
 a/data/girara-post-3.20.css_t
-+++ b/data/girara-post-3.20.css_t
-@@ -2,7 +2,15 @@
-   color: @default-fg@;
-   background-color: @default-bg@;
-   background-image: none;
--  font: @font@;
-+  font-family: @font-family@;
-+  font-size: @font-size@;
-+  font-weight: @font-weight@;
-+  box-shadow: none;
-+  border-style: none;
-+  margin: 0px;
-+  padding: 

[arch-commits] Commit in girara/trunk (PKGBUILD remove-tabs.h-include.patch)

2018-01-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, January 6, 2018 @ 21:19:41
  Author: demize
Revision: 279761

Patch girara.h to remove deleted file include

Added:
  girara/trunk/remove-tabs.h-include.patch
Modified:
  girara/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 remove-tabs.h-include.patch |   25 +
 2 files changed, 31 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-06 21:06:54 UTC (rev 279760)
+++ PKGBUILD2018-01-06 21:19:41 UTC (rev 279761)
@@ -6,7 +6,7 @@
 
 pkgname=girara
 pkgver=0.2.8
-pkgrel=2
+pkgrel=3
 
 pkgdesc="User interface library focused on simplicity and minimalism"
 url="http://pwmt.org/projects/girara;
@@ -19,12 +19,15 @@
 
 depends=('gtk3')
 
-source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
+remove-tabs.h-include.patch)
 
-sha1sums=('fa7fddfb5fe2592252ca7253b69be4eb0706438a')
+sha1sums=('fa7fddfb5fe2592252ca7253b69be4eb0706438a'
+  '5ca177290cb5e436c70bb8728afbf3b6e3518d58')
 
 prepare() {
   cd girara-$pkgver
+  patch -p1 <"$srcdir"/remove-tabs.h-include.patch
 }
 
 build() {

Added: remove-tabs.h-include.patch
===
--- remove-tabs.h-include.patch (rev 0)
+++ remove-tabs.h-include.patch 2018-01-06 21:19:41 UTC (rev 279761)
@@ -0,0 +1,25 @@
+From e8d13a18165344ea62c94bed8d5ccb97e6b51a43 Mon Sep 17 00:00:00 2001
+From: Johannes Löthberg 
+Date: Sat, 6 Jan 2018 21:11:20 +
+Subject: [PATCH] girara.h: Remove include of config.h
+
+1ed60c98d961df9b8949b62c3061f93a81f51a42 deleted it, but forgot to remove the 
include.
+---
+ girara/girara.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/girara/girara.h b/girara/girara.h
+index 523438d..7fd5bf0 100644
+--- a/girara/girara.h
 b/girara/girara.h
+@@ -9,7 +9,6 @@
+ #include "datastructures.h"
+ #include "settings.h"
+ #include "completion.h"
+-#include "tabs.h"
+ #include "config.h"
+ #include "statusbar.h"
+ #include "shortcuts.h"
+--
+libgit2 0.26.0
+


[arch-commits] Commit in (w3cam)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:06:54
  Author: bpiotrowski
Revision: 279760

w3cam: move to AUR

Deleted:
  w3cam/


[arch-commits] Commit in (vapoursynth-plugin-f3kdb)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:06:34
  Author: bpiotrowski
Revision: 279759

vapoursynth-plugin-f3kdb: move to AUR

Deleted:
  vapoursynth-plugin-f3kdb/


[arch-commits] Commit in (ripperx)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:06:16
  Author: bpiotrowski
Revision: 279758

ripperx: move to AUR

Deleted:
  ripperx/


[arch-commits] Commit in (quvi)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:05:29
  Author: bpiotrowski
Revision: 279756

quvi: move to AUR

Deleted:
  quvi/


[arch-commits] Commit in (rakarrack)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:05:49
  Author: bpiotrowski
Revision: 279757

rakarrack: move to AUR

Deleted:
  rakarrack/


[arch-commits] Commit in (openobex)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:05:09
  Author: bpiotrowski
Revision: 279755

openobex: move to AUR

Deleted:
  openobex/


[arch-commits] Commit in (obexfs)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:04:31
  Author: bpiotrowski
Revision: 279753

obexfs: move to AUR

Deleted:
  obexfs/


[arch-commits] Commit in (obexftp)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:04:48
  Author: bpiotrowski
Revision: 279754

obexftp: move to AUR

Deleted:
  obexftp/


[arch-commits] Commit in (normalize)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:04:06
  Author: bpiotrowski
Revision: 279752

normalize: move to AUR

Deleted:
  normalize/


[arch-commits] Commit in (nemesis)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:03:08
  Author: bpiotrowski
Revision: 279749

nemesis: move to AUR

Deleted:
  nemesis/


[arch-commits] Commit in (netselect)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:03:41
  Author: bpiotrowski
Revision: 279751

netselect: move to AUR

Deleted:
  netselect/


[arch-commits] Commit in (net6)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:03:24
  Author: bpiotrowski
Revision: 279750

net6: move to AUR

Deleted:
  net6/


[arch-commits] Commit in (neatx)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:02:53
  Author: bpiotrowski
Revision: 279748

neatx: move to AUR

Deleted:
  neatx/


[arch-commits] Commit in (mrtg)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:02:37
  Author: bpiotrowski
Revision: 279747

mrtg: move to AUR

Deleted:
  mrtg/


[arch-commits] Commit in (mpck)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:02:21
  Author: bpiotrowski
Revision: 279746

mpck: move to AUR

Deleted:
  mpck/


[arch-commits] Commit in (mp3gain)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:02:03
  Author: bpiotrowski
Revision: 279745

mp3gain: move to AUR

Deleted:
  mp3gain/


[arch-commits] Commit in (motion)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:01:33
  Author: bpiotrowski
Revision: 279744

motion: move to AUR

Deleted:
  motion/


[arch-commits] Commit in (mod_itk)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:01:01
  Author: bpiotrowski
Revision: 279743

mod_itk: move to AUR

Deleted:
  mod_itk/


[arch-commits] Commit in (miredo)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 21:00:26
  Author: bpiotrowski
Revision: 279742

miredo: move to AUR

Deleted:
  miredo/


[arch-commits] Commit in (mimetex)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:59:51
  Author: bpiotrowski
Revision: 279741

mimetex: move to AUR

Deleted:
  mimetex/


[arch-commits] Commit in (lwp)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:59:31
  Author: bpiotrowski
Revision: 279740

lwp: move to AUR

Deleted:
  lwp/


[arch-commits] Commit in (luxmark)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:59:09
  Author: bpiotrowski
Revision: 279739

luxmark: move to AUR

Deleted:
  luxmark/


[arch-commits] Commit in (lomoco)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:58:48
  Author: bpiotrowski
Revision: 279738

lomoco: move to AUR

Deleted:
  lomoco/


[arch-commits] Commit in (lcab)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:58:06
  Author: bpiotrowski
Revision: 279736

lcab: move to AUR

Deleted:
  lcab/


[arch-commits] Commit in (linuxtv-dvb-apps)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:58:27
  Author: bpiotrowski
Revision: 279737

linuxtv-dvb-apps: move to AUR

Deleted:
  linuxtv-dvb-apps/


[arch-commits] Commit in (instead-launcher)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:57:02
  Author: bpiotrowski
Revision: 279732

instead-launcher: move to AUR

Deleted:
  instead-launcher/


[arch-commits] Commit in (judy)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:57:46
  Author: bpiotrowski
Revision: 279735

judy: move to AUR

Deleted:
  judy/


[arch-commits] Commit in (ivtv-utils)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:57:29
  Author: bpiotrowski
Revision: 279734

ivtv-utils: move to AUR

Deleted:
  ivtv-utils/


[arch-commits] Commit in (isapnptools)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:57:15
  Author: bpiotrowski
Revision: 279733

isapnptools: move to AUR

Deleted:
  isapnptools/


[arch-commits] Commit in (instead)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:56:44
  Author: bpiotrowski
Revision: 279731

instead: move to AUR

Deleted:
  instead/


[arch-commits] Commit in (id3)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:56:30
  Author: bpiotrowski
Revision: 279730

id3: move to AUR

Deleted:
  id3/


[arch-commits] Commit in (ico2xpm)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:56:15
  Author: bpiotrowski
Revision: 279729

ico2xpm: move to AUR

Deleted:
  ico2xpm/


[arch-commits] Commit in (ht)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:55:59
  Author: bpiotrowski
Revision: 279728

ht: move to AUR

Deleted:
  ht/


[arch-commits] Commit in (hashcash)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:55:43
  Author: bpiotrowski
Revision: 279727

hashcash: move to AUR

Deleted:
  hashcash/


[arch-commits] Commit in (gshutdown)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:55:09
  Author: bpiotrowski
Revision: 279725

gshutdown: move to AUR

Deleted:
  gshutdown/


[arch-commits] Commit in (gtk2_prefs)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:55:27
  Author: bpiotrowski
Revision: 279726

gtk2_prefs: move to AUR

Deleted:
  gtk2_prefs/


[arch-commits] Commit in (grace)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:54:55
  Author: bpiotrowski
Revision: 279724

grace: move to AUR

Deleted:
  grace/


[arch-commits] Commit in (gq)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:54:36
  Author: bpiotrowski
Revision: 279723

gq: move to AUR

Deleted:
  gq/


[arch-commits] Commit in (gpointing-device-settings)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:54:17
  Author: bpiotrowski
Revision: 279722

gpointing-device-settings: move to AUR

Deleted:
  gpointing-device-settings/


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

2018-01-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, January 6, 2018 @ 20:54:02
  Author: demize
Revision: 279720

upgpkg: matrix-synapse 0.26.0-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-06 20:53:56 UTC (rev 279719)
+++ PKGBUILD2018-01-06 20:54:02 UTC (rev 279720)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.25.1
+pkgver=0.26.0
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -26,7 +26,6 @@
 'python2-lxml: URL previewing'
 'python2-jinja: e-mail notifications'
 'python2-bleach: e-mail notifications'
-'python2-matrix-synapse-ldap3: LDAP support'
 'python2-psutil: metrics'
 'python2-matrix-angular-sdk: built-in web client')
 
@@ -34,7 +33,7 @@
 'sysusers-synapse.conf'
 'deps-relax-checks.patch')
 
-md5sums=('3077f70a565327a607c33128938586c2'
+md5sums=('d942d007dee88e5eb9a9ca8a6763ce5d'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
  '74d3d018e588d70ff0a22863d3d7aa4e')
 


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

2018-01-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, January 6, 2018 @ 20:54:16
  Author: demize
Revision: 279721

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 279720, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/deps-relax-checks.patch
(from rev 279720, matrix-synapse/trunk/deps-relax-checks.patch)
  matrix-synapse/repos/community-any/synapse.install
(from rev 279720, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 279720, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/deps-relax-checks.patch
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

-+
 PKGBUILD|  123 ++
 deps-relax-checks.patch |   76 ++--
 synapse.install |   50 +-
 sysusers-synapse.conf   |2 
 4 files changed, 125 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-06 20:54:02 UTC (rev 279720)
+++ PKGBUILD2018-01-06 20:54:16 UTC (rev 279721)
@@ -1,62 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.25.1
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse;
-arch=('any')
-license=('Apache')
-
-depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'python2-phonenumbers'
- 'systemd')
-makedepends=('python2-mock')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-netaddr: URL previewing'
-'python2-lxml: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-matrix-synapse-ldap3: LDAP support'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
-'sysusers-synapse.conf'
-'deps-relax-checks.patch')
-
-md5sums=('3077f70a565327a607c33128938586c2'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b'
- '74d3d018e588d70ff0a22863d3d7aa4e')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-prepare() {
-   cd synapse-$pkgver
-   patch -p1 <"$srcdir/deps-relax-checks.patch"
-}
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 279720, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-06 20:54:16 UTC (rev 279721)
@@ -0,0 +1,61 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.26.0
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers'
+ 'systemd')
+makedepends=('python2-mock')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-netaddr: URL previewing'
+

[arch-commits] Commit in (gl-117)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:53:56
  Author: bpiotrowski
Revision: 279719

gl-117: move to AUR

Deleted:
  gl-117/


[arch-commits] Commit in (freewrl)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:53:23
  Author: bpiotrowski
Revision: 279717

freewrl: move to AUR

Deleted:
  freewrl/


[arch-commits] Commit in (freetalk)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:53:11
  Author: bpiotrowski
Revision: 279716

freetalk: move to AUR

Deleted:
  freetalk/


  1   2   3   >