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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:55:22
  Author: felixonmars
Revision: 614986

upgpkg: haskell-lens 4.19.2-1: rebuild with lens 4.19.2

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 19:54:56 UTC (rev 614985)
+++ PKGBUILD2020-04-15 19:55:22 UTC (rev 614986)
@@ -3,8 +3,8 @@
 
 _hkgname=lens
 pkgname=haskell-lens
-pkgver=4.19.1
-pkgrel=9
+pkgver=4.19.2
+pkgrel=1
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/";
 license=("BSD")
@@ -16,10 +16,9 @@
  'haskell-transformers-compat' 'haskell-unordered-containers' 
'haskell-vector')
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-generic-deriving' 'haskell-hunit'
  'haskell-quickcheck' 'haskell-simple-reflect' 
'haskell-test-framework'
- 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2'
- 'haskell-test-framework-th')
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('50a596ce919abc93b453189453abdbf0f455e0531e5b83397d1e6130884433fd7d4c6c6f5ec74f98d8dd26eefe861a0d88d5faf56a7b896a0b083b920a10')
+sha512sums=('f1627c950457c38b0363a71717b76c0c84eafdcebaf14904da632ea295195dee1fd11db07ca524988729254b0e018da4417e40c0cb4f8ff086fbe412ce89f4c6')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:54:56
  Author: felixonmars
Revision: 614985

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 614984, 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-04-15 19:54:46 UTC (rev 614984)
+++ PKGBUILD2020-04-15 19:54:56 UTC (rev 614985)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202004150001
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community";
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('f26a66a287b6282080ff3c27dddcde732a1b582d67e288c32a2077aaf9505587c3e0f53fa6050bb30d699ce3674da8dc377aeac3fa5f93ab4a15009149cd4206')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/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/v2ray/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 
614984, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 19:54:56 UTC (rev 614985)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202004151043
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community";
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
+sha512sums=('74a4126327989bd15e12b7d6bdce643c605327548f83f9587401c67c44c10b5eeab82bd7dd2f11027e1ce522d2014c89a9681652fc7c975b3618d046459aeeb4')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/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/v2ray/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 uglify-js/repos/community-any (4 files)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:54:42
  Author: felixonmars
Revision: 614983

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 19:54:29 UTC (rev 614982)
+++ PKGBUILD2020-04-15 19:54:42 UTC (rev 614983)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8f9c0d40159aaa5f20af4e9d394adf6a884796c71ba1067d07cb0db282b9a38b018e6ec7b7d77149bacc5f292d429035e8071a8a3f00728a33b5e68f61938dd2')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 614982, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 19:54:42 UTC (rev 614983)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.9.1
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('2543e82f58c7b1cf5f3a35451dd40886a10426c42f7ca0e396e6dc0a296ef14dbab99ef7a8e83c56c37c3b58dbb9e8b8e193e5c0bee499b01d338b73694bea9c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2020-04-15 19:54:29 UTC (rev 614982)
+++ uglify-js.install   2020-04-15 19:54:42 UTC (rev 614983)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 614982, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2020-04-15 19:54:42 UTC (rev 614983)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:54:46
  Author: felixonmars
Revision: 614984

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 19:54:42 UTC (rev 614983)
+++ PKGBUILD2020-04-15 19:54:46 UTC (rev 614984)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202004150001
+pkgver=202004151043
 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-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('f26a66a287b6282080ff3c27dddcde732a1b582d67e288c32a2077aaf9505587c3e0f53fa6050bb30d699ce3674da8dc377aeac3fa5f93ab4a15009149cd4206')
+sha512sums=('74a4126327989bd15e12b7d6bdce643c605327548f83f9587401c67c44c10b5eeab82bd7dd2f11027e1ce522d2014c89a9681652fc7c975b3618d046459aeeb4')
 
 prepare() {
   mkdir .gopath


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:54:29
  Author: felixonmars
Revision: 614982

upgpkg: uglify-js 3.9.1-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 19:52:44 UTC (rev 614981)
+++ PKGBUILD2020-04-15 19:54:29 UTC (rev 614982)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.9.0
+pkgver=3.9.1
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8f9c0d40159aaa5f20af4e9d394adf6a884796c71ba1067d07cb0db282b9a38b018e6ec7b7d77149bacc5f292d429035e8071a8a3f00728a33b5e68f61938dd2')
+sha512sums=('2543e82f58c7b1cf5f3a35451dd40886a10426c42f7ca0e396e6dc0a296ef14dbab99ef7a8e83c56c37c3b58dbb9e8b8e193e5c0bee499b01d338b73694bea9c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:52:34
  Author: felixonmars
Revision: 614980

upgpkg: rime-cantonese 0.0.0.20200416-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 18:29:58 UTC (rev 614979)
+++ PKGBUILD2020-04-15 19:52:34 UTC (rev 614980)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200415
-_commit=15b9bb92187653ef9ae6439f15b83deb987608c0
+pkgver=0.0.0.20200416
+_commit=63878affd04e1e91cb09a968e3611210708d44ca
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('cb0de19a962e3daa4735c8d091cda14f15983ea9dede576ee9eb6e8deaec376eb9848a4ced198328852acdf5dda8d9e5c9b1361949491e8a95a79a4dc70ad02e')
+sha512sums=('f7137173384da9452b5d33be1afd8cf7c7d9dac8917bec9011c33fa40374a56ae4e74f529371b55c5cfeff37a72068702cea7bb1ac65e914af5db8ba39a44b52')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:52:44
  Author: felixonmars
Revision: 614981

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 614980, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 19:52:34 UTC (rev 614980)
+++ PKGBUILD2020-04-15 19:52:44 UTC (rev 614981)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200415
-_commit=15b9bb92187653ef9ae6439f15b83deb987608c0
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese";
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('cb0de19a962e3daa4735c8d091cda14f15983ea9dede576ee9eb6e8deaec376eb9848a4ced198328852acdf5dda8d9e5c9b1361949491e8a95a79a4dc70ad02e')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 614980, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 19:52:44 UTC (rev 614981)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200416
+_commit=63878affd04e1e91cb09a968e3611210708d44ca
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese";
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
+sha512sums=('f7137173384da9452b5d33be1afd8cf7c7d9dac8917bec9011c33fa40374a56ae4e74f529371b55c5cfeff37a72068702cea7bb1ac65e914af5db8ba39a44b52')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:47:14
  Author: felixonmars
Revision: 380388

archrelease: copy trunk to extra-x86_64

Added:
  msmtp/repos/extra-x86_64/PKGBUILD
(from rev 380387, msmtp/trunk/PKGBUILD)
Deleted:
  msmtp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 19:47:02 UTC (rev 380387)
+++ PKGBUILD2020-04-15 19:47:14 UTC (rev 380388)
@@ -1,52 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=msmtp
-pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.8.7
-pkgrel=1
-pkgdesc="A mini smtp client"
-arch=('x86_64')
-url="https://marlam.de/msmtp/";
-license=('GPL3')
-makedepends=('texlive-plainextra' 'libsecret' 'gsasl')
-source=("https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz"{,.sig})
-sha256sums=('9a53bcdc244ec5b1a806934ecc7746d9d09db581f587bedf597e9da2f48c51f1'
-'SKIP')
-validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')  # Martin Lambers
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-libgsasl
-  make
-  make -C doc html pdf
-}
-
-package_msmtp() {
-  pkgdesc="A mini smtp client"
-  depends=('libsecret' 'gsasl')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install 
-  make DESTDIR="$pkgdir" -C doc install-html install-pdf
-
-# Installing example configs and scripts to /usr/share/doc/msmtp
-# as they are not installed by default (Debian and Gentoo do it this way)
-  install -d "$pkgdir"/usr/share/doc/msmtp
-  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"$pkgdir"/usr/share/doc/msmtp/
-  install -D -m644 doc/*.example "$pkgdir"/usr/share/doc/msmtp/
-
-  install -D -m644 scripts/vim/msmtp.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/msmtp.vim
-
-  chmod 755 
"$pkgdir"/usr/share/doc/msmtp/{find_alias,msmtpqueue,set_sendmail}/*.sh
-  chmod 755 "$pkgdir"/usr/share/doc/msmtp/msmtpq/msmtp*
-}
-
-package_msmtp-mta() {
-  pkgdesc="A mini smtp client - the regular MTA"
-  depends=('msmtp')
-  provides=('smtp-forwarder')
-  conflicts=('smtp-forwarder')
-
-  install -d "$pkgdir"/usr/bin
-  ln -s msmtp "$pkgdir"/usr/bin/sendmail
-}

Copied: msmtp/repos/extra-x86_64/PKGBUILD (from rev 380387, 
msmtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 19:47:14 UTC (rev 380388)
@@ -0,0 +1,52 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=msmtp
+pkgname=('msmtp' 'msmtp-mta')
+pkgver=1.8.8
+pkgrel=1
+pkgdesc="A mini smtp client"
+arch=('x86_64')
+url="https://marlam.de/msmtp/";
+license=('GPL3')
+makedepends=('texlive-plainextra' 'libsecret' 'gsasl')
+source=("https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz"{,.sig})
+sha512sums=('e519e04b0065e410007f6e47df435b7c5bde99ca7a1a2e9ff7528848c68f9809691cdf2c5b793d4e3e17a650a25ee31be66b0be47410f83972f281cf76926771'
+'SKIP')
+validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')  # Martin Lambers
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-libgsasl
+  make
+  make -C doc html pdf
+}
+
+package_msmtp() {
+  pkgdesc="A mini smtp client"
+  depends=('libsecret' 'gsasl')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install 
+  make DESTDIR="$pkgdir" -C doc install-html install-pdf
+
+# Installing example configs and scripts to /usr/share/doc/msmtp
+# as they are not installed by default (Debian and Gentoo do it this way)
+  install -d "$pkgdir"/usr/share/doc/msmtp
+  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"$pkgdir"/usr/share/doc/msmtp/
+  install -D -m644 doc/*.example "$pkgdir"/usr/share/doc/msmtp/
+
+  install -D -m644 scripts/vim/msmtp.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/msmtp.vim
+
+  chmod 755 
"$pkgdir"/usr/share/doc/msmtp/{find_alias,msmtpqueue,set_sendmail}/*.sh
+  chmod 755 "$pkgdir"/usr/share/doc/msmtp/msmtpq/msmtp*
+}
+
+package_msmtp-mta() {
+  pkgdesc="A mini smtp client - the regular MTA"
+  depends=('msmtp')
+  provides=('smtp-forwarder')
+  conflicts=('smtp-forwarder')
+
+  install -d "$pkgdir"/usr/bin
+  ln -s msmtp "$pkgdir"/usr/bin/sendmail
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 19:47:02
  Author: felixonmars
Revision: 380387

upgpkg: msmtp 1.8.8-1

Modified:
  msmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:18:52 UTC (rev 380386)
+++ PKGBUILD2020-04-15 19:47:02 UTC (rev 380387)
@@ -2,7 +2,7 @@
 
 pkgbase=msmtp
 pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.8.7
+pkgver=1.8.8
 pkgrel=1
 pkgdesc="A mini smtp client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL3')
 makedepends=('texlive-plainextra' 'libsecret' 'gsasl')
 source=("https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz"{,.sig})
-sha256sums=('9a53bcdc244ec5b1a806934ecc7746d9d09db581f587bedf597e9da2f48c51f1'
+sha512sums=('e519e04b0065e410007f6e47df435b7c5bde99ca7a1a2e9ff7528848c68f9809691cdf2c5b793d4e3e17a650a25ee31be66b0be47410f83972f281cf76926771'
 'SKIP')
 validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')  # Martin Lambers
 


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

2020-04-15 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 15, 2020 @ 18:29:58
  Author: anatolik
Revision: 614979

archrelease: copy trunk to community-staging-x86_64

Added:
  tinygo/repos/community-staging-x86_64/
  tinygo/repos/community-staging-x86_64/PKGBUILD
(from rev 614978, tinygo/trunk/PKGBUILD)
  tinygo/repos/community-staging-x86_64/disable_static_llvm.patch
(from rev 614978, tinygo/trunk/disable_static_llvm.patch)

---+
 PKGBUILD  |   65 
 disable_static_llvm.patch |   40 +++
 2 files changed, 105 insertions(+)

Copied: tinygo/repos/community-staging-x86_64/PKGBUILD (from rev 614978, 
tinygo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 18:29:58 UTC (rev 614979)
@@ -0,0 +1,65 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=tinygo
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
+arch=(x86_64)
+url='https://github.com/tinygo-org/tinygo'
+license=(BSD)
+options=(!strip)
+depends=(llvm-libs clang)
+makedepends=(go llvm git)
+# use git as we need to fetch submodules
+source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
+git+https://github.com/NordicSemiconductor/nrfx
+git+https://github.com/ARM-software/CMSIS
+git+https://github.com/avr-rust/avr-mcu
+git+https://github.com/tinygo-org/cmsis-svd
+git+https://github.com/llvm-mirror/compiler-rt
+git+https://github.com/CraneStation/wasi-libc
+disable_static_llvm.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'02c67add4b961490c887c14ba6a6210ed6b180cf81d713e78bd4fe3eb1a35f7a')
+
+prepare() {
+  cd tinygo
+
+  git submodule init
+  git config -f .gitmodules 'submodule.lib/nrfx.url' "$srcdir/nrfx"
+  git config -f .gitmodules 'submodule.lib/CMSIS.url' "$srcdir/CMSIS"
+  git config -f .gitmodules 'submodule.lib/avr.url' "$srcdir/avr-mcu"
+  git config -f .gitmodules 'submodule.lib/cmsis-svd.url' "$srcdir/cmsis-svd"
+  git config -f .gitmodules 'submodule.lib/compiler-rt.url' 
"$srcdir/compiler-rt"
+  git config -f .gitmodules 'submodule.lib/wasi-libc.url' "$srcdir/wasi-libc"
+  git submodule sync
+  git submodule update
+
+  patch -p1 < ../disable_static_llvm.patch
+}
+
+build() {
+  cd tinygo
+  make
+}
+
+check() {
+  cd tinygo
+  # it reqreires a lot of dependencies. todo enable the tests
+  # make test tinygo-test smoketest
+}
+
+package() {
+  cd tinygo
+  make release
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/lib/tinygo
+  mv build/release/tinygo/* "$pkgdir"/usr/lib/tinygo
+  ln -s /usr/lib/tinygo/bin/tinygo "$pkgdir"/usr/bin/tinygo
+}

Copied: tinygo/repos/community-staging-x86_64/disable_static_llvm.patch (from 
rev 614978, tinygo/trunk/disable_static_llvm.patch)
===
--- community-staging-x86_64/disable_static_llvm.patch  
(rev 0)
+++ community-staging-x86_64/disable_static_llvm.patch  2020-04-15 18:29:58 UTC 
(rev 614979)
@@ -0,0 +1,40 @@
+diff --git a/Makefile b/Makefile
+index bacd9b5..62f1d1d 100644
+--- a/Makefile
 b/Makefile
+@@ -12,7 +12,7 @@ LLD_SRC ?= $(LLVM_PROJECTDIR)/lld
+ ifneq (, $(shell command -v llvm-build/bin/clang 2> /dev/null))
+ CLANG ?= $(abspath llvm-build/bin/clang)
+ else
+-CLANG ?= clang-10
++CLANG ?= clang
+ endif
+ ifneq (, $(shell command -v llvm-build/bin/llvm-ar 2> /dev/null))
+ LLVM_AR ?= $(abspath llvm-build/bin/llvm-ar)
+@@ -170,11 +170,10 @@ lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a:
+ 
+ # Build the Go compiler.
+ tinygo:
+-  @if [ ! -f "$(LLVM_BUILDDIR)/bin/llvm-config" ]; then echo "Fetch and 
build LLVM first by running:"; echo "  make llvm-source"; echo "  make 
$(LLVM_BUILDDIR)"; exit 1; fi
+-  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build -o build/tinygo$(EXE) -tags byollvm .
++  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build -o build/tinygo$(EXE) .
+ 
+ test: wasi-libc
+-  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) test -v -tags byollvm ./cgo ./compileopts 
./interp ./transform .
++  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) test -v ./cgo ./compileopts ./interp 
./transform .
+ 
+ tinygo-test:
+   cd tests/tinygotest && tinygo test
+@@ -323,7 +322,6 @@ release: tinygo gen-device wasi-libc
+   @mkdir -p build/release/tinygo/pkg/armv7em-none-eabi
+   @echo copying source files
+   @cp -p  build/tinygo$(EXE)   build/release/tinygo/b

[arch-commits] Commit in tinygo/trunk (PKGBUILD disable_static_llvm.patch)

2020-04-15 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 15, 2020 @ 18:29:38
  Author: anatolik
Revision: 614978

upgpkg: tinygo 0.13.0-1

This release requires LLVM 10

Modified:
  tinygo/trunk/PKGBUILD
  tinygo/trunk/disable_static_llvm.patch

---+
 PKGBUILD  |4 +--
 disable_static_llvm.patch |   51 +---
 2 files changed, 18 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:15:59 UTC (rev 614977)
+++ PKGBUILD2020-04-15 18:29:38 UTC (rev 614978)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tinygo
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'e56a93e3517c37e75f5278b8b2bf27f6297cb119ba9cb8d3a678627e204b07a6')
+'02c67add4b961490c887c14ba6a6210ed6b180cf81d713e78bd4fe3eb1a35f7a')
 
 prepare() {
   cd tinygo

Modified: disable_static_llvm.patch
===
--- disable_static_llvm.patch   2020-04-15 17:15:59 UTC (rev 614977)
+++ disable_static_llvm.patch   2020-04-15 18:29:38 UTC (rev 614978)
@@ -1,22 +1,18 @@
 diff --git a/Makefile b/Makefile
-index 81bbfac..6630a36 100644
+index bacd9b5..62f1d1d 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -8,9 +8,9 @@ CLANG_SRC ?= llvm-project/clang
- LLD_SRC ?= llvm-project/lld
+@@ -12,7 +12,7 @@ LLD_SRC ?= $(LLVM_PROJECTDIR)/lld
+ ifneq (, $(shell command -v llvm-build/bin/clang 2> /dev/null))
+ CLANG ?= $(abspath llvm-build/bin/clang)
+ else
+-CLANG ?= clang-10
++CLANG ?= clang
+ endif
+ ifneq (, $(shell command -v llvm-build/bin/llvm-ar 2> /dev/null))
+ LLVM_AR ?= $(abspath llvm-build/bin/llvm-ar)
+@@ -170,11 +170,10 @@ lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a:
  
- # Default tool selection.
--CLANG ?= clang-9
--LLVM_AR ?= llvm-ar-9
--LLVM_NM ?= llvm-nm-9
-+CLANG ?= clang
-+LLVM_AR ?= llvm-ar
-+LLVM_NM ?= llvm-nm
- 
- # Go binary and GOROOT to select
- GO ?= go
-@@ -153,11 +152,10 @@ lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a:
- 
  # Build the Go compiler.
  tinygo:
 -  @if [ ! -f "$(LLVM_BUILDDIR)/bin/llvm-config" ]; then echo "Fetch and 
build LLVM first by running:"; echo "  make llvm-source"; echo "  make 
$(LLVM_BUILDDIR)"; exit 1; fi
@@ -29,7 +25,7 @@
  
  tinygo-test:
cd tests/tinygotest && tinygo test
-@@ -289,7 +287,6 @@ release: tinygo gen-device wasi-libc
+@@ -323,7 +322,6 @@ release: tinygo gen-device wasi-libc
@mkdir -p build/release/tinygo/pkg/armv7em-none-eabi
@echo copying source files
@cp -p  build/tinygo$(EXE)   build/release/tinygo/bin
@@ -37,23 +33,8 @@
@cp -rp lib/CMSIS/CMSIS/Include  
build/release/tinygo/lib/CMSIS/CMSIS
@cp -rp lib/CMSIS/README.md  build/release/tinygo/lib/CMSIS
@cp -rp lib/compiler-rt/lib/builtins 
build/release/tinygo/lib/compiler-rt/lib
-@@ -302,4 +299,3 @@ release: tinygo gen-device wasi-libc
-   ./build/tinygo build-builtins -target=armv6m-none-eabi  -o 
build/release/tinygo/pkg/armv6m-none-eabi/compiler-rt.a
-   ./build/tinygo build-builtins -target=armv7m-none-eabi  -o 
build/release/tinygo/pkg/armv7m-none-eabi/compiler-rt.a
-   ./build/tinygo build-builtins -target=armv7em-none-eabi -o 
build/release/tinygo/pkg/armv7em-none-eabi/compiler-rt.a
+@@ -345,4 +343,3 @@ release: tinygo gen-device wasi-libc
+   ./build/tinygo build-library -target=armv6m-none-eabi  -o 
build/release/tinygo/pkg/armv6m-none-eabi/picolibc.a picolibc
+   ./build/tinygo build-library -target=armv7m-none-eabi  -o 
build/release/tinygo/pkg/armv7m-none-eabi/picolibc.a picolibc
+   ./build/tinygo build-library -target=armv7em-none-eabi -o 
build/release/tinygo/pkg/armv7em-none-eabi/picolibc.a picolibc
 -  tar -czf build/release.tar.gz -C build/release tinygo
-diff --git a/builder/config.go b/builder/config.go
-index 8bb3a11..5010842 100644
 a/builder/config.go
-+++ b/builder/config.go
-@@ -25,8 +25,8 @@ func NewConfig(options *compileopts.Options) 
(*compileopts.Config, error) {
-   if err != nil {
-   return nil, fmt.Errorf("could not read version from GOROOT 
(%v): %v", goroot, err)
-   }
--  if major != 1 || (minor != 11 && minor != 12 && minor != 13) {
--  return nil, fmt.Errorf("requires go version 1.11, 1.12, or 
1.13, got go%d.%d", major, minor)
-+  if major != 1 || (minor != 11 && minor != 12 && minor != 13 && minor != 
14) {
-+  return nil, fmt.Errorf("requires go version 1.11, 1.12, or 
1.13, or 1.14, got go%d.%d", major, minor)
-   }
-   clangHeaderPath := getClangHeaderPath(goenv.Get("TINYGOROOT"))
-   return &compileopts.Config{


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

2020-04-15 Thread Pierre Schmitz via arch-commits
Date: Wednesday, April 15, 2020 @ 17:18:52
  Author: pierre
Revision: 380386

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  684 ++---
 apache.conf  |   26 +-
 apache.patch |   20 -
 enchant-2.patch  |   98 +++
 generate_patches |  126 -
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  154 +--
 8 files changed, 629 insertions(+), 629 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 17:18:33 UTC (rev 380385)
+++ PKGBUILD2020-04-15 17:18:52 UTC (rev 380386)
@@ -1,342 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-sodium'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=7.4.4
-pkgrel=2
-arch=('x86_64')
-license=('PHP')
-url='https://www.php.net/'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre2' 'libnsl'
- 'oniguruma')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
-'enchant-2.patch')
-sha256sums=('1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c'
-'SKIP'
-'b4ea038f2863801175d6c4e74c685913feecdd5be3d49aff7d9b3fa92d8c4159'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'41f23ebc2d986473b9a4eb3f233428349367b2baa2bb715c53e720cc34c9378c'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'f2040cc0648a395d0a84984dd6bf7aadf9f569b58838c666d84898bc4578fe04'
-'d94d22ad8bcd13829addda84e9de6b73fa04be9bc6da8622086c7e19c97ab724')
-validpgpkeys=('5A52880781F755608BF815FC910DEB46F53EA312'
-  '42670A7FE4D0441C8E4632349E4FDC074A4EF02D')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-   patch -p0 -i ${srcdir}/enchant-2.patch
-   autoconf
-
-   rm tests/output/stream_isatty_*.phpt
-}
-
-build() {
-   # http://site.icu-project.org/download/61#TOC-Migration-Issues
-   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-gd=shared \
-   --enable-intl=shared \
-   --enable-mbstring \
-   --enable-pcntl \
-   --enable-shmop=shared \
-   --enable-soap=shared \
-   --enable-sockets=shared \
-   --enable-sysvmsg=shared \
-   --enable-sysvsem=shared \
-   --enable-sysvshm=shar

[arch-commits] Commit in php/trunk (PKGBUILD php-fpm.patch)

2020-04-15 Thread Pierre Schmitz via arch-commits
Date: Wednesday, April 15, 2020 @ 17:18:33
  Author: pierre
Revision: 380385

upgpkg: php 7.4.5-1

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.patch

---+
 PKGBUILD  |8 
 php-fpm.patch |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:09:41 UTC (rev 380384)
+++ PKGBUILD2020-04-15 17:18:33 UTC (rev 380385)
@@ -20,8 +20,8 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=7.4.4
-pkgrel=2
+pkgver=7.4.5
+pkgrel=1
 arch=('x86_64')
 license=('PHP')
 url='https://www.php.net/'
@@ -32,11 +32,11 @@
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
 'enchant-2.patch')
-sha256sums=('1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c'
+sha256sums=('d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c'
 'SKIP'
 'b4ea038f2863801175d6c4e74c685913feecdd5be3d49aff7d9b3fa92d8c4159'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'41f23ebc2d986473b9a4eb3f233428349367b2baa2bb715c53e720cc34c9378c'
+'565a743a0a9d4775f8e22b70a455729b023cc90db06c0251adef6ebbe604d53a'
 '640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
 'f2040cc0648a395d0a84984dd6bf7aadf9f569b58838c666d84898bc4578fe04'
 'd94d22ad8bcd13829addda84e9de6b73fa04be9bc6da8622086c7e19c97ab724')

Modified: php-fpm.patch
===
--- php-fpm.patch   2020-04-15 17:09:41 UTC (rev 380384)
+++ php-fpm.patch   2020-04-15 17:18:33 UTC (rev 380385)
@@ -41,8 +41,8 @@
  
  ; Set listen(2) backlog.
  ; Default Value: 511 (-1 on FreeBSD and OpenBSD)
-@@ -44,8 +44,8 @@
- ; BSD-derived systems allow connections regardless of permissions.
+@@ -45,8 +45,8 @@
+ ; and group can be specified either by name or by their numeric IDs.
  ; Default Values: user and group are set as the running user
  ; mode is set to 0660
 -;listen.owner = @php_fpm_user@
@@ -52,7 +52,7 @@
  ;listen.mode = 0660
  ; When POSIX Access Control Lists are supported you can set them using
  ; these options, value is a comma separated list of user/group names.
-@@ -370,7 +370,7 @@
+@@ -371,7 +371,7 @@
  ; Chdir to this directory at the start.
  ; Note: relative path can be used.
  ; Default Value: current directory or / when chroot


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:13:35
  Author: felixonmars
Revision: 614973

upgpkg: haskell-hakyll 4.13.2.0-52: rebuild with hs-bibutils 6.10.0.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:11:47 UTC (rev 614972)
+++ PKGBUILD2020-04-15 17:13:35 UTC (rev 614973)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.2.0
-pkgrel=51
+pkgrel=52
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll";
 license=("BSD")


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:13:51
  Author: felixonmars
Revision: 614974

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 614973, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
614973, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 17:13:51 UTC (rev 614974)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.2.0
+pkgrel=52
+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";)
+sha512sums=('93dbf4fc35db6c2c65bd8c3d5d0cc2e78b30ea8e01dfd0a596aa2119a56efb7c6c3fab56c111d8c7cdb08ac3a48191e782035344d16c1a69fe263b93788ebc7b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *0.17/<1/;s/< *3.3/<4/;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
+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/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:11:29
  Author: felixonmars
Revision: 614971

upgpkg: pandoc-citeproc 0.17-76: rebuild with hs-bibutils 6.10.0.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:09:48 UTC (rev 614970)
+++ PKGBUILD2020-04-15 17:11:29 UTC (rev 614971)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=75
+pkgrel=76
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("BSD")


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:11:47
  Author: felixonmars
Revision: 614972

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 614971, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
614971, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 17:11:47 UTC (rev 614972)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=76
+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=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+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
+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 switchboard-plug-online-accounts/repos (2 files)

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 17:08:26
  Author: arojas
Revision: 614968

archrelease: copy trunk to community-staging-x86_64

Added:
  switchboard-plug-online-accounts/repos/community-staging-x86_64/
  switchboard-plug-online-accounts/repos/community-staging-x86_64/PKGBUILD
(from rev 614967, switchboard-plug-online-accounts/trunk/PKGBUILD)

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

Copied: 
switchboard-plug-online-accounts/repos/community-staging-x86_64/PKGBUILD (from 
rev 614967, switchboard-plug-online-accounts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 17:08:26 UTC (rev 614968)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-online-accounts
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='Switchboard Online Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-onlineaccounts
+license=(GPL2)
+groups=(pantheon)
+depends=(
+  glib2
+  glibc
+  gtk3
+  json-glib
+  libaccounts-glib
+  libgee
+  libgranite.so
+  libsignon-glib
+  libswitchboard-2.0.so
+  rest
+  webkit2gtk
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd $pkgname
+  # fix build
+  git cherry-pick -n 5fa2882f765076d20c6ef4886198a34a05159f8a
+  git cherry-pick -n 34164a9fc2044380c82d2cc29b7b1a8583c4fd9c
+}
+
+build() {
+  arch-meson switchboard-plug-online-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:08:08
  Author: felixonmars
Revision: 614967

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hs-bibutils/repos/community-staging-x86_64/
  haskell-hs-bibutils/repos/community-staging-x86_64/PKGBUILD
(from rev 614966, haskell-hs-bibutils/trunk/PKGBUILD)

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

Copied: haskell-hs-bibutils/repos/community-staging-x86_64/PKGBUILD (from rev 
614966, haskell-hs-bibutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 17:08:08 UTC (rev 614967)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hs-bibutils
+pkgname=haskell-hs-bibutils
+pkgver=6.10.0.0
+pkgrel=1
+pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities."
+url="http://istitutocolli.org/repos/hs-bibutils/";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-syb")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('95227225908381613cd92f92ac7e4e6a8af93b8af12a5728b5c28911ada1afd1ea545c3b3a7f34af96411f0b8e27b905b76e40ae0372ed412744d0146518efdb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_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 switchboard-plug-online-accounts/trunk (PKGBUILD)

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 17:07:56
  Author: arojas
Revision: 614966

libaccounts-glib 1.25 rebuild

Modified:
  switchboard-plug-online-accounts/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:07:52 UTC (rev 614965)
+++ PKGBUILD2020-04-15 17:07:56 UTC (rev 614966)
@@ -2,7 +2,7 @@
 
 pkgname=switchboard-plug-online-accounts
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Switchboard Online Accounts Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-onlineaccounts
@@ -29,6 +29,13 @@
 
source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${pkgver})
 sha256sums=(SKIP)
 
+prepare() {
+  cd $pkgname
+  # fix build
+  git cherry-pick -n 5fa2882f765076d20c6ef4886198a34a05159f8a
+  git cherry-pick -n 34164a9fc2044380c82d2cc29b7b1a8583c4fd9c
+}
+
 build() {
   arch-meson switchboard-plug-online-accounts build
   ninja -C build


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:07:52
  Author: felixonmars
Revision: 614965

upgpkg: haskell-hs-bibutils 6.10.0.0-1: rebuild with hs-bibutils 6.10.0.0

Modified:
  haskell-hs-bibutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:05:05 UTC (rev 614964)
+++ PKGBUILD2020-04-15 17:07:52 UTC (rev 614965)
@@ -3,8 +3,8 @@
 
 _hkgname=hs-bibutils
 pkgname=haskell-hs-bibutils
-pkgver=6.8.0.0
-pkgrel=3
+pkgver=6.10.0.0
+pkgrel=1
 pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities."
 url="http://istitutocolli.org/repos/hs-bibutils/";
 license=("GPL")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('2e19f570e962b6a76ceb08a34eee8ad2533dee06cc2de0860a0b8d4ad02601dc00679ab2292e63a612cd6f0dd939d18c7c80a1493f0e24e05c992cc23c93e27d')
+sha512sums=('95227225908381613cd92f92ac7e4e6a8af93b8af12a5728b5c28911ada1afd1ea545c3b3a7f34af96411f0b8e27b905b76e40ae0372ed412744d0146518efdb')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:05:05
  Author: felixonmars
Revision: 614964

archrelease: copy trunk to community-x86_64

Added:
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 614963, wiznote/trunk/PKGBUILD)
Deleted:
  wiznote/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 17:04:47 UTC (rev 614963)
+++ PKGBUILD2020-04-15 17:05:05 UTC (rev 614964)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.8.2
-_commit=d177e5a77e0c7591e552ede28c383982a927d3a9
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine'
- 'qt5-svg') # 'crypto++')
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'boost')
-source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz";)
-sha512sums=('d2c2582330bd407b7e100ec28af75f79933d352130a813a44ed7a9d7725bad4104d091555a42483c4a5440cdf1288a31775b9ae0cd573034dc1b84df88aaca88')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient-$_commit/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient-$_commit/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../WizQTClient-$_commit
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 614963, 
wiznote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 17:05:05 UTC (rev 614964)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.8.3
+_commit=be113e9be899c1559ae5b3a093ee5f05e0364eec
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine'
+ 'qt5-svg') # 'crypto++')
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'boost')
+source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz";)
+sha512sums=('445370ebb239d82a4c1f82db289d9f0f9c43dfb9017cb198b415875b60349353616c3d4052979818be2191f5e5ce19d7f2ebcf21c9328fe39b660df9fb295205')
+
+prepare() {
+  #sed -e 's/add_subdirectory(cryptopp)//' \
+  #-i WizQTClient-$_commit/lib/CMakeLists.txt
+  #sed -e 's/cryptlib/cryptopp/' \
+  #-i WizQTClient-$_commit/src/CMakeLists.txt
+
+  # https://github.com/WizTeam/WizQTClient/issues/610
+  sed -i 's/= nPosition;/= (Json::UInt64)nPosition;/' 
WizQTClient-$_commit/src/share/WizObject.cpp
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../WizQTClient-$_commit
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:04:47
  Author: felixonmars
Revision: 614963

upgpkg: wiznote 2.8.3-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:02:29 UTC (rev 614962)
+++ PKGBUILD2020-04-15 17:04:47 UTC (rev 614963)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.8.2
-_commit=d177e5a77e0c7591e552ede28c383982a927d3a9
+pkgver=2.8.3
+_commit=be113e9be899c1559ae5b3a093ee5f05e0364eec
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 # shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'boost')
 
source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz";)
-sha512sums=('d2c2582330bd407b7e100ec28af75f79933d352130a813a44ed7a9d7725bad4104d091555a42483c4a5440cdf1288a31775b9ae0cd573034dc1b84df88aaca88')
+sha512sums=('445370ebb239d82a4c1f82db289d9f0f9c43dfb9017cb198b415875b60349353616c3d4052979818be2191f5e5ce19d7f2ebcf21c9328fe39b660df9fb295205')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \
@@ -22,6 +22,9 @@
   #sed -e 's/cryptlib/cryptopp/' \
   #-i WizQTClient-$_commit/src/CMakeLists.txt
 
+  # https://github.com/WizTeam/WizQTClient/issues/610
+  sed -i 's/= nPosition;/= (Json::UInt64)nPosition;/' 
WizQTClient-$_commit/src/share/WizObject.cpp
+
   rm -rf build; mkdir build
 }
 


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:00:43
  Author: felixonmars
Revision: 614955

upgpkg: shellcheck 0.7.0-221: rebuild with doctemplates 0.8.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:57:50 UTC (rev 614954)
+++ PKGBUILD2020-04-15 17:00:43 UTC (rev 614955)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=220
+pkgrel=221
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net";
 license=("GPL")


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:01:00
  Author: felixonmars
Revision: 614956

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 614955, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 17:01:00 UTC (rev 614956)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=221
+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";
+
shellcheck-cabal3.patch::https://github.com/koalaman/shellcheck/commit/2c026f1ec7c205c731ff2a0ccd85365f37245758.patch)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215'
+
'88b7101a536598ecbf4d1c48cfd4eb10b1a6424a2344e4b1be6f6a814dcf1c3d00e78390070242369bc55ed9c20defd4cc7337854da71761fb08e13240619684')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../shellcheck-cabal3.patch
+
+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
+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 pandoc-crossref/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:57:30
  Author: felixonmars
Revision: 614953

upgpkg: pandoc-crossref 0.3.6.2-72: rebuild with doctemplates 0.8.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:55:57 UTC (rev 614952)
+++ PKGBUILD2020-04-15 16:57:30 UTC (rev 614953)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.2
-pkgrel=71
+pkgrel=72
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:57:50
  Author: felixonmars
Revision: 614954

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 614953, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
614953, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:57:50 UTC (rev 614954)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.6.2
+pkgrel=72
+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=('4b0443348ff3fa2e9f2366afee1a58c96466d395be9458e63b4741ffe0dba250d35e55de19b62c5a9231030bf658f2628f934667effcaad52891c94d63dbf168')
+
+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
+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 haskell-hakyll/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:55:40
  Author: felixonmars
Revision: 614951

upgpkg: haskell-hakyll 4.13.2.0-51: rebuild with doctemplates 0.8.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:54:19 UTC (rev 614950)
+++ PKGBUILD2020-04-15 16:55:40 UTC (rev 614951)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.2.0
-pkgrel=50
+pkgrel=51
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll";
 license=("BSD")


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:55:57
  Author: felixonmars
Revision: 614952

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 614951, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
614951, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:55:57 UTC (rev 614952)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.2.0
+pkgrel=51
+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";)
+sha512sums=('93dbf4fc35db6c2c65bd8c3d5d0cc2e78b30ea8e01dfd0a596aa2119a56efb7c6c3fab56c111d8c7cdb08ac3a48191e782035344d16c1a69fe263b93788ebc7b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *0.17/<1/;s/< *3.3/<4/;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
+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-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:53:58
  Author: felixonmars
Revision: 614949

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 614947, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
614947, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:53:58 UTC (rev 614949)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=75
+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=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+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
+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 pantheon-music/repos (2 files)

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:54:19
  Author: arojas
Revision: 614950

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-music/repos/community-staging-x86_64/
  pantheon-music/repos/community-staging-x86_64/PKGBUILD
(from rev 614949, pantheon-music/trunk/PKGBUILD)

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

Copied: pantheon-music/repos/community-staging-x86_64/PKGBUILD (from rev 
614949, pantheon-music/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:54:19 UTC (rev 614950)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-music
+pkgver=5.0.5
+pkgrel=2
+pkgdesc='The Pantheon Music Player'
+arch=(x86_64)
+url=https://github.com/elementary/music
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  json-glib
+  libaccounts-glib
+  libgda
+  libgee
+  libgpod
+  libgranite.so
+  libgsignon-glib
+  libpeas
+  libsignon-glib
+  libsoup
+  pango
+  taglib
+  zeitgeist
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  meson
+  vala
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+)
+source=(pantheon-music::git+https://github.com/elementary/music.git#tag=ce88ec3e913b9a0d82c3bbdc2e7b1896b99f1753)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-music
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-music build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:53:42
  Author: felixonmars
Revision: 614947

upgpkg: pandoc-citeproc 0.17-75: rebuild with doctemplates 0.8.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:51:15 UTC (rev 614946)
+++ PKGBUILD2020-04-15 16:53:42 UTC (rev 614947)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=74
+pkgrel=75
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("BSD")


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:53:57
  Author: arojas
Revision: 614948

libaccounts-glib 1.25 rebuild

Modified:
  pantheon-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:53:42 UTC (rev 614947)
+++ PKGBUILD2020-04-15 16:53:57 UTC (rev 614948)
@@ -2,7 +2,7 @@
 
 pkgname=pantheon-music
 pkgver=5.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Music Player'
 arch=(x86_64)
 url=https://github.com/elementary/music


[arch-commits] Commit in telepathy-accounts-signon/trunk (PKGBUILD)

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:50:59
  Author: arojas
Revision: 380380

libaccounts-glib 1.25 rebuild

Modified:
  telepathy-accounts-signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:44:50 UTC (rev 380379)
+++ PKGBUILD2020-04-15 16:50:59 UTC (rev 380380)
@@ -2,7 +2,7 @@
 
 pkgname=telepathy-accounts-signon
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication"
 arch=(x86_64)
 url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:51:15
  Author: felixonmars
Revision: 614946

archrelease: copy trunk to community-testing-any

Added:
  mitmproxy/repos/community-testing-any/PKGBUILD
(from rev 614945, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:50:56 UTC (rev 614945)
+++ PKGBUILD2020-04-15 16:51:15 UTC (rev 614946)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-# Contributor: Dobroslaw Kijowski
-
-pkgname=mitmproxy
-pkgver=5.1.0
-pkgrel=1
-pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
-arch=('any')
-url='https://mitmproxy.org'
-license=('MIT')
-depends=('python-blinker' 'python-brotli' 'python-click' 'python-cryptography' 
'python-flask'
- 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3' 
'python-passlib'
- 'python-protobuf' 'python-pyasn1' 'python-pyopenssl' 
'python-pyparsing' 'python-pyperclip'
- 'python-ruamel-yaml' 'python-setuptools' 'python-sortedcontainers' 
'python-tornado'
- 'python-urwid' 'python-wsproto' 'python-publicsuffix2' 
'python-zstandard')
-checkdepends=('python-asynctest' 'python-beautifulsoup4' 'python-parver' 
'python-pytest-runner'
-  'python-pytest-asyncio' 'python-requests' 'python-hypothesis')
-provides=('pathod')
-conflicts=('pathod')
-replaces=('pathod')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz";)
-sha512sums=('cec15a5651f4e5826ced45cd43d6c83af1f2922f6d25e7a20032e152c37eebc82b1d83dff63d729f02a72ff58b8ca70df737850e44e5f8dbfd65113807f0a1e9')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Let's remove all the upper bounds and use system ca-certificatescate store
-  sed -e '/certifi/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -e 's/==/>=/' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i mitmproxy/net/tls.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mitmproxy/repos/community-testing-any/PKGBUILD (from rev 614945, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:51:15 UTC (rev 614946)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+# Contributor: Dobroslaw Kijowski
+
+pkgname=mitmproxy
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
+arch=('any')
+url='https://mitmproxy.org'
+license=('MIT')
+depends=('python-blinker' 'python-brotli' 'python-click' 'python-cryptography' 
'python-flask'
+ 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3' 
'python-passlib'
+ 'python-protobuf' 'python-pyasn1' 'python-pyopenssl' 
'python-pyparsing' 'python-pyperclip'
+ 'python-ruamel-yaml' 'python-setuptools' 'python-sortedcontainers' 
'python-tornado'
+ 'python-urwid' 'python-wsproto' 'python-publicsuffix2' 
'python-zstandard')
+checkdepends=('python-asynctest' 'python-beautifulsoup4' 'python-parver' 
'python-pytest-runner'
+  'python-pytest-asyncio' 'python-requests' 'python-hypothesis')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz";)
+sha512sums=('ac5cd82d4d89590b57625661c493aca6a702605c612ea1acd9e0d0806067d47f60085ee68260bba2a10dc343410ae6a76ea1575287a0e312e4467a4e8485c6e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Let's remove all the upper bounds and use system ca-certificatescate store
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -e 's/==/>=/' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tls.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in telepathy-accounts-signon/repos (2 files)

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:51:23
  Author: arojas
Revision: 380381

archrelease: copy trunk to staging-x86_64

Added:
  telepathy-accounts-signon/repos/staging-x86_64/
  telepathy-accounts-signon/repos/staging-x86_64/PKGBUILD
(from rev 380380, telepathy-accounts-signon/trunk/PKGBUILD)

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

Copied: telepathy-accounts-signon/repos/staging-x86_64/PKGBUILD (from rev 
380380, telepathy-accounts-signon/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-15 16:51:23 UTC (rev 380381)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-accounts-signon
+pkgver=2.1
+pkgrel=2
+pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication"
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver";)
+sha256sums=('4a39e8e45bc0aaf74b6c6188ce6d6388abe7552632201a80bc570b10c0555682')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-$pkgver-* $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver \
+--prefix /usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:50:01
  Author: felixonmars
Revision: 614943

upgpkg: pandoc 2.9.2.1-16: rebuild with doctemplates 0.8.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:46:58 UTC (rev 614942)
+++ PKGBUILD2020-04-15 16:50:01 UTC (rev 614943)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=15
+pkgrel=16
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:50:18
  Author: felixonmars
Revision: 614944

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 614943, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:50:18 UTC (rev 614944)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2.1
+pkgrel=16
+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-base-compat' 
'haskell-base-noprelude'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-exceptions' 
'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-vector' '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=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/' $pkgname.cabal
+
+# 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
+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 mitmproxy/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:50:56
  Author: felixonmars
Revision: 614945

upgpkg: mitmproxy 5.1.1-1

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:50:18 UTC (rev 614944)
+++ PKGBUILD2020-04-15 16:50:56 UTC (rev 614945)
@@ -5,7 +5,7 @@
 # Contributor: Dobroslaw Kijowski
 
 pkgname=mitmproxy
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
 arch=('any')
@@ -22,7 +22,7 @@
 conflicts=('pathod')
 replaces=('pathod')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz";)
-sha512sums=('cec15a5651f4e5826ced45cd43d6c83af1f2922f6d25e7a20032e152c37eebc82b1d83dff63d729f02a72ff58b8ca70df737850e44e5f8dbfd65113807f0a1e9')
+sha512sums=('ac5cd82d4d89590b57625661c493aca6a702605c612ea1acd9e0d0806067d47f60085ee68260bba2a10dc343410ae6a76ea1575287a0e312e4467a4e8485c6e1')
 
 prepare() {
   cd $pkgname-$pkgver


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:46:58
  Author: felixonmars
Revision: 614942

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 614941, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:46:37 UTC (rev 614941)
+++ PKGBUILD2020-04-15 16:46:58 UTC (rev 614942)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200414
-_commit=e1f4d9249f9990f08e49f7ffe16f6801b74ed5f4
-pkgrel=2
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese";
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('6e7f688b62c906491306c80d0d356253505c49cce882805853e23628fd46b34fe17dfbdf65d1c200e380eb378142fc348802e1677cc55c275e23937b39b1b91c')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 614941, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:46:58 UTC (rev 614942)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200415
+_commit=15b9bb92187653ef9ae6439f15b83deb987608c0
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese";
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
+sha512sums=('cb0de19a962e3daa4735c8d091cda14f15983ea9dede576ee9eb6e8deaec376eb9848a4ced198328852acdf5dda8d9e5c9b1361949491e8a95a79a4dc70ad02e')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:46:37
  Author: felixonmars
Revision: 614941

upgpkg: rime-cantonese 0.0.0.20200415-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:45:40 UTC (rev 614940)
+++ PKGBUILD2020-04-15 16:46:37 UTC (rev 614941)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200414
-_commit=e1f4d9249f9990f08e49f7ffe16f6801b74ed5f4
-pkgrel=2
+pkgver=0.0.0.20200415
+_commit=15b9bb92187653ef9ae6439f15b83deb987608c0
+pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
 url="https://github.com/rime/rime-cantonese";
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('6e7f688b62c906491306c80d0d356253505c49cce882805853e23628fd46b34fe17dfbdf65d1c200e380eb378142fc348802e1677cc55c275e23937b39b1b91c')
+sha512sums=('cb0de19a962e3daa4735c8d091cda14f15983ea9dede576ee9eb6e8deaec376eb9848a4ced198328852acdf5dda8d9e5c9b1361949491e8a95a79a4dc70ad02e')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:45:20
  Author: felixonmars
Revision: 614939

upgpkg: python-faker 4.0.3-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:45:10 UTC (rev 614938)
+++ PKGBUILD2020-04-15 16:45:20 UTC (rev 614939)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('8b17c736c53b85e9a97d598789182f40db12d0e24f462a6a6686c668b1c9d16ec300c018695fb1c3a160a7b2816d87f9c3b6d0e7a5f11cdedd880ba5b2651533')
+sha512sums=('08d7a4fc3a65f4f31467e0aa91525ce92042ef7e471992a63c3fef2efa14ab894bda1f0fa1e6b651f78ceadee7c3683079001db904147739628457a44adef615')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:45:40
  Author: felixonmars
Revision: 614940

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:45:20 UTC (rev 614939)
+++ PKGBUILD2020-04-15 16:45:40 UTC (rev 614940)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='https://faker.readthedocs.io/en/master/'
-license=('MIT')
-provides=("python-fake-factory=$pkgver")
-conflicts=('python-fake-factory')
-replaces=('python-fake-factory')
-depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
-  'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('8b17c736c53b85e9a97d598789182f40db12d0e24f462a6a6686c668b1c9d16ec300c018695fb1c3a160a7b2816d87f9c3b6d0e7a5f11cdedd880ba5b2651533')
-
-prepare() {
-  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
-}
-
-build() {
-  cd faker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd faker-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-faker/repos/community-any/PKGBUILD (from rev 614939, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:45:40 UTC (rev 614940)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='https://faker.readthedocs.io/en/master/'
+license=('MIT')
+provides=("python-fake-factory=$pkgver")
+conflicts=('python-fake-factory')
+replaces=('python-fake-factory')
+depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
+  'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
+sha512sums=('08d7a4fc3a65f4f31467e0aa91525ce92042ef7e471992a63c3fef2efa14ab894bda1f0fa1e6b651f78ceadee7c3683079001db904147739628457a44adef615')
+
+prepare() {
+  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
+}
+
+build() {
+  cd faker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd faker-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:44:50
  Author: arojas
Revision: 380379

archrelease: copy trunk to staging-x86_64

Added:
  libaccounts-qt/repos/staging-x86_64/
  libaccounts-qt/repos/staging-x86_64/PKGBUILD
(from rev 380378, libaccounts-qt/trunk/PKGBUILD)

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

Copied: libaccounts-qt/repos/staging-x86_64/PKGBUILD (from rev 380378, 
libaccounts-qt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-15 16:44:50 UTC (rev 380379)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-qt
+pkgdesc="Qt-based client library for accessing the online accounts database"
+pkgver=1.16
+pkgrel=2
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-qt";
+license=(LGPL)
+depends=(libaccounts-glib qt5-base)
+makedepends=(doxygen)
+conflicts=(libaccounts-qt5)
+provides=(libaccounts-qt5)
+replaces=(libaccounts-qt5)
+source=("https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_$pkgver";)
+sha256sums=('8d51a70af51b30125441c26be88c46d57b5f0e09545448e5db4064ba38d68fad')
+
+prepare() {
+  mv $pkgname-VERSION_$pkgver-* $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
+  cd ..
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+# Remove docs
+  rm -r "$pkgdir"/usr/share
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:45:10
  Author: felixonmars
Revision: 614938

archrelease: copy trunk to community-testing-any

Added:
  semver/repos/community-testing-any/PKGBUILD
(from rev 614937, semver/trunk/PKGBUILD)
Deleted:
  semver/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:44:51 UTC (rev 614937)
+++ PKGBUILD2020-04-15 16:45:10 UTC (rev 614938)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=semver
-pkgver=7.3.0
-pkgrel=1
-pkgdesc='The semantic version parser used by npm.'
-arch=('any')
-url='https://github.com/npm/node-semver'
-license=('ISC')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('bb2be053f8a092b320347c0b817be5a43f631000db261074f895d2cb0a0ee3b26027a735ea26aef45f5c8ed73f139a343e8a916138932003d129a61ef38cfa79')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: semver/repos/community-testing-any/PKGBUILD (from rev 614937, 
semver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:45:10 UTC (rev 614938)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=semver
+pkgver=7.3.1
+pkgrel=1
+pkgdesc='The semantic version parser used by npm.'
+arch=('any')
+url='https://github.com/npm/node-semver'
+license=('ISC')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('afbb0110294a0df0c584f41f224d83f8417be124b58f8bb27eda39d3f296411cd08fc21e283ef0a8b6f092a6f7df6f3daeda906682b3203e5639abe427adc31a')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:44:27
  Author: arojas
Revision: 380378

libaccounts-glib 1.25 rebuild

Modified:
  libaccounts-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:43:59 UTC (rev 380377)
+++ PKGBUILD2020-04-15 16:44:27 UTC (rev 380378)
@@ -5,7 +5,7 @@
 pkgname=libaccounts-qt
 pkgdesc="Qt-based client library for accessing the online accounts database"
 pkgver=1.16
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-qt";
 license=(LGPL)


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:44:51
  Author: felixonmars
Revision: 614937

upgpkg: semver 7.3.1-1

Modified:
  semver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:43:39 UTC (rev 614936)
+++ PKGBUILD2020-04-15 16:44:51 UTC (rev 614937)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=semver
-pkgver=7.3.0
+pkgver=7.3.1
 pkgrel=1
 pkgdesc='The semantic version parser used by npm.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('bb2be053f8a092b320347c0b817be5a43f631000db261074f895d2cb0a0ee3b26027a735ea26aef45f5c8ed73f139a343e8a916138932003d129a61ef38cfa79')
+sha512sums=('afbb0110294a0df0c584f41f224d83f8417be124b58f8bb27eda39d3f296411cd08fc21e283ef0a8b6f092a6f7df6f3daeda906682b3203e5639abe427adc31a')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:43:59
  Author: felixonmars
Revision: 380377

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:43:40 UTC (rev 380376)
+++ PKGBUILD2020-04-15 16:43:59 UTC (rev 380377)
@@ -1,34 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-libwww
-pkgver=6.43
-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=('789d43f4f3481fa4aca5bf6468318989074e3301053ac66482a40f4fa2730f280b2c71518ebacc652243b35e86ab00e6313613033d35f5ef0e223ebee977c11e')
-
-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 380376, 
perl-libwww/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:43:59 UTC (rev 380377)
@@ -0,0 +1,34 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.44
+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=('ccb7e8a7aa0b10a78d5cc6b70a79b155642932646ee1940e6e0aa051e216e495ce9f85510b12e6cc06d9d3dac5a7d6f7b960479770c3ab60ff3be628876b3046')
+
+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 bash-language-server/repos/community-x86_64 (6 files)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:43:39
  Author: felixonmars
Revision: 614936

archrelease: copy trunk to community-x86_64

Added:
  
bash-language-server/repos/community-x86_64/0001-node-tree-sitter-nodejs-12-update.patch
(from rev 614935, 
bash-language-server/trunk/0001-node-tree-sitter-nodejs-12-update.patch)
  bash-language-server/repos/community-x86_64/PKGBUILD
(from rev 614935, bash-language-server/trunk/PKGBUILD)
  
bash-language-server/repos/community-x86_64/bash-language-server-nodejs-12-update.patch
(from rev 614935, 
bash-language-server/trunk/bash-language-server-nodejs-12-update.patch)
Deleted:
  
bash-language-server/repos/community-x86_64/0001-node-tree-sitter-nodejs-12-update.patch
  bash-language-server/repos/community-x86_64/PKGBUILD
  
bash-language-server/repos/community-x86_64/bash-language-server-nodejs-12-update.patch

--+
 0001-node-tree-sitter-nodejs-12-update.patch | 1488 -
 PKGBUILD |   64 -
 bash-language-server-nodejs-12-update.patch  |   30 
 3 files changed, 791 insertions(+), 791 deletions(-)

Deleted: 0001-node-tree-sitter-nodejs-12-update.patch
===
--- 0001-node-tree-sitter-nodejs-12-update.patch2020-04-15 16:43:12 UTC 
(rev 614935)
+++ 0001-node-tree-sitter-nodejs-12-update.patch2020-04-15 16:43:39 UTC 
(rev 614936)
@@ -1,744 +0,0 @@
-From c526efc6500a1c35d71aee9ce170190b06a7210f Mon Sep 17 00:00:00 2001
-From: "Xl.W" 
-Date: Thu, 22 Aug 2019 13:33:30 +0800
-Subject: [PATCH] node-tree-sitter: nodejs 12 update
-

- src/conversions.cc  | 69 +-
- src/language.cc |  4 +-
- src/logger.cc   | 10 ++---
- src/node.cc | 75 +
- src/parser.cc   | 91 ++---
- src/tree.cc | 37 --
- src/tree_cursor.cc  | 14 ---
- test/node_test.js   |  2 +-
- test/parser_test.js |  2 +-
- 9 files changed, 180 insertions(+), 124 deletions(-)
-
-diff --git a/src/conversions.cc b/src/conversions.cc
-index d024b4c..6d685cd 100644
 a/src/conversions.cc
-+++ b/src/conversions.cc
-@@ -29,7 +29,7 @@ void InitConversions(Local exports) {
- 
-   point_transfer_buffer = static_cast(malloc(2 * 
sizeof(uint32_t)));
-   auto js_point_transfer_buffer = ArrayBuffer::New(Isolate::GetCurrent(), 
point_transfer_buffer, 2 * sizeof(uint32_t));
--  exports->Set(Nan::New("pointTransferArray").ToLocalChecked(), 
Uint32Array::New(js_point_transfer_buffer, 0, 2));
-+  Nan::Set(exports, Nan::New("pointTransferArray").ToLocalChecked(), 
Uint32Array::New(js_point_transfer_buffer, 0, 2));
- }
- 
- void TransferPoint(const TSPoint &point) {
-@@ -39,10 +39,10 @@ void TransferPoint(const TSPoint &point) {
- 
- Local RangeToJS(const TSRange &range) {
-   Local result = Nan::New();
--  result->Set(Nan::New(start_position_key), PointToJS(range.start_point));
--  result->Set(Nan::New(start_index_key), ByteCountToJS(range.start_byte));
--  result->Set(Nan::New(end_position_key), PointToJS(range.end_point));
--  result->Set(Nan::New(end_index_key), ByteCountToJS(range.end_byte));
-+  Nan::Set(result, Nan::New(start_position_key), 
PointToJS(range.start_point));
-+  Nan::Set(result, Nan::New(start_index_key), 
ByteCountToJS(range.start_byte));
-+  Nan::Set(result, Nan::New(end_position_key), PointToJS(range.end_point));
-+  Nan::Set(result, Nan::New(end_index_key), ByteCountToJS(range.end_byte));
-   return result;
- }
- 
-@@ -56,8 +56,13 @@ Nan::Maybe RangeFromJS(const Local &arg) {
- 
-   Local js_range = Local::Cast(arg);
- 
--  #define INIT(field, key, Type) { \
--auto field = Type(js_range->Get(Nan::New(key))); \
-+  #define INIT(field, key, Convert) { \
-+auto value = Nan::Get(js_range, Nan::New(key)); \
-+if (value.IsEmpty()) { \
-+  Nan::ThrowTypeError("Range must be a {startPosition, endPosition, 
startIndex, endIndex} object"); \
-+  return Nan::Nothing(); \
-+} \
-+auto field = Convert(value.ToLocalChecked()); \
- if (field.IsJust()) { \
-   result.field = field.FromJust(); \
- } else { \
-@@ -77,41 +82,52 @@ Nan::Maybe RangeFromJS(const Local &arg) {
- 
- Local PointToJS(const TSPoint &point) {
-   Local result = Nan::New();
--  result->Set(Nan::New(row_key), Nan::New(point.row));
--  result->Set(Nan::New(column_key), ByteCountToJS(point.column));
-+  Nan::Set(result, Nan::New(row_key), Nan::New(point.row));
-+  Nan::Set(result, Nan::New(column_key), ByteCountToJS(point.column));
-   return result;
- }
- 
- Nan::Maybe PointFromJS(const Local &arg) {
--  if (!arg->IsObject()) {
-+  Local js_point;
-+  if (!Nan::To(arg).ToLocal(&js_point)) {
- Nan::ThrowTypeError("Point must be a {row, column} object");
- return Nan::Nothing();
-   }
- 
--  Local js_point = Local::Cast(arg);
--  Local js_row = js_point->Get(Nan::New(row_key

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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:43:40
  Author: felixonmars
Revision: 380376

upgpkg: perl-libwww 6.44-1

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:41:48 UTC (rev 380375)
+++ PKGBUILD2020-04-15 16:43:40 UTC (rev 380376)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.43
+pkgver=6.44
 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=('789d43f4f3481fa4aca5bf6468318989074e3301053ac66482a40f4fa2730f280b2c71518ebacc652243b35e86ab00e6313613033d35f5ef0e223ebee977c11e')
+sha512sums=('ccb7e8a7aa0b10a78d5cc6b70a79b155642932646ee1940e6e0aa051e216e495ce9f85510b12e6cc06d9d3dac5a7d6f7b960479770c3ab60ff3be628876b3046')
 
 build() {
   cd libwww-perl-$pkgver


[arch-commits] Commit in bash-language-server/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:43:12
  Author: felixonmars
Revision: 614935

upgpkg: bash-language-server 1.11.2-1

Modified:
  bash-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:41:48 UTC (rev 614934)
+++ PKGBUILD2020-04-15 16:43:12 UTC (rev 614935)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=bash-language-server
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
 arch=("x86_64")
@@ -11,7 +11,7 @@
 depends=("nodejs" "acorn")
 makedepends=("yarn" "typescript" "git")
 
source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz";)
-sha512sums=('34a010f5ea9881ab3d35fa83155e94e0011b64d09b6d96f3840ae7d463ec3e0ef384a45b1e681026e49249a7c67d7ed35ff9d27e1417b235a2dddc77dc42c053')
+sha512sums=('b043f09e648c0aecff97d44fe39166b236881666d5a35bc2b6aa400bfdc4004362676f2f00e8598561916f34517dd9b1268fe04725c87cdd976c67bd6b2562ed')
 
 build() {
 cd "$srcdir/$pkgname-server-$pkgver"


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:41:29
  Author: felixonmars
Revision: 614933

upgpkg: python-hypothesis 5.8.4-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:40:09 UTC (rev 614932)
+++ PKGBUILD2020-04-15 16:41:29 UTC (rev 614933)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.8.3
+pkgver=5.8.4
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('60a3b239d13058e5bf5fe06128d9f5a7adb1350e1468186cc71198e37fe25340449d2838699af1ecf3bd958123081064353eef7c251fbeb892708d835abcaa0d')
+sha512sums=('57ad7865f395268c4e1d6d7e63ad730d2639fd5e7d12510034651949e754007dc6b88f55d77632763dfd5051f187d3d180c1c7462e03efd7eda9855dcc567a97')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:41:48
  Author: felixonmars
Revision: 614934

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:41:29 UTC (rev 614933)
+++ PKGBUILD2020-04-15 16:41:48 UTC (rev 614934)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.8.3
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('60a3b239d13058e5bf5fe06128d9f5a7adb1350e1468186cc71198e37fe25340449d2838699af1ecf3bd958123081064353eef7c251fbeb892708d835abcaa0d')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 614933, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:41:48 UTC (rev 614934)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.8.4
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
+sha512sums=('57ad7865f395268c4e1d6d7e63ad730d2639fd5e7d12510034651949e754007dc6b88f55d77632763dfd5051f187d3d180c1c7462e03efd7eda9855dcc567a97')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:41:48
  Author: arojas
Revision: 380375

archrelease: copy trunk to staging-x86_64

Added:
  libaccounts-glib/repos/staging-x86_64/
  libaccounts-glib/repos/staging-x86_64/PKGBUILD
(from rev 380374, libaccounts-glib/trunk/PKGBUILD)

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

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 380374, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-15 16:41:48 UTC (rev 380375)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.25
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib";
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject gobject-introspection vala meson check)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:41:25
  Author: arojas
Revision: 380374

Update to 1.25

Modified:
  libaccounts-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 15:59:28 UTC (rev 380373)
+++ PKGBUILD2020-04-15 16:41:25 UTC (rev 380374)
@@ -3,8 +3,8 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.24
-pkgrel=3
+pkgver=1.25
+pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";
@@ -12,7 +12,7 @@
 depends=(dbus-glib libxml2 sqlite)
 makedepends=(python-gobject gobject-introspection vala meson check)
 
source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
-md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
+sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in fcitx5-material-color/repos/community-any (PKGBUILD PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:40:09
  Author: felixonmars
Revision: 614932

archrelease: copy trunk to community-any

Added:
  fcitx5-material-color/repos/community-any/PKGBUILD
(from rev 614931, fcitx5-material-color/trunk/PKGBUILD)
Deleted:
  fcitx5-material-color/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:39:51 UTC (rev 614931)
+++ PKGBUILD2020-04-15 16:40:09 UTC (rev 614932)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=fcitx5-material-color
-pkgver=0.0.0.20200405
-_commit=9210f113db3a5995fdef087cb500b23f8cd9a4e9
-pkgrel=1
-pkgdesc="Material color theme for fcitx5"
-arch=('any')
-url="https://github.com/hosxy/Fcitx5-Material-Color";
-license=('GPL')
-source=("https://github.com/hosxy/Fcitx5-Material-Color/archive/$_commit/$pkgname-$_commit.tar.gz";)
-sha512sums=('459def3269b01ff0f9850af42d37c828183e37336ade2847594d4cb4e4b382fa18e0dfd2325e2c86a40bb1988783b7541384bff1257716135eaf92a5b47c55ca')
-
-package() {
-  cd Fcitx5-Material-Color-$_commit
-  install -Dm644 arrow.png radio.png -t "$pkgdir"/usr/share/$pkgname/
-  for _variant in blue brown deepPurple indigo pink red teal; do
-_variant_name=Material-Color-${_variant^}
-install -Dm644 highlight-$_variant.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/highlight.png
-install -Dm644 panel-$_variant.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel.png
-ln -s ../../../$pkgname/arrow.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
-ln -s ../../../$pkgname/radio.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
-install -Dm644 theme.conf -t 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
-sed -i "s/^Name=.*/Name=$_variant_name/" 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/theme.conf
-  done
-}

Copied: fcitx5-material-color/repos/community-any/PKGBUILD (from rev 614931, 
fcitx5-material-color/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:40:09 UTC (rev 614932)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=fcitx5-material-color
+pkgver=0.0.0.20200410
+_commit=0fb2ef1f7a8a7d7591e2d83222d9d8ab3ed4f774
+pkgrel=1
+pkgdesc="Material color theme for fcitx5"
+arch=('any')
+url="https://github.com/hosxy/Fcitx5-Material-Color";
+license=('GPL')
+source=("https://github.com/hosxy/Fcitx5-Material-Color/archive/$_commit/$pkgname-$_commit.tar.gz";)
+sha512sums=('03f3d1ecc22487a6e563b75bf017284e02a911275b8efc3d7d9d994bd1023ea21ce97f6d51de89d7f6e33f745509ee283312462cae431cd5f62992cf91527370')
+
+package() {
+  cd Fcitx5-Material-Color-$_commit
+  install -Dm644 arrow.png radio.png -t "$pkgdir"/usr/share/$pkgname/
+  for _variant in blue brown deepPurple indigo pink red teal; do
+_variant_name=Material-Color-${_variant^}
+install -Dm644 highlight-$_variant.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/highlight.png
+install -Dm644 panel-$_variant.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel.png
+ln -s ../../../$pkgname/arrow.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
+ln -s ../../../$pkgname/radio.png 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
+install -Dm644 theme.conf -t 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
+sed -i "s/^Name=.*/Name=$_variant_name/" 
"$pkgdir"/usr/share/fcitx5/themes/$_variant_name/theme.conf
+  done
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:39:51
  Author: felixonmars
Revision: 614931

upgpkg: fcitx5-material-color 0.0.0.20200410-1

Modified:
  fcitx5-material-color/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:31:59 UTC (rev 614930)
+++ PKGBUILD2020-04-15 16:39:51 UTC (rev 614931)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=fcitx5-material-color
-pkgver=0.0.0.20200405
-_commit=9210f113db3a5995fdef087cb500b23f8cd9a4e9
+pkgver=0.0.0.20200410
+_commit=0fb2ef1f7a8a7d7591e2d83222d9d8ab3ed4f774
 pkgrel=1
 pkgdesc="Material color theme for fcitx5"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://github.com/hosxy/Fcitx5-Material-Color";
 license=('GPL')
 
source=("https://github.com/hosxy/Fcitx5-Material-Color/archive/$_commit/$pkgname-$_commit.tar.gz";)
-sha512sums=('459def3269b01ff0f9850af42d37c828183e37336ade2847594d4cb4e4b382fa18e0dfd2325e2c86a40bb1988783b7541384bff1257716135eaf92a5b47c55ca')
+sha512sums=('03f3d1ecc22487a6e563b75bf017284e02a911275b8efc3d7d9d994bd1023ea21ce97f6d51de89d7f6e33f745509ee283312462cae431cd5f62992cf91527370')
 
 package() {
   cd Fcitx5-Material-Color-$_commit


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:31:59
  Author: felixonmars
Revision: 614930

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-doctemplates/repos/community-staging-x86_64/PKGBUILD (from rev 
614929, haskell-doctemplates/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:31:59 UTC (rev 614930)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-doclayout' 'haskell-hsyaml' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-text-conversions' 
'haskell-unordered-containers'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1e1dbb8f8a2980b342ef3b5c2c0fefa8d0bf220d5ca1332de3dbdf30ab3243fd6f4d12816fa25851498a26c25c5fba1bc2aa6f16eafca11c65bc125a203b90ad')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:31:39
  Author: felixonmars
Revision: 614929

upgpkg: haskell-doctemplates 0.8.2-1: rebuild with doctemplates 0.8.2

Modified:
  haskell-doctemplates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:28:14 UTC (rev 614928)
+++ PKGBUILD2020-04-15 16:31:39 UTC (rev 614929)
@@ -2,8 +2,8 @@
 
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
-pkgver=0.8.1
-pkgrel=17
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates";
 license=("BSD")
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
  'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('eb733421ff884e19a5c0c637fe1eaa3d0fcee9b6382939b148a0f9b493dc7b5c27344411bb542b7244a96fe613d8a587074936ff81ec367027364c98d338d6f6')
+sha512sums=('1e1dbb8f8a2980b342ef3b5c2c0fefa8d0bf220d5ca1332de3dbdf30ab3243fd6f4d12816fa25851498a26c25c5fba1bc2aa6f16eafca11c65bc125a203b90ad')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:28:14
  Author: felixonmars
Revision: 614928

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 16:28:14 UTC (rev 614927)
+++ PKGBUILD2020-04-15 16:28:14 UTC (rev 614928)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-js2py
-pkgver=0.68
-_commit=04241ba58f850cf586c55c25ac033561b9bb82cb
-pkgrel=1
-pkgdesc="JavaScript to Python Translator & JavaScript interpreter written in 
100% pure Python"
-url="https://github.com/PiotrDabkowski/Js2Py";
-license=('MIT')
-arch=('any')
-depends=('python-tzlocal' 'python-six' 'python-pyjsparser')
-makedepends=('python-setuptools' 'python-tzlocal'  'python-six' 
'python-pyjsparser' )
-checkdepends=('npm' 'python-numpy')
-source=("$pkgname-$_commit.tar.gz::https://github.com/PiotrDabkowski/Js2Py/archive/$_commit.tar.gz";)
-sha512sums=('47b07804d1909b37d86855accd8c6f8f54587816c564c7eabad9fcf3c2bec898e333430275604d449cc1026146d28113934233a30c8ea0e39ca6c18621d3a646')
-
-prepare() {
-  mv Js2Py-{$_commit,$pkgver}
-}
-
-build() {
-  cd Js2Py-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Js2Py-$pkgver
-  python simple_test.py
-}
-
-package() {
-  cd Js2Py-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-js2py/repos/community-any/PKGBUILD (from rev 614921, 
python-js2py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 16:28:14 UTC (rev 614928)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-js2py
+pkgver=0.70
+_commit=55d6bf39ba75e4e5bea2ec2df9a1314148323046
+pkgrel=1
+pkgdesc="JavaScript to Python Translator & JavaScript interpreter written in 
100% pure Python"
+url="https://github.com/PiotrDabkowski/Js2Py";
+license=('MIT')
+arch=('any')
+depends=('python-tzlocal' 'python-six' 'python-pyjsparser')
+makedepends=('python-setuptools' 'python-tzlocal'  'python-six' 
'python-pyjsparser' )
+checkdepends=('npm' 'python-numpy')
+source=("$pkgname-$_commit.tar.gz::https://github.com/PiotrDabkowski/Js2Py/archive/$_commit.tar.gz";)
+sha512sums=('d61e28398f8ebb166e1faf718d68d32cb99ea226396341d9f8c58160cc17424ed56cb23d1ff33de5989eb4446e332c3e5a8dd8a94a8d653007af59a7d900')
+
+prepare() {
+  mv Js2Py-{$_commit,$pkgver}
+}
+
+build() {
+  cd Js2Py-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Js2Py-$pkgver
+  python simple_test.py
+}
+
+package() {
+  cd Js2Py-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:27:55
  Author: felixonmars
Revision: 614920

upgpkg: python-js2py 0.70-1

Modified:
  python-js2py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:27:45 UTC (rev 614919)
+++ PKGBUILD2020-04-15 16:27:55 UTC (rev 614920)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-js2py
-pkgver=0.68
-_commit=04241ba58f850cf586c55c25ac033561b9bb82cb
+pkgver=0.70
+_commit=55d6bf39ba75e4e5bea2ec2df9a1314148323046
 pkgrel=1
 pkgdesc="JavaScript to Python Translator & JavaScript interpreter written in 
100% pure Python"
 url="https://github.com/PiotrDabkowski/Js2Py";
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-tzlocal'  'python-six' 
'python-pyjsparser' )
 checkdepends=('npm' 'python-numpy')
 
source=("$pkgname-$_commit.tar.gz::https://github.com/PiotrDabkowski/Js2Py/archive/$_commit.tar.gz";)
-sha512sums=('47b07804d1909b37d86855accd8c6f8f54587816c564c7eabad9fcf3c2bec898e333430275604d449cc1026146d28113934233a30c8ea0e39ca6c18621d3a646')
+sha512sums=('d61e28398f8ebb166e1faf718d68d32cb99ea226396341d9f8c58160cc17424ed56cb23d1ff33de5989eb4446e332c3e5a8dd8a94a8d653007af59a7d900')
 
 prepare() {
   mv Js2Py-{$_commit,$pkgver}


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:27:45
  Author: felixonmars
Revision: 614919

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 614918, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:27:45 UTC (rev 614919)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.0
+pkgrel=8
+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=('e52bca7c4ab37909b57b8d004244e7b0471464141cea5193ed01e39a60f7adb551064d3d3dd4230042b04730fdf8d6b8151bb3789b90c413680e6a3e496c383c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *4.19/<5/' $pkgname.cabal
+sed -i -e '/ fail /d' src/PostgREST/Config.hs
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+}
+
+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
+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 postgrest/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:27:29
  Author: felixonmars
Revision: 614918

upgpkg: postgrest 7.0.0-8: rebuild with data-dword 0.3.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:24:01 UTC (rev 614917)
+++ PKGBUILD2020-04-15 16:27:29 UTC (rev 614918)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:24:01
  Author: felixonmars
Revision: 614917

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 614916, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 614916, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:24:01 UTC (rev 614917)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.0.1
+pkgrel=14
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('fe02484c8ae0f6a6b64f399a2061138f9a9390cb19693df9592fb58c07c7330f819b1181f973b4e6bf6b800d57ecb80dc901900e5d3ad1eb4c801bb3cf2f45c5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-hasql-transaction/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:23:45
  Author: felixonmars
Revision: 614916

upgpkg: haskell-hasql-transaction 1.0.0.1-14: rebuild with data-dword 0.3.2

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:22:50 UTC (rev 614915)
+++ PKGBUILD2020-04-15 16:23:45 UTC (rev 614916)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction";
 license=('MIT')


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:22:33
  Author: felixonmars
Revision: 614914

upgpkg: haskell-hasql-pool 0.5.1-84: rebuild with data-dword 0.3.2

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:21:35 UTC (rev 614913)
+++ PKGBUILD2020-04-15 16:22:33 UTC (rev 614914)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.1
-pkgrel=83
+pkgrel=84
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool";
 license=('MIT')


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:22:50
  Author: felixonmars
Revision: 614915

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 614914, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
614914, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:22:50 UTC (rev 614915)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.1
+pkgrel=84
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+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-hasql/repos (2 files)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:21:35
  Author: felixonmars
Revision: 614913

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 614912, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:21:35 UTC (rev 614913)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4.2
+pkgrel=10
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('74052de895ff78df41b634a558ac88c60702127f332410e9cc0abfdd48a1857eacef91770700f142490fbd4180d49c45277ec8e8b7a3740ac7facace2a1a7764')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/import Prelude as Exports/import Prelude as Exports hiding 
(mapLeft)/' tasty/Main/Prelude.hs
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-hasql/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:21:14
  Author: felixonmars
Revision: 614912

upgpkg: haskell-hasql 1.4.2-10: rebuild with data-dword 0.3.2

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:19:38 UTC (rev 614911)
+++ PKGBUILD2020-04-15 16:21:14 UTC (rev 614912)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.2
-pkgrel=9
+pkgrel=10
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql";
 license=('MIT')


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:19:21
  Author: felixonmars
Revision: 614910

upgpkg: haskell-postgresql-binary 0.12.2-40: rebuild with data-dword 0.3.2

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:17:23 UTC (rev 614909)
+++ PKGBUILD2020-04-15 16:19:21 UTC (rev 614910)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.2
-pkgrel=39
+pkgrel=40
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary";
 license=("MIT")


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:19:38
  Author: felixonmars
Revision: 614911

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 614910, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 614910, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:19:38 UTC (rev 614911)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.2
+pkgrel=40
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f4876c89d8b19ea7e39d6e6dfe41c972de3aa072b7f6550bb8b650f6aedccd24526f8385cca770c11f8212d02c00ec07eedfa64f92c1250c90102d7743637c8b')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/DB.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-network-ip/repos (2 files)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:17:23
  Author: felixonmars
Revision: 614909

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-ip/repos/community-staging-x86_64/
  haskell-network-ip/repos/community-staging-x86_64/PKGBUILD
(from rev 614908, haskell-network-ip/trunk/PKGBUILD)

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

Copied: haskell-network-ip/repos/community-staging-x86_64/PKGBUILD (from rev 
614908, haskell-network-ip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:17:23 UTC (rev 614909)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=network-ip
+pkgname=haskell-network-ip
+pkgver=0.3.0.3
+pkgrel=29
+pkgdesc="Internet Protocol data structures"
+url="https://github.com/mvv/network-ip";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-data-dword' 
'haskell-data-endian'
+ 'haskell-data-serializer' 'haskell-data-textual' 'haskell-hashable' 
'haskell-parsers'
+ 'haskell-text-printer' 'haskell-type-hint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0d628e514d3696db04350e54f87f179d5468e983001bfc3865ac65f6f430416c5c111b1979b368dd8115f06dd94c675b28b632ca75b22341fcc1522b7f1f2e36')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_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-network-ip/trunk (PKGBUILD)

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:17:06
  Author: felixonmars
Revision: 614908

upgpkg: haskell-network-ip 0.3.0.3-29: rebuild with data-dword 0.3.2

Modified:
  haskell-network-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:16:21 UTC (rev 614907)
+++ PKGBUILD2020-04-15 16:17:06 UTC (rev 614908)
@@ -3,7 +3,7 @@
 _hkgname=network-ip
 pkgname=haskell-network-ip
 pkgver=0.3.0.3
-pkgrel=28
+pkgrel=29
 pkgdesc="Internet Protocol data structures"
 url="https://github.com/mvv/network-ip";
 license=('BSD')


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:16:02
  Author: felixonmars
Revision: 614906

upgpkg: haskell-data-dword 0.3.2-1: rebuild with data-dword 0.3.2

Modified:
  haskell-data-dword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 16:12:05 UTC (rev 614905)
+++ PKGBUILD2020-04-15 16:16:02 UTC (rev 614906)
@@ -2,8 +2,8 @@
 
 _hkgname=data-dword
 pkgname=haskell-data-dword
-pkgver=0.3.1.3
-pkgrel=20
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="Stick two binary words together to get a bigger one"
 url="https://github.com/mvv/data-dword";
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('12651bc8d086e1873e05261c1a7ea807863f05ea35dd1d6b80a48d5f4750a4beee4f6eeedf1a79b290899174b93c8c6b2f32f4a02941e1de6dae236fea55239d')
+sha512sums=('df31147e56d5464397d84b24c86dc33767343bc62978b91df3fcc06872f63ad38cbe6c15f6c225a65499ac23ba3e9046535e3b6e3e59fc89bcb004634f50992e')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 16:16:21
  Author: felixonmars
Revision: 614907

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-dword/repos/community-staging-x86_64/
  haskell-data-dword/repos/community-staging-x86_64/PKGBUILD
(from rev 614906, haskell-data-dword/trunk/PKGBUILD)

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

Copied: haskell-data-dword/repos/community-staging-x86_64/PKGBUILD (from rev 
614906, haskell-data-dword/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 16:16:21 UTC (rev 614907)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-dword
+pkgname=haskell-data-dword
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Stick two binary words together to get a bigger one"
+url="https://github.com/mvv/data-dword";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('df31147e56d5464397d84b24c86dc33767343bc62978b91df3fcc06872f63ad38cbe6c15f6c225a65499ac23ba3e9046535e3b6e3e59fc89bcb004634f50992e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 15:59:28
  Author: arojas
Revision: 380373

archrelease: copy trunk to extra-x86_64

Added:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD
(from rev 380372, qalculate-gtk/trunk/PKGBUILD)
Deleted:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 15:59:01 UTC (rev 380372)
+++ PKGBUILD2020-04-15 15:59:28 UTC (rev 380373)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger 
-
-pkgname=qalculate-gtk
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="GTK frontend for libqalculate"
-arch=(x86_64)
-url="https://qalculate.github.io/";
-license=(GPL)
-depends=(libqalculate gtk3)
-makedepends=(intltool)
-source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b5431d3f61ba7f37dae91b2071ee4dcc7616b1c93583b6efd5591394cd911833')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: qalculate-gtk/repos/extra-x86_64/PKGBUILD (from rev 380372, 
qalculate-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 15:59:28 UTC (rev 380373)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=3.9.0.a
+_pkgver=3.9.0a
+pkgrel=1
+pkgdesc="GTK frontend for libqalculate"
+arch=(x86_64)
+url="https://qalculate.github.io/";
+license=(GPL)
+depends=(libqalculate gtk3)
+makedepends=(intltool)
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v${_pkgver/a/}/$pkgname-$_pkgver.tar.gz)
+sha256sums=('d8b16427a986d689aee73e6a4eaa0b9f5d3c703f03d5b4d4d334b5094093f3c8')
+
+build() {
+  cd $pkgname-${_pkgver/a/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_pkgver/a/}
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 15:59:01
  Author: arojas
Revision: 380372

Update to 3.9.0.a

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 15:53:50 UTC (rev 380371)
+++ PKGBUILD2020-04-15 15:59:01 UTC (rev 380372)
@@ -2,7 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=3.9.0
+pkgver=3.9.0.a
+_pkgver=3.9.0a
 pkgrel=1
 pkgdesc="GTK frontend for libqalculate"
 arch=(x86_64)
@@ -10,16 +11,16 @@
 license=(GPL)
 depends=(libqalculate gtk3)
 makedepends=(intltool)
-source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b5431d3f61ba7f37dae91b2071ee4dcc7616b1c93583b6efd5591394cd911833')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v${_pkgver/a/}/$pkgname-$_pkgver.tar.gz)
+sha256sums=('d8b16427a986d689aee73e6a4eaa0b9f5d3c703f03d5b4d4d334b5094093f3c8')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-${_pkgver/a/}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-${_pkgver/a/}
   make DESTDIR="$pkgdir" install
 }


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 15:53:50
  Author: arojas
Revision: 380371

archrelease: copy trunk to extra-x86_64

Added:
  libqalculate/repos/extra-x86_64/PKGBUILD
(from rev 380370, libqalculate/trunk/PKGBUILD)
Deleted:
  libqalculate/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 15:53:32 UTC (rev 380370)
+++ PKGBUILD2020-04-15 15:53:50 UTC (rev 380371)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=libqalculate
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="Multi-purpose desktop calculator"
-arch=(x86_64)
-url="https://qalculate.github.io/";
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool doxygen)
-optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d9d219e74314f863811763be0518f05362dc0b084222728786d8639fadce37dd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 380370, 
libqalculate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 15:53:50 UTC (rev 380371)
@@ -0,0 +1,27 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+_pkgver=3.9.0a
+pkgver=3.9.0.a
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="https://qalculate.github.io/";
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool doxygen)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v${_pkgver/a/}/$pkgname-$_pkgver.tar.gz)
+sha256sums=('f46a5f99500337be96ee1cac4310a522ed37a76161a828d343f0229441e2cbf8')
+
+build() {
+  cd $pkgname-${_pkgver/a/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_pkgver/a/}
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 15:53:32
  Author: arojas
Revision: 380370

Update to 3.9.0.a

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 13:14:16 UTC (rev 380369)
+++ PKGBUILD2020-04-15 15:53:32 UTC (rev 380370)
@@ -2,7 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqalculate
-pkgver=3.9.0
+_pkgver=3.9.0a
+pkgver=3.9.0.a
 pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
@@ -11,16 +12,16 @@
 depends=(libxml2 curl mpfr)
 makedepends=(intltool doxygen)
 optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d9d219e74314f863811763be0518f05362dc0b084222728786d8639fadce37dd')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v${_pkgver/a/}/$pkgname-$_pkgver.tar.gz)
+sha256sums=('f46a5f99500337be96ee1cac4310a522ed37a76161a828d343f0229441e2cbf8')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-${_pkgver/a/}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-${_pkgver/a/}
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 15:22:32
  Author: archange
Revision: 614723

upgpkg: intel-graphics-compiler 1:1.0.3771-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 15:22:28 UTC (rev 614722)
+++ PKGBUILD2020-04-15 15:22:32 UTC (rev 614723)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.3698
+pkgver=1.0.3771
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(cmake clang llvm zlib python)
 options=(!emptydirs)
 source=("${url}/archive/igc-${pkgver}.tar.gz")
-sha256sums=('ace4973832b349fc86ebceb7ebb0e3968e0c9ad6bffdf5d4f7df4e35a721b6eb')
+sha256sums=('40002f55b0886d9ccdb606684903f8e4cb7f4abde3e5cde8a02815c0907c2778')
 
 build() {
 cmake -B build -S ${pkgname}-igc-${pkgver} \


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 15:22:28
  Author: archange
Revision: 614722

archrelease: copy trunk to community-any

Added:
  restinio/repos/community-any/PKGBUILD
(from rev 614721, restinio/trunk/PKGBUILD)
Deleted:
  restinio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 15:22:21 UTC (rev 614721)
+++ PKGBUILD2020-04-15 15:22:28 UTC (rev 614722)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=restinio
-pkgver=0.6.5
-pkgrel=1
-pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
-arch=(any)
-url="https://stiffstream.com/en/products/restinio.html";
-license=(BSD)
-depends=(asio http-parser fmt)
-makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
-source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('aed7a4057a0c1e879ec5ed265ef30927e49d0e376e9c51b486d1e99a51bb6391')
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DRESTINIO_FIND_DEPS=ON \
-  -DRESTINIO_TEST=OFF \
-  -DRESTINIO_SAMPLE=OFF \
-  -DRESTINIO_INSTALL_SAMPLES=OFF \
-  -DRESTINIO_BENCH=OFF \
-  -DRESTINIO_INSTALL_BENCHES=OFF \
-  -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
-  -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: restinio/repos/community-any/PKGBUILD (from rev 614721, 
restinio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 15:22:28 UTC (rev 614722)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=restinio
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
+arch=(any)
+url="https://stiffstream.com/en/products/restinio.html";
+license=(BSD)
+depends=(asio http-parser fmt)
+makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
+source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b2e6a603152763bb86140b839649cb3eceb06da7fafeb8f6e3474b280a9c8b21')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DRESTINIO_FIND_DEPS=ON \
+  -DRESTINIO_TEST=OFF \
+  -DRESTINIO_SAMPLE=OFF \
+  -DRESTINIO_INSTALL_SAMPLES=OFF \
+  -DRESTINIO_BENCH=OFF \
+  -DRESTINIO_INSTALL_BENCHES=OFF \
+  -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
+  -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 15:22:21
  Author: archange
Revision: 614721

upgpkg: restinio 0.6.6-1

Modified:
  restinio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 14:27:20 UTC (rev 614720)
+++ PKGBUILD2020-04-15 15:22:21 UTC (rev 614721)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=restinio
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(asio http-parser fmt)
 makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
 
source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('aed7a4057a0c1e879ec5ed265ef30927e49d0e376e9c51b486d1e99a51bb6391')
+sha256sums=('b2e6a603152763bb86140b839649cb3eceb06da7fafeb8f6e3474b280a9c8b21')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver}/dev/ \


[arch-commits] Commit in intel-graphics-compiler/repos/community-staging-x86_64 (2 files)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 15:22:40
  Author: archange
Revision: 614724

archrelease: copy trunk to community-staging-x86_64

Added:
  intel-graphics-compiler/repos/community-staging-x86_64/PKGBUILD
(from rev 614723, intel-graphics-compiler/trunk/PKGBUILD)
Deleted:
  intel-graphics-compiler/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 15:22:32 UTC (rev 614723)
+++ PKGBUILD2020-04-15 15:22:40 UTC (rev 614724)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-graphics-compiler
-epoch=1
-pkgver=1.0.3698
-pkgrel=1
-pkgdesc="Intel Graphics Compiler for OpenCL"
-arch=(x86_64)
-url="https://github.com/intel/intel-graphics-compiler";
-license=(MIT)
-depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python)
-options=(!emptydirs)
-source=("${url}/archive/igc-${pkgver}.tar.gz")
-sha256sums=('ace4973832b349fc86ebceb7ebb0e3968e0c9ad6bffdf5d4f7df4e35a721b6eb')
-
-build() {
-cmake -B build -S ${pkgname}-igc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_PREFERRED_LLVM_VERSION='10.0.0' \
--DINSTALL_GENX_IR=ON \
--Wno-dev
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-graphics-compiler/repos/community-staging-x86_64/PKGBUILD (from 
rev 614723, intel-graphics-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 15:22:40 UTC (rev 614724)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.3771
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler";
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang)
+makedepends=(cmake clang llvm zlib python)
+options=(!emptydirs)
+source=("${url}/archive/igc-${pkgver}.tar.gz")
+sha256sums=('40002f55b0886d9ccdb606684903f8e4cb7f4abde3e5cde8a02815c0907c2778')
+
+build() {
+cmake -B build -S ${pkgname}-igc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_PREFERRED_LLVM_VERSION='10.0.0' \
+-DINSTALL_GENX_IR=ON \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-graphics-compiler/repos (2 files)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 14:27:20
  Author: archange
Revision: 614720

archrelease: copy trunk to community-staging-x86_64

Added:
  intel-graphics-compiler/repos/community-staging-x86_64/
  intel-graphics-compiler/repos/community-staging-x86_64/PKGBUILD
(from rev 614719, intel-graphics-compiler/trunk/PKGBUILD)

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

Copied: intel-graphics-compiler/repos/community-staging-x86_64/PKGBUILD (from 
rev 614719, intel-graphics-compiler/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 14:27:20 UTC (rev 614720)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.3698
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler";
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang)
+makedepends=(cmake clang llvm zlib python)
+options=(!emptydirs)
+source=("${url}/archive/igc-${pkgver}.tar.gz")
+sha256sums=('ace4973832b349fc86ebceb7ebb0e3968e0c9ad6bffdf5d4f7df4e35a721b6eb')
+
+build() {
+cmake -B build -S ${pkgname}-igc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_PREFERRED_LLVM_VERSION='10.0.0' \
+-DINSTALL_GENX_IR=ON \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 14:27:13
  Author: archange
Revision: 614719

upgpkg: intel-graphics-compiler 1:1.0.3698-1

Update + rebuild for LLVM 10.

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 14:18:34 UTC (rev 614718)
+++ PKGBUILD2020-04-15 14:27:13 UTC (rev 614719)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.3627
+pkgver=1.0.3698
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(cmake clang llvm zlib python)
 options=(!emptydirs)
 source=("${url}/archive/igc-${pkgver}.tar.gz")
-sha256sums=('edf7153b5718a683ee718bd40498d29523fba9a916bbf9d998b36302780864c5')
+sha256sums=('ace4973832b349fc86ebceb7ebb0e3968e0c9ad6bffdf5d4f7df4e35a721b6eb')
 
 build() {
 cmake -B build -S ${pkgname}-igc-${pkgver} \
@@ -21,7 +21,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_PREFERRED_LLVM_VERSION='9.0.1' \
+-DIGC_PREFERRED_LLVM_VERSION='10.0.0' \
 -DINSTALL_GENX_IR=ON \
 -Wno-dev
 make -C build


[arch-commits] Commit in intel-opencl-clang/trunk (PKGBUILD)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 14:18:29
  Author: archange
Revision: 614717

upgpkg: intel-opencl-clang 10.0.0.1-1

Update + rebuild for LLVM 10.

Modified:
  intel-opencl-clang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 14:02:12 UTC (rev 614716)
+++ PKGBUILD2020-04-15 14:18:29 UTC (rev 614717)
@@ -3,19 +3,19 @@
 
 _srcname=opencl-clang
 pkgname=intel-${_srcname}
-pkgver=9.0.1
+pkgver=10.0.0.1
 pkgrel=1
-pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
+pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
 arch=(x86_64)
 url="https://github.com/intel/opencl-clang/";
 license=(custom)
 depends=(clang llvm-libs spirv-llvm-translator)
 makedepends=(cmake llvm git)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('058d51e88cdb018fd3016d1ee2042018bd1c3d131037d4ff2cb3f08d79a8fe6d')
+source=("${url}/archive/v${pkgver/.1/-1}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('815005b6fb7fd8fd2f08b9036035d3aa9543f5ce8464e41ef2f2ed08a816f507')
 
 build() {
-cmake -B build -S ${_srcname}-${pkgver} \
+cmake -B build -S ${_srcname}-${pkgver/.1/-1} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
 -DSPIRV_TRANSLATOR_DIR=/usr \
@@ -26,5 +26,5 @@
 
 package() {
 make -C build DESTDIR="${pkgdir}" install
-install -Dm644 ${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+install -Dm644 ${_srcname}-${pkgver/.1/-1}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in intel-opencl-clang/repos (2 files)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 14:18:34
  Author: archange
Revision: 614718

archrelease: copy trunk to community-staging-x86_64

Added:
  intel-opencl-clang/repos/community-staging-x86_64/
  intel-opencl-clang/repos/community-staging-x86_64/PKGBUILD
(from rev 614717, intel-opencl-clang/trunk/PKGBUILD)

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

Copied: intel-opencl-clang/repos/community-staging-x86_64/PKGBUILD (from rev 
614717, intel-opencl-clang/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 14:18:34 UTC (rev 614718)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=opencl-clang
+pkgname=intel-${_srcname}
+pkgver=10.0.0.1
+pkgrel=1
+pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
+arch=(x86_64)
+url="https://github.com/intel/opencl-clang/";
+license=(custom)
+depends=(clang llvm-libs spirv-llvm-translator)
+makedepends=(cmake llvm git)
+source=("${url}/archive/v${pkgver/.1/-1}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('815005b6fb7fd8fd2f08b9036035d3aa9543f5ce8464e41ef2f2ed08a816f507')
+
+build() {
+cmake -B build -S ${_srcname}-${pkgver/.1/-1} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
+-DSPIRV_TRANSLATOR_DIR=/usr \
+-DLLVM_NO_DEAD_STRIP=ON \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${_srcname}-${pkgver/.1/-1}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in spirv-llvm-translator/repos (2 files)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 14:02:12
  Author: archange
Revision: 614716

archrelease: copy trunk to community-staging-x86_64

Added:
  spirv-llvm-translator/repos/community-staging-x86_64/
  spirv-llvm-translator/repos/community-staging-x86_64/PKGBUILD
(from rev 614715, spirv-llvm-translator/trunk/PKGBUILD)

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

Copied: spirv-llvm-translator/repos/community-staging-x86_64/PKGBUILD (from rev 
614715, spirv-llvm-translator/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-15 14:02:12 UTC (rev 614716)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=SPIRV-LLVM-Translator
+pkgname=${_srcname,,}
+pkgver=10.0.0
+pkgrel=1
+pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
+arch=(x86_64)
+url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/";
+license=(custom)
+depends=(llvm-libs)
+makedepends=(cmake llvm spirv-tools)
+checkdepends=(python python-setuptools clang)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('7ccde52bac4c9ad967a362a3c5ec7261aa5b7b34d28cef0f3dec38d77c923049')
+
+build() {
+# workaround to fix luxmark crashing issue: use -O0
+# https://github.com/intel/compute-runtime/issues/218
+cmake -B build -S ${_srcname}-${pkgver} \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS_RELEASE='-O0' \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+-DLLVM_INCLUDE_TESTS=ON \
+-DLLVM_EXTERNAL_LIT=/usr/bin/lit \
+-Wno-dev
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm755 build/tools/llvm-spirv/llvm-spirv -t "${pkgdir}"/usr/bin
+install -Dm644 ${_srcname}-${pkgver}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in spirv-llvm-translator/trunk (PKGBUILD)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 14:02:07
  Author: archange
Revision: 614715

upgpkg: spirv-llvm-translator 10.0.0-1

Update + rebuild for LLVM 10.

Modified:
  spirv-llvm-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 13:56:58 UTC (rev 614714)
+++ PKGBUILD2020-04-15 14:02:07 UTC (rev 614715)
@@ -3,8 +3,7 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-_build=1
-pkgver=9.0.1.${_build}
+pkgver=10.0.0
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
 arch=(x86_64)
@@ -13,13 +12,13 @@
 depends=(llvm-libs)
 makedepends=(cmake llvm spirv-tools)
 checkdepends=(python python-setuptools clang)
-source=("${url}/archive/v${pkgver%.*}-${_build}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('44b3c4fdb640ac9b1072784f8c0e2e126ccc46a1c170c5f0a1a384c2942d9de6')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('7ccde52bac4c9ad967a362a3c5ec7261aa5b7b34d28cef0f3dec38d77c923049')
 
 build() {
 # workaround to fix luxmark crashing issue: use -O0
 # https://github.com/intel/compute-runtime/issues/218
-cmake -B build -S ${_srcname}-${pkgver%.*}-${_build} \
+cmake -B build -S ${_srcname}-${pkgver} \
 -DBUILD_SHARED_LIBS=ON \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_CXX_FLAGS_RELEASE='-O0' \
@@ -38,5 +37,5 @@
 package() {
 make -C build DESTDIR="${pkgdir}" install
 install -Dm755 build/tools/llvm-spirv/llvm-spirv -t "${pkgdir}"/usr/bin
-install -Dm644 ${_srcname}-${pkgver%.*}-${_build}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+install -Dm644 ${_srcname}-${pkgver}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2020-04-15 Thread David Runge via arch-commits
Date: Wednesday, April 15, 2020 @ 13:56:58
  Author: dvzrv
Revision: 614714

archrelease: copy trunk to community-x86_64

Added:
  ambix/repos/community-x86_64/PKGBUILD
(from rev 614713, ambix/trunk/PKGBUILD)
Deleted:
  ambix/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  250 ++---
 1 file changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 13:56:46 UTC (rev 614713)
+++ PKGBUILD2020-04-15 13:56:58 UTC (rev 614714)
@@ -1,125 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=ambix
-pkgver=0.2.10
-pkgrel=1
-pkgdesc="Ambisonic VST, LV2 plug-ins with variable order for use in Digital 
Audio Workstations"
-arch=('x86_64')
-url="https://github.com/kronihias/ambix";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('gcc-libs' 'glibc' 'libglvnd' 'libsoxr' 'libx11' 'libxext')
-makedepends=('alsa-lib' 'cmake' 'eigen' 'fftw' 'freetype2' 'freeglut' 'gcc8'
-'gendesk' 'glu' 'libxcursor' 'libxinerama' 'jack' 'liblo' 'zita-convolver')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone applications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kronihias/${pkgname}/archive/v${pkgver}.tar.gz";
-
"${pkgname}-0.2.10-lv2_plugin_uri.patch::https://github.com/kronihias/ambix/pull/28/commits/3892c0b5e6ca6bf1033cfaf8d008aaa5790ba5fe.patch";)
-sha512sums=('6e53129bb258a7fd767fb60097354ead28cf05fd5e15017530518b5f0bc9f6350326a58ca81ab7250e70ae25b50900cb00092b489ae33974b258cb200f1c43f5'
-
'e89f69841fcf29b6a0a80b13c026157d0fc625df0962d705f970b9e562be3c8472f3b3d31d87d0d0bfd66ec78cd36ffd0f5944736e123ca88e2000210dc14f20')
-
-_plugin_names=('ambix_binaural' 'ambix_converter' 'ambix_decoder'
-'ambix_directional_loudness' 'ambix_encoder_i2' 'ambix_encoder_i4'
-'ambix_encoder_i6' 'ambix_encoder_i8' 'ambix_encoder' 'ambix_maxre'
-'ambix_mirror' 'ambix_rotator' 'ambix_rotator_z' 'ambix_vmic' 'ambix_warp'
-'ambix_widening')
-
-_standalone_names=('ambix_binaural' 'ambix_converter' 'ambix_decoder'
-'ambix_directional_loudness' 'ambix_encoder' 'ambix_mirror' 'ambix_rotator'
-'ambix_vmic')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # setting proper LV2 URIs:
-  # https://github.com/kronihias/ambix/issues/27
-  patch -Np1 -i "../${pkgname}-0.2.10-lv2_plugin_uri.patch"
-  declare -A _descriptions=(
-['ambix_binaural']="Listen to Ambisonics with Headphones"
-['ambix_converter']="Convert between Ambisonics Formats"
-['ambix_decoder']="Playback Ambisonics with Loudspeakers"
-['ambix_directional_loudness']="Amplify, Attenuate or Filter Out Certain 
Parts of the Spherical Soundfield"
-['ambix_encoder']="Encode Audio for Ambisonics"
-['ambix_mirror']="Adjust Symmetric Components in Ambisonics Streams"
-['ambix_rotator']="Rotate Sounds for Ambisonics"
-['ambix_vmic']="Virtual Microphone: Select part of the Soundfield"
-  )
-  declare -A _generic=(
-['ambix_binaural']="Binaural Decoder"
-['ambix_converter']="Ambisonics Formats Converter"
-['ambix_decoder']="Single-band Decoded Ambisonics"
-['ambix_directional_loudness']="Spherical Soundfield Amplifier"
-['ambix_encoder']="Ambisonics Panning"
-['ambix_mirror']="Soundfield Mirroring"
-['ambix_rotator']="Ambisonics Sounds Rotator"
-['ambix_vmic']="Ambisonics Virtual Microphone"
-  )
-  for _standalone in ${_standalone_names[@]}; do
-gendesk -n \
---pkgname "${_standalone}" \
---name "${_standalone}" \
---pkgdesc "${_description[${_standalone}]}" \
---genericname "${_generic[${_standalone}]}" \
---categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  # building with gcc > 9.1 is currently broken
-  # https://github.com/kronihias/ambix/issues/26
-  export CC="gcc-8"
-  export CXX="g++-8"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
--DBUILD_LV2=ON \
--DWITH_ZITA_CONVOLVER=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--B build \
--S .
-  make VERBOSE=1 -C build
-  (
-cd lv2-ttl-generator
-make
-  )
-  (
-cd build/_bin
-../../lv2-ttl-generator/generate-ttl.sh
-  )
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  for _plugin in ${_plugin_names[@]}; do
-lv2lint -I "build/_bin/lv2/${_plugin}_o5.lv2/" \
-  "https://github.com/kronihias/ambix/${_plugin}"; \
-  || echo "Known to fail: https://github.com/kronihias/ambix/issues/29";
-  done
-}
-
-package() {
-  depends+=('libasound.so' 'libfftw3f.so' 'libfftw3f_threads.so'
-  'libfreetype.so' 'libzita-convolver.so')
-  cd "$pkgname-$pkgver"
-  # install standalone applications
-  for _standalone in ${_standalone_names[@]}; do
-install -vDm 755 "build/_bin/standalone/${_standalone}_standalone_o5" \
-  "${pkgdir}/usr/bin/${_standalone}"
-  done
-  # install vst2 plugins
-  for _plugi

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

2020-04-15 Thread David Runge via arch-commits
Date: Wednesday, April 15, 2020 @ 13:56:46
  Author: dvzrv
Revision: 614713

upgpkg: ambix 0.2.10-2: Rebuilding with updated upstreamed patch (fixes 
duplicate lv2 URIs).

Modified:
  ambix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 13:50:03 UTC (rev 614712)
+++ PKGBUILD2020-04-15 13:56:46 UTC (rev 614713)
@@ -2,7 +2,7 @@
 
 pkgname=ambix
 pkgver=0.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Ambisonic VST, LV2 plug-ins with variable order for use in Digital 
Audio Workstations"
 arch=('x86_64')
 url="https://github.com/kronihias/ambix";
@@ -14,9 +14,9 @@
 checkdepends=('lv2lint')
 optdepends=('jack: for standalone applications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kronihias/${pkgname}/archive/v${pkgver}.tar.gz";
-
"${pkgname}-0.2.10-lv2_plugin_uri.patch::https://github.com/kronihias/ambix/pull/28/commits/3892c0b5e6ca6bf1033cfaf8d008aaa5790ba5fe.patch";)
+
"${pkgname}-0.2.10-lv2_plugin_uri.patch::https://github.com/kronihias/ambix/pull/28/commits/fa5849377b0eeddbedd1d99768cfc9ad9933d751.patch";)
 
sha512sums=('6e53129bb258a7fd767fb60097354ead28cf05fd5e15017530518b5f0bc9f6350326a58ca81ab7250e70ae25b50900cb00092b489ae33974b258cb200f1c43f5'
-
'e89f69841fcf29b6a0a80b13c026157d0fc625df0962d705f970b9e562be3c8472f3b3d31d87d0d0bfd66ec78cd36ffd0f5944736e123ca88e2000210dc14f20')
+
'f7d12a2983979b6545e9a03713e2088b30ec774a97d5abad7609ca2c2e9737635a30aad467b574a72eb02d2079007ebf281c3ed701f9e34864e0a865c12581ac')
 
 _plugin_names=('ambix_binaural' 'ambix_converter' 'ambix_decoder'
 'ambix_directional_loudness' 'ambix_encoder_i2' 'ambix_encoder_i4'


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:50:03
  Author: archange
Revision: 614712

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 614711, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 13:49:54 UTC (rev 614711)
+++ PKGBUILD2020-04-15 13:50:03 UTC (rev 614712)
@@ -1,60 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.9
-pkgrel=2
-pkgdesc="Simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd";
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'udisks2: UEFI firmware upgrade support'
-)
-makedepends=(meson valgrind gobject-introspection gtk-doc
- python-cairo noto-fonts noto-fonts-cjk python-gobject vala
- bash-completion python-pillow help2man gnu-efi-libs)
-checkdepends=(umockdev)
-backup=('etc/fwupd/daemon.conf'
-'etc/fwupd/redfish.conf'
-'etc/fwupd/remotes.d/dell-esrt.conf'
-'etc/fwupd/remotes.d/fwupd-tests.conf'
-'etc/fwupd/remotes.d/lvfs-testing.conf'
-'etc/fwupd/remotes.d/lvfs.conf'
-'etc/fwupd/remotes.d/vendor-directory.conf'
-'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/uefi.conf'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
-
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
-'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 614711, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 13:50:03 UTC (rev 614712)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd";
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'udisks2: UEFI firmware upgrade support'
+)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs)
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:49:54
  Author: archange
Revision: 614711

upgpkg: fwupd 1.4.0-1

Patch is now released

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 13:33:17 UTC (rev 614710)
+++ PKGBUILD2020-04-15 13:49:54 UTC (rev 614711)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd";
@@ -10,7 +10,8 @@
 license=(LGPL)
 depends=(libxmlb efivar python libsmbios libgusb
  libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
 optdepends=(
 'modemmanager: modem firmware upgrade support'
 'udisks2: UEFI firmware upgrade support'
@@ -29,17 +30,10 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
-
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
-'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
-}
-
 build() {
 cd ${pkgname}-${pkgver}
 arch-meson -D b_lto=false ../build


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:33:17
  Author: archange
Revision: 614710

archrelease: copy trunk to community-x86_64

Added:
  libxmlb/repos/community-x86_64/PKGBUILD
(from rev 614709, libxmlb/trunk/PKGBUILD)
Deleted:
  libxmlb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 13:33:08 UTC (rev 614709)
+++ PKGBUILD2020-04-15 13:33:17 UTC (rev 614710)
@@ -1,28 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=libxmlb
-pkgver=0.1.15
-pkgrel=1
-pkgdesc="A library to help create and query binary XML blobs"
-arch=(x86_64)
-url="https://github.com/hughsie/libxmlb";
-license=(LGPL)
-depends=(glib2 libstemmer)
-makedepends=(meson gobject-introspection gtk-doc)
-checkdepends=(shared-mime-info)
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e9625e609d20c491f37d0ab41f4c6edb59bc4b042ae9ba374390e9ef71c6ab98' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D stemmer=true
-ninja -v -C build
-}
-
-check() {
-meson test -C build --print-errorlogs
-}
-
-package() {
-DESTDIR="${pkgdir}" meson install -C build
-}

Copied: libxmlb/repos/community-x86_64/PKGBUILD (from rev 614709, 
libxmlb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 13:33:17 UTC (rev 614710)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=libxmlb
+pkgver=0.1.15
+pkgrel=2
+pkgdesc="A library to help create and query binary XML blobs"
+arch=(x86_64)
+url="https://github.com/hughsie/libxmlb";
+license=(LGPL)
+depends=(glib2 libstemmer)
+makedepends=(meson gobject-introspection gtk-doc)
+checkdepends=(shared-mime-info)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('e9625e609d20c491f37d0ab41f4c6edb59bc4b042ae9ba374390e9ef71c6ab98' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D stemmer=true
+ninja -v -C build
+}
+
+check() {
+meson test -C build --print-errorlogs
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
+}


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:33:08
  Author: archange
Revision: 614709

Remove installed-tests

Modified:
  libxmlb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 13:27:30 UTC (rev 614708)
+++ PKGBUILD2020-04-15 13:33:08 UTC (rev 614709)
@@ -2,7 +2,7 @@
 
 pkgname=libxmlb
 pkgver=0.1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="A library to help create and query binary XML blobs"
 arch=(x86_64)
 url="https://github.com/hughsie/libxmlb";
@@ -25,4 +25,5 @@
 
 package() {
 DESTDIR="${pkgdir}" meson install -C build
+rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
 }


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

2020-04-15 Thread Levente Polyak via arch-commits
Date: Wednesday, April 15, 2020 @ 13:27:26
  Author: anthraxx
Revision: 614707

upgpkg: aliyun-cli 3.0.37-2: pin dependencies

Modified:
  aliyun-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 13:24:54 UTC (rev 614706)
+++ PKGBUILD2020-04-15 13:27:26 UTC (rev 614707)
@@ -3,52 +3,62 @@
 
 pkgname=aliyun-cli
 pkgver=3.0.37
-pkgrel=1
+_jteeuwen_go_bindata_commit=6025e8de665b31fa74ab1a66f2cddd8c0abf887e
+_aliyun_openapi_meta_commit=ccaf1ab45d1dc236c81f06ef9db11e41dfbd5d9c
+pkgrel=2
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
 url='https://github.com/aliyun/aliyun-cli'
 license=('APACHE')
 depends=('glibc' 'jq')
-makedepends=('git' 'go-pie')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9d750ede919ae4ceb405b7e93c1905820b598a855ed581cf85992c11bc534381c943da652a01d75b21d25f04cd8e2a4c4ead99d1cb9cd48384c286ad9db8f941')
-b2sums=('2cde5b7714ca4a23ab05c1ed3ae900e37aef9271dab669dd1221376b17b841d4d35cb4c3d8d62fe92feed09c0b28aa6cf24a2db1445ddcf530c0518806a37239')
+makedepends=('git' 'go')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit}";
+
"jteeuwen-go-bindata::git+https://github.com/jteeuwen/go-bindata#commit=${_jteeuwen_go_bindata_commit}";)
+sha512sums=('9d750ede919ae4ceb405b7e93c1905820b598a855ed581cf85992c11bc534381c943da652a01d75b21d25f04cd8e2a4c4ead99d1cb9cd48384c286ad9db8f941'
+'SKIP'
+'SKIP')
+b2sums=('2cde5b7714ca4a23ab05c1ed3ae900e37aef9271dab669dd1221376b17b841d4d35cb4c3d8d62fe92feed09c0b28aa6cf24a2db1445ddcf530c0518806a37239'
+'SKIP'
+'SKIP')
 
 prepare() {
   export GOPATH="${srcdir}/go"
 
-  mkdir -p "${GOPATH}/src/github.com/aliyun"
+  mkdir -p "${GOPATH}/src/github.com/"{aliyun,jteeuwen}
   ln -rTsf "${pkgname}-${pkgver}" "${GOPATH}/src/github.com/aliyun/${pkgname}"
+  ln -rTsf aliyun-openapi-meta 
"${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta"
 
-  go get -u github.com/aliyun/aliyun-openapi-meta ||:
-
   # for now we can't use the go-bindata package as this breaks the resulting 
binary.
   # The issue has been reported upstream: 
https://github.com/aliyun/aliyun-cli/issues/262
-  go get -u github.com/jteeuwen/go-bindata/...
+  ln -rTsf jteeuwen-go-bindata "${GOPATH}/src/github.com/jteeuwen/go-bindata"
+}
 
+build() {
+  export GOPATH="${srcdir}/go"
   export PATH="${GOPATH}/bin:${PATH}"
 
   cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
 
-  go-bindata \
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
+
+  pushd "${srcdir}/jteeuwen-go-bindata/go-bindata"
+  go build
+  popd
+
+  "${srcdir}/jteeuwen-go-bindata/go-bindata/go-bindata" \
   -o resource/metas.go \
   -pkg resource \
   -prefix "${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta" \
   "${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta/..."
-}
 
-build() {
-  export GOPATH="${srcdir}/go"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
   go build \
--trimpath \
--mod=vendor \
--ldflags "-extldflags ${LDFLAGS} -X 
'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
+-ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
 -o ./out/aliyun ./main/main.go
-
-  go clean --modcache
 }
 
 check() {
@@ -61,13 +71,12 @@
 
   # for now can't test the `./oss/...` folder, because it needs an env file 
that is not so easy to have in dev
   go test \
--race \
 ./cli/... ./command/... ./config/... ./i18n/... ./main/... ./openapi/... 
./resource/...
 }
 
 package() {
   cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-  install -Dm 755 ./out/aliyun "${pkgdir}/usr/bin/aliyun"
+  install -Dm 755 out/aliyun "${pkgdir}/usr/bin/aliyun"
   install -Dm 644 README*.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 bin/README.md -t "${pkgdir}/usr/share/doc/${pkgname}/bin"
 }


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

2020-04-15 Thread Levente Polyak via arch-commits
Date: Wednesday, April 15, 2020 @ 13:27:30
  Author: anthraxx
Revision: 614708

archrelease: copy trunk to community-x86_64

Added:
  aliyun-cli/repos/community-x86_64/PKGBUILD
(from rev 614707, aliyun-cli/trunk/PKGBUILD)
Deleted:
  aliyun-cli/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  159 -
 1 file changed, 84 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 13:27:26 UTC (rev 614707)
+++ PKGBUILD2020-04-15 13:27:30 UTC (rev 614708)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=aliyun-cli
-pkgver=3.0.37
-pkgrel=1
-pkgdesc='Alibaba Cloud CLI'
-arch=('x86_64')
-url='https://github.com/aliyun/aliyun-cli'
-license=('APACHE')
-depends=('glibc' 'jq')
-makedepends=('git' 'go-pie')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9d750ede919ae4ceb405b7e93c1905820b598a855ed581cf85992c11bc534381c943da652a01d75b21d25f04cd8e2a4c4ead99d1cb9cd48384c286ad9db8f941')
-b2sums=('2cde5b7714ca4a23ab05c1ed3ae900e37aef9271dab669dd1221376b17b841d4d35cb4c3d8d62fe92feed09c0b28aa6cf24a2db1445ddcf530c0518806a37239')
-
-prepare() {
-  export GOPATH="${srcdir}/go"
-
-  mkdir -p "${GOPATH}/src/github.com/aliyun"
-  ln -rTsf "${pkgname}-${pkgver}" "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  go get -u github.com/aliyun/aliyun-openapi-meta ||:
-
-  # for now we can't use the go-bindata package as this breaks the resulting 
binary.
-  # The issue has been reported upstream: 
https://github.com/aliyun/aliyun-cli/issues/262
-  go get -u github.com/jteeuwen/go-bindata/...
-
-  export PATH="${GOPATH}/bin:${PATH}"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  go-bindata \
-  -o resource/metas.go \
-  -pkg resource \
-  -prefix "${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta" \
-  "${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta/..."
-}
-
-build() {
-  export GOPATH="${srcdir}/go"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  go build \
--trimpath \
--mod=vendor \
--ldflags "-extldflags ${LDFLAGS} -X 
'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
--o ./out/aliyun ./main/main.go
-
-  go clean --modcache
-}
-
-check() {
-  export GOPATH="${srcdir}/go"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  # Horrible but needed for the ./cli/ tests
-  touch "${HOME}/.bashrc"
-
-  # for now can't test the `./oss/...` folder, because it needs an env file 
that is not so easy to have in dev
-  go test \
--race \
-./cli/... ./command/... ./config/... ./i18n/... ./main/... ./openapi/... 
./resource/...
-}
-
-package() {
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-  install -Dm 755 ./out/aliyun "${pkgdir}/usr/bin/aliyun"
-  install -Dm 644 README*.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 bin/README.md -t "${pkgdir}/usr/share/doc/${pkgname}/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: aliyun-cli/repos/community-x86_64/PKGBUILD (from rev 614707, 
aliyun-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 13:27:30 UTC (rev 614708)
@@ -0,0 +1,84 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=aliyun-cli
+pkgver=3.0.37
+_jteeuwen_go_bindata_commit=6025e8de665b31fa74ab1a66f2cddd8c0abf887e
+_aliyun_openapi_meta_commit=ccaf1ab45d1dc236c81f06ef9db11e41dfbd5d9c
+pkgrel=2
+pkgdesc='Alibaba Cloud CLI'
+arch=('x86_64')
+url='https://github.com/aliyun/aliyun-cli'
+license=('APACHE')
+depends=('glibc' 'jq')
+makedepends=('git' 'go')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit}";
+
"jteeuwen-go-bindata::git+https://github.com/jteeuwen/go-bindata#commit=${_jteeuwen_go_bindata_commit}";)
+sha512sums=('9d750ede919ae4ceb405b7e93c1905820b598a855ed581cf85992c11bc534381c943da652a01d75b21d25f04cd8e2a4c4ead99d1cb9cd48384c286ad9db8f941'
+'SKIP'
+'SKIP')
+b2sums=('2cde5b7714ca4a23ab05c1ed3ae900e37aef9271dab669dd1221376b17b841d4d35cb4c3d8d62fe92feed09c0b28aa6cf24a2db1445ddcf530c0518806a37239'
+'SKIP'
+'SKIP')
+
+prepare() {
+  export GOPATH="${srcdir}/go"
+
+  mkdir -p "${GOPATH}/src/github.com/"{aliyun,jteeuwen}
+  ln -rTsf "${pkgname}-${pkgver}" "${GOPATH}/src/github.com/aliyun/${pkgname}"
+  ln -rTsf aliyun-openapi-meta 
"${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta"
+
+  # for now we can't use the go-bindata package as this breaks the resulting 
binary.
+  # The issue has been reported upstream: 
https://github.com/aliyun/aliyun-cli/issues/262
+  ln -rTsf jteeuwen-go-bindata "${GOPATH}/src/github.com/jteeuwen/go-bindata"
+}
+
+build() {
+  export GOPATH="${srcdir}/go"

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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:24:42
  Author: archange
Revision: 614705

Initial addition of libjcat, required by fwupd

Added:
  libjcat/
  libjcat/repos/
  libjcat/trunk/
  libjcat/trunk/PKGBUILD

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

Added: libjcat/trunk/PKGBUILD
===
--- libjcat/trunk/PKGBUILD  (rev 0)
+++ libjcat/trunk/PKGBUILD  2020-04-15 13:24:42 UTC (rev 614705)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=libjcat
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Library for reading and writing Jcat files"
+arch=(x86_64)
+url="https://github.com/hughsie/libjcat";
+license=(LGPL)
+depends=(gobject-introspection-runtime json-glib gnutls gpgme)
+makedepends=(meson gobject-introspection gtk-doc vala help2man)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6b7d83e8a63337ef63ee806903633304644e5260cbbcd7bd9bba33b1e3ea42fc' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D gtkdoc=true
+ninja -v -C build
+}
+
+check() {
+meson test -C build --print-errorlogs
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
+}


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:24:54
  Author: archange
Revision: 614706

archrelease: copy trunk to community-x86_64

Added:
  libjcat/repos/community-x86_64/
  libjcat/repos/community-x86_64/PKGBUILD
(from rev 614705, libjcat/trunk/PKGBUILD)

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

Copied: libjcat/repos/community-x86_64/PKGBUILD (from rev 614705, 
libjcat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-15 13:24:54 UTC (rev 614706)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=libjcat
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Library for reading and writing Jcat files"
+arch=(x86_64)
+url="https://github.com/hughsie/libjcat";
+license=(LGPL)
+depends=(gobject-introspection-runtime json-glib gnutls gpgme)
+makedepends=(meson gobject-introspection gtk-doc vala help2man)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6b7d83e8a63337ef63ee806903633304644e5260cbbcd7bd9bba33b1e3ea42fc' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D gtkdoc=true
+ninja -v -C build
+}
+
+check() {
+meson test -C build --print-errorlogs
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
+}


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

2020-04-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 15, 2020 @ 13:19:22
  Author: ffy00
Revision: 614703

upgpkg: urh 2.8.6-1

Modified:
  urh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 12:41:55 UTC (rev 614702)
+++ PKGBUILD2020-04-15 13:19:22 UTC (rev 614703)
@@ -2,7 +2,7 @@
 # Contributor: Johannes Pohl 
 
 pkgname=urh
-pkgver=2.8.5
+pkgver=2.8.6
 pkgrel=1
 pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
 'python-pyaudio: Soundcard backend')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz";)
-sha512sums=('4f5258279bdcd17c4644e3f85af76baea3e7e29d8db2e03eed08eee1f063e96ba1bd7bb18a7b93e222322572b414db61248e32e3561730691a1ca4a5ef5ae422')
+sha512sums=('b2b86d97423d232f51e11adef1a9f55cd75b1c3afa92f07746272a1c2b367505ef7f5607511a191a984f6b8173ce14af8c1ec6474984aa283ebc0237c1e4')
 
 build() {
   cd $pkgname-$pkgver


<    1   2   3   4   5   >