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

2019-06-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, June 26, 2019 @ 04:21:59
  Author: bpiotrowski
Revision: 484206

1.4.3-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:48:21 UTC (rev 484205)
+++ PKGBUILD2019-06-26 04:21:59 UTC (rev 484206)
@@ -2,7 +2,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -12,7 +12,7 @@
  btrfs-progs slirp4netns)
 makedepends=(go-pie go-md2man git)
 source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('d1b1607bfac919b2d03ca5045cb3bbae7ccee841c8230e3444ee2a98ea07')
+sha256sums=('68d25c2e04790044b4a7c87f1ab8a5e892831a3684ba6b9221903a04b177b26e')
 
 prepare() {
   mkdir -p src/github.com/containers src/github.com/varlink


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

2019-06-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, June 26, 2019 @ 04:22:08
  Author: bpiotrowski
Revision: 484207

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 484206, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 04:21:59 UTC (rev 484206)
+++ PKGBUILD2019-06-26 04:22:08 UTC (rev 484207)
@@ -1,48 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp ostree runc 
skopeo
- btrfs-progs slirp4netns)
-makedepends=(go-pie go-md2man git)
-source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('d1b1607bfac919b2d03ca5045cb3bbae7ccee841c8230e3444ee2a98ea07')
-
-prepare() {
-  mkdir -p src/github.com/containers src/github.com/varlink
-  cp -r libpod-$pkgver src/github.com/containers/libpod
-}
-
-build() {
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub'
-
-  # buildsystem passes LDFLAGS to GO's -ldflags, which isn't really compatible
-  unset LDFLAGS
-
-  cd src/github.com/containers/libpod
-  make install.tools
-  make
-}
-
-package_podman() {
-  optdepends=('podman-docker: for Docker-compatible CLI')
-
-  cd src/github.com/containers/libpod
-  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd src/github.com/containers/libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 484206, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 04:22:08 UTC (rev 484207)
@@ -0,0 +1,48 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp ostree runc 
skopeo
+ btrfs-progs slirp4netns)
+makedepends=(go-pie go-md2man git)
+source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha256sums=('68d25c2e04790044b4a7c87f1ab8a5e892831a3684ba6b9221903a04b177b26e')
+
+prepare() {
+  mkdir -p src/github.com/containers src/github.com/varlink
+  cp -r libpod-$pkgver src/github.com/containers/libpod
+}
+
+build() {
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub'
+
+  # buildsystem passes LDFLAGS to GO's -ldflags, which isn't really compatible
+  unset LDFLAGS
+
+  cd src/github.com/containers/libpod
+  make install.tools
+  make
+}
+
+package_podman() {
+  optdepends=('podman-docker: for Docker-compatible CLI')
+
+  cd src/github.com/containers/libpod
+  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd src/github.com/containers/libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


[arch-commits] Commit in golang-golang-x-sys/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:48:12
  Author: felixonmars
Revision: 484204

upgpkg: golang-golang-x-sys 0.0.20190624-1

Modified:
  golang-golang-x-sys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:43:04 UTC (rev 484203)
+++ PKGBUILD2019-06-26 03:48:12 UTC (rev 484204)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=golang-golang-x-sys
-pkgver=0.0.20190515
-_commit=61b9204099cb1bebc803c9ffb9b2d3acd9d457d9
+pkgver=0.0.20190624
+_commit=c5567b49c5d04a5f83870795b8c0e2df43a8ce32
 pkgrel=1
 pkgdesc='Go packages for low-level interaction with the operating system'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('go-pie')
 
source=("$pkgname-$_commit.tar.gz::https://github.com/golang/sys/archive/$_commit.tar.gz;)
-sha512sums=('1a8d68ce52f29e5cdf28ff36986db47989f3d131ccadc63dade98edc01607fc6ff9255394ac430dcb136ef4466d4a42f3656776de12ce5baa617f8e582df6553')
+sha512sums=('b7d6cab62a9ae828c0d45e786f4183bbf6c5a637fe62a9b25a951edb065d837de4cfcbd8070fef9c3790b562793cb7d23c809a1bafdaa2abb4be02821c61438e')
 
 check() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


[arch-commits] Commit in golang-golang-x-sys/repos/community-any (PKGBUILD PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:48:21
  Author: felixonmars
Revision: 484205

archrelease: copy trunk to community-any

Added:
  golang-golang-x-sys/repos/community-any/PKGBUILD
(from rev 484204, golang-golang-x-sys/trunk/PKGBUILD)
Deleted:
  golang-golang-x-sys/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:48:12 UTC (rev 484204)
+++ PKGBUILD2019-06-26 03:48:21 UTC (rev 484205)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-golang-x-sys
-pkgver=0.0.20190515
-_commit=61b9204099cb1bebc803c9ffb9b2d3acd9d457d9
-pkgrel=1
-pkgdesc='Go packages for low-level interaction with the operating system'
-arch=('any')
-url="https://github.com/golang/sys;
-license=('BSD')
-depends=('go-pie')
-source=("$pkgname-$_commit.tar.gz::https://github.com/golang/sys/archive/$_commit.tar.gz;)
-sha512sums=('1a8d68ce52f29e5cdf28ff36986db47989f3d131ccadc63dade98edc01607fc6ff9255394ac430dcb136ef4466d4a42f3656776de12ce5baa617f8e582df6553')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/golang.org/x
-  cp -a "$srcdir"/sys-$_commit "$srcdir"/build/src/golang.org/x/sys
-  cd "$srcdir"/build/src/golang.org/x/sys
-  go test -v $(go list ./...)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/golang.org/x
-  cp -a "$srcdir"/sys-$_commit "$pkgdir"/usr/share/gocode/src/golang.org/x/sys
-
-  install -Dm644 sys-$_commit/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: golang-golang-x-sys/repos/community-any/PKGBUILD (from rev 484204, 
golang-golang-x-sys/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:48:21 UTC (rev 484205)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-golang-x-sys
+pkgver=0.0.20190624
+_commit=c5567b49c5d04a5f83870795b8c0e2df43a8ce32
+pkgrel=1
+pkgdesc='Go packages for low-level interaction with the operating system'
+arch=('any')
+url="https://github.com/golang/sys;
+license=('BSD')
+depends=('go-pie')
+source=("$pkgname-$_commit.tar.gz::https://github.com/golang/sys/archive/$_commit.tar.gz;)
+sha512sums=('b7d6cab62a9ae828c0d45e786f4183bbf6c5a637fe62a9b25a951edb065d837de4cfcbd8070fef9c3790b562793cb7d23c809a1bafdaa2abb4be02821c61438e')
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/golang.org/x
+  cp -a "$srcdir"/sys-$_commit "$srcdir"/build/src/golang.org/x/sys
+  cd "$srcdir"/build/src/golang.org/x/sys
+  go test -v $(go list ./...)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/golang.org/x
+  cp -a "$srcdir"/sys-$_commit "$pkgdir"/usr/share/gocode/src/golang.org/x/sys
+
+  install -Dm644 sys-$_commit/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:42:54
  Author: felixonmars
Revision: 484202

upgpkg: deepin-desktop-base 2:2019.06.19-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:40:42 UTC (rev 484201)
+++ PKGBUILD2019-06-26 03:42:54 UTC (rev 484202)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-base
-pkgver=2019.05.12
+pkgver=2019.06.19
 pkgrel=1
 epoch=2
 pkgdesc='Base component for Deepin'
@@ -13,7 +13,7 @@
 depends=('deepin-wallpapers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('6f406b17bd7c503df0533f6eadf52ca007bef3579ceb727f301bd1cf69ccf0d912fd4de35001652fcff27183d5d53346388fb61dde9ccb864557bfa3bbf05846')
+sha512sums=('050f0e718d668c87443cf5ba74fedb6b142b612de9b3e1ce5aa5ca65eef4c0b8870913928e84abd3d22858c63034c2a890ef6cd895a70b145d807b9dd8d26ad4')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:43:04
  Author: felixonmars
Revision: 484203

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 484202, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:42:54 UTC (rev 484202)
+++ PKGBUILD2019-06-26 03:43:04 UTC (rev 484203)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-base
-pkgver=2019.05.12
-pkgrel=1
-epoch=2
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base;
-license=('GPL3')
-depends=('deepin-wallpapers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('6f406b17bd7c503df0533f6eadf52ca007bef3579ceb727f301bd1cf69ccf0d912fd4de35001652fcff27183d5d53346388fb61dde9ccb864557bfa3bbf05846')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove Deepin distro's lsb-release
-  rm "$pkgdir"/etc/lsb-release
-
-  # Don't override systemd timeouts
-  rm -r "$pkgdir"/etc/systemd
-
-  # Make a symlink for deepin-version
-  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-
-  # Remove apt-specific templates
-  rm -r "$pkgdir"/usr/share/python-apt
-}

Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 484202, 
deepin-desktop-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:43:04 UTC (rev 484203)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2019.06.19
+pkgrel=1
+epoch=2
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base;
+license=('GPL3')
+depends=('deepin-wallpapers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
+sha512sums=('050f0e718d668c87443cf5ba74fedb6b142b612de9b3e1ce5aa5ca65eef4c0b8870913928e84abd3d22858c63034c2a890ef6cd895a70b145d807b9dd8d26ad4')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove Deepin distro's lsb-release
+  rm "$pkgdir"/etc/lsb-release
+
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:40:32
  Author: felixonmars
Revision: 484200

upgpkg: python-mongoengine 0.18.2-1

Modified:
  python-mongoengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:27:50 UTC (rev 484199)
+++ PKGBUILD2019-06-26 03:40:32 UTC (rev 484200)
@@ -4,7 +4,7 @@
 
 pkgbase=python-mongoengine
 pkgname=(python-mongoengine python2-mongoengine)
-pkgver=0.18.0
+pkgver=0.18.2
 pkgrel=1
 pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
 url="https://github.com/MongoEngine/mongoengine;
@@ -15,7 +15,7 @@
   'python-blinker' 'python2-blinker' 'python-pillow' 
'python2-pillow'
   'python-mongomock' 'python2-mongomock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/MongoEngine/mongoengine/archive/v$pkgver.tar.gz;)
-sha512sums=('f91a010b91024063e7e77a7a5272da6cbeb6c0812aabf034ee35e63215327eaa1c88e4eebb735407b677c75c0d5399ea8812a9d625a2bff96ec6d5c8e7c4840a')
+sha512sums=('36b2c58bf005b3b04abc7c04d30ecb4bcecbd38f6418e95768eb1bbe5084b8c75288b19553808c951e45285434f1d9e0136dc473f3e0d604a19ef9de6809f6a8')
 
 prepare() {
   sed -i 's/coverage==/coverage>=/' mongoengine-$pkgver/setup.py


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:40:42
  Author: felixonmars
Revision: 484201

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:40:32 UTC (rev 484200)
+++ PKGBUILD2019-06-26 03:40:42 UTC (rev 484201)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-mongoengine
-pkgname=(python-mongoengine python2-mongoengine)
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
-url="https://github.com/MongoEngine/mongoengine;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pymongo' 
'python2-pymongo')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 'python2-coverage'
-  'python-blinker' 'python2-blinker' 'python-pillow' 
'python2-pillow'
-  'python-mongomock' 'python2-mongomock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/MongoEngine/mongoengine/archive/v$pkgver.tar.gz;)
-sha512sums=('f91a010b91024063e7e77a7a5272da6cbeb6c0812aabf034ee35e63215327eaa1c88e4eebb735407b677c75c0d5399ea8812a9d625a2bff96ec6d5c8e7c4840a')
-
-prepare() {
-  sed -i 's/coverage==/coverage>=/' mongoengine-$pkgver/setup.py
-  sed -e 's|mongodb://|mongomock://|g' \
-  -e "s|connect(db='mongoenginetest')|connect(db='mongoenginetest', 
is_mock=True)|" \
-  -i mongoengine-$pkgver/tests/*.py mongoengine-$pkgver/tests/*/*.py
-  cp -a mongoengine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/mongoengine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/mongoengine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mongoengine-$pkgver
-  python setup.py nosetests || warning "Tests failed"
-
-  cd "$srcdir"/mongoengine-$pkgver-py2
-  python2 setup.py nosetests || warning "Tests failed"
-}
-
-package_python-mongoengine() {
-  depends=('python-pymongo' 'python-six')
-  optdepends=('python-dateutil: for DateTimeField'
-  'python-pillow: for ImageField / ImageGridFsProxy')
-
-  cd mongoengine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mongoengine() {
-  depends=('python2-pymongo' 'python2-six')
-  optdepends=('python2-dateutil: for DateTimeField'
-  'python2-pillow: for ImageField / ImageGridFsProxy')
-
-  cd mongoengine-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-mongoengine/repos/community-any/PKGBUILD (from rev 484200, 
python-mongoengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:40:42 UTC (rev 484201)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-mongoengine
+pkgname=(python-mongoengine python2-mongoengine)
+pkgver=0.18.2
+pkgrel=1
+pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
+url="https://github.com/MongoEngine/mongoengine;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pymongo' 
'python2-pymongo')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 'python2-coverage'
+  'python-blinker' 'python2-blinker' 'python-pillow' 
'python2-pillow'
+  'python-mongomock' 'python2-mongomock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/MongoEngine/mongoengine/archive/v$pkgver.tar.gz;)
+sha512sums=('36b2c58bf005b3b04abc7c04d30ecb4bcecbd38f6418e95768eb1bbe5084b8c75288b19553808c951e45285434f1d9e0136dc473f3e0d604a19ef9de6809f6a8')
+
+prepare() {
+  sed -i 's/coverage==/coverage>=/' mongoengine-$pkgver/setup.py
+  sed -e 's|mongodb://|mongomock://|g' \
+  -e "s|connect(db='mongoenginetest')|connect(db='mongoenginetest', 
is_mock=True)|" \
+  -i mongoengine-$pkgver/tests/*.py mongoengine-$pkgver/tests/*/*.py
+  cp -a mongoengine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mongoengine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mongoengine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mongoengine-$pkgver
+  python setup.py nosetests || warning "Tests failed"
+
+  cd "$srcdir"/mongoengine-$pkgver-py2
+  python2 setup.py nosetests || warning "Tests failed"
+}
+
+package_python-mongoengine() {
+  depends=('python-pymongo' 'python-six')
+  optdepends=('python-dateutil: for DateTimeField'
+  'python-pillow: for ImageField 

[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:25:29
  Author: felixonmars
Revision: 484175

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 484174, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:25:20 UTC (rev 484174)
+++ PKGBUILD2019-06-26 03:25:29 UTC (rev 484175)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.13.6
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('acf7084d862cdec08e07e5d40c8799e493a90a31710f2d8a1f241e182c1789a7c42490f563df5a1ef6b92da9960ae068e90b53524cf7bba6609fef8a9e6d1a3a'
-
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
-
-prepare() {
-  cd deepin-desktop-schemas-$pkgver
-  # disable swap-sched
-  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 484174, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:25:29 UTC (rev 484175)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.13.7
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('79bb9b5221fc128630ea06d5afd6640741855bdbe6ccd458e953aed131e54f1e27bf4cc816031d8b99893b878004601ddf3535199f88ccd823f34a0a11f92ff8'
+
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:25:20
  Author: felixonmars
Revision: 484174

upgpkg: deepin-desktop-schemas 3.13.7-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:18:42 UTC (rev 484173)
+++ PKGBUILD2019-06-26 03:25:20 UTC (rev 484174)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.13.6
+pkgver=3.13.7
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,7 +16,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
 
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('acf7084d862cdec08e07e5d40c8799e493a90a31710f2d8a1f241e182c1789a7c42490f563df5a1ef6b92da9960ae068e90b53524cf7bba6609fef8a9e6d1a3a'
+sha512sums=('79bb9b5221fc128630ea06d5afd6640741855bdbe6ccd458e953aed131e54f1e27bf4cc816031d8b99893b878004601ddf3535199f88ccd823f34a0a11f92ff8'
 
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:18:42
  Author: felixonmars
Revision: 484173

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:18:33
  Author: felixonmars
Revision: 484172

upgpkg: tamarin-prover 1.4.1-100

rebuild with wai-extra 3.0.26.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:16:38 UTC (rev 484171)
+++ PKGBUILD2019-06-26 03:18:33 UTC (rev 484172)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=99
+pkgrel=100
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:16:38
  Author: felixonmars
Revision: 484171

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 484170, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 03:16:38 UTC (rev 484171)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=107
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ '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-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+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 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# 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)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:16:30
  Author: felixonmars
Revision: 484170

upgpkg: postgrest 5.2.0-107

rebuild with wai-extra 3.0.26.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:13:44 UTC (rev 484169)
+++ PKGBUILD2019-06-26 03:16:30 UTC (rev 484170)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=106
+pkgrel=107
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:13:44
  Author: felixonmars
Revision: 484169

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-dock/repos/community-testing-x86_64/PKGBUILD
(from rev 484168, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:13:35 UTC (rev 484168)
+++ PKGBUILD2019-06-26 03:13:44 UTC (rev 484169)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.10.3
-pkgrel=3
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('fde2c3a8bd0342a818df0352bbb30160ffd7f5041bbaa2e46af08a2dfb95bbd42b408d22d691786c807113c4e1472b0e17fda747218f5d89b57798d34cba694c')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-testing-x86_64/PKGBUILD (from rev 484168, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:13:44 UTC (rev 484169)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.10.5
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('a6ed923949eb065ebc5f0eddeee9d1ba88db03451aa6575b9d5757e0a31503d042bd04c98b6d41775e0927de23bc715bf19c566da3d74e26c3b445cc05c1caef')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:13:35
  Author: felixonmars
Revision: 484168

upgpkg: deepin-dock 4.10.5-2

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:13:19 UTC (rev 484167)
+++ PKGBUILD2019-06-26 03:13:35 UTC (rev 484168)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-dock
 pkgver=4.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock;


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:13:19
  Author: felixonmars
Revision: 484167

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:13:10 UTC (rev 484166)
+++ PKGBUILD2019-06-26 03:13:19 UTC (rev 484167)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-pkgver=3.5.3
-pkgrel=1
-pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
-arch=('any')
-license=('Apache')
-url='https://github.com/box/flaky'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
-  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz;)
-sha512sums=('bb7ae1507d559a3d8262341c0985f8a40ed419081703644cd05ab8c2bd8d7ade6300d763600acf01e8306281c77596bd506c7c2c485f0e77671cb8a4d862804f')
-
-prepare() {
-  cp -a flaky-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test -k 'example and not options' --doctest-modules test/test_pytest/
-py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
-py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-}
-
-package_python-flaky() {
-  depends=('python')
-
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-flaky() {
-  depends=('python2')
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flaky/repos/community-any/PKGBUILD (from rev 484166, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:13:19 UTC (rev 484167)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz;)
+sha512sums=('d1a7cd6f3e87adb85737b0fbbe238367dcc4e5d766c98bf8f2169e72445e5617bc8ecc348b1c14fb5ff3b1e0856d382c62f70fb784d7cafd5cad62461180')
+
+prepare() {
+  cp -a flaky-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flaky-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flaky-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flaky-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
+  )
+
+  cd 

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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:13:10
  Author: felixonmars
Revision: 484166

upgpkg: python-flaky 3.6.0-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:08:53 UTC (rev 484165)
+++ PKGBUILD2019-06-26 03:13:10 UTC (rev 484166)
@@ -2,7 +2,7 @@
 
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
-pkgver=3.5.3
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
   'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz;)
-sha512sums=('bb7ae1507d559a3d8262341c0985f8a40ed419081703644cd05ab8c2bd8d7ade6300d763600acf01e8306281c77596bd506c7c2c485f0e77671cb8a4d862804f')
+sha512sums=('d1a7cd6f3e87adb85737b0fbbe238367dcc4e5d766c98bf8f2169e72445e5617bc8ecc348b1c14fb5ff3b1e0856d382c62f70fb784d7cafd5cad62461180')
 
 prepare() {
   cp -a flaky-$pkgver{,-py2}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:08:53
  Author: felixonmars
Revision: 484165

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 484164, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/build-fix.patch
(from rev 484164, deepin-daemon/trunk/build-fix.patch)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 484164, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 484164, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/build-fix.patch
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

+
 PKGBUILD   |  132 +++
 build-fix.patch|   44 +++
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:08:37 UTC (rev 484164)
+++ PKGBUILD2019-06-26 03:08:53 UTC (rev 484165)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.27.2.5
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'deepin-api' 'gvfs' 'iso-codes' 'lsb-release'
- 'mobile-broadband-provider-info' 'deepin-polkit-agent'
- 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'gnome-keyring' 'noto-fonts' 'imwheel')
-makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
- 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 'sqlite' 
'deepin-gettext-tools'
- 'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 
'go-pie')
-optdepends=('networkmanager: for network management support'
-'bluez: for bluetooth support'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
-
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
-'deepin-daemon.sysusers'
-build-fix.patch)
-sha512sums=('9edbf7e491fb309a325bc8870c96c8695c666d64768f1e7e5c8a4af39715599a531bbfdb97658b8377cc98b4771fc870562937e1f34c0c4e6d46753dd7adda3d'
-
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a'
-
'047123cfcf6463914bb25a6eba34b79192d6bba09cd95e22bf250e6820c4172d8a1b5856ec19d1e638ea463519590f2b0c540fb5b866d094869e768c565d88c5')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.8.0.patch
-  patch -p1 -i ../build-fix.patch
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # golang-deepin-lib's dependency, remove when go packaging resumes
-  go get github.com/cryptix/wav
-
-  go get gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/gosexy/gettext
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" PAM_MODULE_DIR=usr/lib/security install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 484164, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:08:53 UTC (rev 484165)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.27.2.6
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'deepin-api' 'gvfs' 'iso-codes' 'lsb-release'
+ 'mobile-broadband-provider-info' 'deepin-polkit-agent'
+ 

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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:08:37
  Author: felixonmars
Revision: 484164

upgpkg: deepin-daemon 3.27.2.6-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 03:08:27 UTC (rev 484163)
+++ PKGBUILD2019-06-26 03:08:37 UTC (rev 484164)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.27.2.5
+pkgver=3.27.2.6
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
 'deepin-daemon.sysusers'
 build-fix.patch)
-sha512sums=('9edbf7e491fb309a325bc8870c96c8695c666d64768f1e7e5c8a4af39715599a531bbfdb97658b8377cc98b4771fc870562937e1f34c0c4e6d46753dd7adda3d'
+sha512sums=('acf166c1db407c3304c638de88ab20335701023f32f0b80a6254512a8d7c2d80dc691642b4df80e78142728e1b2d589b9441718f47118ae466d78f2f2a2e2d03'
 
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a'
 
'047123cfcf6463914bb25a6eba34b79192d6bba09cd95e22bf250e6820c4172d8a1b5856ec19d1e638ea463519590f2b0c540fb5b866d094869e768c565d88c5')


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:08:27
  Author: felixonmars
Revision: 484163

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 03:08:18 UTC (rev 484162)
+++ PKGBUILD2019-06-26 03:08:27 UTC (rev 484163)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.6.11
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('dbba0239cf717e69b18e3b1768b0f12047b044f95b19ecfdbffa7246f4a1344547955324daec857c9e1a72beb99495e8892b1a10e4a11791fb198ff7e76c76ae')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 484162, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 03:08:27 UTC (rev 484163)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.6.13
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('6a6872b75aaaed744391dae6c148999053a4ca7fa743b72ad69b8ce06c7aaf9fec1ef5d142cad5568d9c6c29cfc55f7aca19a2e5ba750659fcf3cf0ecf8d7a12')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 03:08:18
  Author: felixonmars
Revision: 484162

upgpkg: deepin-launcher 4.6.13-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:46:35 UTC (rev 484161)
+++ PKGBUILD2019-06-26 03:08:18 UTC (rev 484162)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.6.11
+pkgver=4.6.13
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('dbba0239cf717e69b18e3b1768b0f12047b044f95b19ecfdbffa7246f4a1344547955324daec857c9e1a72beb99495e8892b1a10e4a11791fb198ff7e76c76ae')
+sha512sums=('6a6872b75aaaed744391dae6c148999053a4ca7fa743b72ad69b8ce06c7aaf9fec1ef5d142cad5568d9c6c29cfc55f7aca19a2e5ba750659fcf3cf0ecf8d7a12')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:46:35
  Author: felixonmars
Revision: 484161

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:46:26 UTC (rev 484160)
+++ PKGBUILD2019-06-26 02:46:35 UTC (rev 484161)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('4abac87dc778b4e82cb2938a4d2c1a9ae4ce00c64e52280742154caf3363cf8fc1f596ba48740322870c2322037f00e0c7a3214b5e674ba1c2f24ba6095daa05')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 484160, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:46:35 UTC (rev 484161)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=6.0.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('0f241168c98e450f89b164a162c4a0e0e3d38d8e7abb59c28c09880ab13cbcb5aac8b2b18455ceb61c0c8f5480f31c1faefd02a1f2cd567a9b7f28700a468ed3')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:45:48
  Author: felixonmars
Revision: 484159

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 484158, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:45:38 UTC (rev 484158)
+++ PKGBUILD2019-06-26 02:45:48 UTC (rev 484159)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.9.11
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('deepin-gettext-tools' 'qt5-tools')
-provides=('lightdm-deepin-greeter' 'deepin-notifications')
-conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('99acbde39dffb2ab8a91c96b97e38549d408985f5fca281d5c90c62b9ddff6e42a1d123cd9cf15734a89c64aafa3d435668dae07a13a708bc2bfc8dca2ee37c9')
-
-prepare() {
-  cd dde-session-ui-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
-}
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 484158, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:45:48 UTC (rev 484159)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.9.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('deepin-gettext-tools' 'qt5-tools')
+provides=('lightdm-deepin-greeter' 'deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('a93de6e614c9cebd83543654dd6ae98ec55795e73c4690469ba6e203f14c55cdc9494a96f73da289672f3f476d76d640c1bf5bd5242b24710b4df8f281b0bd0a')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:46:26
  Author: felixonmars
Revision: 484160

upgpkg: eslint 6.0.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:45:48 UTC (rev 484159)
+++ PKGBUILD2019-06-26 02:46:26 UTC (rev 484160)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('4abac87dc778b4e82cb2938a4d2c1a9ae4ce00c64e52280742154caf3363cf8fc1f596ba48740322870c2322037f00e0c7a3214b5e674ba1c2f24ba6095daa05')
+sha512sums=('0f241168c98e450f89b164a162c4a0e0e3d38d8e7abb59c28c09880ab13cbcb5aac8b2b18455ceb61c0c8f5480f31c1faefd02a1f2cd567a9b7f28700a468ed3')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:45:38
  Author: felixonmars
Revision: 484158

upgpkg: deepin-session-ui 4.9.12-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:44:46 UTC (rev 484157)
+++ PKGBUILD2019-06-26 02:45:38 UTC (rev 484158)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.9.11
+pkgver=4.9.12
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('99acbde39dffb2ab8a91c96b97e38549d408985f5fca281d5c90c62b9ddff6e42a1d123cd9cf15734a89c64aafa3d435668dae07a13a708bc2bfc8dca2ee37c9')
+sha512sums=('a93de6e614c9cebd83543654dd6ae98ec55795e73c4690469ba6e203f14c55cdc9494a96f73da289672f3f476d76d640c1bf5bd5242b24710b4df8f281b0bd0a')
 
 prepare() {
   cd dde-session-ui-$pkgver


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:44:46
  Author: felixonmars
Revision: 484157

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 484156, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 484156, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:44:46 UTC (rev 484157)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.1
+pkgrel=92
+pkgdesc="Functional Programming Language with Dependent Types"
+url="https://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec6'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 
'haskell-vector-binary-instances'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' -e 's/< 
*0.4/<1/' -e 's/< *2.8/<4/' -e 's/< *0.9/<1/' idris.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
+}
+
+build() {
+cd Idris-dev-$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 \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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 deepin-dock/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:44:33
  Author: felixonmars
Revision: 484155

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:44:24 UTC (rev 484154)
+++ PKGBUILD2019-06-26 02:44:33 UTC (rev 484155)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.10.3
-pkgrel=2
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('fde2c3a8bd0342a818df0352bbb30160ffd7f5041bbaa2e46af08a2dfb95bbd42b408d22d691786c807113c4e1472b0e17fda747218f5d89b57798d34cba694c')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 484154, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:44:33 UTC (rev 484155)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.10.5
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('a6ed923949eb065ebc5f0eddeee9d1ba88db03451aa6575b9d5757e0a31503d042bd04c98b6d41775e0927de23bc715bf19c566da3d74e26c3b445cc05c1caef')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:44:38
  Author: felixonmars
Revision: 484156

upgpkg: idris 1.3.1-92

rebuild with wai-extra 3.0.26.1

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:44:33 UTC (rev 484155)
+++ PKGBUILD2019-06-26 02:44:38 UTC (rev 484156)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.1
-pkgrel=91
+pkgrel=92
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")


[arch-commits] Commit in golang-golang-x-crypto/repos/community-any (2 files)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:44:20
  Author: felixonmars
Revision: 484153

archrelease: copy trunk to community-any

Added:
  golang-golang-x-crypto/repos/community-any/PKGBUILD
(from rev 484152, golang-golang-x-crypto/trunk/PKGBUILD)
Deleted:
  golang-golang-x-crypto/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:44:10 UTC (rev 484152)
+++ PKGBUILD2019-06-26 02:44:20 UTC (rev 484153)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-golang-x-crypto
-pkgver=0.0.20190325
-_commit=a5d413f7728c81fb97d96a2b722368945f651e78
-pkgrel=1
-pkgdesc='Go supplementary cryptography libraries'
-arch=('any')
-url="https://github.com/golang/crypto;
-license=('BSD')
-depends=('go-pie' 'golang-golang-x-net' 'golang-golang-x-sys')
-source=("$pkgname-$_commit.tar.gz::https://github.com/golang/crypto/archive/$_commit.tar.gz;)
-sha512sums=('57a9606845a27459703d3757e001303d2f67c88efa4d021d4aa09314ddcc85fe95c9db2ff4aa08639b6be49cc751d82c35134a587987a896f64bb103af89adee')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/golang.org/x
-  cp -a "$srcdir"/crypto-$_commit "$srcdir"/build/src/golang.org/x/crypto
-  cd "$srcdir"/build/src/golang.org/x/crypto
-  go test -v $(go list ./...)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/golang.org/x
-  cp -a "$srcdir"/crypto-$_commit 
"$pkgdir"/usr/share/gocode/src/golang.org/x/crypto
-
-  install -Dm644 crypto-$_commit/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: golang-golang-x-crypto/repos/community-any/PKGBUILD (from rev 484152, 
golang-golang-x-crypto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:44:20 UTC (rev 484153)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-golang-x-crypto
+pkgver=0.0.20190621
+_commit=cc06ce4a13d484c0101a9e92913248488a75786d
+pkgrel=1
+pkgdesc='Go supplementary cryptography libraries'
+arch=('any')
+url="https://github.com/golang/crypto;
+license=('BSD')
+depends=('go-pie' 'golang-golang-x-net' 'golang-golang-x-sys')
+source=("$pkgname-$_commit.tar.gz::https://github.com/golang/crypto/archive/$_commit.tar.gz;)
+sha512sums=('48d166c145e37bbd622d935850b131dfb89d84c5c07245675067a44f852e021f7697c47a67dfa22feaa00abb9572c80ee8248ac4df79dc60903f2b08e1179f70')
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/golang.org/x
+  cp -a "$srcdir"/crypto-$_commit "$srcdir"/build/src/golang.org/x/crypto
+  cd "$srcdir"/build/src/golang.org/x/crypto
+  go test -v $(go list ./...)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/golang.org/x
+  cp -a "$srcdir"/crypto-$_commit 
"$pkgdir"/usr/share/gocode/src/golang.org/x/crypto
+
+  install -Dm644 crypto-$_commit/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in golang-golang-x-crypto/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:44:10
  Author: felixonmars
Revision: 484152

upgpkg: golang-golang-x-crypto 0.0.20190621-1

Modified:
  golang-golang-x-crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:40:08 UTC (rev 484151)
+++ PKGBUILD2019-06-26 02:44:10 UTC (rev 484152)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=golang-golang-x-crypto
-pkgver=0.0.20190325
-_commit=a5d413f7728c81fb97d96a2b722368945f651e78
+pkgver=0.0.20190621
+_commit=cc06ce4a13d484c0101a9e92913248488a75786d
 pkgrel=1
 pkgdesc='Go supplementary cryptography libraries'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('go-pie' 'golang-golang-x-net' 'golang-golang-x-sys')
 
source=("$pkgname-$_commit.tar.gz::https://github.com/golang/crypto/archive/$_commit.tar.gz;)
-sha512sums=('57a9606845a27459703d3757e001303d2f67c88efa4d021d4aa09314ddcc85fe95c9db2ff4aa08639b6be49cc751d82c35134a587987a896f64bb103af89adee')
+sha512sums=('48d166c145e37bbd622d935850b131dfb89d84c5c07245675067a44f852e021f7697c47a67dfa22feaa00abb9572c80ee8248ac4df79dc60903f2b08e1179f70')
 
 check() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:44:24
  Author: felixonmars
Revision: 484154

upgpkg: deepin-dock 4.10.5-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:44:20 UTC (rev 484153)
+++ PKGBUILD2019-06-26 02:44:24 UTC (rev 484154)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.10.3
-pkgrel=3
+pkgver=4.10.5
+pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock;
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('fde2c3a8bd0342a818df0352bbb30160ffd7f5041bbaa2e46af08a2dfb95bbd42b408d22d691786c807113c4e1472b0e17fda747218f5d89b57798d34cba694c')
+sha512sums=('a6ed923949eb065ebc5f0eddeee9d1ba88db03451aa6575b9d5757e0a31503d042bd04c98b6d41775e0927de23bc715bf19c566da3d74e26c3b445cc05c1caef')
 
 build() {
   cd dde-dock-$pkgver


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:39:59
  Author: felixonmars
Revision: 484150

upgpkg: deepin-control-center 4.10.12-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:35:13 UTC (rev 484149)
+++ PKGBUILD2019-06-26 02:39:59 UTC (rev 484150)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.10.11
+pkgver=4.10.12
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('2e3488135f5cce679b08fe4f562fe124077f0ec23e92b5fe0d1e568089e6f51b5e28146488ca8112746b3a69828a22ef108ceec19bc084633e5fea32ab048744')
+sha512sums=('87196d69f9d06432e3c76e1e143d9582f0cbe59cd40b17229bf8e7281809ca855ae9c86ff9dc0b4017cc1ba6b134e395abe585dcc9ab28df7c62a8b19f4cd97b')
 
 prepare() {
   mkdir -p build


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:40:08
  Author: felixonmars
Revision: 484151

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 484150, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:39:59 UTC (rev 484150)
+++ PKGBUILD2019-06-26 02:40:08 UTC (rev 484151)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.10.11
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'cmake' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('2e3488135f5cce679b08fe4f562fe124077f0ec23e92b5fe0d1e568089e6f51b5e28146488ca8112746b3a69828a22ef108ceec19bc084633e5fea32ab048744')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
-../dde-control-center-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 484150, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:40:08 UTC (rev 484151)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.10.12
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'cmake' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('87196d69f9d06432e3c76e1e143d9582f0cbe59cd40b17229bf8e7281809ca855ae9c86ff9dc0b4017cc1ba6b134e395abe585dcc9ab28df7c62a8b19f4cd97b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
+../dde-control-center-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:35:02
  Author: felixonmars
Revision: 484148

upgpkg: deepin-terminal 3.2.7-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:34:02 UTC (rev 484147)
+++ PKGBUILD2019-06-26 02:35:02 UTC (rev 484148)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=3.2.6
+pkgver=3.2.7
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'zssh: for remote management support')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('1331db8af24ba0d20244abc088422e91b590d19f9814e1f5ef97c7e5e5c7bc2bed979d737a564d690c1fa54683f668234c222f3b9bad5c41e80d8ca559247199')
+sha512sums=('a3289a7b0e2f06ccb853f5081d6e2529153dc6d9a21e9438aad339d18edcd2e10cbdeb793dcd17b89963e2b453bfe3dabbcb32f4ba8b58bd24934d38adfad6db')
 
 prepare() {
   mkdir -p build


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:35:13
  Author: felixonmars
Revision: 484149

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 484148, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/remove-vendor.patch
(from rev 484148, deepin-terminal/trunk/remove-vendor.patch)
Deleted:
  deepin-terminal/repos/community-x86_64/PKGBUILD
  deepin-terminal/repos/community-x86_64/remove-vendor.patch

-+
 PKGBUILD|   80 -
 remove-vendor.patch |  158 +-
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:35:02 UTC (rev 484148)
+++ PKGBUILD2019-06-26 02:35:13 UTC (rev 484149)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=3.2.6
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-menu')
-makedepends=('vala' 'cmake')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'zssh: for remote management support')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('1331db8af24ba0d20244abc088422e91b590d19f9814e1f5ef97c7e5e5c7bc2bed979d737a564d690c1fa54683f668234c222f3b9bad5c41e80d8ca559247199')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DTEST_BUILD=OFF \
--DUSE_VENDOR_LIB=OFF \
--DVERSION=$pkgver \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 484148, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:35:13 UTC (rev 484149)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=3.2.7
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-menu')
+makedepends=('vala' 'cmake')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'zssh: for remote management support')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('a3289a7b0e2f06ccb853f5081d6e2529153dc6d9a21e9438aad339d18edcd2e10cbdeb793dcd17b89963e2b453bfe3dabbcb32f4ba8b58bd24934d38adfad6db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DTEST_BUILD=OFF \
+-DUSE_VENDOR_LIB=OFF \
+-DVERSION=$pkgver \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: remove-vendor.patch
===
--- remove-vendor.patch 2019-06-26 02:35:02 UTC (rev 484148)
+++ remove-vendor.patch 2019-06-26 02:35:13 UTC (rev 484149)
@@ -1,79 +0,0 @@
-From: Yanhao Mo 
-Date: Wed, 16 May 2018 13:16:20 +0800
-Subject: use system libs
-

- CMakeLists.txt | 25 +
- 1 file changed, 5 insertions(+), 20 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9d57aca..47f83d7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -24,6 +24,7 @@ pkg_check_modules(RSVG REQUIRED librsvg-2.0)
- pkg_check_modules(WNCK REQUIRED libwnck-3.0)
- pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
- pkg_check_modules(GLIB REQUIRED glib-2.0)
-+pkg_check_modules(VTE REQUIRED vte-2.91)
- 
- OPTION(TEST_BUILD "Build with native testing" ON)
- 
-@@ -44,22 +45,6 @@ execute_process(
- )
- endif()
- 
--ExternalProject_Add(Vte-0.29
--  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/vte-0.50.1
--  CONFIGURE_COMMAND ./configure --enable-static
--  BUILD_COMMAND make
--  INSTALL_COMMAND ""
--  BUILD_IN_SOURCE 1
--  )
--
--ExternalProject_Add(zssh-1.5c
--  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/zssh-1.5c
--  CONFIGURE_COMMAND ./configure
--  BUILD_COMMAND make
--  INSTALL_COMMAND ""
--  BUILD_IN_SOURCE 1
--  )
--
- set(CFLAGS
-   ${GIO_CFLAGS}
-   

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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:33:52
  Author: felixonmars
Revision: 484146

upgpkg: python-qiniu 7.2.5-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:24:39 UTC (rev 484145)
+++ PKGBUILD2019-06-26 02:33:52 UTC (rev 484146)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-qiniu
-pkgver=7.2.4
+pkgver=7.2.5
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-requests' 'python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz;)
-sha512sums=('c7ad924cc413d991e637d66a092b49b960063c364a81c96ceb6e5a777379b8f2d2bc230827b9c847d93b1c549e940a93abd8126eb176e8102c729f6f708eb2d4')
+sha512sums=('a5b73b1a8c36fa43b7d74ddcb8a075acf6f5630112ff0908eceef7e0a0a0d982a1034912f9cfaf0b1effeb722fe4abea760b29cf7dea98af79f62c3e0bdda939')
 
 build() {
   cd python-sdk-$pkgver


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:34:02
  Author: felixonmars
Revision: 484147

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:33:52 UTC (rev 484146)
+++ PKGBUILD2019-06-26 02:34:02 UTC (rev 484147)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-qiniu
-pkgver=7.2.4
-pkgrel=1
-pkgdesc="Qiniu Resource Storage SDK for Python"
-arch=('any')
-url='https://github.com/qiniu/python-sdk'
-license=('MIT')
-depends=('python-requests' 'python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz;)
-sha512sums=('c7ad924cc413d991e637d66a092b49b960063c364a81c96ceb6e5a777379b8f2d2bc230827b9c847d93b1c549e940a93abd8126eb176e8102c729f6f708eb2d4')
-
-build() {
-  cd python-sdk-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Extracted from .travis.yml
-  export QINIU_TEST_BUCKET="pythonsdk"
-  export QINIU_TEST_DOMAIN="pythonsdk.qiniudn.com"
-  export QINIU_TEST_ENV="travis"
-
-  cd python-sdk-$pkgver
-  python setup.py pytest || warning "Tests failed"
-}
-
-package() {
-  cd python-sdk-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-qiniu/repos/community-any/PKGBUILD (from rev 484146, 
python-qiniu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:34:02 UTC (rev 484147)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-qiniu
+pkgver=7.2.5
+pkgrel=1
+pkgdesc="Qiniu Resource Storage SDK for Python"
+arch=('any')
+url='https://github.com/qiniu/python-sdk'
+license=('MIT')
+depends=('python-requests' 'python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz;)
+sha512sums=('a5b73b1a8c36fa43b7d74ddcb8a075acf6f5630112ff0908eceef7e0a0a0d982a1034912f9cfaf0b1effeb722fe4abea760b29cf7dea98af79f62c3e0bdda939')
+
+build() {
+  cd python-sdk-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Extracted from .travis.yml
+  export QINIU_TEST_BUCKET="pythonsdk"
+  export QINIU_TEST_DOMAIN="pythonsdk.qiniudn.com"
+  export QINIU_TEST_ENV="travis"
+
+  cd python-sdk-$pkgver
+  python setup.py pytest || warning "Tests failed"
+}
+
+package() {
+  cd python-sdk-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:33:16
  Author: felixonmars
Revision: 356930

archrelease: copy trunk to extra-any

Added:
  perl-ffi-checklib/repos/extra-any/PKGBUILD
(from rev 356929, perl-ffi-checklib/trunk/PKGBUILD)
Deleted:
  perl-ffi-checklib/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 02:33:06 UTC (rev 356929)
+++ PKGBUILD2019-06-26 02:33:16 UTC (rev 356930)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ffi-checklib
-pkgver=0.24
-pkgrel=2
-pkgdesc="Check that a library is available for FFI"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/FFI-CheckLib;
-depends=('perl')
-checkdepends=('perl-test-exit' 'perl-test2-suite')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$pkgver.tar.gz;)
-sha512sums=('5036c80c5f76a447ffeec017b69253f89c5dc44ec07c97ec48ebf03e4e5f5cae970aa6a1f1ecc865f568cf84ca85cd73212d4763f79791eadcf1c8d676689000')
-
-build() {
-  cd FFI-CheckLib-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd FFI-CheckLib-$pkgver
-  make test
-}
-
-package() {
-  cd FFI-CheckLib-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ffi-checklib/repos/extra-any/PKGBUILD (from rev 356929, 
perl-ffi-checklib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 02:33:16 UTC (rev 356930)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ffi-checklib
+pkgver=0.25
+pkgrel=1
+pkgdesc="Check that a library is available for FFI"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/FFI-CheckLib;
+depends=('perl')
+checkdepends=('perl-test-exit' 'perl-test2-suite')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$pkgver.tar.gz;)
+sha512sums=('f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313')
+
+build() {
+  cd FFI-CheckLib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd FFI-CheckLib-$pkgver
+  make test
+}
+
+package() {
+  cd FFI-CheckLib-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:33:06
  Author: felixonmars
Revision: 356929

upgpkg: perl-ffi-checklib 0.25-1

Modified:
  perl-ffi-checklib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 23:40:41 UTC (rev 356928)
+++ PKGBUILD2019-06-26 02:33:06 UTC (rev 356929)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ffi-checklib
-pkgver=0.24
-pkgrel=2
+pkgver=0.25
+pkgrel=1
 pkgdesc="Check that a library is available for FFI"
 arch=('any')
 license=('PerlArtistic')
@@ -11,7 +11,7 @@
 checkdepends=('perl-test-exit' 'perl-test2-suite')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$pkgver.tar.gz;)
-sha512sums=('5036c80c5f76a447ffeec017b69253f89c5dc44ec07c97ec48ebf03e4e5f5cae970aa6a1f1ecc865f568cf84ca85cd73212d4763f79791eadcf1c8d676689000')
+sha512sums=('f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313')
 
 build() {
   cd FFI-CheckLib-$pkgver


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:24:30
  Author: felixonmars
Revision: 484144

upgpkg: hoogle 5.0.17.9-22

rebuild with wai-extra 3.0.26.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:23:05 UTC (rev 484143)
+++ PKGBUILD2019-06-26 02:24:30 UTC (rev 484144)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.9
-pkgrel=21
+pkgrel=22
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:24:39
  Author: felixonmars
Revision: 484145

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 484144, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 484144, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:24:39 UTC (rev 484145)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.9
+pkgrel=22
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9a7d2ec6fc8aed6cff986b87ef268a76ddfb15946ed406c99478a26c02389272e6a7561a5b3b1895e6122f8158071f845f78bfccf9c999a2991652158d29332')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:23:05
  Author: felixonmars
Revision: 484143

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 484142, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:23:05 UTC (rev 484143)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.14.1
+pkgrel=82
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3eb50a27e96b8e4590719c41fe00dbf7add431a8bbc300f1d2614c09dbae5eaa2eb43ac96c597c441a2f43bf4096fe8c450bb3bdb601cc2a06fd840768b45786')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+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 "${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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:22:56
  Author: felixonmars
Revision: 484142

upgpkg: hledger-web 1.14.1-82

rebuild with wai-extra 3.0.26.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:21:03 UTC (rev 484141)
+++ PKGBUILD2019-06-26 02:22:56 UTC (rev 484142)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.14.1
-pkgrel=81
+pkgrel=82
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:20:54
  Author: felixonmars
Revision: 484140

upgpkg: hledger-api 1.14-78

rebuild with wai-extra 3.0.26.1

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:19:35 UTC (rev 484139)
+++ PKGBUILD2019-06-26 02:20:54 UTC (rev 484140)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.14
-pkgrel=77
+pkgrel=78
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:21:03
  Author: felixonmars
Revision: 484141

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:19:35
  Author: felixonmars
Revision: 484139

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 484138, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/socks-0.6.patch
(from rev 484138, git-annex/trunk/socks-0.6.patch)

-+
 PKGBUILD|   58 ++
 socks-0.6.patch |   13 
 2 files changed, 71 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 484138, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:19:35 UTC (rev 484139)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20190615
+pkgrel=8
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
+socks-0.6.patch)
+sha512sums=('SKIP'
+
'572cfde516ac8efd7c7b7b734d7de2276e7fa4143d8ed66de101d987a81ac71b911161454979f5a6b3d89f0080423f5086eb73aa02e9ebfdde63f0167bcac608')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../socks-0.6.patch
+}
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-ftorrentparser -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime -f-networkbsd
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-desktop 
install-completions
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/socks-0.6.patch (from rev 
484138, git-annex/trunk/socks-0.6.patch)
===
--- community-staging-x86_64/socks-0.6.patch(rev 0)
+++ community-staging-x86_64/socks-0.6.patch2019-06-26 02:19:35 UTC (rev 
484139)
@@ -0,0 +1,13 @@
+diff --git a/Utility/Tor.hs b/Utility/Tor.hs
+index 427fb100bc..0ee904ca2a 100644
+--- a/Utility/Tor.hs
 b/Utility/Tor.hs
+@@ -37,7 +37,7 @@ connectHiddenService (OnionAddress address) port = do
+   return s
+   where
+   torsocksport = 9050
+-  torsockconf = defaultSocksConf "127.0.0.1" torsocksport
++  torsockconf = defaultSocksConf $ SockAddrInet torsocksport $ 
tupleToHostAddress (127, 0, 0, 1)
+   socksdomain = SocksAddrDomainName (BU8.fromString address)
+   socksaddr = SocksAddress socksdomain (fromIntegral port)
+ 


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:19:24
  Author: felixonmars
Revision: 484138

upgpkg: git-annex 7.20190615-8

rebuild with wai-extra 3.0.26.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:11:16 UTC (rev 484137)
+++ PKGBUILD2019-06-26 02:19:24 UTC (rev 484138)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20190615
-pkgrel=7
+pkgrel=8
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:11:07
  Author: felixonmars
Revision: 484136

upgpkg: haskell-yesod-static 1.6.0.1-142

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:09:44 UTC (rev 484135)
+++ PKGBUILD2019-06-26 02:11:07 UTC (rev 484136)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=141
+pkgrel=142
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:11:16
  Author: felixonmars
Revision: 484137

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
484136, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:11:16 UTC (rev 484137)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=142
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:09:44
  Author: felixonmars
Revision: 484135

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
484134, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:09:44 UTC (rev 484135)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.6.1
+pkgrel=36
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('833ae785c82ec2cbc34c386fb7678e20cdb905c3eaee2698532e8f09167fac92b5af84b25557f548406184852156e4e22f9f12a86c9a3306cbb23145a4af1cba')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-yesod-test/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:09:36
  Author: felixonmars
Revision: 484134

upgpkg: haskell-yesod-test 1.6.6.1-36

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:08:15 UTC (rev 484133)
+++ PKGBUILD2019-06-26 02:09:36 UTC (rev 484134)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.6.1
-pkgrel=35
+pkgrel=36
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:08:15
  Author: felixonmars
Revision: 484133

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
484132, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:08:15 UTC (rev 484133)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.7
+pkgrel=9
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fa1b681b40f815dd027538c39300ac70298717af6b7ee5ff0185ff61c2104f7d16462f7e1edb414787f3b49d4b16af3adda4c42c1ee2433bb270208775b614ed')
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:08:06
  Author: felixonmars
Revision: 484132

upgpkg: haskell-yesod-auth 1.6.7-9

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:06:46 UTC (rev 484131)
+++ PKGBUILD2019-06-26 02:08:06 UTC (rev 484132)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.7
-pkgrel=8
+pkgrel=9
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:06:46
  Author: felixonmars
Revision: 484131

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 484130, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:06:46 UTC (rev 484131)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=289
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+--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-yesod/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:06:38
  Author: felixonmars
Revision: 484130

upgpkg: haskell-yesod 1.6.0-289

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:05:40 UTC (rev 484129)
+++ PKGBUILD2019-06-26 02:06:38 UTC (rev 484130)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=288
+pkgrel=289
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:05:31
  Author: felixonmars
Revision: 484128

upgpkg: haskell-yesod-form 1.6.5-7

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:03:57 UTC (rev 484127)
+++ PKGBUILD2019-06-26 02:05:31 UTC (rev 484128)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:05:40
  Author: felixonmars
Revision: 484129

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
484128, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:05:40 UTC (rev 484129)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.5
+pkgrel=7
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d38e52931a2d129dfdb05e2bf2a7ff284f966112c9d95e5a56750392d00018d429d0381e1c312c4bbfb12dbdd4764d110f26ccb993aabdd9a9567e1a5e742d9c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:03:57
  Author: felixonmars
Revision: 484127

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 484126, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:03:57 UTC (rev 484127)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.2
+pkgrel=43
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8014d1bcb5101bfad61911377e4122b07f41b4e98bd20c8f7a205d151caa73dbe4b1cc526f1f3d4bb2323920b290f080c77649e0f368ca017cd50389a7f7120c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:03:47
  Author: felixonmars
Revision: 484126

upgpkg: haskell-yesod-persistent 1.6.0.2-43

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:03:00 UTC (rev 484125)
+++ PKGBUILD2019-06-26 02:03:47 UTC (rev 484126)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.2
-pkgrel=42
+pkgrel=43
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:03:00
  Author: felixonmars
Revision: 484125

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
484124, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:03:00 UTC (rev 484125)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=543
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-yesod-default/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:02:51
  Author: felixonmars
Revision: 484124

upgpkg: haskell-yesod-default 1.2.0-543

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:02:12 UTC (rev 484123)
+++ PKGBUILD2019-06-26 02:02:51 UTC (rev 484124)
@@ -4,7 +4,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=542
+pkgrel=543
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:02:12
  Author: felixonmars
Revision: 484123

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
484122, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:02:12 UTC (rev 484123)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.6.14
+pkgrel=45
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cereal'
+ 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cookie'
+ 'haskell-fast-logger' 'haskell-http-types' 'haskell-memory'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 
'haskell-primitive'
+ 'haskell-random' 'haskell-resourcet' 'haskell-rio' 
'haskell-shakespeare'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('663527c0075cfea7bd8176e9d4cb59b70adfddd6b76811ae8c36d15d0cc3b2e3ee8f23df77a1c0bd8b1c7f5c704cf0c49c2e14e8751e730a3637ea1bcf8cc5a1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+--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-yesod-core/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:02:03
  Author: felixonmars
Revision: 484122

upgpkg: haskell-yesod-core 1.6.14-45

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 02:00:57 UTC (rev 484121)
+++ PKGBUILD2019-06-26 02:02:03 UTC (rev 484122)
@@ -4,7 +4,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.6.14
-pkgrel=44
+pkgrel=45
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:00:57
  Author: felixonmars
Revision: 484121

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 484120, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 02:00:57 UTC (rev 484121)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.16.1
+pkgrel=18
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="https://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 
'haskell-base64-bytestring'
+ 'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 
'haskell-servant'
+ 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-warp'
+ 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-safe' 'haskell-wai-extra'
+ 'haskell-temporary' 'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6a65f90f9b4fbe4d15175400af0c7a2e9ac28d160d98b1a3874dcdfc48b6e46521f7e6437bcd8861668b7692252f1aa69519532c2967b3e1d3f34e0eb39b7f20')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 02:00:48
  Author: felixonmars
Revision: 484120

upgpkg: haskell-servant-server 0.16.1-18

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:58:45 UTC (rev 484119)
+++ PKGBUILD2019-06-26 02:00:48 UTC (rev 484120)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.16.1
-pkgrel=17
+pkgrel=18
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="https://haskell-servant.readthedocs.org/;
 license=("BSD")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:58:45
  Author: felixonmars
Revision: 484119

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 
484118, haskell-hjsonschema/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:58:45 UTC (rev 484119)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsonschema
+pkgname=haskell-hjsonschema
+pkgver=1.9.0
+pkgrel=230
+pkgdesc="JSON Schema library"
+url="https://github.com/seagreen/hjsonschema;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsonpointer'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-pcre-heavy'
+ 'haskell-profunctors' 'haskell-protolude' 'haskell-quickcheck' 
'haskell-safe-exceptions'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c71f4f23453abbb7e5c3b8a04e9fd2bea560e03ccf590fbad3739f609fe0e4e5292acfe94204b2d52d30f8fda8cc1c94edac41d5095f6be1c4cf8c05ec08e273')
+
+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 || warning "json-schema.org is NXDOMAIN as of 
2018-06-03"
+}
+
+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 "MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/MIT-LICENSE.txt"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:58:37
  Author: felixonmars
Revision: 484118

upgpkg: haskell-hjsonschema 1.9.0-230

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-hjsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:56:33 UTC (rev 484117)
+++ PKGBUILD2019-06-26 01:58:37 UTC (rev 484118)
@@ -4,7 +4,7 @@
 _hkgname=hjsonschema
 pkgname=haskell-hjsonschema
 pkgver=1.9.0
-pkgrel=229
+pkgrel=230
 pkgdesc="JSON Schema library"
 url="https://github.com/seagreen/hjsonschema;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:56:33
  Author: felixonmars
Revision: 484117

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
484116, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:56:33 UTC (rev 484117)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.2
+pkgrel=39
+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-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' '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=('715324fa19b85e8f39e33b4d5082a04f40fc667737b41117da68a6a0eedad288a551929fa2eea636dd421d4d416996125ff9d83752c7daaf64ecc191e9790469')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.13/<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 haskell-hakyll/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:56:25
  Author: felixonmars
Revision: 484116

upgpkg: haskell-hakyll 4.12.5.2-39

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:54:18 UTC (rev 484115)
+++ PKGBUILD2019-06-26 01:56:25 UTC (rev 484116)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=38
+pkgrel=39
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:54:18
  Author: felixonmars
Revision: 484115

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-app-static/repos/community-staging-x86_64/
  haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD
(from rev 484114, haskell-wai-app-static/trunk/PKGBUILD)

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

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 484114, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:54:18 UTC (rev 484115)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.3
+pkgrel=63
+pkgdesc="WAI application for static serving"
+url="https://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-file-embed' 'haskell-http-date' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('acbbb499bd357e758ba46f8d8f0afab22242e4541c3cbaa97bbb5d81d55dfd6fc7c336c36b84591718d9d910dc0a7cbdadd07434cb6a4019ca595040bd18cb79')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+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-wai-app-static/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:54:10
  Author: felixonmars
Revision: 484114

upgpkg: haskell-wai-app-static 3.1.6.3-63

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:53:22 UTC (rev 484113)
+++ PKGBUILD2019-06-26 01:54:10 UTC (rev 484114)
@@ -4,7 +4,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.3
-pkgrel=62
+pkgrel=63
 pkgdesc="WAI application for static serving"
 url="https://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:53:22
  Author: felixonmars
Revision: 484113

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 484112, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:53:22 UTC (rev 484113)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.2
+pkgrel=52
+pkgdesc="Testing JSON APIs with hspec-wai"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 
'haskell-case-insensitive'
+ 'haskell-hspec-wai')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('244d94f9099199a32f0de0412b053ad0d968c88b725f476414707caf95caaaedc07d7d5a301fb4aeaf6586cef54effd93f8ca1cf053031219ca1e0a08bcfb0b7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:53:13
  Author: felixonmars
Revision: 484112

upgpkg: haskell-hspec-wai-json 0.9.2-52

rebuild with wai-extra 3.0.26.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:52:33 UTC (rev 484111)
+++ PKGBUILD2019-06-26 01:53:13 UTC (rev 484112)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.2
-pkgrel=51
+pkgrel=52
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:52:33
  Author: felixonmars
Revision: 484111

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-wai/repos/community-staging-x86_64/PKGBUILD (from rev 
484110, haskell-hspec-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:52:33 UTC (rev 484111)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai
+pkgname=haskell-hspec-wai
+pkgver=0.9.2
+pkgrel=44
+pkgdesc="Experimental Hspec support for testing WAI applications"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 
'haskell-case-insensitive'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-hspec-expectations' 
'haskell-http-types'
+ 'haskell-wai' 'haskell-wai-extra')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a3a6a24fc948d924f60f55da7d133446c57549f9967a47adafa8f8df057370472348f9413477a4f78f5068233a6b103396810e611161735ec75f87b6d9673edb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:52:24
  Author: felixonmars
Revision: 484110

upgpkg: haskell-hspec-wai 0.9.2-44

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-hspec-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:51:29 UTC (rev 484109)
+++ PKGBUILD2019-06-26 01:52:24 UTC (rev 484110)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai
 pkgname=haskell-hspec-wai
 pkgver=0.9.2
-pkgrel=43
+pkgrel=44
 pkgdesc="Experimental Hspec support for testing WAI applications"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:51:29
  Author: felixonmars
Revision: 484109

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
484108, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:51:29 UTC (rev 484109)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.1.1
+pkgrel=64
+pkgdesc="Experimental markdown processor."
+url="https://github.com/jgm/cheapskate;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default" "haskell-http-types"
+ "haskell-syb" "haskell-uniplate" "haskell-wai"
+ "haskell-wai-extra" "haskell-xss-sanitize")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('551fdf43f8ed8e15ed4a5ac1649f319477cc80762a34499eed58c7c77e1f3e2bc0c4f9887aac7632f341e825c202850617d0572fa6cb748104bbf2874dfba353')
+
+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 \
+-fdingus
+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-cheapskate/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:51:21
  Author: felixonmars
Revision: 484108

upgpkg: haskell-cheapskate 0.1.1.1-64

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:50:11 UTC (rev 484107)
+++ PKGBUILD2019-06-26 01:51:21 UTC (rev 484108)
@@ -4,7 +4,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.1.1
-pkgrel=63
+pkgrel=64
 pkgdesc="Experimental markdown processor."
 url="https://github.com/jgm/cheapskate;
 license=("BSD")


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:50:11
  Author: felixonmars
Revision: 484107

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
484106, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:50:11 UTC (rev 484107)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.26.1
+pkgrel=1
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base64-bytestring'
+ 'haskell-case-insensitive' 'haskell-cookie' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-http-types' 'haskell-http2' 
'haskell-iproute'
+ 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 
'haskell-streaming-commons'
+ 'haskell-unix-compat' 'haskell-vault' 'haskell-void' 'haskell-wai'
+ 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('49a98de516d322f17ea667b8eed3cb15ee14e27d98660ff4e14eb6baf335f4c570e6a0067cc4c1f35eb32c84a124c75f4f777c0abd5fbbd6fb7527fc7a695fde')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-example
+runhaskell Setup build
+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-wai-extra/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:50:03
  Author: felixonmars
Revision: 484106

upgpkg: haskell-wai-extra 3.0.26.1-1

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:49:29 UTC (rev 484105)
+++ PKGBUILD2019-06-26 01:50:03 UTC (rev 484106)
@@ -3,8 +3,8 @@
 
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
-pkgver=3.0.26
-pkgrel=18
+pkgver=3.0.26.1
+pkgrel=1
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="https://github.com/yesodweb/wai;
 license=("MIT")
@@ -17,7 +17,7 @@
  'haskell-wai-logger' 'haskell-word8' 'haskell-zlib')
 makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('c5534b8f67fd33c1cbe15581ee8622797f626499709a588f34d324e233a7adc45c264c69ad5214427a0b8e77fc78f1571f8501cf25bacf10fbc43593079d583f')
+sha512sums=('49a98de516d322f17ea667b8eed3cb15ee14e27d98660ff4e14eb6baf335f4c570e6a0067cc4c1f35eb32c84a124c75f4f777c0abd5fbbd6fb7527fc7a695fde')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:49:29
  Author: felixonmars
Revision: 484105

archrelease: copy trunk to community-any

Added:
  python2-pathlib2/repos/community-any/PKGBUILD
(from rev 484104, python2-pathlib2/trunk/PKGBUILD)
Deleted:
  python2-pathlib2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 01:49:19 UTC (rev 484104)
+++ PKGBUILD2019-06-26 01:49:29 UTC (rev 484105)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python2-pathlib2
-pkgver=2.3.3
-pkgrel=1
-pkgdesc='Object-oriented filesystem paths'
-arch=('any')
-url='http://pypi.python.org/pypi/pathlib2'
-license=('MIT')
-depends=('python2-six' 'python2-scandir')
-makedepends=('python2-setuptools')
-checkdepends=('python2-pytest-runner' 'python2-mock')
-source=("https://pypi.io/packages/source/p/pathlib2/pathlib2-$pkgver.tar.gz;)
-sha256sums=('25199318e8cc3c25dcb45cbe084cc061051336d5a9ea2a12448d3d8cb748f742')
-
-build() {
-  cd pathlib2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd pathlib2-$pkgver
-  python2 setup.py pytest
-}
-
-package() {
-  cd pathlib2-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/python2-pathlib2/LICENSE.rst
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pathlib2/repos/community-any/PKGBUILD (from rev 484104, 
python2-pathlib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 01:49:29 UTC (rev 484105)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python2-pathlib2
+pkgver=2.3.4
+pkgrel=1
+pkgdesc='Object-oriented filesystem paths'
+arch=('any')
+url='https://pypi.python.org/pypi/pathlib2'
+license=('MIT')
+depends=('python2-six' 'python2-scandir')
+makedepends=('python2-setuptools')
+checkdepends=('python2-pytest-runner' 'python2-mock')
+source=("https://pypi.io/packages/source/p/pathlib2/pathlib2-$pkgver.tar.gz;)
+sha256sums=('446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8')
+
+build() {
+  cd pathlib2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd pathlib2-$pkgver
+  python2 setup.py pytest
+}
+
+package() {
+  cd pathlib2-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/python2-pathlib2/LICENSE.rst
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:49:02
  Author: felixonmars
Revision: 484102

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
484101, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-26 01:49:02 UTC (rev 484102)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.5
+pkgrel=6
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-byteorder' 'haskell-fast-logger'
+ 'haskell-http-types' 'haskell-network' 'haskell-wai')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
+checkdepends=('haskell-wai-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5e545aad57b6e860f147f59fd7bf2702081c769c28d47a901c174474a67086161d4709b33203436ecca0d7134a6f898532fdc08385db329c30be4b8007a1cf2b')
+
+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 npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:49:07
  Author: felixonmars
Revision: 484103

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 484102, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 01:49:02 UTC (rev 484102)
+++ PKGBUILD2019-06-26 01:49:07 UTC (rev 484103)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.11
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cbb66999c5bfcc5e64bb7c2d4d2384cff39cc20dade2b314d2d460ac35120682ddb51709fc76537e71b9ca05fe0a3c3c9f3fae058a4dbd8b3f93ff4dc292ab38')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 484102, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 01:49:07 UTC (rev 484103)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=3.1.12
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('91ff294bb043061d727fe647c6e1810b76d2b87779a244810597cd1ca9007d5d4f7760d459c35220b359848539e30959edabb7c3804ff691c9e90965fc3848f0')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:49:19
  Author: felixonmars
Revision: 484104

upgpkg: python2-pathlib2 2.3.4-1

Modified:
  python2-pathlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:49:07 UTC (rev 484103)
+++ PKGBUILD2019-06-26 01:49:19 UTC (rev 484104)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python2-pathlib2
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc='Object-oriented filesystem paths'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python2-setuptools')
 checkdepends=('python2-pytest-runner' 'python2-mock')
 source=("https://pypi.io/packages/source/p/pathlib2/pathlib2-$pkgver.tar.gz;)
-sha256sums=('25199318e8cc3c25dcb45cbe084cc061051336d5a9ea2a12448d3d8cb748f742')
+sha256sums=('446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8')
 
 build() {
   cd pathlib2-$pkgver


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:48:58
  Author: felixonmars
Revision: 484101

upgpkg: npm-check-updates 3.1.12-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 01:48:53 UTC (rev 484100)
+++ PKGBUILD2019-06-26 01:48:58 UTC (rev 484101)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.11
+pkgver=3.1.12
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cbb66999c5bfcc5e64bb7c2d4d2384cff39cc20dade2b314d2d460ac35120682ddb51709fc76537e71b9ca05fe0a3c3c9f3fae058a4dbd8b3f93ff4dc292ab38')
+sha512sums=('91ff294bb043061d727fe647c6e1810b76d2b87779a244810597cd1ca9007d5d4f7760d459c35220b359848539e30959edabb7c3804ff691c9e90965fc3848f0')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-06-25 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 01:48:53
  Author: felixonmars
Revision: 484100

upgpkg: haskell-wai-logger 2.3.5-6

rebuild with wai-extra 3.0.26.1

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 23:40:20 UTC (rev 484099)
+++ PKGBUILD2019-06-26 01:48:53 UTC (rev 484100)
@@ -4,7 +4,7 @@
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
 pkgver=2.3.5
-pkgrel=5
+pkgrel=6
 pkgdesc="A logging system for WAI"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-06-25 Thread David Runge via arch-commits
Date: Tuesday, June 25, 2019 @ 22:46:14
  Author: dvzrv
Revision: 484089

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/PKGBUILD
(from rev 484088, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-25 22:46:08 UTC (rev 484088)
+++ PKGBUILD2019-06-25 22:46:14 UTC (rev 484089)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=19.4
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-groups=('pro-audio')
-depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
-makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('189e1aed254ce60a996a72c910d5cdc773a7a8fb09621b143c5b21541954f552a0869e83611b6bf21558c6fcbb22dd51746c34d2fe43003726b30e54fc2aed48')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  # docs
-  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 484088, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-25 22:46:14 UTC (rev 484089)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=19.5
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+groups=('pro-audio')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('29dac29edb5ff69ff5f34b58fa0376dea5282eb21cf1993dbb21d9c176488e3654972f05dfb7472e625565605b7597990c964385492761b38471ac21fca991b3')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  # docs
+  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-06-25 Thread David Runge via arch-commits
Date: Tuesday, June 25, 2019 @ 22:46:08
  Author: dvzrv
Revision: 484088

upgpkg: snd 19.5-1

Upgrading to 19.5.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 22:40:40 UTC (rev 484087)
+++ PKGBUILD2019-06-25 22:46:08 UTC (rev 484088)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.4
+pkgver=19.5
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('189e1aed254ce60a996a72c910d5cdc773a7a8fb09621b143c5b21541954f552a0869e83611b6bf21558c6fcbb22dd51746c34d2fe43003726b30e54fc2aed48')
+sha512sums=('29dac29edb5ff69ff5f34b58fa0376dea5282eb21cf1993dbb21d9c176488e3654972f05dfb7472e625565605b7597990c964385492761b38471ac21fca991b3')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-06-25 Thread David Runge via arch-commits
Date: Tuesday, June 25, 2019 @ 22:40:34
  Author: dvzrv
Revision: 484086

upgpkg: dragonfly-reverb 2.0.0-1

Upgrading to 2.0.0. Devendoring freeverb3, which has been added to [community] 
for that purpose.
A patch for upstream to achieve this less hack-ish is in the works. The package 
now provides two different reverb plugins/ standalone applications.

Modified:
  dragonfly-reverb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 22:37:42 UTC (rev 484085)
+++ PKGBUILD2019-06-25 22:40:34 UTC (rev 484086)
@@ -1,28 +1,51 @@
 # Maintainer: David Runge 
 pkgname=dragonfly-reverb
 _name=DragonflyReverb
-pkgver=1.1.3
+_reverbs=('DragonflyHallReverb' 'DragonflyRoomReverb')
+pkgver=2.0.0
 pkgrel=1
-pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
+pkgdesc="A concert hall reverb and a room reverb"
 arch=('x86_64')
-url="https://github.com/michaelwillis/dragonfly-reverb;
+url="https://michaelwillis.github.io/dragonfly-reverb/;
 license=('GPL3')
 groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
-depends=('jack' 'libglvnd')
+depends=('freeverb3' 'jack' 'libglvnd')
 makedepends=('gendesk' 'liblo' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz;)
-sha512sums=('1e93c1f067499153b4015715448f1d14effaeab06b0a0fb4d009fe5531730355c0830c65e46ae9694ee219da043c1476e0f73fccd4369072f170d9327209d55e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tar.gz;)
+sha512sums=('2d6e7c4cdf852e956888437776eb22eea43eb8b6c7c6be3faef1b51b57c80d62c3239e206240acce0ebb5f6212382b1aea5d90b149453bbed4356bc3da2054de')
 
 prepare() {
   mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  # XDG desktop file
+  # remove local freeverb and its components
+  rm -rv common/{freeverb,libsamplerate2,fv3_config.h}
+  # devendor freeverb3 from the common component Makefile
+  sed -e '/freeverb/d' \
+  -e '24,28d' \
+  -i common/Makefile
+  # devendor freeverb from the plugins' Makefile
+  sed -e '/freeverb/d' \
+  -e 's/-lm/-lm $(shell pkg-config --libs freeverb3-3)/' \
+  -e '31iBUILD_CXX_FLAGS := $(shell pkg-config --cflags freeverb3-3) 
$(BUILD_CXX_FLAGS)' \
+  -i plugins/*/Makefile
+  # replacing local references of header includes with system includes
+  sed -e 's|"freeverb/earlyref.hpp"||g' \
+  -e 's|"freeverb/zref2.hpp"||g' \
+  -e 's|"freeverb/progenitor2.hpp"||g' \
+  -i plugins/*/*.hpp
+
   gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name DragonflyReverb \
-  --exec DragonflyReverb \
+  --pkgname ${pkgname}-hall \
+  --pkgdesc "A free stereo-to-stereo concert hall reverb effect" \
+  --name DragonflyHallReverb \
+  --exec DragonflyHallReverb \
   --categories "AudioVideo;Audio"
+  gendesk -n \
+  --pkgname ${pkgname}-room \
+  --pkgdesc  "A free stereo-to-stereo room reverb effect" \
+  --name DragonflyRoomReverb \
+  --exec DragonflyRoomReverb \
+  --categories "AudioVideo;Audio"
 }
 
 build() {
@@ -33,13 +56,14 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
-  install -vDm 644 "${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
-  install -vDm 755 "bin/${_name}.lv2/"*.so \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
+  for _reverb in "${_reverbs[@]}"; do
+install -vDm 755 "bin/${_reverb}" -t "${pkgdir}/usr/bin"
+install -vDm 755 "bin/${_reverb}-vst.so" -t "${pkgdir}/usr/lib/vst"
+install -vDm 755 "bin/${_reverb}.lv2/"*.so \
+  -t "${pkgdir}/usr/lib/lv2/${_reverb}.lv2/"
+install -vDm 644 "bin/${_reverb}.lv2/"*.ttl \
+  -t "${pkgdir}/usr/lib/lv2/${_reverb}.lv2/"
+  done
+  install -vDm 644 *".desktop" -t "${pkgdir}/usr/share/applications/"
   install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2019-06-25 Thread David Runge via arch-commits
Date: Tuesday, June 25, 2019 @ 22:40:40
  Author: dvzrv
Revision: 484087

archrelease: copy trunk to community-x86_64

Added:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD
(from rev 484086, dragonfly-reverb/trunk/PKGBUILD)
Deleted:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-25 22:40:34 UTC (rev 484086)
+++ PKGBUILD2019-06-25 22:40:40 UTC (rev 484087)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-pkgname=dragonfly-reverb
-_name=DragonflyReverb
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
-arch=('x86_64')
-url="https://github.com/michaelwillis/dragonfly-reverb;
-license=('GPL3')
-groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
-depends=('jack' 'libglvnd')
-makedepends=('gendesk' 'liblo' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz;)
-sha512sums=('1e93c1f067499153b4015715448f1d14effaeab06b0a0fb4d009fe5531730355c0830c65e46ae9694ee219da043c1476e0f73fccd4369072f170d9327209d55e')
-
-prepare() {
-  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name DragonflyReverb \
-  --exec DragonflyReverb \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export SYSTEM_LIBSAMPLERATE="true"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
-  install -vDm 644 "${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
-  install -vDm 755 "bin/${_name}.lv2/"*.so \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: dragonfly-reverb/repos/community-x86_64/PKGBUILD (from rev 484086, 
dragonfly-reverb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-25 22:40:40 UTC (rev 484087)
@@ -0,0 +1,69 @@
+# Maintainer: David Runge 
+pkgname=dragonfly-reverb
+_name=DragonflyReverb
+_reverbs=('DragonflyHallReverb' 'DragonflyRoomReverb')
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A concert hall reverb and a room reverb"
+arch=('x86_64')
+url="https://michaelwillis.github.io/dragonfly-reverb/;
+license=('GPL3')
+groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
+depends=('freeverb3' 'jack' 'libglvnd')
+makedepends=('gendesk' 'liblo' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tar.gz;)
+sha512sums=('2d6e7c4cdf852e956888437776eb22eea43eb8b6c7c6be3faef1b51b57c80d62c3239e206240acce0ebb5f6212382b1aea5d90b149453bbed4356bc3da2054de')
+
+prepare() {
+  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # remove local freeverb and its components
+  rm -rv common/{freeverb,libsamplerate2,fv3_config.h}
+  # devendor freeverb3 from the common component Makefile
+  sed -e '/freeverb/d' \
+  -e '24,28d' \
+  -i common/Makefile
+  # devendor freeverb from the plugins' Makefile
+  sed -e '/freeverb/d' \
+  -e 's/-lm/-lm $(shell pkg-config --libs freeverb3-3)/' \
+  -e '31iBUILD_CXX_FLAGS := $(shell pkg-config --cflags freeverb3-3) 
$(BUILD_CXX_FLAGS)' \
+  -i plugins/*/Makefile
+  # replacing local references of header includes with system includes
+  sed -e 's|"freeverb/earlyref.hpp"||g' \
+  -e 's|"freeverb/zref2.hpp"||g' \
+  -e 's|"freeverb/progenitor2.hpp"||g' \
+  -i plugins/*/*.hpp
+
+  gendesk -n \
+  --pkgname ${pkgname}-hall \
+  --pkgdesc "A free stereo-to-stereo concert hall reverb effect" \
+  --name DragonflyHallReverb \
+  --exec DragonflyHallReverb \
+  --categories "AudioVideo;Audio"
+  gendesk -n \
+  --pkgname ${pkgname}-room \
+  --pkgdesc  "A free stereo-to-stereo room reverb effect" \
+  --name DragonflyRoomReverb \
+  --exec DragonflyRoomReverb \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export SYSTEM_LIBSAMPLERATE="true"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  for _reverb in "${_reverbs[@]}"; do
+install -vDm 755 "bin/${_reverb}" -t "${pkgdir}/usr/bin"
+install -vDm 755 "bin/${_reverb}-vst.so" -t "${pkgdir}/usr/lib/vst"
+install -vDm 755 "bin/${_reverb}.lv2/"*.so \
+  -t "${pkgdir}/usr/lib/lv2/${_reverb}.lv2/"
+

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-06-25 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 25, 2019 @ 22:37:42
  Author: andrewsc
Revision: 484085

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 484084, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-25 22:37:19 UTC (rev 484084)
+++ PKGBUILD2019-06-25 22:37:42 UTC (rev 484085)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=68.0b12
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('58c6605eff11fd7c39d54c936a0849512ea1be21e8a392c28f75111b7e37991b4d84eecaefbdbf33a9b1b45afe9dd3e592fe6a273f770cc0cb0c9246bc5b36c6'
-
'5ad52647ccb7722030b6e9bc7f0794407f53422e308a369f97578daa2dd13a3be4793c73f3f583a6926ae2e5c28f53a9e15008bcc17026c4569c92a69e15'
-
'15950295773df70304ffce1996dc865407e0b04d420f27ab674e5d8c4a1e39363329657d13942ac5593ca32bd8374c2ac04673e56826194d448003cd83db1187'
-
'e00aeaee9a72b67847d6f6d1ceb63672032d4836dffdaf027a3d35efed3b08c6b0f0ec7e73b02fe46f0ed009b17cab520929bef51f3efa8d8e0be58e9b482469'
-
'52bf6c99dd3cecb576ae6c4637a7beb9d055809889f7aca1c6f63bf5f153779a813f4d3ea61fb8d8f73d240439c94ab26948fcb25c8190c9eaa5f7322b88d62a'
-
'7769a47b078f126465ed87912e83cda014c23be89ff6ba8381ed82a2f8f09db34c0059ab4f8b0662a983ca77608746f851ee5543886e74f62b83a7ec7ea84132'
-
'ef1419bc7d31e60a778f638a00e0d55a88bb8833fb7e078536bdf0ef43cafd5e692bec508b39f543f6777d0f7b4ff2454c09b63e92838ae795fdb1146ff80007'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-06-25 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 25, 2019 @ 22:37:19
  Author: andrewsc
Revision: 484084

upgpkg: firefox-developer-edition-i18n 68.0b13-1

firefox-developer-edition-i18n: Updating to 68.0b13

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 22:27:22 UTC (rev 484083)
+++ PKGBUILD2019-06-25 22:37:19 UTC (rev 484084)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=68.0b12
+pkgver=68.0b13
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('58c6605eff11fd7c39d54c936a0849512ea1be21e8a392c28f75111b7e37991b4d84eecaefbdbf33a9b1b45afe9dd3e592fe6a273f770cc0cb0c9246bc5b36c6'
-
'5ad52647ccb7722030b6e9bc7f0794407f53422e308a369f97578daa2dd13a3be4793c73f3f583a6926ae2e5c28f53a9e15008bcc17026c4569c92a69e15'
-
'15950295773df70304ffce1996dc865407e0b04d420f27ab674e5d8c4a1e39363329657d13942ac5593ca32bd8374c2ac04673e56826194d448003cd83db1187'
-
'e00aeaee9a72b67847d6f6d1ceb63672032d4836dffdaf027a3d35efed3b08c6b0f0ec7e73b02fe46f0ed009b17cab520929bef51f3efa8d8e0be58e9b482469'
-
'52bf6c99dd3cecb576ae6c4637a7beb9d055809889f7aca1c6f63bf5f153779a813f4d3ea61fb8d8f73d240439c94ab26948fcb25c8190c9eaa5f7322b88d62a'
-
'7769a47b078f126465ed87912e83cda014c23be89ff6ba8381ed82a2f8f09db34c0059ab4f8b0662a983ca77608746f851ee5543886e74f62b83a7ec7ea84132'
-
'ef1419bc7d31e60a778f638a00e0d55a88bb8833fb7e078536bdf0ef43cafd5e692bec508b39f543f6777d0f7b4ff2454c09b63e92838ae795fdb1146ff80007'
-
'd2fb0391cc2e6e36d9bc963d8d90b4754755190c597e6299fe5ee486b8bf39f348cb6acd1f7c983b9e8198f31b793c8758d1f6eae53bc61ce14f15e8f3fd334f'
-
'a8b8deafc6ef26c0ca7ebb24af414b0c367d2047a64965662bf71d3e85dc7095b7f1bef60a84e66690d0b92c2f2f89e0f8295ba28218cf3fd4382f582f3f4e55'
-
'aa84a4a701f3777ce66aa8a8efe43144c4a1fc40ccc9943c6575d917bd0c3704de7e853b75ad2270e95c3398d2849cb1c7f77e8ed9c1c3e630dfe9dcbf4cb251'
-
'7b36e7b5ba4625c2229d6f5dabf042d240375a070f783b1a57847789588c9e8bd45d5607bca045855ed4b45a63c1641e125530064a32ec99c81ad69681daca9a'
-
'9a72f1b6085c16b14236ccc2599dd29b142ca986caf0f68a54dd10486279f5cdda60f98ad8a06ddbe894f1f6afe2568b483b58236df96ec1ad00bdc6663335f0'
-
'1494686f774a60f4d64f0c1d0e198b4473cad51846f84421bcb8c677d6144639f32bd6a87b43e776c58242c668ab9777fb3bcf440bfec611742695c5ae0ccc2c'
-
'a3c9a33429b7d3fd3e195e851688557f97c85b78b5da7b9b9b5ce7cd5c9786d0345529a909e77758422d9809ccf992ca7258fa2511399d12b39d3c9439cf6873'
-
'ea0bae0d01b939884d1c93db8c977431fafdd619b5eb0024371acb73d3c99fd24e0be864099fd82042a068e844dad052a614591f16a060f071e40475f604a07c'
-
'5d0e71c7e3c3e567a2360bb52d0f5353f8b50b6ff4467ac5b4904c4e41acb90815f5d6edb8dceb232421dc9d6479cad9aa0c8fe76e72b2163f66f094b3f4a3ee'
-
'4e4216297b7b333e0e58639f1281cc12714d073e430147add042af46133d35a30eb80e804b08af092840c45b3bf706456b06e055b276c3b86c61e0c10c959751'
-
'8605e7d7974ff300a6a761fd82ea4abcb2859c5c638b5ea3e141aa7f887d37e03765326699d5b4674d8cd0e3666d5f69410f689d20ad726a0e4c0a5056415c9e'
-
'2634c6e3198f283f239657d66ddbc7e1197ce000303c4e6e18c6073c25996c2365bd7ec79ee2e78b61d4f69c6e8aa5cd7e3f670b7db871d1f3112544824e5f2b'
-
'85e6b81ed9e2ebf704bdf2a7cd53e21face9f4d68133d422de58ee9d6aa34175f0e7cb39e8101d6bd83039ff755642927670062d95a8517d86e62779bebfcb4e'
-
'60cf64992651367d26d6990a7630edfcf053f48e8f38ea6da88e977a536eea723d77555da74558ee627bdb96b48a87f064aa901cb6cd550682f17ca7a6f2a754'
-
'8f6cad0197e31770913ff34e7839e59f2d9ea25449759dfa21417854e8cb13532b752507f6920bd1818e5aaa9da7841341918e2677ec95eca28fdf1f3862aa9e'
-
'0fff0d29364c314775002bb34f13ffd2745d4fb97f17d59636778a9057d1e823b24d1094ba1cebc72cb66bbfdae9893b27008197b884c8f340891734fc740c4d'
-
'ce83c67f413d22277823f530a389bd38e358e35ea1b162b223918e0f25d6b548aea0455dcf00337d9308bfb8290c2e22541cc3a63bac8b7f903e57b2441a1d10'
-
'e6bb35940674486002fc56b9e23fd9a6032b5ef5f6ffb0b11b7f28a6c25c2b572a21ee096a0f8b6ea97ae959494c07d6b8abee132f3d1d5bfcc3312a42ba19d2'
-
'32310afc9f8c01046a157673bc4d0dc3218f27b8bb80d8a2844382f55d6ad6efcb353df1fdb0364d84b6d1c9f2a70e37b73a29d177aa14c320d1b1a661fd24dd'
-
'382474f15d9e6ccd569f16a160563f9fa381424a1aacfbbeabf4f0e3c8e118a1bb2d2dfae2a46f101dbaf23d38cc74168970ce9203d15c35f6b6fff2cd43be02'
-
'db62d1d94e75f3955395851395dc21405714c6f22334659924e8b28d9e7f7a33e4755dbb05cc4195e38489480e941acd6186708df0e37cdbbef8115fc9e5e6ad'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2019-06-25 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 25, 2019 @ 22:27:22
  Author: andrewsc
Revision: 484083

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 484082, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 484082, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 484082, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 484082, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  354 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 594 insertions(+), 594 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-25 22:26:51 UTC (rev 484082)
+++ PKGBUILD2019-06-25 22:27:22 UTC (rev 484083)
@@ -1,177 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=68.0b12
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export MOZ_PGO=1
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_APP_REMOTINGNAME=${pkgname//-/}
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options 
--with-google-location-service-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2019-06-25 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 25, 2019 @ 22:26:51
  Author: andrewsc
Revision: 484082

upgpkg: firefox-developer-edition 68.0b13-1

firefox-developer-edition: Updating to 68.0b13

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 22:12:22 UTC (rev 484081)
+++ PKGBUILD2019-06-25 22:26:51 UTC (rev 484082)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=68.0b12
+pkgver=68.0b13
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-06-25 Thread David Runge via arch-commits
Date: Tuesday, June 25, 2019 @ 22:12:22
  Author: dvzrv
Revision: 484081

archrelease: copy trunk to community-x86_64

Added:
  freeverb3/repos/community-x86_64/
  freeverb3/repos/community-x86_64/PKGBUILD
(from rev 484080, freeverb3/trunk/PKGBUILD)

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

Copied: freeverb3/repos/community-x86_64/PKGBUILD (from rev 484080, 
freeverb3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-06-25 22:12:22 UTC (rev 484081)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+pkgname=freeverb3
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="A signal processing library"
+arch=('x86_64')
+url="http://www.nongnu.org/freeverb3;
+license=('GPL2')
+depends=('fftw')
+makedepends=('audacious' 'chrpath' 'gtk3' 'jack' )
+optdepends=('jack: for standalone applications'
+'audacious: for audacious plugin'
+'gtk3: for audacious plugin')
+provides=('libfreeverb3.so')
+source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('7cab3b2389c8d0a60d0c5f809b214677221204727a74a2b8622455b579aa8fcbd6952da3a343d0ff4bd06a386bbaed0371ddac99bb8ee85862b62435eaeba21b'
+'SKIP')
+validpgpkeys=('B8D53D449927D201E96A6EB28B9A2924D2EB674E') # Teru Kamogashira 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fix issue with pkg-config file pointing to wrong include directory
+  sed -e 's/libfreeverb3-2/libfreeverb3-3/' \
+  -i freeverb3-3.pc.in
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-jack \
+  --enable-audacious
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # remove dangling RPATHs
+  chrpath -d "${pkgdir}/usr/bin/fv3"*
+  install -vDm 644 {AUTHORS,ChangeLog*,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-06-25 Thread David Runge via arch-commits
Date: Tuesday, June 25, 2019 @ 22:07:44
  Author: dvzrv
Revision: 484080

Adding freeverb3 from the AUR (as dependency for dragonfly-reverb).

Added:
  freeverb3/
  freeverb3/repos/
  freeverb3/trunk/
  freeverb3/trunk/PKGBUILD

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

Added: freeverb3/trunk/PKGBUILD
===
--- freeverb3/trunk/PKGBUILD(rev 0)
+++ freeverb3/trunk/PKGBUILD2019-06-25 22:07:44 UTC (rev 484080)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+pkgname=freeverb3
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="A signal processing library"
+arch=('x86_64')
+url="http://www.nongnu.org/freeverb3;
+license=('GPL2')
+depends=('fftw')
+makedepends=('audacious' 'chrpath' 'gtk3' 'jack' )
+optdepends=('jack: for standalone applications'
+'audacious: for audacious plugin'
+'gtk3: for audacious plugin')
+provides=('libfreeverb3.so')
+source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('7cab3b2389c8d0a60d0c5f809b214677221204727a74a2b8622455b579aa8fcbd6952da3a343d0ff4bd06a386bbaed0371ddac99bb8ee85862b62435eaeba21b'
+'SKIP')
+validpgpkeys=('B8D53D449927D201E96A6EB28B9A2924D2EB674E') # Teru Kamogashira 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fix issue with pkg-config file pointing to wrong include directory
+  sed -e 's/libfreeverb3-2/libfreeverb3-3/' \
+  -i freeverb3-3.pc.in
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-jack \
+  --enable-audacious
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # remove dangling RPATHs
+  chrpath -d "${pkgdir}/usr/bin/fv3"*
+  install -vDm 644 {AUTHORS,ChangeLog*,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-06-25 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 25, 2019 @ 20:58:09
  Author: jelle
Revision: 484079

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-25 20:58:00 UTC (rev 484078)
+++ PKGBUILD2019-06-25 20:58:09 UTC (rev 484079)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pkgbase=parso
-pkgbase=python-parso
-pkgname=('python-parso' 'python2-parso')
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
-arch=('any')
-url="https://github.com/davidhalter/parso;
-license=('MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
-md5sums=('721c1d9bd98e9d58869f14d595382b72')
-
-check() {
-  cd "$_pkgbase-$pkgver"
-  pytest test
-}
-
-package_python-parso() {
-  depends=('python')
-  cd "$_pkgbase-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-parso() {
-  depends=('python2')
-  cd "$_pkgbase-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-parso/repos/community-any/PKGBUILD (from rev 484078, 
python-parso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-25 20:58:09 UTC (rev 484079)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_pkgbase=parso
+pkgbase=python-parso
+pkgname=('python-parso' 'python2-parso')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
+arch=('any')
+url="https://github.com/davidhalter/parso;
+license=('MIT')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
+md5sums=('bd5849a42b7cbe9d1ebcfb279e60dc52')
+
+check() {
+  cd "$_pkgbase-$pkgver"
+  pytest test
+}
+
+package_python-parso() {
+  depends=('python')
+  cd "$_pkgbase-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-parso() {
+  depends=('python2')
+  cd "$_pkgbase-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in libgdata/repos/extra-x86_64 (9.patch PKGBUILD PKGBUILD)

2019-06-25 Thread Jan Steffens via arch-commits
Date: Tuesday, June 25, 2019 @ 20:58:22
  Author: heftig
Revision: 356924

archrelease: copy trunk to extra-x86_64

Added:
  libgdata/repos/extra-x86_64/9.patch
(from rev 356923, libgdata/trunk/9.patch)
  libgdata/repos/extra-x86_64/PKGBUILD
(from rev 356923, libgdata/trunk/PKGBUILD)
Deleted:
  libgdata/repos/extra-x86_64/PKGBUILD

--+
 9.patch  |  162 +
 PKGBUILD |   86 
 2 files changed, 206 insertions(+), 42 deletions(-)

Copied: libgdata/repos/extra-x86_64/9.patch (from rev 356923, 
libgdata/trunk/9.patch)
===
--- 9.patch (rev 0)
+++ 9.patch 2019-06-25 20:58:22 UTC (rev 356924)
@@ -0,0 +1,162 @@
+From 24aae504e2833e46f3808f38cea60c5e3178e175 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:39 +0200
+Subject: [PATCH 1/4] meson: Fix library version
+
+Setting soversion means the soname ends in '22.4.0' instead of the
+expected '22'. So we want the *soversion* to be '22' and the *version*
+to be '22.4.0'.
+
+We only need to set the version as meson can derive the soversion from
+it.
+---
+ gdata/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gdata/meson.build b/gdata/meson.build
+index 87cb702a..d221800c 100644
+--- a/gdata/meson.build
 b/gdata/meson.build
+@@ -142,7 +142,7 @@ libgdata_lib = shared_library(
+   link_args: ldflags,
+   link_depends: symbol_map,
+   install: true,
+-  soversion: gdata_soversion,
++  version: gdata_soversion,
+   gnu_symbol_visibility: 'default',
+ )
+ 
+-- 
+2.21.0
+
+
+From af4195cda796dba6a9285e733c3e356cf6f7a21e Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:40 +0200
+Subject: [PATCH 2/4] meson: Fix gettext build
+
+Set the proper package name for both the code and the MO files.
+---
+ meson.build| 2 +-
+ po/meson.build | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 7d2f5254..a11c117b 100644
+--- a/meson.build
 b/meson.build
+@@ -52,7 +52,7 @@ config_h.set_quoted('VERSION', gdata_version)
+ # Globally define _GNU_SOURCE and therefore enable the GNU extensions
+ config_h.set('_GNU_SOURCE', true)
+ 
+-config_h.set_quoted('GETTEXT_PACKAGE', 'intltest')
++config_h.set_quoted('GETTEXT_PACKAGE', 'gdata')
+ 
+ gnome = import('gnome')
+ pkgconfig = import('pkgconfig')
+diff --git a/po/meson.build b/po/meson.build
+index c5849b6d..082eb58f 100644
+--- a/po/meson.build
 b/po/meson.build
+@@ -1 +1 @@
+-i18n.gettext('libgdata', preset: 'glib')
++i18n.gettext('gdata', preset: 'glib')
+-- 
+2.21.0
+
+
+From be94375e0d164dcc2486e39e7acbace6df12965c Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:40 +0200
+Subject: [PATCH 3/4] meson: Use set instead of set10
+
+The code uses #ifdef, which tests for definedness, not the define's
+value.
+---
+ meson.build | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index a11c117b..26ac64f8 100644
+--- a/meson.build
 b/meson.build
+@@ -93,7 +93,7 @@ libsoup_dep = dependency('libsoup-2.4', version: '>= 2.42.0')
+ gdata_deps += libsoup_dep
+ # libsoup 2.47.3 is needed for the new SoupServer API; but it contained a bug 
in
+ # soup_server_set_ssl_cert_file() which was only fixed in 2.55.90.
+-config_h.set10('HAVE_LIBSOUP_2_55_90', 
libsoup_dep.version().version_compare('>= 2.55.90'))
++config_h.set('HAVE_LIBSOUP_2_55_90', 
libsoup_dep.version().version_compare('>= 2.55.90'))
+ 
+ # Check for gtk
+ gtk_dep_req_version = '>= 2.91.2'
+@@ -116,7 +116,7 @@ if enable_goa
+   gdata_deps += goa_dep
+   gdata_private_deps += dependency('gcr-base-3')
+ endif
+-config_h.set10('HAVE_GOA', goa_dep.found())
++config_h.set('HAVE_GOA', goa_dep.found())
+ 
+ # Enable always building tests (default: yes) enable_always_build_tests = 
get_option('always_build_tests')
+ # Install test programs (default: no)
+@@ -127,7 +127,7 @@ if always_build_tests
+   libuhttpmock_dep = dependency('libuhttpmock-0.0', version: '>= 0.5.0')
+ 
+   gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', version: '>= 2.14')
+-  config_h.set10('HAVE_GDK_PIXBUF', gdk_pixbuf_dep.found())
++  config_h.set('HAVE_GDK_PIXBUF', gdk_pixbuf_dep.found())
+ endif
+ 
+ check_functions = [
+@@ -143,7 +143,7 @@ check_functions += [
+ ]
+ 
+ foreach func: check_functions
+-  config_h.set10('HAVE_' + func.to_upper(), cc.has_function(func))
++  config_h.set('HAVE_' + func.to_upper(), cc.has_function(func))
+ endforeach
+ 
+ check_headers = [
+-- 
+2.21.0
+
+
+From f3156178498beb6e64b001ed255b064c32682d39 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:40 +0200
+Subject: [PATCH 4/4] meson: Fix handling of 'gnome' option
+
+HAVE_GNOME needs to be defined. 

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

2019-06-25 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 25, 2019 @ 20:58:00
  Author: jelle
Revision: 484078

upgpkg: python-parso 0.5.0-1

Upstream update

Modified:
  python-parso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 19:20:10 UTC (rev 484077)
+++ PKGBUILD2019-06-25 20:58:00 UTC (rev 484078)
@@ -3,7 +3,7 @@
 _pkgbase=parso
 pkgbase=python-parso
 pkgname=('python-parso' 'python2-parso')
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
-md5sums=('721c1d9bd98e9d58869f14d595382b72')
+md5sums=('bd5849a42b7cbe9d1ebcfb279e60dc52')
 
 check() {
   cd "$_pkgbase-$pkgver"


[arch-commits] Commit in libgdata/trunk (9.patch PKGBUILD)

2019-06-25 Thread Jan Steffens via arch-commits
Date: Tuesday, June 25, 2019 @ 20:57:54
  Author: heftig
Revision: 356923

0.17.10-1

Added:
  libgdata/trunk/9.patch
Modified:
  libgdata/trunk/PKGBUILD

--+
 9.patch  |  162 +
 PKGBUILD |   36 +++--
 2 files changed, 181 insertions(+), 17 deletions(-)

Added: 9.patch
===
--- 9.patch (rev 0)
+++ 9.patch 2019-06-25 20:57:54 UTC (rev 356923)
@@ -0,0 +1,162 @@
+From 24aae504e2833e46f3808f38cea60c5e3178e175 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:39 +0200
+Subject: [PATCH 1/4] meson: Fix library version
+
+Setting soversion means the soname ends in '22.4.0' instead of the
+expected '22'. So we want the *soversion* to be '22' and the *version*
+to be '22.4.0'.
+
+We only need to set the version as meson can derive the soversion from
+it.
+---
+ gdata/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gdata/meson.build b/gdata/meson.build
+index 87cb702a..d221800c 100644
+--- a/gdata/meson.build
 b/gdata/meson.build
+@@ -142,7 +142,7 @@ libgdata_lib = shared_library(
+   link_args: ldflags,
+   link_depends: symbol_map,
+   install: true,
+-  soversion: gdata_soversion,
++  version: gdata_soversion,
+   gnu_symbol_visibility: 'default',
+ )
+ 
+-- 
+2.21.0
+
+
+From af4195cda796dba6a9285e733c3e356cf6f7a21e Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:40 +0200
+Subject: [PATCH 2/4] meson: Fix gettext build
+
+Set the proper package name for both the code and the MO files.
+---
+ meson.build| 2 +-
+ po/meson.build | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 7d2f5254..a11c117b 100644
+--- a/meson.build
 b/meson.build
+@@ -52,7 +52,7 @@ config_h.set_quoted('VERSION', gdata_version)
+ # Globally define _GNU_SOURCE and therefore enable the GNU extensions
+ config_h.set('_GNU_SOURCE', true)
+ 
+-config_h.set_quoted('GETTEXT_PACKAGE', 'intltest')
++config_h.set_quoted('GETTEXT_PACKAGE', 'gdata')
+ 
+ gnome = import('gnome')
+ pkgconfig = import('pkgconfig')
+diff --git a/po/meson.build b/po/meson.build
+index c5849b6d..082eb58f 100644
+--- a/po/meson.build
 b/po/meson.build
+@@ -1 +1 @@
+-i18n.gettext('libgdata', preset: 'glib')
++i18n.gettext('gdata', preset: 'glib')
+-- 
+2.21.0
+
+
+From be94375e0d164dcc2486e39e7acbace6df12965c Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:40 +0200
+Subject: [PATCH 3/4] meson: Use set instead of set10
+
+The code uses #ifdef, which tests for definedness, not the define's
+value.
+---
+ meson.build | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index a11c117b..26ac64f8 100644
+--- a/meson.build
 b/meson.build
+@@ -93,7 +93,7 @@ libsoup_dep = dependency('libsoup-2.4', version: '>= 2.42.0')
+ gdata_deps += libsoup_dep
+ # libsoup 2.47.3 is needed for the new SoupServer API; but it contained a bug 
in
+ # soup_server_set_ssl_cert_file() which was only fixed in 2.55.90.
+-config_h.set10('HAVE_LIBSOUP_2_55_90', 
libsoup_dep.version().version_compare('>= 2.55.90'))
++config_h.set('HAVE_LIBSOUP_2_55_90', 
libsoup_dep.version().version_compare('>= 2.55.90'))
+ 
+ # Check for gtk
+ gtk_dep_req_version = '>= 2.91.2'
+@@ -116,7 +116,7 @@ if enable_goa
+   gdata_deps += goa_dep
+   gdata_private_deps += dependency('gcr-base-3')
+ endif
+-config_h.set10('HAVE_GOA', goa_dep.found())
++config_h.set('HAVE_GOA', goa_dep.found())
+ 
+ # Enable always building tests (default: yes) enable_always_build_tests = 
get_option('always_build_tests')
+ # Install test programs (default: no)
+@@ -127,7 +127,7 @@ if always_build_tests
+   libuhttpmock_dep = dependency('libuhttpmock-0.0', version: '>= 0.5.0')
+ 
+   gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', version: '>= 2.14')
+-  config_h.set10('HAVE_GDK_PIXBUF', gdk_pixbuf_dep.found())
++  config_h.set('HAVE_GDK_PIXBUF', gdk_pixbuf_dep.found())
+ endif
+ 
+ check_functions = [
+@@ -143,7 +143,7 @@ check_functions += [
+ ]
+ 
+ foreach func: check_functions
+-  config_h.set10('HAVE_' + func.to_upper(), cc.has_function(func))
++  config_h.set('HAVE_' + func.to_upper(), cc.has_function(func))
+ endforeach
+ 
+ check_headers = [
+-- 
+2.21.0
+
+
+From f3156178498beb6e64b001ed255b064c32682d39 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 25 Jun 2019 22:31:40 +0200
+Subject: [PATCH 4/4] meson: Fix handling of 'gnome' option
+
+HAVE_GNOME needs to be defined. Also move the gcr dep from the 'goa'
+option.
+---
+ meson.build | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 26ac64f8..9edfeca2 100644
+--- a/meson.build
 b/meson.build
+@@ -105,7 +105,12 @@ gtk_dep = 

  1   2   3   >