[arch-commits] Commit in python-binary-memcached/repos/community-any (2 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:42:53
  Author: felixonmars
Revision: 684881

archrelease: copy trunk to community-any

Added:
  python-binary-memcached/repos/community-any/PKGBUILD
(from rev 684880, python-binary-memcached/trunk/PKGBUILD)
Deleted:
  python-binary-memcached/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:42:32 UTC (rev 684880)
+++ PKGBUILD2020-08-19 05:42:53 UTC (rev 684881)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-binary-memcached
-pkgver=0.29.0
-pkgrel=1
-arch=('any')
-pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
-url='https://github.com/jaysonsantos/python-binary-memcached'
-license=('MIT')
-depends=('python-six' 'python-uhashring')
-makedepends=('python-setuptools' 'python-uhashring')
-checkdepends=('memcached' 'python-pytest' 'python-trustme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz;)
-sha512sums=('cc0dfd1a22a6b0d6d2c39d2039173d97764d4800f940e533bb46cdfeb6a05591caa0251f8ebe2203dcd76f5bdc7cd111b37d4680b4fe0f39e7657df6e9942a80')
-
-prepare() {
-  sed -i '/typing/d' python-binary-memcached-$pkgver/setup.py
-}
-
-build() {
-  cd python-binary-memcached-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-binary-memcached-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd python-binary-memcached-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-binary-memcached/repos/community-any/PKGBUILD (from rev 684880, 
python-binary-memcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 05:42:53 UTC (rev 684881)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-binary-memcached
+pkgver=0.30.0
+pkgrel=1
+arch=('any')
+pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
+url='https://github.com/jaysonsantos/python-binary-memcached'
+license=('MIT')
+depends=('python-six' 'python-uhashring')
+makedepends=('python-setuptools' 'python-uhashring')
+checkdepends=('memcached' 'python-pytest' 'python-trustme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz;)
+sha512sums=('9bb02d5406496a304a93a1d8a0cd75f674485d7246773babd576db2f59fb6df025ec0bd8391250fb1680ffc82fbbb6dc463515e0c0233e5e75f4f358cb0cbd66')
+
+prepare() {
+  sed -i '/typing/d' python-binary-memcached-$pkgver/setup.py
+}
+
+build() {
+  cd python-binary-memcached-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-binary-memcached-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd python-binary-memcached-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:42:32
  Author: felixonmars
Revision: 684880

upgpkg: python-binary-memcached 0.30.0-1

Modified:
  python-binary-memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:39:48 UTC (rev 684879)
+++ PKGBUILD2020-08-19 05:42:32 UTC (rev 684880)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-binary-memcached
-pkgver=0.29.0
+pkgver=0.30.0
 pkgrel=1
 arch=('any')
 pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-uhashring')
 checkdepends=('memcached' 'python-pytest' 'python-trustme')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz;)
-sha512sums=('cc0dfd1a22a6b0d6d2c39d2039173d97764d4800f940e533bb46cdfeb6a05591caa0251f8ebe2203dcd76f5bdc7cd111b37d4680b4fe0f39e7657df6e9942a80')
+sha512sums=('9bb02d5406496a304a93a1d8a0cd75f674485d7246773babd576db2f59fb6df025ec0bd8391250fb1680ffc82fbbb6dc463515e0c0233e5e75f4f358cb0cbd66')
 
 prepare() {
   sed -i '/typing/d' python-binary-memcached-$pkgver/setup.py


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

2020-08-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 19, 2020 @ 05:39:48
  Author: anatolik
Revision: 684879

archrelease: copy trunk to community-testing-x86_64

Added:
  ninja/repos/community-testing-x86_64/
  ninja/repos/community-testing-x86_64/PKGBUILD
(from rev 684878, ninja/trunk/PKGBUILD)

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

Copied: ninja/repos/community-testing-x86_64/PKGBUILD (from rev 684878, 
ninja/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-08-19 05:39:48 UTC (rev 684879)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Filip Brcic 
+# Contributor: Mika Fischer 
+# Contributor: Gergely Imreh 
+
+pkgname=ninja
+pkgver=1.10.1
+pkgrel=1
+pkgdesc='Small build system with a focus on speed'
+arch=(x86_64)
+url='https://ninja-build.org/'
+license=(Apache)
+depends=(gcc-libs)
+makedepends=(python re2c emacs-nox)
+source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
+sha1sums=('36305ab1b9874675bc377e8a701e283a51faf46f')
+
+build() {
+  cd ninja-$pkgver
+
+  python configure.py --bootstrap
+  emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
+}
+
+check() {
+  cd ninja-$pkgver
+
+  python ./configure.py
+  ./ninja ninja_test
+  ./ninja_test
+}
+
+package() {
+  cd ninja-$pkgver
+
+  install -m755 -D ninja "$pkgdir/usr/bin/ninja"
+  install -m644 -D doc/manual.asciidoc 
"$pkgdir/usr/share/doc/ninja/manual.asciidoc"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -m644 -D misc/ninja-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.el"
+  install -m644 -D misc/ninja-mode.elc 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.elc"
+  install -m644 -D misc/ninja.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/ninja.vim"
+
+  install -m644 -D misc/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/ninja"
+  install -m644 -D misc/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_ninja"
+}


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

2020-08-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 19, 2020 @ 05:39:13
  Author: anatolik
Revision: 684878

upgpkg: ninja 1.10.1-1

Modified:
  ninja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:27:23 UTC (rev 684877)
+++ PKGBUILD2020-08-19 05:39:13 UTC (rev 684878)
@@ -4,7 +4,7 @@
 # Contributor: Gergely Imreh 
 
 pkgname=ninja
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(gcc-libs)
 makedepends=(python re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('864c4fd9c2aefdd23d6dab4db512337d19eb9ddd')
+sha1sums=('36305ab1b9874675bc377e8a701e283a51faf46f')
 
 build() {
   cd ninja-$pkgver
@@ -27,6 +27,7 @@
 
   python ./configure.py
   ./ninja ninja_test
+  ./ninja_test
 }
 
 package() {


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:27:04
  Author: felixonmars
Revision: 684876

upgpkg: stack 2.3.1-98: rebuild with optparse-simple 0.1.1.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:25:41 UTC (rev 684875)
+++ PKGBUILD2020-08-19 05:27:04 UTC (rev 684876)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=97
+pkgrel=98
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:27:23
  Author: felixonmars
Revision: 684877

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   82 
 stack.install |4 ++
 2 files changed, 86 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 684876, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-19 05:27:23 UTC (rev 684877)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=98
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+
'9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  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 \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  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
+  # 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 $pkgname
+
+  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 

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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:25:41
  Author: felixonmars
Revision: 684875

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:25:23 UTC (rev 684874)
+++ PKGBUILD2020-08-19 05:25:41 UTC (rev 684875)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-softlayer
-pkgver=5.8.9
-pkgrel=1
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='https://github.com/softlayer/softlayer-python'
-depends=('python-six' 'python-ptable' 'python-click' 'python-requests' 
'python-prompt_toolkit'
- 'python-pygments' 'python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('eafb7e6e4bf34c08ee062fc9f8f5bbea1a11b948d2e4012de010bcf56a36d5836b5893e7fedc34a40da62aa84b9c012b8818bda82c144b8067e8afb89fcdb473')
-
-prepare() {
-  cd softlayer-python-$pkgver
-  sed -i 's/==/>=/' setup.py
-}
-
-build() {
-  cd softlayer-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd softlayer-python-$pkgver
-  python setup.py pytest --addopts '-k "not test_edit_perms_on_bad"'
-}
-
-package() {
-  cd softlayer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 684874, 
python-softlayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 05:25:41 UTC (rev 684875)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-softlayer
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='https://github.com/softlayer/softlayer-python'
+depends=('python-six' 'python-ptable' 'python-click' 'python-requests' 
'python-prompt_toolkit'
+ 'python-pygments' 'python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
+sha512sums=('ed1b3e5908f1d30b0f14f175ba3280240711109a4430caf40294dce27627e50476b4441a9fcfe99f7ac0055b3e29c2ee52a18ada3217b53b5e306b3a360c440f')
+
+prepare() {
+  cd softlayer-python-$pkgver
+  sed -i 's/==/>=/' setup.py
+}
+
+build() {
+  cd softlayer-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd softlayer-python-$pkgver
+  python setup.py pytest --addopts '-k "not test_edit_perms_on_bad"'
+}
+
+package() {
+  cd softlayer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:25:11
  Author: felixonmars
Revision: 684873

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 684872, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:24:51 UTC (rev 684872)
+++ PKGBUILD2020-08-19 05:25:11 UTC (rev 684873)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202008120004
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip;
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('18579b1bf5b15c7993dbc52f3b2de50e7398ae50769aeedb5b93eff936aabd02275cd2af8b05a067c641d87b637b57aaa8a0cb7977f4d3a2bd678b42a72b6241')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 684872, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 05:25:11 UTC (rev 684873)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202008190004
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip;
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('bfe49a9c1f21ae8cc805cc36e62efd24c93f10f01404269c63cd93b5ff51976ded384a8ca45cccb65bb5f512aa2d345974e8dbcef8d38ece5647502f7429fc12')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:25:23
  Author: felixonmars
Revision: 684874

upgpkg: python-softlayer 5.9.0-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:25:11 UTC (rev 684873)
+++ PKGBUILD2020-08-19 05:25:23 UTC (rev 684874)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-softlayer
-pkgver=5.8.9
+pkgver=5.9.0
 pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('eafb7e6e4bf34c08ee062fc9f8f5bbea1a11b948d2e4012de010bcf56a36d5836b5893e7fedc34a40da62aa84b9c012b8818bda82c144b8067e8afb89fcdb473')
+sha512sums=('ed1b3e5908f1d30b0f14f175ba3280240711109a4430caf40294dce27627e50476b4441a9fcfe99f7ac0055b3e29c2ee52a18ada3217b53b5e306b3a360c440f')
 
 prepare() {
   cd softlayer-python-$pkgver


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:24:51
  Author: felixonmars
Revision: 684872

upgpkg: v2ray-geoip 202008190004-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:24:45 UTC (rev 684871)
+++ PKGBUILD2020-08-19 05:24:51 UTC (rev 684872)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202008120004
+pkgver=202008190004
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip;
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('18579b1bf5b15c7993dbc52f3b2de50e7398ae50769aeedb5b93eff936aabd02275cd2af8b05a067c641d87b637b57aaa8a0cb7977f4d3a2bd678b42a72b6241')
+sha512sums=('bfe49a9c1f21ae8cc805cc36e62efd24c93f10f01404269c63cd93b5ff51976ded384a8ca45cccb65bb5f512aa2d345974e8dbcef8d38ece5647502f7429fc12')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:24:45
  Author: felixonmars
Revision: 684871

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 684870, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:24:24 UTC (rev 684870)
+++ PKGBUILD2020-08-19 05:24:45 UTC (rev 684871)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20200817181004
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f8f05373a14ca35666721c2685d446ae3848aa8027740d5fb3ac75ef86a69c0cfcaedb85416c4f6419396dcc4bd3ee194666259bb16416c3c0cd767b16613888')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
684870, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 05:24:45 UTC (rev 684871)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20200818143740
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('35fb6c4f456a340a919befd120b23fab22f244964c9f59d8e51a6d9719defbeb35717a647789f20d7357a06c2cf4028019dd7cf4a045ba672288b79c7601c275')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:24:24
  Author: felixonmars
Revision: 684870

upgpkg: v2ray-domain-list-community 20200818143740-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:23:22 UTC (rev 684869)
+++ PKGBUILD2020-08-19 05:24:24 UTC (rev 684870)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20200817181004
+pkgver=20200818143740
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f8f05373a14ca35666721c2685d446ae3848aa8027740d5fb3ac75ef86a69c0cfcaedb85416c4f6419396dcc4bd3ee194666259bb16416c3c0cd767b16613888')
+sha512sums=('35fb6c4f456a340a919befd120b23fab22f244964c9f59d8e51a6d9719defbeb35717a647789f20d7357a06c2cf4028019dd7cf4a045ba672288b79c7601c275')
 
 prepare() {
   mkdir .gopath


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:23:22
  Author: felixonmars
Revision: 684869

archrelease: copy trunk to community-x86_64

Added:
  deepin-editor/repos/community-x86_64/PKGBUILD
(from rev 684868, deepin-editor/trunk/PKGBUILD)
Deleted:
  deepin-editor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:23:02 UTC (rev 684868)
+++ PKGBUILD2020-08-19 05:23:22 UTC (rev 684869)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-editor
-pkgver=5.6.28
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor;
-license=('GPL3')
-depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
-sha512sums=('53b73f93c37a6baddecff9ef5ffdc40398410f7f4440876352fbdc6648499ec85acb57daeb4a94727d56113dd9135828cc0b075f83666ae683b74fff6606fb4c')
-
-build(){
-  cd deepin-editor-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 684868, 
deepin-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 05:23:22 UTC (rev 684869)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-editor
+pkgver=5.6.29
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor;
+license=('GPL3')
+depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
+sha512sums=('058bac2c984284064f44dff02e25fd55fcfc1835d5d218a539c898d90285f43d2049aacad53f108ea60973907be1fc442d52f34edb7f6a078627747abb6b62d5')
+
+build(){
+  cd deepin-editor-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:23:02
  Author: felixonmars
Revision: 684868

upgpkg: deepin-editor 5.6.29-1

Modified:
  deepin-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:22:53 UTC (rev 684867)
+++ PKGBUILD2020-08-19 05:23:02 UTC (rev 684868)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-editor
-pkgver=5.6.28
+pkgver=5.6.29
 pkgrel=1
 pkgdesc='Simple editor for Deepin'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
-sha512sums=('53b73f93c37a6baddecff9ef5ffdc40398410f7f4440876352fbdc6648499ec85acb57daeb4a94727d56113dd9135828cc0b075f83666ae683b74fff6606fb4c')
+sha512sums=('058bac2c984284064f44dff02e25fd55fcfc1835d5d218a539c898d90285f43d2049aacad53f108ea60973907be1fc442d52f34edb7f6a078627747abb6b62d5')
 
 build(){
   cd deepin-editor-$pkgver


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:22:53
  Author: felixonmars
Revision: 684867

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 684866, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 684866, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   80 +++
 sgml_fix.patch |   48 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:22:30 UTC (rev 684866)
+++ PKGBUILD2020-08-19 05:22:53 UTC (rev 684867)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="https://github.com/kaio/ibus-table;
-license=('LGPL')
-makedepends=('docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz;
-sgml_fix.patch)
-sha512sums=('18e174bf987ab97e2f6e777640ffbd7c3018839c334247a7944d1885d53f961322d0af251121468b18957d0bfd316acb553bdb2df14a87b462de1aa50da94f0c'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 684866, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 05:22:53 UTC (rev 684867)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="https://github.com/kaio/ibus-table;
+license=('LGPL')
+makedepends=('docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz;
+sgml_fix.patch)
+sha512sums=('77b972dcb8de12411241be89efdbb465f4accf829ef185834f2aeda21b27c6fcf92555abe9a26ce3f91e4876f757e1ef4bbeb60ce68dde3791b47be8a230b551'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2020-08-19 05:22:30 UTC (rev 684866)
+++ sgml_fix.patch  2020-08-19 05:22:53 UTC (rev 684867)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 684866, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2020-08-19 05:22:53 UTC (rev 684867)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  

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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:22:30
  Author: felixonmars
Revision: 684866

upgpkg: ibus-table 1.11.0-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:20:17 UTC (rev 684865)
+++ PKGBUILD2020-08-19 05:22:30 UTC (rev 684866)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.10.1
+pkgver=1.11.0
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python-pyenchant' 'ibus' 'aspell-en')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz;
 sgml_fix.patch)
-sha512sums=('18e174bf987ab97e2f6e777640ffbd7c3018839c334247a7944d1885d53f961322d0af251121468b18957d0bfd316acb553bdb2df14a87b462de1aa50da94f0c'
+sha512sums=('77b972dcb8de12411241be89efdbb465f4accf829ef185834f2aeda21b27c6fcf92555abe9a26ce3f91e4876f757e1ef4bbeb60ce68dde3791b47be8a230b551'
 
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
 
 prepare() {


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:19:59
  Author: felixonmars
Revision: 684864

upgpkg: haskell-optparse-simple 0.1.1.3-1: rebuild with optparse-simple 0.1.1.3

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 05:17:20 UTC (rev 684863)
+++ PKGBUILD2020-08-19 05:19:59 UTC (rev 684864)
@@ -3,8 +3,8 @@
 
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
-pkgver=0.1.1.2
-pkgrel=244
+pkgver=0.1.1.3
+pkgrel=1
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-githash' 'haskell-optparse-applicative')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a2810745ba4a3fd62585fc7367f02ff8eb70752d4836da495a73f15d2b1672d7b5ff59a72bcbc8688efff71fec189c5cc11331b6c46b714233ad86049d581c03')
+sha512sums=('9ab7208b459a196ec54511de6b51c98eabe29f5756c09c1f23653a0ff12cbd402ab8366ccfdc12467dce4be0fa1cae96571925ac5858d12478f0ed41168ecdf9')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:20:17
  Author: felixonmars
Revision: 684865

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 684864, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 684864, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-19 05:20:17 UTC (rev 684865)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.1.1.3
+pkgrel=1
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-githash' 'haskell-optparse-applicative')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9ab7208b459a196ec54511de6b51c98eabe29f5756c09c1f23653a0ff12cbd402ab8366ccfdc12467dce4be0fa1cae96571925ac5858d12478f0ed41168ecdf9')
+
+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 \
+ -f-build-example
+runhaskell Setup build $MAKEFLAGS
+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 python-isort/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:17:44
  Author: felixonmars
Revision: 394380

upgpkg: python-isort 5.4.0-1

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 20:16:03 UTC (rev 394379)
+++ PKGBUILD2020-08-19 05:17:44 UTC (rev 394380)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python-isort
-pkgver=5.3.2
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -14,7 +14,7 @@
   'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
   'python-requirementslib')
 
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c1ae67a8024bb7f7aa9bff6be5990de8dfe1e565a679a4a7c36f16b43e018982d82dfe4f85c8a8862e7f013d470fc730be6e6c9971e95f01d682452f271ac69e')
+sha512sums=('98fd26c704c7e4c3fb0ed89f18ba8f648256d7744ec2aad128010a5fe39e2875d4c0fab87e282c75cb0d8c02db9186352eba3440cbea0a60442cf289a9161c78')
 
 prepare() {
   cd isort-$pkgver


[arch-commits] Commit in python-isort/repos/testing-any (PKGBUILD PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:18:05
  Author: felixonmars
Revision: 394381

archrelease: copy trunk to testing-any

Added:
  python-isort/repos/testing-any/PKGBUILD
(from rev 394380, python-isort/trunk/PKGBUILD)
Deleted:
  python-isort/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:17:44 UTC (rev 394380)
+++ PKGBUILD2020-08-19 05:18:05 UTC (rev 394381)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-pkgname=python-isort
-pkgver=5.3.2
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort;
-license=('MIT')
-depends=('python-toml')
-makedepends=('python-dephell')
-checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 
'python-hypothesmith'
-  'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
-  'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c1ae67a8024bb7f7aa9bff6be5990de8dfe1e565a679a4a7c36f16b43e018982d82dfe4f85c8a8862e7f013d470fc730be6e6c9971e95f01d682452f271ac69e')
-
-prepare() {
-  cd isort-$pkgver
-
-  # Devendor toml
-  rm -r isort/_vendored
-  sed -i 's/from ._vendored //' isort/settings.py
-
-  # poetry-generated setup.py are fatally broken, see:
-  # https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-dephell deps convert --from pyproject.toml --to setup.py
-popd
-  done
-}
-
-build() {
-  cd isort-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd isort-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
-popd
-  done
-  # This is just weird
-  
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --deselect tests/test_importable.py::test_importable
-}
-
-package() {
-  cd isort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-isort/repos/testing-any/PKGBUILD (from rev 394380, 
python-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 05:18:05 UTC (rev 394381)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgname=python-isort
+pkgver=5.4.0
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort;
+license=('MIT')
+depends=('python-toml')
+makedepends=('python-dephell')
+checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 
'python-hypothesmith'
+  'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
+  'python-requirementslib')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('98fd26c704c7e4c3fb0ed89f18ba8f648256d7744ec2aad128010a5fe39e2875d4c0fab87e282c75cb0d8c02db9186352eba3440cbea0a60442cf289a9161c78')
+
+prepare() {
+  cd isort-$pkgver
+
+  # Devendor toml
+  rm -r isort/_vendored
+  sed -i 's/from ._vendored //' isort/settings.py
+
+  # poetry-generated setup.py are fatally broken, see:
+  # https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
+pushd $_plugin
+dephell deps convert --from pyproject.toml --to setup.py
+popd
+  done
+}
+
+build() {
+  cd isort-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd isort-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
+pushd $_plugin
+python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
+popd
+  done
+  # This is just weird
+  
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
+pytest --deselect tests/test_importable.py::test_importable
+}
+
+package() {
+  cd isort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t 

[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (6 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:17:20
  Author: felixonmars
Revision: 684863

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 684862, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-no-user-experience.patch
(from rev 684862, 
deepin-control-center/trunk/deepin-control-center-no-user-experience.patch)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-systeminfo-deepin-icon.patch
(from rev 684862, 
deepin-control-center/trunk/deepin-control-center-systeminfo-deepin-icon.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  
deepin-control-center/repos/community-x86_64/deepin-control-center-no-user-experience.patch
  
deepin-control-center/repos/community-x86_64/deepin-control-center-systeminfo-deepin-icon.patch

+
 PKGBUILD   |  136 -
 deepin-control-center-no-user-experience.patch |   58 ++--
 deepin-control-center-systeminfo-deepin-icon.patch |  272 +--
 3 files changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 05:16:52 UTC (rev 684862)
+++ PKGBUILD2020-08-19 05:17:20 UTC (rev 684863)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=5.3.0.9
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip' 'libpwquality'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('cmake' 'deepin-dock' 'ninja' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
-$pkgname-systeminfo-deepin-icon.patch
-$pkgname-no-user-experience.patch)
-sha512sums=('27d53f84059ff57ceeff1f3b40f5b0ab3d1e7b2b65fff2ba3c31bd1531f8a377b3a807984c054159e1668ac40db191edc6258d3c67d3d364d806926d27f622ec'
-
'74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
-
'99fc7e369680f3a91cb30daaa9015fccf3f2b733522e917fbd94e69b48471dd739536e220d4a9c17a93834d51192832cabf355b633cca27c903f8dd3249f4c5d')
-
-prepare() {
-  rm 
dde-control-center-$pkgver/src/frame/window/icons/icons/dcc_nav_systeminfo_{42,84}px.svg
-  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
-  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
-  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
-  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
-  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
-  
src/frame/window/modules/personalization/roundcolorwidget.cpp 
src/frame/window/modules/unionid/pages/avatarwidget.cpp
-  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
-
-  sed -i 's|/bin/deepin-recovery-tool|/usr/bin/deepin-recovery-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp
-
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
-}
-
-build() {
-  cd build
-  cmake 

[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Wednesday, August 19, 2020 @ 05:16:52
  Author: felixonmars
Revision: 684862

upgpkg: deepin-control-center 5.3.0.10-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 02:15:57 UTC (rev 684861)
+++ PKGBUILD2020-08-19 05:16:52 UTC (rev 684862)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.3.0.9
+pkgver=5.3.0.10
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -27,7 +27,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
 $pkgname-systeminfo-deepin-icon.patch
 $pkgname-no-user-experience.patch)
-sha512sums=('27d53f84059ff57ceeff1f3b40f5b0ab3d1e7b2b65fff2ba3c31bd1531f8a377b3a807984c054159e1668ac40db191edc6258d3c67d3d364d806926d27f622ec'
+sha512sums=('b4b6fc66970ba2b32bb3bd53cee20c8d8972ee1330acb31db3b07c016fa97d56b26cbbc3999b03abe32d2fd26c21316df351803006ef6eaa9f32331f48e456b4'
 
'74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
 
'99fc7e369680f3a91cb30daaa9015fccf3f2b733522e917fbd94e69b48471dd739536e220d4a9c17a93834d51192832cabf355b633cca27c903f8dd3249f4c5d')
 


[arch-commits] Commit in electron/repos/community-x86_64 (30 files)

2020-08-18 Thread Nicola Squartini via arch-commits
Date: Wednesday, August 19, 2020 @ 02:15:57
  Author: tensor5
Revision: 684861

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 684860, electron/trunk/PKGBUILD)
  
electron/repos/community-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 684860, 
electron/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
electron/repos/community-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 684860, 
electron/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  electron/repos/community-x86_64/chromium-83-gcc-10.patch
(from rev 684860, electron/trunk/chromium-83-gcc-10.patch)
  electron/repos/community-x86_64/chromium-ffmpeg-4.3.patch
(from rev 684860, electron/trunk/chromium-ffmpeg-4.3.patch)
  electron/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 684860, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 684860, electron/trunk/clean-up-a-call-to-set_utf8.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 684860, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 684860, electron/trunk/electron.desktop)
  
electron/repos/community-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 684860, 
electron/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  
electron/repos/community-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 684860, 
electron/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
electron/repos/community-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 684860, 
electron/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
electron/repos/community-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 684860, 
electron/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 684860, electron/trunk/use-system-libraries-in-node.patch)
  
electron/repos/community-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 684860, 
electron/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  
electron/repos/community-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
electron/repos/community-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  electron/repos/community-x86_64/chromium-83-gcc-10.patch
  electron/repos/community-x86_64/chromium-ffmpeg-4.3.patch
  electron/repos/community-x86_64/chromium-skia-harmony.patch
  electron/repos/community-x86_64/clean-up-a-call-to-set_utf8.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron.desktop
  
electron/repos/community-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  
electron/repos/community-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
electron/repos/community-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
electron/repos/community-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  
electron/repos/community-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  450 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 +++---
 chromium-83-gcc-10.patch   |  128 +--
 chromium-ffmpeg-4.3.patch  |   42 -
 chromium-skia-harmony.patch|   28 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 default_app-icon.patch |   42 -
 electron.desktop   |   14 
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +--
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 ++--
 use-system-libraries-in-node.patch |  112 +-
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 
 15 files changed, 999 insertions(+), 999 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 02:14:17 UTC (rev 684860)
+++ PKGBUILD2020-08-19 02:15:57 UTC (rev 684861)
@@ -1,225 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron

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

2020-08-18 Thread Nicola Squartini via arch-commits
Date: Wednesday, August 19, 2020 @ 02:14:17
  Author: tensor5
Revision: 684860

upgpkg: electron 9.2.1-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 21:33:54 UTC (rev 684859)
+++ PKGBUILD2020-08-19 02:14:17 UTC (rev 684860)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=9.2.0
-_commit=0c2cb59b6283fe8d6bb4b14f8a832e2166aeaa0c
+pkgver=9.2.1
+_commit=03c7a54dc534ce1867d4393b9b1a6989d4a7e005
 _chromiumver=83.0.4103.122
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'


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

2020-08-18 Thread Maxim Baz via arch-commits
Date: Tuesday, August 18, 2020 @ 21:33:54
  Author: maximbaz
Revision: 684859

archrelease: copy trunk to community-x86_64

Added:
  nnn/repos/community-x86_64/PKGBUILD
(from rev 684858, nnn/trunk/PKGBUILD)
Deleted:
  nnn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 21:33:48 UTC (rev 684858)
+++ PKGBUILD2020-08-18 21:33:54 UTC (rev 684859)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.3
-pkgrel=3
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-prepare() {
-  sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
-
-  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
-
-  install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
-
-  cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
-
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 684858, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 21:33:54 UTC (rev 684859)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.4
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+'atool: for more archive formats'
+'libarchive: for more archive formats'
+'zip: for zip archive format'
+'unzip: for zip archive format'
+'trash-cli: to trash files'
+'sshfs: mount remotes'
+'rclone: mount remotes'
+'fuse2: unmount remotes'
+'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('7803ae6e974aeb4008507d9d1afbcca8d084a435f36ff636b459ca50414930a1'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+prepare() {
+sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX=/usr install
+make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
+
+install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
+
+cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2020-08-18 Thread Maxim Baz via arch-commits
Date: Tuesday, August 18, 2020 @ 21:33:48
  Author: maximbaz
Revision: 684858

upgpkg: nnn 3.4-1, run shfmt

Modified:
  nnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 20:48:17 UTC (rev 684857)
+++ PKGBUILD2020-08-18 21:33:48 UTC (rev 684858)
@@ -4,51 +4,51 @@
 # Contributor: John Jenkins 
 
 pkgname=nnn
-pkgver=3.3
-pkgrel=3
+pkgver=3.4
+pkgrel=1
 pkgdesc="The fastest terminal file manager ever written."
 arch=('x86_64')
 depends=('bash')
 optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
+'atool: for more archive formats'
+'libarchive: for more archive formats'
+'zip: for zip archive format'
+'unzip: for zip archive format'
+'trash-cli: to trash files'
+'sshfs: mount remotes'
+'rclone: mount remotes'
+'fuse2: unmount remotes'
+'xdg-utils: desktop opener'
 )
 url="https://github.com/jarun/${pkgname};
 license=('BSD')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
+sha256sums=('7803ae6e974aeb4008507d9d1afbcca8d084a435f36ff636b459ca50414930a1'
 'SKIP')
 validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
 
 prepare() {
-  sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
+sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
-  make
+cd "${pkgname}-${pkgver}"
+make
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX=/usr install
+make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
 
-  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
 
-  install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
+install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
 
-  cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
+cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
 
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
 }


[arch-commits] Commit in gitlab/repos/community-x86_64 (26 files)

2020-08-18 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 18, 2020 @ 20:44:40
  Author: anatolik
Revision: 684850

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 684849, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/build_fix.patch
(from rev 684849, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-x86_64/configs.patch
(from rev 684849, gitlab/trunk/configs.patch)
  gitlab/repos/community-x86_64/environment
(from rev 684849, gitlab/trunk/environment)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 684849, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 684849, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 684849, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-puma.service
(from rev 684849, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 684849, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 684849, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 684849, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 684849, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 684849, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/build_fix.patch
  gitlab/repos/community-x86_64/configs.patch
  gitlab/repos/community-x86_64/environment
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-puma.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  370 +--
 build_fix.patch |   46 +--
 configs.patch   |  610 +++---
 environment |6 
 gitlab-backup.service   |   38 +-
 gitlab-backup.timer |   20 -
 gitlab-mailroom.service |   42 +--
 gitlab-puma.service |   68 ++---
 gitlab-sidekiq.service  |   60 ++--
 gitlab.install  |   68 ++---
 gitlab.logrotate|   12 
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 13 files changed, 678 insertions(+), 678 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 20:43:30 UTC (rev 684849)
+++ PKGBUILD2020-08-18 20:44:40 UTC (rev 684850)
@@ -1,185 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=13.2.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
-makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/gitlab/database.yml"
-"etc/webapps/gitlab/gitlab.yml"
-"etc/webapps/gitlab/resque.yml"
-"etc/webapps/gitlab/puma.rb"
-"etc/webapps/gitlab/smtp_settings.rb"
-"etc/logrotate.d/gitlab")
-source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
-configs.patch
-build_fix.patch
-environment
-gitlab-puma.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('SKIP'
-
'4fbc19b97cb9183e2f9b91a261b327262ba37dceff145ae4690ea0818dfb21175456f0ed174354b74cec0d186bb981087a1a590d51044c2a9c6034d94ee0727c'
-
'3fc0919e2995f36da9a98fa74e83955f91854fd2e214f66f0a32054b77c83161063f8c05e1126e57e474eb0f2909970641ccc4d13eea9625f36bf56cdf0c75a4'
-
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
-

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

2020-08-18 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 18, 2020 @ 20:43:30
  Author: anatolik
Revision: 684849

upgpkg: gitlab 13.2.6-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 20:40:00 UTC (rev 684848)
+++ PKGBUILD2020-08-18 20:43:30 UTC (rev 684849)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.2.3
+pkgver=13.2.6
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


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

2020-08-18 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, August 18, 2020 @ 20:40:00
  Author: kgizdov
Revision: 684848

archrelease: copy trunk to community-x86_64

Added:
  xrootd/repos/community-x86_64/PKGBUILD
(from rev 684847, xrootd/trunk/PKGBUILD)
  xrootd/repos/community-x86_64/add_missing_header.patch
(from rev 684847, xrootd/trunk/add_missing_header.patch)
  xrootd/repos/community-x86_64/cxx17.patch
(from rev 684847, xrootd/trunk/cxx17.patch)
Deleted:
  xrootd/repos/community-x86_64/PKGBUILD
  xrootd/repos/community-x86_64/add_missing_header.patch
  xrootd/repos/community-x86_64/cxx17.patch

--+
 PKGBUILD |  180 ++---
 add_missing_header.patch |   54 ++---
 cxx17.patch  |  156 +++
 3 files changed, 195 insertions(+), 195 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 20:39:51 UTC (rev 684847)
+++ PKGBUILD2020-08-18 20:40:00 UTC (rev 684848)
@@ -1,90 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
-# Contributor: Alex Pearce < alex at alexpearce dot me >
-pkgname=xrootd
-pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=5.0.0
-pkgrel=2
-arch=('x86_64')
-url="https://xrootd.slac.stanford.edu/;
-license=('LGPL3')
-depends=('ceph' 'curl' 'json-c' 'libxml2' 'openssl' 'perl' 'python' 'systemd')
-makedepends=('cmake' 'git')
-checkdepends=('cppunit')
-source=(
-
"${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=v${pkgver};
-'cxx17.patch'
-'add_missing_header.patch'
-)
-sha256sums=('SKIP'
-'828de400b8fef40a80b9eadb8198fdfe7c991515a466045b699425df2f681817'
-'68eac594d8d3b15c1e4d8522c4422a26c9a51c9206d3a88fedf00d4e9599d455')
-
-get_pyver () {
-python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare () {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-# source tarballs don't seem to contain all submodules anymore
-git submodule update --init --recursive
-patch -Np1 -i "${srcdir}/cxx17.patch"
-patch -Np1 -i "${srcdir}/add_missing_header.patch"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-# configure
-mkdir -p "${srcdir}/build"
-cd "${srcdir}/build"
-
-CFLAGS="${CFLAGS}" \
-CXXFLAGS="${CXXFLAGS}" \
-LDFLAGS="${LDFLAGS}" \
-cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DCMAKE_CXX_STANDARD="17" \
-  -DENABLE_TESTS=1 \
-  -DXRD_PYTHON_REQ_VERSION=$(get_pyver) \
-  "${srcdir}/${pkgbase}-${pkgver}"
-
-# build
-make
-}
-
-check() {
-cd "${srcdir}/build/tests"
-
-# Check has significantly changed, to-be-updated
-# ./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
-
-##
-# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
-# only run this if you have configured the env correctly,
-# examples in https://github.com/xrootd/xrootd-test-suite
-# sample environment can be configured like so:
-# export XRDTEST_MAINSERVERURL=metaman.xrd.test
-# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DISKSERVERURL=srv1.xrd.test
-# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DATAPATH=/tests/test-files/
-# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_LOCALFILE=/tmp/accwe.root
-# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
-# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
-}
-
-package() {
-cd "${srcdir}/build"
-make DESTDIR="${pkgdir}" install
-# drop unneeded test bin & lib
-rm "${pkgdir}/usr/bin/text-runner"
-rm "${pkgdir}/usr/lib/libXrdClTests.so"
-install -d "${pkgdir}/usr/lib/cmake/XRootD"
-mv "${pkgdir}/usr/share/xrootd/cmake/XRootDConfig.cmake" 
"${pkgdir}/usr/lib/cmake/XRootD"/
-rm -rf "${pkgdir}/usr/share/xrootd/cmake"
-ln -s "/usr/lib/cmake" "${pkgdir}/usr/share/xrootd/cmake"
-}

Copied: xrootd/repos/community-x86_64/PKGBUILD (from rev 684847, 
xrootd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 20:40:00 UTC (rev 684848)
@@ -0,0 +1,90 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgname=xrootd
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data 

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

2020-08-18 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, August 18, 2020 @ 20:39:51
  Author: kgizdov
Revision: 684847

upgpkg: xrootd 5.0.1-1

Modified:
  xrootd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 20:38:54 UTC (rev 684846)
+++ PKGBUILD2020-08-18 20:39:51 UTC (rev 684847)
@@ -3,8 +3,8 @@
 # Contributor: Alex Pearce < alex at alexpearce dot me >
 pkgname=xrootd
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.0.1
+pkgrel=1
 arch=('x86_64')
 url="https://xrootd.slac.stanford.edu/;
 license=('LGPL3')


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

2020-08-18 Thread Dan Printzell via arch-commits
Date: Tuesday, August 18, 2020 @ 20:38:54
  Author: wild
Revision: 684846

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 684845, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 684845, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 684845, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  146 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 20:38:48 UTC (rev 684845)
+++ PKGBUILD2020-08-18 20:38:54 UTC (rev 684846)
@@ -1,73 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.13.0
-pkgrel=1
-epoch=1
-_pkgcommit=808460a678d9c993d393c36e7eb06601a157efcf
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/dlang-community/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/dlang-community/stdx-allocator;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 684845, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 20:38:54 UTC (rev 684846)
@@ -0,0 +1,73 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.13.1
+pkgrel=1
+epoch=1
+_pkgcommit=92db0486968f8ee59c16099c21b133dc4e9d91cb
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/dlang-community/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/dlang-community/stdx-allocator;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd 

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

2020-08-18 Thread Dan Printzell via arch-commits
Date: Tuesday, August 18, 2020 @ 20:38:48
  Author: wild
Revision: 684845

upgpkg: dcd 1:0.13.1-1: Updated to 0.13.1

Modified:
  dcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 18:20:17 UTC (rev 684844)
+++ PKGBUILD2020-08-18 20:38:48 UTC (rev 684845)
@@ -4,10 +4,10 @@
 # Contributor: Mihails Strasuns 
 
 pkgname=dcd
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 epoch=1
-_pkgcommit=808460a678d9c993d393c36e7eb06601a157efcf
+_pkgcommit=92db0486968f8ee59c16099c21b133dc4e9d91cb
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 arch=('x86_64')
 url="https://github.com/dlang-community/DCD;


[arch-commits] Commit in seabios/repos (15 files)

2020-08-18 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 18, 2020 @ 20:16:03
  Author: anatolik
Revision: 394379

archrelease: copy trunk to testing-any

Added:
  seabios/repos/testing-any/
  seabios/repos/testing-any/PKGBUILD
(from rev 394378, seabios/trunk/PKGBUILD)
  seabios/repos/testing-any/config.coreboot
(from rev 394378, seabios/trunk/config.coreboot)
  seabios/repos/testing-any/config.csm
(from rev 394378, seabios/trunk/config.csm)
  seabios/repos/testing-any/config.seabios-128k
(from rev 394378, seabios/trunk/config.seabios-128k)
  seabios/repos/testing-any/config.seabios-256k
(from rev 394378, seabios/trunk/config.seabios-256k)
  seabios/repos/testing-any/config.vga.bochs-display
(from rev 394378, seabios/trunk/config.vga.bochs-display)
  seabios/repos/testing-any/config.vga.cirrus
(from rev 394378, seabios/trunk/config.vga.cirrus)
  seabios/repos/testing-any/config.vga.isavga
(from rev 394378, seabios/trunk/config.vga.isavga)
  seabios/repos/testing-any/config.vga.qxl
(from rev 394378, seabios/trunk/config.vga.qxl)
  seabios/repos/testing-any/config.vga.ramfb
(from rev 394378, seabios/trunk/config.vga.ramfb)
  seabios/repos/testing-any/config.vga.stdvga
(from rev 394378, seabios/trunk/config.vga.stdvga)
  seabios/repos/testing-any/config.vga.virtio
(from rev 394378, seabios/trunk/config.vga.virtio)
  seabios/repos/testing-any/config.vga.vmware
(from rev 394378, seabios/trunk/config.vga.vmware)
  seabios/repos/testing-any/reproducible-version.patch
(from rev 394378, seabios/trunk/reproducible-version.patch)

+
 PKGBUILD   |   82 +++
 config.coreboot|2 +
 config.csm |2 +
 config.seabios-128k|   14 +++
 config.seabios-256k|3 +
 config.vga.bochs-display   |3 +
 config.vga.cirrus  |3 +
 config.vga.isavga  |3 +
 config.vga.qxl |6 +++
 config.vga.ramfb   |3 +
 config.vga.stdvga  |3 +
 config.vga.virtio  |6 +++
 config.vga.vmware  |6 +++
 reproducible-version.patch |   15 +++
 14 files changed, 151 insertions(+)

Copied: seabios/repos/testing-any/PKGBUILD (from rev 394378, 
seabios/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-08-18 20:16:03 UTC (rev 394379)
@@ -0,0 +1,82 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=seabios
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="A 16-bit x86 bios"
+arch=('any')
+url="https://www.coreboot.org/SeaBIOS;
+license=('GPL3' 'LGPL3')
+makedepends=('iasl' 'python' 'inetutils')
+options=('!makeflags' '!strip')
+_tag=rel-$pkgver
+source=(seabios-$pkgver.zip::https://github.com/coreboot/seabios/archive/$_tag.zip
+config.coreboot
+config.seabios-128k
+config.seabios-256k
+config.vga.isavga
+config.vga.stdvga
+config.csm
+config.vga.cirrus
+config.vga.qxl
+config.vga.vmware
+config.vga.bochs-display
+config.vga.ramfb
+config.vga.virtio
+reproducible-version.patch)
+sha1sums=('610800ddb6e8abe62e4802e47cbc0e6cf9f80b20'
+  '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
+  '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
+  '05b912a291994226049103cbe6754976cc03532d'
+  'd56482f6ee0bf9633c551b10e99e24c74d9ece1e'
+  '54d4edf6eccf30883aedca348b9d2f125502fcdb'
+  '590739c1d5dc6cb63bdf311ee1cfbcde6c0ccc0f'
+  '84a44c04e74a09affae0d1a6e50800d10997108f'
+  '5a1316a0081f91acc300f57372de18fa9c67415e'
+  '5b017b16aec445df873618aaebd154aa97107148'
+  'c7c730ade7a63e1efc7de81c7536632e0617e808'
+  'c2f4a7708befd6a0763dd4a5a4f8b5168db30340'
+  'a2b3d09f944e3d6857ceee272b733075a7edc52e'
+  '352aa180d17642d1230391e5a1a26389a9629c47')
+
+# build routine from fedora
+build_bios() {
+  make clean distclean
+  cp $1 .config
+  make oldnoconfig V=1
+
+  make V=1 $4
+
+  cp out/$2 binaries/$3
+}
+
+prepare() {
+  cd seabios-$_tag
+
+  patch -p1 < ../reproducible-version.patch # FS#67178
+
+  rm -rf binaries
+  mkdir binaries
+
+  echo "ArchLinux ${pkgver}-${pkgrel}" > .version
+}
+
+build() {
+  cd seabios-$_tag
+  # seabios
+  build_bios ${srcdir}/config.csm Csm16.bin bios-csm.bin
+  build_bios ${srcdir}/config.coreboot bios.bin.elf bios-coreboot.bin
+  build_bios ${srcdir}/config.seabios-128k bios.bin bios.bin
+  build_bios ${srcdir}/config.seabios-256k bios.bin bios-256k.bin
+  # seavgabios
+  for config in 
${srcdir}/{config.vga.isavga,config.vga.stdvga,config.vga.cirrus,config.vga.qxl,config.vga.vmware,config.vga.ramfb,config.vga.virtio,config.vga.bochs-display};
 do
+name=${config#*config.vga.}
+build_bios ${config} vgabios.bin vgabios-${name}.bin out/vgabios.bin
+  done
+}
+
+package() {
+  cd 

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

2020-08-18 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 18, 2020 @ 20:14:56
  Author: anatolik
Revision: 394378

upgpkg: seabios 1.14.0-1

Modified:
  seabios/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 16:28:50 UTC (rev 394377)
+++ PKGBUILD2020-08-18 20:14:56 UTC (rev 394378)
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=seabios
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc="A 16-bit x86 bios"
 arch=('any')
 url="https://www.coreboot.org/SeaBIOS;
@@ -24,7 +24,7 @@
 config.vga.ramfb
 config.vga.virtio
 reproducible-version.patch)
-sha1sums=('b63b9fd5f73f74f0e8076ad23623c975ec0c2127'
+sha1sums=('610800ddb6e8abe62e4802e47cbc0e6cf9f80b20'
   '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
   '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
   '05b912a291994226049103cbe6754976cc03532d'


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

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:20:17
  Author: spupykin
Revision: 684844

archrelease: copy trunk to community-x86_64

Added:
  remmina/repos/community-x86_64/PKGBUILD
(from rev 684843, remmina/trunk/PKGBUILD)
Deleted:
  remmina/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 18:18:55 UTC (rev 684843)
+++ PKGBUILD2020-08-18 18:20:17 UTC (rev 684844)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.4.7
-pkgrel=1
-pkgdesc="remote desktop client written in GTK+"
-arch=(x86_64)
-url="https://www.remmina.org/;
-license=('GPL')
-depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 
'libappindicator-gtk3')
-makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
-'harfbuzz' 'xorgproto' 'gobject-introspection')
-optdepends=('freerdp: RDP plugin'
-'libsecret: Secret plugin'
-'libvncserver: VNC plugin'
-'libxkbfile: NX plugin'
-'nxproxy: NX plugin'
-'spice-gtk: Spice plugin'
-'telepathy-glib: Telepathy plugin'
-'xorg-server-xephyr: XDMCP plugin'
-'gnome-terminal: external tools')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('f9f3366260dd34a7c853876b133dad4a7408b91048f6a6d6da6a27c0e9c9f98eb025c815409ac50e8ed8003f3640b91f809bad5c1e6797baefa074214386bb9f')
-
-build() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=ON .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 684843, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 18:20:17 UTC (rev 684844)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.4.8
+pkgrel=1
+pkgdesc="remote desktop client written in GTK+"
+arch=(x86_64)
+url="https://www.remmina.org/;
+license=('GPL')
+depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 
'libappindicator-gtk3')
+makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
+'harfbuzz' 'xorgproto' 'gobject-introspection')
+optdepends=('freerdp: RDP plugin'
+'libsecret: Secret plugin'
+'libvncserver: VNC plugin'
+'libxkbfile: NX plugin'
+'nxproxy: NX plugin'
+'spice-gtk: Spice plugin'
+'telepathy-glib: Telepathy plugin'
+'xorg-server-xephyr: XDMCP plugin'
+'gnome-terminal: external tools')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
+sha512sums=('01addccfbf4d8f935e118b465863805d2eb0cb3d3d85236502e861c0d7c530ebd2725701d7609e823d9d7865dab7da5421aae70e6b83c0db66120298b2f087cc')
+
+build() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=ON \
+-DWITH_NEWS=OFF .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}


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

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:18:55
  Author: spupykin
Revision: 684843

upgpkg: remmina 1:1.4.8-1

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 18:18:49 UTC (rev 684842)
+++ PKGBUILD2020-08-18 18:18:55 UTC (rev 684843)
@@ -2,7 +2,7 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.4.7
+pkgver=1.4.8
 pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(x86_64)
@@ -23,7 +23,7 @@
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('f9f3366260dd34a7c853876b133dad4a7408b91048f6a6d6da6a27c0e9c9f98eb025c815409ac50e8ed8003f3640b91f809bad5c1e6797baefa074214386bb9f')
+sha512sums=('01addccfbf4d8f935e118b465863805d2eb0cb3d3d85236502e861c0d7c530ebd2725701d7609e823d9d7865dab7da5421aae70e6b83c0db66120298b2f087cc')
 
 build() {
   cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/


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

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:18:05
  Author: spupykin
Revision: 684840

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 684839, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 684839, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 18:17:12 UTC (rev 684839)
+++ PKGBUILD2020-08-18 18:18:05 UTC (rev 684840)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.9
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="https://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('a3b366183f3583a6f2a0df5fd8f9cf2d3f746b87d501f33f47b30f742078e400cb4247ab5012dfe98ae4b5428a82f5ea315d37502f4179b03d66124994de8180'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 684839, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 18:18:05 UTC (rev 684840)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.10
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="https://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('012fd10d580cf5f90365f92f9bf5a8d8f587d0eb34dda86561298ec38cb942b05bf53a364bf3f51687f35aa611baf9364349aeacd81ac2f278bb56498e99aadc'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2020-08-18 18:17:12 UTC (rev 684839)
+++ fix-build-mb-len-max.patch  2020-08-18 18:18:05 UTC (rev 684840)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- 

[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:18:49
  Author: spupykin
Revision: 684842

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 684841, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 18:18:12 UTC (rev 684841)
+++ PKGBUILD2020-08-18 18:18:49 UTC (rev 684842)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/bookmarks;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('d8c1c233a21e6f477e71709b0a343880ce5bf800162318d91b1ebeabd4d54630')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 684841, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 18:18:49 UTC (rev 684842)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/bookmarks;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('24974a688236718afcbf991bf3e268d4394cadef00258c28e81f878bdea65d3d')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:18:12
  Author: spupykin
Revision: 684841

upgpkg: nextcloud-app-bookmarks 1:3.3.4-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 18:18:05 UTC (rev 684840)
+++ PKGBUILD2020-08-18 18:18:12 UTC (rev 684841)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('d8c1c233a21e6f477e71709b0a343880ce5bf800162318d91b1ebeabd4d54630')
+sha256sums=('24974a688236718afcbf991bf3e268d4394cadef00258c28e81f878bdea65d3d')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:17:12
  Author: spupykin
Revision: 684839

upgpkg: mailutils 3.10-1

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 18:16:50 UTC (rev 684838)
+++ PKGBUILD2020-08-18 18:17:12 UTC (rev 684839)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=mailutils
-pkgver=3.9
+pkgver=3.10
 pkgrel=1
 pkgdesc="MUA command line tool (mailx)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
 source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
 fix-build-mb-len-max.patch)
-sha512sums=('a3b366183f3583a6f2a0df5fd8f9cf2d3f746b87d501f33f47b30f742078e400cb4247ab5012dfe98ae4b5428a82f5ea315d37502f4179b03d66124994de8180'
+sha512sums=('012fd10d580cf5f90365f92f9bf5a8d8f587d0eb34dda86561298ec38cb942b05bf53a364bf3f51687f35aa611baf9364349aeacd81ac2f278bb56498e99aadc'
 'SKIP'
 
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
 


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

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:16:50
  Author: spupykin
Revision: 684838

archrelease: copy trunk to community-x86_64

Added:
  firejail/repos/community-x86_64/PKGBUILD
(from rev 684837, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/firejail.install
(from rev 684837, firejail/trunk/firejail.install)
Deleted:
  firejail/repos/community-x86_64/PKGBUILD
  firejail/repos/community-x86_64/firejail.install

--+
 PKGBUILD |   66 +
 firejail.install |   10 
 2 files changed, 37 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 18:15:24 UTC (rev 684837)
+++ PKGBUILD2020-08-18 18:16:50 UTC (rev 684838)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.62.2
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(x86_64)
-license=(GPL2)
-url="https://github.com/netblue30/firejail;
-backup=('etc/firejail/login.users'
-   'etc/apparmor.d/local/firejail-local'
-   'etc/firejail/firejail.config')
-depends=('apparmor')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-install=firejail.install
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('9eef3fe35de18f67aff90c4f74204eed80611402489af21e963e9e95966f0244'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # fix build
-#  export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-   ./configure --prefix=/usr --enable-apparmor
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 684837, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 18:16:50 UTC (rev 684838)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.62.4
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(x86_64)
+license=(GPL2)
+url="https://github.com/netblue30/firejail;
+backup=('etc/firejail/login.users'
+   'etc/apparmor.d/local/firejail-local'
+   'etc/firejail/firejail.config')
+depends=('apparmor')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+install=firejail.install
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('2a2738bded0d4c96ea17094dacdba175516a193d50ce3e743fce7ac1ade7260c'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-apparmor
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
+}

Deleted: firejail.install
===
--- firejail.install2020-08-18 18:15:24 UTC (rev 684837)
+++ firejail.install2020-08-18 18:16:50 UTC (rev 684838)
@@ -1,5 +0,0 @@
-# Firejail installation file
-
-post_install() {
-  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
-}

Copied: firejail/repos/community-x86_64/firejail.install (from rev 684837, 
firejail/trunk/firejail.install)
===
--- firejail.install(rev 0)
+++ firejail.install2020-08-18 18:16:50 UTC (rev 684838)
@@ -0,0 +1,5 @@
+# Firejail installation file
+
+post_install() {
+  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
+}


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

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:15:24
  Author: spupykin
Revision: 684837

upgpkg: firejail 0.9.62.4-1

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 18:05:18 UTC (rev 684836)
+++ PKGBUILD2020-08-18 18:15:24 UTC (rev 684837)
@@ -2,7 +2,7 @@
 # Maintainer: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
-pkgver=0.9.62.2
+pkgver=0.9.62.4
 pkgrel=1
 pkgdesc="Linux namespaces sandbox program"
 arch=(x86_64)
@@ -16,13 +16,11 @@
 install=firejail.install
 
#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
 
source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('9eef3fe35de18f67aff90c4f74204eed80611402489af21e963e9e95966f0244'
+sha256sums=('2a2738bded0d4c96ea17094dacdba175516a193d50ce3e743fce7ac1ade7260c'
 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   # fix build
-#  export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
./configure --prefix=/usr --enable-apparmor
make
 }
@@ -30,5 +28,5 @@
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
 }
-


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 18:05:18
  Author: felixonmars
Revision: 684836

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   82 
 stack.install |4 ++
 2 files changed, 86 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 684835, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 18:05:18 UTC (rev 684836)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=97
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+
'9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  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 \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  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
+  # 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 $pkgname
+
+  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 

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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 18:05:00
  Author: felixonmars
Revision: 684835

upgpkg: stack 2.3.1-97: rebuild with unicode-transforms 0.3.7

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:59:18 UTC (rev 684834)
+++ PKGBUILD2020-08-18 18:05:00 UTC (rev 684835)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=96
+pkgrel=97
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:59:18
  Author: felixonmars
Revision: 684834

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 684833, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 684833, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 17:59:18 UTC (rev 684834)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=111
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $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 \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:59:05
  Author: felixonmars
Revision: 684833

upgpkg: shellcheck 0.7.1-111: rebuild with unicode-transforms 0.3.7

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:54:23 UTC (rev 684832)
+++ PKGBUILD2020-08-18 17:59:05 UTC (rev 684833)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=110
+pkgrel=111
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:54:23
  Author: felixonmars
Revision: 684832

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 684831, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
684831, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 17:54:23 UTC (rev 684832)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.7.0
+pkgrel=13
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('68f636ac282e12eb438a1b16c59855053059cc14b0882a0823566c5bc4fa6ed828d32f9f5ab5bb32bc0cdf843bf8d5fb2f865f44ae7383a5ef29260250fcffd9')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+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
+runhaskell Setup test
+}
+
+package() {
+cd $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}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:54:06
  Author: felixonmars
Revision: 684831

upgpkg: pandoc-crossref 0.3.7.0-13: rebuild with unicode-transforms 0.3.7

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:51:52 UTC (rev 684830)
+++ PKGBUILD2020-08-18 17:54:06 UTC (rev 684831)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.7.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:51:38
  Author: felixonmars
Revision: 684829

upgpkg: haskell-hakyll 4.13.4.0-37: rebuild with unicode-transforms 0.3.7

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:49:05 UTC (rev 684828)
+++ PKGBUILD2020-08-18 17:51:38 UTC (rev 684829)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.4.0
-pkgrel=36
+pkgrel=37
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:51:52
  Author: felixonmars
Revision: 684830

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
684829, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 17:51:52 UTC (rev 684830)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.4.0
+pkgrel=37
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
hakyll-pandoc-2.10.patch::https://github.com/jaspervdj/hakyll/pull/787.patch)
+sha512sums=('4ade6776cfee7a8293ba4a659cf8633c0e6641ee2c33db9cdddeaca996ff092d027ce4165e174d7acdeb8485904394d9a899351d9e3c065e4ce7cb5af61ee08a'
+
'af8fb00a70ec4461ffb424915c1cc45ccc3d77ac1d36b3680e97363a15bec0ee437c7ce2b9c1e21640117bdbe6cb3fd3b7adccf355cabd942fe7ea2963ee2074')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../hakyll-pandoc-2.10.patch
+sed -i 's/< *0.0.12/<1/;s/< *2.14/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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 pandoc-citeproc/repos (2 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:49:05
  Author: felixonmars
Revision: 684828

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 684827, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
684827, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 17:49:05 UTC (rev 684828)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17.0.2
+pkgrel=11
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('5ce079a542b096c06d6e4e205625a993422a972f04787495ac9013dd3131df62733f30e4c3004335e3738b02bb22a7ad50a31c1eb3f67d2b4ef51605c7fcbf16')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build $MAKEFLAGS
+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
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:48:52
  Author: felixonmars
Revision: 684827

upgpkg: pandoc-citeproc 0.17.0.2-11: rebuild with unicode-transforms 0.3.7

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:45:46 UTC (rev 684826)
+++ PKGBUILD2020-08-18 17:48:52 UTC (rev 684827)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:45:46
  Author: felixonmars
Revision: 684826

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 684825, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 17:45:30 UTC (rev 684825)
+++ PKGBUILD2020-08-18 17:45:46 UTC (rev 684826)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200817
-_commit=6a8535e1ebb1677b69725c355aeabbf43770b73d
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua' 'ninja')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('20a5400aaae72fca390aedb229b9f2294e3fd60681356c17b78e84b8ebbab4fb2fd11632c5cc6b55c86614bce053588d4d486440408cf1d2acd331d7ed77e39a'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-check() {
-  cd $pkgname-$_commit
-  ninja test
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 684825, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 17:45:46 UTC (rev 684826)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200818
+_commit=6317296d5b54b29002becc3effa039d8baab8ae3
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua' 'ninja')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('c882d72baafb41ec76d4ada70142287195595ce009d33bbdfa77fb9d6b55ebe4f566bc4dfbb697c3a635c8e610573db0332a6107b37ab5ff2cf44f2039d45fcc'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+check() {
+  cd $pkgname-$_commit
+  ninja test
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:45:01
  Author: felixonmars
Revision: 684823

upgpkg: fcitx5 0.0.0.20200818-1

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:44:44 UTC (rev 684822)
+++ PKGBUILD2020-08-18 17:45:01 UTC (rev 684823)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5
-pkgver=0.0.0.20200817
-_commit=c37dc9be60485c6b7da2079b4077d2f4f85c527a
+pkgver=0.0.0.20200818
+_commit=dd2c15271e7cf5cc008c9598aa60165eb32f26eb
 _endictver=20121020
 pkgrel=1
 pkgdesc="Next generation of fcitx"
@@ -19,7 +19,7 @@
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
 https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('5a1493d2e8441d25bcb3a79c921c57ad7e5af9e24896146ddea7d4fe73c705f5600c67877ef31093ec2a6c3bd74e2fbbdecef05ea32868d3923016a25ab7e043'
+sha512sums=('10e3e16869ccaf7ff2633eee42f8a01a5a7438eefa3de02d232f95f0e25ab7c39489c70db862a290fe43a37208b687383a416b0e34d39c525199c21b97db85de'
 
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:45:17
  Author: felixonmars
Revision: 684824

archrelease: copy trunk to community-x86_64

Added:
  fcitx5/repos/community-x86_64/PKGBUILD
(from rev 684823, fcitx5/trunk/PKGBUILD)
Deleted:
  fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 17:45:01 UTC (rev 684823)
+++ PKGBUILD2020-08-18 17:45:17 UTC (rev 684824)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=0.0.0.20200817
-_commit=c37dc9be60485c6b7da2079b4077d2f4f85c527a
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5;
-license=('GPL')
-conflicts=('fcitx')
-groups=('fcitx5-im')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
-https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('5a1493d2e8441d25bcb3a79c921c57ad7e5af9e24896146ddea7d4fe73c705f5600c67877ef31093ec2a6c3bd74e2fbbdecef05ea32868d3923016a25ab7e043'
-
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
-  cd $pkgname-$_commit/src/modules/spell/dict
-  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-check() {
-  cd $pkgname-$_commit
-  make test
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 684823, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 17:45:17 UTC (rev 684824)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=0.0.0.20200818
+_commit=dd2c15271e7cf5cc008c9598aa60165eb32f26eb
+_endictver=20121020
+pkgrel=1
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5;
+license=('GPL')
+conflicts=('fcitx')
+groups=('fcitx5-im')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
+https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('10e3e16869ccaf7ff2633eee42f8a01a5a7438eefa3de02d232f95f0e25ab7c39489c70db862a290fe43a37208b687383a416b0e34d39c525199c21b97db85de'
+
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+  cd $pkgname-$_commit/src/modules/spell/dict
+  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+check() {
+  cd $pkgname-$_commit
+  make test
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:45:30
  Author: felixonmars
Revision: 684825

upgpkg: fcitx5-chinese-addons 0.0.0.20200818-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:45:17 UTC (rev 684824)
+++ PKGBUILD2020-08-18 17:45:30 UTC (rev 684825)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200817
-_commit=6a8535e1ebb1677b69725c355aeabbf43770b73d
+pkgver=0.0.0.20200818
+_commit=6317296d5b54b29002becc3effa039d8baab8ae3
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('20a5400aaae72fca390aedb229b9f2294e3fd60681356c17b78e84b8ebbab4fb2fd11632c5cc6b55c86614bce053588d4d486440408cf1d2acd331d7ed77e39a'
+sha512sums=('c882d72baafb41ec76d4ada70142287195595ce009d33bbdfa77fb9d6b55ebe4f566bc4dfbb697c3a635c8e610573db0332a6107b37ab5ff2cf44f2039d45fcc'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:44:30
  Author: felixonmars
Revision: 684821

upgpkg: pandoc 2.10-13: rebuild with unicode-transforms 0.3.7

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:32:55 UTC (rev 684820)
+++ PKGBUILD2020-08-18 17:44:30 UTC (rev 684821)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.10
-pkgrel=12
+pkgrel=13
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:44:44
  Author: felixonmars
Revision: 684822

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 684821, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 684821, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 17:44:44 UTC (rev 684822)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.10
+pkgrel=13
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-connection' 'haskell-data-default' 'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1b8c1b2275ed0badcab5f55faf0afd68d1f2c692d261a0f5f2e5999b9254ebd64bb966e04f40974ff737d74a577f28ec808c2d537d1b8a7768b3e724ebfc3d76')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+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 "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${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}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:32:55
  Author: felixonmars
Revision: 684820

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-unicode-transforms/repos/community-staging-x86_64/
  haskell-unicode-transforms/repos/community-staging-x86_64/PKGBUILD
(from rev 684819, haskell-unicode-transforms/trunk/PKGBUILD)

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

Copied: haskell-unicode-transforms/repos/community-staging-x86_64/PKGBUILD 
(from rev 684819, haskell-unicode-transforms/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 17:32:55 UTC (rev 684820)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=unicode-transforms
+pkgname=haskell-unicode-transforms
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
+url="https://github.com/ekmett/unicode-transforms/;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-getopt-generics' 'haskell-hspec' 
'haskell-quickcheck' 'haskell-split'
+ 'haskell-text-icu')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('7115a933938b4e110ece136dcce5abad06fdd3011538f62a340db1a28295247ed43616d7318f67192da451758e8e06bd121dc1cc936d5b704b6ffd01c3c2fb47')
+
+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 \
+-f-dev -fhas-icu -f-has-llvm
+runhaskell Setup build $MAKEFLAGS
+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-unicode-transforms/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:31:58
  Author: felixonmars
Revision: 684819

upgpkg: haskell-unicode-transforms 0.3.7-1: rebuild with unicode-transforms 
0.3.7

Modified:
  haskell-unicode-transforms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 17:27:26 UTC (rev 684818)
+++ PKGBUILD2020-08-18 17:31:58 UTC (rev 684819)
@@ -2,24 +2,25 @@
 
 _hkgname=unicode-transforms
 pkgname=haskell-unicode-transforms
-pkgver=0.3.6
-pkgrel=6
+pkgver=0.3.7
+pkgrel=1
 pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
 url="https://github.com/ekmett/unicode-transforms/;
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-bitarray')
-makedepends=('ghc')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-getopt-generics' 'haskell-hspec' 
'haskell-quickcheck' 'haskell-split'
+ 'haskell-text-icu')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f9dfa47447766194d4d2d5c363bdddbd91443c44be985a46918298c2b32e8706656ee2bbfcb61063f6c0a23af3ff4309a5288aae1feb956efef79469f88c5b4b')
+sha512sums=('7115a933938b4e110ece136dcce5abad06fdd3011538f62a340db1a28295247ed43616d7318f67192da451758e8e06bd121dc1cc936d5b704b6ffd01c3c2fb47')
 
 build() {
 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 \
--f-dev -f-has-icu -f-has-llvm
+-f-dev -fhas-icu -f-has-llvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
@@ -27,6 +28,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:27:26
  Author: felixonmars
Revision: 684818

archrelease: copy trunk to community-x86_64

Added:
  haskell-getopt-generics/repos/community-x86_64/
  haskell-getopt-generics/repos/community-x86_64/PKGBUILD
(from rev 684817, haskell-getopt-generics/trunk/PKGBUILD)

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

Copied: haskell-getopt-generics/repos/community-x86_64/PKGBUILD (from rev 
684817, haskell-getopt-generics/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-08-18 17:27:26 UTC (rev 684818)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=getopt-generics
+pkgname=haskell-getopt-generics
+pkgver=0.13.0.4
+pkgrel=1
+pkgdesc="Create command line interfaces with ease"
+url="https://github.com/soenkehahn/getopt-generics;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-base-orphans' 
'haskell-generics-sop'
+ 'haskell-tagged')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 
'haskell-silently')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f053dcd59126932745a98c955eca70dc3f50eda7e5a390bf7e5d7c639d89df9d714a6b449166a5b288a77e69f203207e8d8480ad86484b68c7a609e5f1a03fca')
+
+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 $MAKEFLAGS
+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 (4 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 17:27:11
  Author: felixonmars
Revision: 684817

addpkg: haskell-getopt-generics 0.13.0.4-1

Added:
  haskell-getopt-generics/
  haskell-getopt-generics/repos/
  haskell-getopt-generics/trunk/
  haskell-getopt-generics/trunk/PKGBUILD

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

Added: haskell-getopt-generics/trunk/PKGBUILD
===
--- haskell-getopt-generics/trunk/PKGBUILD  (rev 0)
+++ haskell-getopt-generics/trunk/PKGBUILD  2020-08-18 17:27:11 UTC (rev 
684817)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=getopt-generics
+pkgname=haskell-getopt-generics
+pkgver=0.13.0.4
+pkgrel=1
+pkgdesc="Create command line interfaces with ease"
+url="https://github.com/soenkehahn/getopt-generics;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-base-orphans' 
'haskell-generics-sop'
+ 'haskell-tagged')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 
'haskell-silently')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f053dcd59126932745a98c955eca70dc3f50eda7e5a390bf7e5d7c639d89df9d714a6b449166a5b288a77e69f203207e8d8480ad86484b68c7a609e5f1a03fca')
+
+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 $MAKEFLAGS
+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 tarantool/trunk (PKGBUILD)

2020-08-18 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 18, 2020 @ 17:01:50
  Author: anatolik
Revision: 684816

Fix systemd warning at install time

  /usr/lib/tmpfiles.d/tarantool.conf:1: Line references path below legacy 
directory /var/run/, updating /var/run/tarantool {U+2192} /run/tarantool; 
please update the tmpfiles.d/ drop-in file accordingly.

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 16:48:48 UTC (rev 684815)
+++ PKGBUILD2020-08-18 17:01:50 UTC (rev 684816)
@@ -87,6 +87,8 @@
   cd tarantool
   make install DESTDIR="$pkgdir"
 
+  sed 's|/var/run/|/run/|' -i "$pkgdir"/usr/lib/tmpfiles.d/tarantool.conf # 
https://github.com/tarantool/tarantool/issues/5227
+
   install -D -m644 $srcdir/tarantool.sysusers 
"$pkgdir/usr/lib/sysusers.d/tarantool.conf"
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:35:31
  Author: felixonmars
Revision: 684003

upgpkg: postgrest 7.0.1-61: rebuild with ghc 8.10.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 16:31:29 UTC (rev 684002)
+++ PKGBUILD2020-08-18 16:35:31 UTC (rev 684003)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=60
+pkgrel=61
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:35:39
  Author: felixonmars
Revision: 684004

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 684003, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 684003, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 16:35:39 UTC (rev 684004)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=61
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+sed -i 's/< *1.5/<2/' $pkgname.cabal
+}
+
+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-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:31:29
  Author: felixonmars
Revision: 684002

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 684001, haskell-servant-swagger/trunk/PKGBUILD)

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 684001, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 16:31:29 UTC (rev 684002)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.8
+pkgrel=97
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-servant'
+ 'haskell-singleton-bool' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-cabal-doctest' 
'haskell-doctest'
+ 'haskell-hspec-discover' 'haskell-lens-aeson' 
'haskell-utf8-string' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7ddf92df0ef594ab08ef247cd953b55933ec2fba489678a9dee139345b80ffd40e40285d7cf0775d468b5de5c883cc6ba430208949cc406b150c573ed7e7b74a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.1/<5/;s/< *2.6/<3/;s/< *1.5/<2/;s/< *0.17/<1/' 
$_hkgname.cabal
+}
+
+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 $MAKEFLAGS
+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 || warning "Tests failed"
+}
+
+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-servant-swagger/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:31:17
  Author: felixonmars
Revision: 684001

upgpkg: haskell-servant-swagger 1.1.8-97: rebuild with ghc 8.10.2

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 16:29:01 UTC (rev 684000)
+++ PKGBUILD2020-08-18 16:31:17 UTC (rev 684001)
@@ -4,7 +4,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.8
-pkgrel=96
+pkgrel=97
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("BSD")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:29:01
  Author: felixonmars
Revision: 684000

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
683999, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 16:29:01 UTC (rev 684000)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.6
+pkgrel=32
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-base-compat-batteries'
+ 'haskell-cookie' 'haskell-hashable' 'haskell-generics-sop' 
'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 
'haskell-optics-core'
+ 'haskell-optics-th' 'haskell-quickcheck' 'haskell-scientific'
+ 'haskell-transformers-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-uuid-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 
'haskell-quickcheck-instances'
+ 'haskell-hspec-discover' 'haskell-doctest' 
'haskell-cabal-doctest' 'haskell-glob'
+ 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d7ca7710ad1c1b42c7f9066b94a3abaf22be6826a84255dbbcbb0c0bbae3612cd934432fa907b4f650049e83fae94d6ead602e93f29e739f14c17144fe5a2101')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.14/<3/;s/< *1.5/<2/' $_hkgname.cabal
+}
+
+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 $MAKEFLAGS
+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 perl-libwww/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:28:42
  Author: felixonmars
Revision: 394376

upgpkg: perl-libwww 6.47-1

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:58:28 UTC (rev 394375)
+++ PKGBUILD2020-08-18 16:28:42 UTC (rev 394376)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.46
+pkgver=6.47
 pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
 options=('!emptydirs')
 
source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
-sha512sums=('ff4b77b3287e17f22ebe8364a7645fec99cfc181a96fb62b63b425c01d5e84e369a12a2c9741cb3ecb612514e873cc2c1af432d7a7feb4dc1ed114eb8f8e033f')
+sha512sums=('06f37560153aac6879ccb8887af1c99d0579d4ac2ebadf450f3586b179d2a8e18410f5a85e33ee2ade7da3d43049138178ba3eba76e3a185136972a5b830304d')
 
 build() {
   cd libwww-perl-$pkgver


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:28:53
  Author: felixonmars
Revision: 683999

upgpkg: haskell-swagger2 2.6-32: rebuild with ghc 8.10.2

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 16:27:17 UTC (rev 683998)
+++ PKGBUILD2020-08-18 16:28:53 UTC (rev 683999)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.6
-pkgrel=31
+pkgrel=32
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2;
 license=("BSD")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:28:50
  Author: felixonmars
Revision: 394377

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 16:28:42 UTC (rev 394376)
+++ PKGBUILD2020-08-18 16:28:50 UTC (rev 394377)
@@ -1,34 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-libwww
-pkgver=6.46
-pkgrel=1
-pkgdesc="The World-Wide Web library for Perl"
-arch=('any')
-url="https://metacpan.org/release/libwww-perl;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-encode-locale' 'perl-file-listing'
- 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
- 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
- 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
-optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
-sha512sums=('ff4b77b3287e17f22ebe8364a7645fec99cfc181a96fb62b63b425c01d5e84e369a12a2c9741cb3ecb612514e873cc2c1af432d7a7feb4dc1ed114eb8f8e033f')
-
-build() {
-  cd libwww-perl-$pkgver
-  perl Makefile.PL --aliases INSTALLDIRS=vendor
-  make
-}
-
-check()  {
-  cd libwww-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libwww-perl-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-libwww/repos/extra-any/PKGBUILD (from rev 394376, 
perl-libwww/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 16:28:50 UTC (rev 394377)
@@ -0,0 +1,34 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.47
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+ 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+ 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+ 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
+sha512sums=('06f37560153aac6879ccb8887af1c99d0579d4ac2ebadf450f3586b179d2a8e18410f5a85e33ee2ade7da3d43049138178ba3eba76e3a185136972a5b830304d')
+
+build() {
+  cd libwww-perl-$pkgver
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libwww-perl-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ukui-session-manager/repos/community-x86_64 (2 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:27:17
  Author: felixonmars
Revision: 683998

archrelease: copy trunk to community-x86_64

Added:
  ukui-session-manager/repos/community-x86_64/PKGBUILD
(from rev 683997, ukui-session-manager/trunk/PKGBUILD)
Deleted:
  ukui-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 16:27:09 UTC (rev 683997)
+++ PKGBUILD2020-08-18 16:27:17 UTC (rev 683998)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-session-manager
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Session manager of the UKUI desktop environment"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-session-manager;
-groups=('ukui')
-depends=('kidletime' 'peony' 'qt5-multimedia' 'qt5-ukui-platformtheme' 
'ukui-biometric-auth'
- 'ukui-panel' 'ukui-settings-daemon' 'ukui-screensaver' 'ukwm' 
'xtrans')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-session-manager/archive/v$pkgver.tar.gz;)
-sha512sums=('9873dd02a243f3fd7ef1b67b73625c4e183cc2fb8edd7acd2d00c33f15d28ec7452eaae3b27f388597c982a1ab6640fd818afe05642f3ef19918e02feccc8cb7')
-
-prepare() {
-  mkdir -p build
-  sed -i '/#include /i #include ' 
$pkgname-$pkgver/tools/main.cpp
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--GNinja -DCMAKE_INSTALL_PREFIX=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: ukui-session-manager/repos/community-x86_64/PKGBUILD (from rev 683997, 
ukui-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 16:27:17 UTC (rev 683998)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-session-manager
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Session manager of the UKUI desktop environment"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-session-manager;
+groups=('ukui')
+depends=('kidletime' 'peony' 'qt5-multimedia' 'qt5-ukui-platformtheme' 
'ukui-biometric-auth'
+ 'ukui-panel' 'ukui-settings-daemon' 'ukui-screensaver' 'ukwm' 
'xtrans')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-session-manager/archive/v$pkgver.tar.gz;)
+sha512sums=('15d428fb0bfe093ee475b9d1643f3ea57222d1e0e1fb4b6c27263deed0b54fd4c43afe121ea38cf0c5b1025702d58ce99fcd93e06f2ed700637c4669a97447e9')
+
+prepare() {
+  mkdir -p build
+  sed -i '/#include /i #include ' 
$pkgname-$pkgver/tools/main.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in ukui-session-manager/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:27:09
  Author: felixonmars
Revision: 683997

upgpkg: ukui-session-manager 3.0.1-1

Modified:
  ukui-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 16:24:29 UTC (rev 683996)
+++ PKGBUILD2020-08-18 16:27:09 UTC (rev 683997)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-session-manager
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Session manager of the UKUI desktop environment"
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'ukui-panel' 'ukui-settings-daemon' 'ukui-screensaver' 'ukwm' 
'xtrans')
 makedepends=('cmake' 'ninja' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-session-manager/archive/v$pkgver.tar.gz;)
-sha512sums=('9873dd02a243f3fd7ef1b67b73625c4e183cc2fb8edd7acd2d00c33f15d28ec7452eaae3b27f388597c982a1ab6640fd818afe05642f3ef19918e02feccc8cb7')
+sha512sums=('15d428fb0bfe093ee475b9d1643f3ea57222d1e0e1fb4b6c27263deed0b54fd4c43afe121ea38cf0c5b1025702d58ce99fcd93e06f2ed700637c4669a97447e9')
 
 prepare() {
   mkdir -p build


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:24:29
  Author: felixonmars
Revision: 683996

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optics-th/repos/community-staging-x86_64/
  haskell-optics-th/repos/community-staging-x86_64/PKGBUILD
(from rev 683995, haskell-optics-th/trunk/PKGBUILD)

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

Copied: haskell-optics-th/repos/community-staging-x86_64/PKGBUILD (from rev 
683995, haskell-optics-th/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 16:24:29 UTC (rev 683996)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=optics-th
+pkgname=haskell-optics-th
+pkgver=0.3.0.1
+pkgrel=2
+pkgdesc="Optics construction using TemplateHaskell"
+url="https://github.com/well-typed/optics;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optics-core' 'haskell-th-abstraction')
+makedepends=('ghc' 'haskell-tagged')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+
$pkgname-ghc-8.10.2.patch::https://github.com/well-typed/optics/pull/339.patch)
+sha512sums=('4a6c92fb3b9f1803f2b93cba83f0b2fc9b11cec6d22aad32357b1735ea75335c9249b646bd4ae9712b35156c0faf571474bfe789a39275ace1b1eb05db5ff0c1'
+
'043036fef711ee78203f73e0482f3bab214c628348287afa22fd31bdb15349de507aa76080f14551ed6b62a66c56d63bc81da4391fc8cc9c6565238aa9fb2a15')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p2 -i ../$pkgname-ghc-8.10.2.patch
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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-optics-th/trunk (PKGBUILD)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 16:24:17
  Author: felixonmars
Revision: 683995

upgpkg: haskell-optics-th 0.3.0.1-2: rebuild with ghc 8.10.2

Modified:
  haskell-optics-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 16:15:20 UTC (rev 683994)
+++ PKGBUILD2020-08-18 16:24:17 UTC (rev 683995)
@@ -3,7 +3,7 @@
 _hkgname=optics-th
 pkgname=haskell-optics-th
 pkgver=0.3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Optics construction using TemplateHaskell"
 url="https://github.com/well-typed/optics;
 license=('BSD')
@@ -10,11 +10,14 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-optics-core' 'haskell-th-abstraction')
 makedepends=('ghc' 'haskell-tagged')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4a6c92fb3b9f1803f2b93cba83f0b2fc9b11cec6d22aad32357b1735ea75335c9249b646bd4ae9712b35156c0faf571474bfe789a39275ace1b1eb05db5ff0c1')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+
$pkgname-ghc-8.10.2.patch::https://github.com/well-typed/optics/pull/339.patch)
+sha512sums=('4a6c92fb3b9f1803f2b93cba83f0b2fc9b11cec6d22aad32357b1735ea75335c9249b646bd4ae9712b35156c0faf571474bfe789a39275ace1b1eb05db5ff0c1'
+
'043036fef711ee78203f73e0482f3bab214c628348287afa22fd31bdb15349de507aa76080f14551ed6b62a66c56d63bc81da4391fc8cc9c6565238aa9fb2a15')
 
 prepare() {
 cd $_hkgname-$pkgver
+patch -p2 -i ../$pkgname-ghc-8.10.2.patch
 echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 


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

2020-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, August 18, 2020 @ 16:15:20
  Author: yan12125
Revision: 683994

archrelease: copy trunk to community-testing-x86_64

Added:
  nextcloud-client/repos/community-testing-x86_64/
  nextcloud-client/repos/community-testing-x86_64/PKGBUILD
(from rev 683993, nextcloud-client/trunk/PKGBUILD)

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

Copied: nextcloud-client/repos/community-testing-x86_64/PKGBUILD (from rev 
683993, nextcloud-client/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-08-18 16:15:20 UTC (rev 683994)
@@ -0,0 +1,73 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Tyler Dence 
+# Contributor: Konstantin Shalygin 
+
+pkgname=nextcloud-client
+# Upstream does not provide signed tarballs (yet)
+# https://github.com/nextcloud/desktop/issues/236#issuecomment-540538247
+pkgver=3.0.0
+_commit=ff175088a391007b66bfca89ef35cf29e37cf001
+pkgrel=1
+pkgdesc='Nextcloud desktop client'
+arch=(x86_64)
+url='https://nextcloud.com/'
+license=(GPL)
+depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine xdg-utils 
libcloudproviders
+ qt5-graphicaleffects qt5-quickcontrols2)
+makedepends=(doxygen extra-cmake-modules kio python-sphinx qt5-tools git 
cmocka)
+optdepends=(
+  'kio: integration with Dolphin'
+  'nemo-python: integration with Nemo'
+  'python-nautilus: integration with Nautilus'
+  'python-caja: integration with Caja'
+)
+# Not using ?signed here as only the tag is properly signed, not the commit.
+# See https://github.com/nextcloud/desktop/issues/2185
+source=("$pkgname::git+https://github.com/nextcloud/desktop.git#commit=$_commit;)
+validpgpkeys=(
+  A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan
+  42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7
+  17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # https://github.com/er-vin.gpg
+)
+sha256sums=('SKIP')
+backup=('etc/Nextcloud/sync-exclude.lst')
+
+prepare() {
+  # tmpdir for check()
+  mkdir tmpdir
+
+  # Use system GNUInstallDirs.cmake so that we can benefit from
+  # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
+  rm -v $pkgname/cmake/modules/GNUInstallDirs.cmake
+}
+
+build() {
+  cd $pkgname
+
+  # bundled breakpad in libcrashreporter-qt submodule is too old and does not 
build with glibc >= 2.26
+  # Upstream fix: 
https://github.com/google/breakpad/commit/bddcc58860f522a0d4cbaa7e9d04058caee0db9d
+  cmake -B build -S . \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DNO_SHIBBOLETH=1 \
+-DWITH_CRASHREPORTER=OFF \
+-DUNIT_TESTING=ON
+
+  # TODO: fix installation of PDF and HTML documents
+  # WIP at https://github.com/yan12125/desktop/tree/doc-install-path
+  make -C build all doc-man
+}
+
+check() {
+  cd $pkgname/build
+
+  # Tests fail if $TMPDIR is too small; specify an alternative for machines
+  # with a small /tmp partition.
+  TMPDIR="$srcdir/tmpdir" make test
+}
+
+package() {
+  cd $pkgname/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, August 18, 2020 @ 16:15:07
  Author: yan12125
Revision: 683993

upgpkg: nextcloud-client 3.0.0-1

* Nextcloud.conf is no longer needed as the updater is disabled by default 
after [1]
* Update comments for signing issues

[1] https://github.com/nextcloud/desktop/pull/1847

Modified:
  nextcloud-client/trunk/PKGBUILD
Deleted:
  nextcloud-client/trunk/Nextcloud.conf
  nextcloud-client/trunk/nextcloud-client-fix-build.diff

-+
 Nextcloud.conf  |2 --
 PKGBUILD|   35 +++
 nextcloud-client-fix-build.diff |   13 -
 3 files changed, 11 insertions(+), 39 deletions(-)

Deleted: Nextcloud.conf
===
--- Nextcloud.conf  2020-08-18 15:58:39 UTC (rev 683992)
+++ Nextcloud.conf  2020-08-18 16:15:07 UTC (rev 683993)
@@ -1,2 +0,0 @@
-[General]
-skipUpdateCheck=true

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:58:39 UTC (rev 683992)
+++ PKGBUILD2020-08-18 16:15:07 UTC (rev 683993)
@@ -5,14 +5,15 @@
 pkgname=nextcloud-client
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/236#issuecomment-540538247
-pkgver=2.6.5
-_commit=adada8b2eecd65d7a587b6abe0ae2aabca9a0b75
-pkgrel=2
+pkgver=3.0.0
+_commit=ff175088a391007b66bfca89ef35cf29e37cf001
+pkgrel=1
 pkgdesc='Nextcloud desktop client'
 arch=(x86_64)
 url='https://nextcloud.com/'
 license=(GPL)
-depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine xdg-utils 
libcloudproviders)
+depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine xdg-utils 
libcloudproviders
+ qt5-graphicaleffects qt5-quickcontrols2)
 makedepends=(doxygen extra-cmake-modules kio python-sphinx qt5-tools git 
cmocka)
 optdepends=(
   'kio: integration with Dolphin'
@@ -20,21 +21,16 @@
   'python-nautilus: integration with Nautilus'
   'python-caja: integration with Caja'
 )
-# Remove ?signed temporarily as the tagged commit is signed by nextcloud-bot,
-# whose GPG public key is missing. See 
https://github.com/nextcloud/desktop/issues/2185
-source=("$pkgname::git+https://github.com/nextcloud/desktop.git#commit=$_commit;
-$pkgname-fix-build.diff
-Nextcloud.conf)
+# Not using ?signed here as only the tag is properly signed, not the commit.
+# See https://github.com/nextcloud/desktop/issues/2185
+source=("$pkgname::git+https://github.com/nextcloud/desktop.git#commit=$_commit;)
 validpgpkeys=(
   A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan
   42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7
-  # 8B5274AEE6EC9C06B0DDAA96130DAB86D3FB356C # github.com/nextcloud-bot, 
public key missing
+  17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # https://github.com/er-vin.gpg
 )
-sha256sums=('SKIP'
-'8b257a0554ceb54a7ed320dbfa3becb97d6845338e28a8aa0a4f6239f3141645'
-'5f51e41ef01d4e5b88a4735531105b84b4fb5317adc2a2996117c03fe5a44fc7')
-backup=('etc/Nextcloud/sync-exclude.lst'
-'etc/Nextcloud/Nextcloud.conf')
+sha256sums=('SKIP')
+backup=('etc/Nextcloud/sync-exclude.lst')
 
 prepare() {
   # tmpdir for check()
@@ -43,12 +39,6 @@
   # Use system GNUInstallDirs.cmake so that we can benefit from
   # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
   rm -v $pkgname/cmake/modules/GNUInstallDirs.cmake
-
-  cd $pkgname
-
-  # https://github.com/nextcloud/desktop/pull/719
-  # "Rename owncloud tests to nextcloud" - actually breaks building of tests
-  patch -Np1 -i ../$pkgname-fix-build.diff
 }
 
 build() {
@@ -80,7 +70,4 @@
   cd $pkgname/build
 
   make DESTDIR="$pkgdir" install
-
-  # Disables built-in update checker
-  install -Dm644 "$srcdir/Nextcloud.conf" -t "$pkgdir"/etc/Nextcloud
 }

Deleted: nextcloud-client-fix-build.diff
===
--- nextcloud-client-fix-build.diff 2020-08-18 15:58:39 UTC (rev 683992)
+++ nextcloud-client-fix-build.diff 2020-08-18 16:15:07 UTC (rev 683993)
@@ -1,13 +0,0 @@
-diff --git a/test/testnextcloudpropagator.cpp 
b/test/testnextcloudpropagator.cpp
-index 6ad1a6b37..dc2e476ad 100644
 a/test/testnextcloudpropagator.cpp
-+++ b/test/testnextcloudpropagator.cpp
-@@ -8,7 +8,7 @@
- #include 
- 
- #include "propagatedownload.h"
--#include "nextcloudpropagator_p.h"
-+#include "owncloudpropagator_p.h"
- 
- using namespace OCC;
- namespace OCC {


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:51:16
  Author: felixonmars
Revision: 683989

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-utils/repos/community-staging-x86_64/
  xmonad-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 683988, xmonad-utils/trunk/PKGBUILD)

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

Copied: xmonad-utils/repos/community-staging-x86_64/PKGBUILD (from rev 683988, 
xmonad-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:51:16 UTC (rev 683989)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Leif Warner 
+
+pkgname=xmonad-utils
+pkgver=0.1.3.3
+pkgrel=56
+pkgdesc='Small collection of X utilities'
+url='https://hackage.haskell.org/package/xmonad-utils'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 
'haskell-unix')
+makedepends=('ghc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('45a5db08e2e8fce4a11f929107c29d5073b897cbe83af0ea24ee2e691b72e2f8')
+sha512sums=('f969a0b75107266ec5f74edc06075a1ede72857311d8e0494bf5b567d18e0a9d6e5b046dbb2a34783c2eafc18be9576b86aa78415306974718031a7dd652418c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-08-18 Thread Jan Steffens via arch-commits
Date: Tuesday, August 18, 2020 @ 15:53:40
  Author: heftig
Revision: 394371

archrelease: copy trunk to testing-x86_64

Added:
  p11-kit/repos/testing-x86_64/
  p11-kit/repos/testing-x86_64/PKGBUILD
(from rev 394370, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/testing-x86_64/p11-kit.install
(from rev 394370, p11-kit/trunk/p11-kit.install)

-+
 PKGBUILD|   71 ++
 p11-kit.install |   23 +
 2 files changed, 94 insertions(+)

Copied: p11-kit/repos/testing-x86_64/PKGBUILD (from rev 394370, 
p11-kit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-18 15:53:40 UTC (rev 394371)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=p11-kit
+pkgname=(p11-kit libp11-kit)
+pkgver=0.23.21
+pkgrel=1
+pkgdesc="Loads and enumerates PKCS#11 modules"
+url="https://p11-glue.freedesktop.org;
+arch=(x86_64)
+license=(BSD)
+makedepends=(gtk-doc git meson libtasn1 libffi systemd bash-completion)
+source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;)
+sha256sums=('SKIP')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF'  # Stef Walter
+  '462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+prepare() {
+  cd p11-kit
+}
+
+build() {
+  arch-meson p11-kit build \
+--buildtype debugoptimized \
+-D gtk_doc=true \
+-D man=true \
+-D 
trust_paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_p11-kit() {
+  depends=("libp11-kit=$pkgver-$pkgrel" coreutils libp11-kit.so libsystemd.so)
+  install=p11-kit.install
+
+  DESTDIR="$pkgdir" meson install -C build
+  ln -sr "$pkgdir/usr/bin/update-ca-trust" 
"$pkgdir/usr/lib/p11-kit/trust-extract-compat"
+
+  # Split libp11-kit
+  _pick lib "$pkgdir"/usr/include
+  _pick lib "$pkgdir"/usr/lib/{p11-kit-proxy.so,libp11-kit.*}
+  _pick lib "$pkgdir"/usr/lib/{pkcs11,pkgconfig}
+  _pick lib "$pkgdir"/usr/share/{locale,p11-kit}
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 p11-kit/COPYING
+}
+
+package_libp11-kit() {
+  pkgdesc+=" (library)"
+  depends=(glibc libtasn1 libffi)
+  provides=(libp11-kit.so)
+
+  mv lib/* "$pkgdir"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 p11-kit/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/testing-x86_64/p11-kit.install (from rev 394370, 
p11-kit/trunk/p11-kit.install)
===
--- testing-x86_64/p11-kit.install  (rev 0)
+++ testing-x86_64/p11-kit.install  2020-08-18 15:53:40 UTC (rev 394371)
@@ -0,0 +1,23 @@
+_global_units() {
+local unit=p11-kit-server.socket dir=/etc/systemd/user/sockets.target.wants
+
+case $1 in
+enable)
+mkdir -p $dir
+ln -sf /usr/lib/systemd/user/$unit $dir/$unit
+;;
+disable)
+rm -f $dir/$unit
+rmdir -p --ignore-fail-on-non-empty $dir
+;;
+esac
+}
+
+post_install() {
+  # Enable socket by default
+  _global_units enable
+}
+
+pre_remove() {
+  _global_units disable
+}


[arch-commits] Commit in lib32-p11-kit/repos (2 files)

2020-08-18 Thread Jan Steffens via arch-commits
Date: Tuesday, August 18, 2020 @ 15:53:39
  Author: heftig
Revision: 683991

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-p11-kit/repos/multilib-testing-x86_64/
  lib32-p11-kit/repos/multilib-testing-x86_64/PKGBUILD
(from rev 683990, lib32-p11-kit/trunk/PKGBUILD)

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

Copied: lib32-p11-kit/repos/multilib-testing-x86_64/PKGBUILD (from rev 683990, 
lib32-p11-kit/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-08-18 15:53:39 UTC (rev 683991)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Florian Pritz 
+# Contributor: Christoph Vigano 
+
+pkgname=lib32-p11-kit
+pkgver=0.23.21
+pkgrel=1
+pkgdesc="Loads and enumerates PKCS#11 modules (32-bit library)"
+url="https://p11-glue.freedesktop.org;
+arch=(x86_64)
+license=(BSD)
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi libp11-kit)
+makedepends=(git meson lib32-systemd)
+provides=(libp11-kit.so)
+source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;)
+sha256sums=('SKIP')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF'  # Stef Walter
+  '462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+prepare() {
+  cd p11-kit
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson p11-kit build \
+--buildtype debugoptimized \
+--libdir /usr/lib32 \
+-D bash_completion=disabled \
+-D 
trust_paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  rm -rf "$pkgdir"/etc "$pkgdir"/usr/{bin,include,lib,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libp11-kit "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-08-18 Thread Jan Steffens via arch-commits
Date: Tuesday, August 18, 2020 @ 15:53:18
  Author: heftig
Revision: 394370

0.23.21-1

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 12:49:04 UTC (rev 394369)
+++ PKGBUILD2020-08-18 15:53:18 UTC (rev 394370)
@@ -1,15 +1,15 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgbase=p11-kit
 pkgname=(p11-kit libp11-kit)
-pkgver=0.23.20
-pkgrel=5
+pkgver=0.23.21
+pkgrel=1
 pkgdesc="Loads and enumerates PKCS#11 modules"
 url="https://p11-glue.freedesktop.org;
 arch=(x86_64)
 license=(BSD)
-makedepends=(gtk-doc git meson libtasn1 libffi systemd)
+makedepends=(gtk-doc git meson libtasn1 libffi systemd bash-completion)
 source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;)
 sha256sums=('SKIP')
 validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF'  # Stef Walter
@@ -25,7 +25,7 @@
 -D gtk_doc=true \
 -D man=true \
 -D 
trust_paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-08-18 Thread Jan Steffens via arch-commits
Date: Tuesday, August 18, 2020 @ 15:53:21
  Author: heftig
Revision: 683990

0.23.21-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:51:16 UTC (rev 683989)
+++ PKGBUILD2020-08-18 15:53:21 UTC (rev 683990)
@@ -1,9 +1,10 @@
-# Maintainer: Florian Pritz 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Florian Pritz 
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.20
-pkgrel=4
+pkgver=0.23.21
+pkgrel=1
 pkgdesc="Loads and enumerates PKCS#11 modules (32-bit library)"
 url="https://p11-glue.freedesktop.org;
 arch=(x86_64)
@@ -28,8 +29,9 @@
   arch-meson p11-kit build \
 --buildtype debugoptimized \
 --libdir /usr/lib32 \
+-D bash_completion=disabled \
 -D 
trust_paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:50:59
  Author: felixonmars
Revision: 683988

upgpkg: xmonad-utils 0.1.3.3-56: rebuild with ghc 8.10.2

Modified:
  xmonad-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:49:59 UTC (rev 683987)
+++ PKGBUILD2020-08-18 15:50:59 UTC (rev 683988)
@@ -3,7 +3,7 @@
 
 pkgname=xmonad-utils
 pkgver=0.1.3.3
-pkgrel=55
+pkgrel=56
 pkgdesc='Small collection of X utilities'
 url='https://hackage.haskell.org/package/xmonad-utils'
 arch=('x86_64')


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:49:59
  Author: felixonmars
Revision: 683987

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-contrib/repos/community-staging-x86_64/
  xmonad-contrib/repos/community-staging-x86_64/PKGBUILD
(from rev 683986, xmonad-contrib/trunk/PKGBUILD)

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

Copied: xmonad-contrib/repos/community-staging-x86_64/PKGBUILD (from rev 
683986, xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:49:59 UTC (rev 683987)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: orbisvicis 
+
+pkgname=xmonad-contrib
+pkgver=0.16
+pkgrel=30
+pkgdesc='Add-ons for xmonad'
+url='https://xmonad.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'xmonad' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random'
+ 'haskell-old-time')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz)
+sha512sums=('68f93ef6bcc1f2b3f5422c35a9ddcf846c75c1e9d8e6177750f4fad8dec818642e0a7159d295a381f0656c85b1f52382af1e32d577a825c4fcbdfa4c131581cc')
+
+prepare() {
+  sed -i -e '/semigroups/d' -e 's/utf8-string,/utf8-string/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup.lhs configure -O --enable-shared 
--enable-executable-dynamic --disable-library-vanilla \
+ --prefix=/usr -fuse_xft --libsubdir=\$compiler/site-local/\$pkgid 
\
+ --docdir=/usr/share/doc/${pkgname}
+  runhaskell Setup build $MAKEFLAGS
+  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 ${pkgname}-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:49:42
  Author: felixonmars
Revision: 683986

upgpkg: xmonad-contrib 0.16-30: rebuild with ghc 8.10.2

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:47:27 UTC (rev 683985)
+++ PKGBUILD2020-08-18 15:49:42 UTC (rev 683986)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.16
-pkgrel=29
+pkgrel=30
 pkgdesc='Add-ons for xmonad'
 url='https://xmonad.org/'
 arch=('x86_64')


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:47:27
  Author: felixonmars
Revision: 683985

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad/repos/community-staging-x86_64/
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 683984, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-x86_64/dynamic-compilation.patch
(from rev 683984, xmonad/trunk/dynamic-compilation.patch)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 683984, xmonad/trunk/xmonad.svg)

---+
 PKGBUILD  |   70 
 dynamic-compilation.patch |   11 ++
 xmonad.svg|   77 
 3 files changed, 158 insertions(+)

Copied: xmonad/repos/community-staging-x86_64/PKGBUILD (from rev 683984, 
xmonad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:47:27 UTC (rev 683985)
@@ -0,0 +1,70 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: shild 
+
+pkgname=xmonad
+pkgver=0.15
+pkgrel=50
+pkgdesc='Lightweight X11 tiled window manager written in Haskell'
+url='https://xmonad.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc' 'haskell-x11' 'sh' 'haskell-utf8-string' 
'haskell-extensible-exceptions'
+ 'haskell-data-default' 'haskell-setlocale')
+makedepends=('gendesk')
+optdepends=('xorg-xmessage: for displaying visual error messages')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz
+dynamic-compilation.patch
+xmonad.svg)
+sha512sums=('07bf61a1355548679d264e62423dfe6c4ee886aff28ac748588aa7f4f9a4f1bf2afabb1104451fa56f5a3989d79b6044f479d2804e416940e02f52f18b443996'
+
'abc598ebc4b55917186cd4d549fc970f53905f820d394ada9a092c08d8833050ad18b23e2f4fd7f281487da2db5b0ca058600e995ac97b18d3be4c62071562d6'
+
'31f0ceb724a9931aeda75ab706c8908b5d8341af4df50ab1d749814baacb748ad3622601cd99ac03bf936b698fcd854b23d1541e1772306e3337a13a79b110b6')
+
+prepare() {
+  gendesk --pkgname "${pkgname}" --pkgdesc "${pkgdesc}"
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/dynamic-compilation.patch"
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i ${pkgname}.cabal
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  runhaskell Setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--docdir="/usr/share/doc/${pkgname}" \
+--datasubdir="${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  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 ${pkgname}-${pkgver}
+
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+
+  # Requires pandoc, regex-posix, Pretty and cabal
+  #runhaskell util/GenerateManpage.hs
+
+  install -Dm 644 man/xmonad.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/xmonad"
+  install -Dm 644 "$srcdir/xmonad.svg" -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 644 "$srcdir/xmonad.desktop" -t "${pkgdir}/usr/share/xsessions"
+}
+
+# vim: ts=2 sw=2 et:

Copied: xmonad/repos/community-staging-x86_64/dynamic-compilation.patch (from 
rev 683984, xmonad/trunk/dynamic-compilation.patch)
===
--- community-staging-x86_64/dynamic-compilation.patch  
(rev 0)
+++ community-staging-x86_64/dynamic-compilation.patch  2020-08-18 15:47:27 UTC 
(rev 683985)
@@ -0,0 +1,11 @@
+diff -ura xmonad-0.13.orig/src/XMonad/Core.hs xmonad-0.13/src/XMonad/Core.hs
+--- xmonad-0.13.orig/src/XMonad/Core.hs2017-06-23 17:13:06.154600231 
+0300
 xmonad-0.13/src/XMonad/Core.hs 2017-06-23 17:13:51.021867441 +0300
+@@ -626,6 +626,7 @@
+   , "-ilib"
+   , "-fforce-recomp"
+   , "-main-is", "main"
++  , "-dynamic"
+   , "-v0"
+   , "-o", bin
+   ] (Just dir) Nothing Nothing Nothing (Just 
errHandle)

Copied: xmonad/repos/community-staging-x86_64/xmonad.svg (from rev 683984, 
xmonad/trunk/xmonad.svg)
===

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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:47:01
  Author: felixonmars
Revision: 683984

upgpkg: xmonad 0.15-50: rebuild with ghc 8.10.2

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:45:45 UTC (rev 683983)
+++ PKGBUILD2020-08-18 15:47:01 UTC (rev 683984)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad
 pkgver=0.15
-pkgrel=49
+pkgrel=50
 pkgdesc='Lightweight X11 tiled window manager written in Haskell'
 url='https://xmonad.org/'
 arch=('x86_64')


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:45:45
  Author: felixonmars
Revision: 683983

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 683982, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 683982, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:45:45 UTC (rev 683983)
@@ -0,0 +1,69 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.35
+pkgrel=27
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 
'haskell-netlink'
+ 'haskell-text' 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-http-client-tls' 'haskell-alsa-core' 
'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('214fae1d3f1e04759537b675ed8cc7edc6ad6fd18220d375d931e1d3626107f1f504cde55dbd5aced27fabd9149a676dfd645efd94a9e0ee0db83bfdce1c4502')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  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 xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/xmobar.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/xmobar.sh"
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:45:28
  Author: felixonmars
Revision: 683982

upgpkg: xmobar 0.35-27: rebuild with ghc 8.10.2

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:43:17 UTC (rev 683981)
+++ PKGBUILD2020-08-18 15:45:28 UTC (rev 683982)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.35
-pkgrel=26
+pkgrel=27
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:43:01
  Author: felixonmars
Revision: 683980

upgpkg: taskell 1.9.3.0-13: rebuild with ghc 8.10.2

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:40:57 UTC (rev 683979)
+++ PKGBUILD2020-08-18 15:43:01 UTC (rev 683980)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.3.0
-pkgrel=12
+pkgrel=13
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:43:17
  Author: felixonmars
Revision: 683981

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 683980, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 683980, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:43:17 UTC (rev 683981)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/smallhadroncollider/taskell/raw/master/test/Taskell/IO/data/roadmap.md)
+sha512sums=('61d9615d20585345a0a7d8864c7c817196b3ebf9a7ec3aa3f592f0f6df89d14c6c6a9f31ae9cc1060f775b348505b4df5cb3262ced686a6df3dd241797624a44'
+
'c41d549a9595f91dc58dfb72eeaca8e1faeafe87255e8b375fe542f015fffb736004bce6ed7b97a3c4493b3b35a53e6ce755698f45a16f736920c8743e7247b8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/== *0.52/==0.55/;s/== *5.26/==5.30/;s/< *4/<5/;s/< *2/<3/;s/< 
*1/<2/;s/< *0.7/<1/;s/>=1.2.4.0/>=1.2/' $pkgname.cabal
+  cp ../roadmap.md test/Taskell/IO/data/
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  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
+  runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:40:57
  Author: felixonmars
Revision: 683979

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 683978, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
683978, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:40:57 UTC (rev 683979)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=406
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-instances' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+
+sed -i 's/binary-orphans/binary-instances/' $pkgname.cabal
+sed -i 's/Data.Binary.Orphans/Data.Binary.Instances/' src/Web/Types.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:40:42
  Author: felixonmars
Revision: 683978

upgpkg: tamarin-prover 1.4.1-406: rebuild with ghc 8.10.2

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:38:22 UTC (rev 683977)
+++ PKGBUILD2020-08-18 15:40:42 UTC (rev 683978)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=405
+pkgrel=406
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:38:07
  Author: felixonmars
Revision: 683976

upgpkg: stylish-haskell 0.11.0.3-10: rebuild with ghc 8.10.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:36:08 UTC (rev 683975)
+++ PKGBUILD2020-08-18 15:38:07 UTC (rev 683976)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.11.0.3
-pkgrel=9
+pkgrel=10
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:38:22
  Author: felixonmars
Revision: 683977

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
683976, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:38:22 UTC (rev 683977)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.11.0.3
+pkgrel=10
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+makedepends=('ghc' 'haskell-hunit' 'haskell-random' 'haskell-test-framework'
+ 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c7ecdc9b464ffa0bef4bac9e89d6ab9de11acd5f19cfb08d86e0e0678a453c9231f474db1449a81e5cc02d5b4fca71f43514df50891151a86c3f1751a62844c7')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/< *3.1/<4/;s/< 0.4/<1/' -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:36:08
  Author: felixonmars
Revision: 683975

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   82 
 stack.install |4 ++
 2 files changed, 86 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 683974, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:36:08 UTC (rev 683975)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=96
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+
'9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  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 \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  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
+  # 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 $pkgname
+
+  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 

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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:35:37
  Author: felixonmars
Revision: 683974

upgpkg: stack 2.3.1-96: rebuild with ghc 8.10.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:28:50 UTC (rev 683973)
+++ PKGBUILD2020-08-18 15:35:37 UTC (rev 683974)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=95
+pkgrel=96
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:28:50
  Author: felixonmars
Revision: 683973

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 683972, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 683972, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:28:50 UTC (rev 683973)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=110
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $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 \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:28:32
  Author: felixonmars
Revision: 683972

upgpkg: shellcheck 0.7.1-110: rebuild with ghc 8.10.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:23:36 UTC (rev 683971)
+++ PKGBUILD2020-08-18 15:28:32 UTC (rev 683972)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=109
+pkgrel=110
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 15:23:36
  Author: felixonmars
Revision: 683971

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 683970, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
683970, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-18 15:23:36 UTC (rev 683971)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.7.0
+pkgrel=12
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('68f636ac282e12eb438a1b16c59855053059cc14b0882a0823566c5bc4fa6ed828d32f9f5ab5bb32bc0cdf843bf8d5fb2f865f44ae7383a5ef29260250fcffd9')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+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
+runhaskell Setup test
+}
+
+package() {
+cd $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}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


  1   2   3   4   >