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

2020-02-15 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 16, 2020 @ 04:04:51
  Author: bisson
Revision: 375669

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 375668, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 04:04:32 UTC (rev 375668)
+++ PKGBUILD2020-02-16 04:04:51 UTC (rev 375669)
@@ -1,48 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.13.4
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('perl: for smime_keys'
-'smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 375668, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 04:04:51 UTC (rev 375669)
@@ -0,0 +1,49 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.13.4
+pkgrel=2
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-debug \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2020-02-15 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 16, 2020 @ 04:04:32
  Author: bisson
Revision: 375668

implement FS#61606

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 03:38:38 UTC (rev 375667)
+++ PKGBUILD2020-02-16 04:04:32 UTC (rev 375668)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.13.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -22,6 +22,7 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+   --enable-debug \
--enable-gpgme \
--enable-pop \
--enable-imap \


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 03:49:23
  Author: svenstaro
Revision: 572072

archrelease: copy trunk to community-testing-x86_64

Added:
  arrayfire/repos/community-testing-x86_64/PKGBUILD
(from rev 572071, arrayfire/trunk/PKGBUILD)
Deleted:
  arrayfire/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 03:49:17 UTC (rev 572071)
+++ PKGBUILD2020-02-16 03:49:23 UTC (rev 572072)
@@ -1,58 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='https://arrayfire.com'
-pkgver=3.7.0
-arch=('x86_64')
-pkgrel=1
-license=('BSD')
-depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'cudnn' 'git' 'ninja' 'boost')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'cudnn: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend')
-options=('!buildflags')
-source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;)
-sha512sums=('64f34f742eced91356a96706d5f4846ead90b2618eeb5da90e6b797d62ab70b71dee9f2b2c0d09c09d5868e9c81ebbe4762947e195a37834481d9730e189d1d7')
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  mkdir -p build
-  cd build
-  cmake .. \
-  -GNinja \
-  -DGOOGLETEST_VERSION=1.9.0 \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DAF_WITH_IMAGEIO=ON \
-  -DAF_BUILD_CPU=ON \
-  -DAF_BUILD_OPENCL=ON \
-  -DAF_WITH_NONFREE=ON \
-  -DAF_BUILD_EXAMPLES=ON \
-  -DAF_BUILD_DOCS=ON \
-  
-DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
 \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCUDA_HOST_COMPILER=/usr/bin/gcc \
-  -DBoost_NO_BOOST_CMAKE=ON
-
-  ninja
-}
-
-# check() {
-#   cd "${srcdir}/arrayfire-full-${pkgver}/build"
-#
-#   # Some tests fail :(
-#   make test
-# }
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  DESTDIR="${pkgdir}/" ninja install
-}

Copied: arrayfire/repos/community-testing-x86_64/PKGBUILD (from rev 572071, 
arrayfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 03:49:23 UTC (rev 572072)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='https://arrayfire.com'
+pkgver=3.7.0
+arch=('x86_64')
+pkgrel=2
+license=('BSD')
+depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 
'intel-mkl')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'cudnn' 'git' 'ninja' 'boost')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'cudnn: Required for using CUDA backend'
+'opencl-driver: Required for using OpenCL backend')
+options=('!buildflags')
+source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;)
+sha512sums=('64f34f742eced91356a96706d5f4846ead90b2618eeb5da90e6b797d62ab70b71dee9f2b2c0d09c09d5868e9c81ebbe4762947e195a37834481d9730e189d1d7')
+
+prepare() {
+  mkdir "${srcdir}/arrayfire-full-${pkgver}"/build
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"/build
+
+  export MKLROOT=/usr/include/mkl
+  cmake .. \
+  -GNinja \
+  -DMKL_THREAD_LAYER="GNU OpenMP" \
+  -DUSE_CPU_MKL=ON \
+  -DGOOGLETEST_VERSION=1.9.0 \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DAF_WITH_IMAGEIO=ON \
+  -DAF_BUILD_CPU=ON \
+  -DAF_BUILD_OPENCL=ON \
+  -DAF_WITH_NONFREE=ON \
+  -DAF_BUILD_EXAMPLES=ON \
+  -DAF_BUILD_DOCS=ON \
+  
-DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
 \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCUDA_HOST_COMPILER=/usr/bin/gcc \
+  -DBoost_NO_BOOST_CMAKE=ON
+
+  ninja
+}
+
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/build"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  DESTDIR="${pkgdir}/" ninja install
+}


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 03:49:17
  Author: svenstaro
Revision: 572071

upgpkg: arrayfire 3.7.0-2: Enable intel-mkl support

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 03:42:49 UTC (rev 572070)
+++ PKGBUILD2020-02-16 03:49:17 UTC (rev 572071)
@@ -1,28 +1,33 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 url='https://arrayfire.com'
 pkgver=3.7.0
 arch=('x86_64')
-pkgrel=1
+pkgrel=2
 license=('BSD')
-depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
+depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 
'intel-mkl')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'cudnn' 'git' 'ninja' 'boost')
 optdepends=('cuda: Required for using CUDA backend'
 'nvidia-utils: Required for using CUDA backend'
 'cudnn: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend')
+'opencl-driver: Required for using OpenCL backend')
 options=('!buildflags')
 
source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;)
 
sha512sums=('64f34f742eced91356a96706d5f4846ead90b2618eeb5da90e6b797d62ab70b71dee9f2b2c0d09c09d5868e9c81ebbe4762947e195a37834481d9730e189d1d7')
 
+prepare() {
+  mkdir "${srcdir}/arrayfire-full-${pkgver}"/build
+}
+
 build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
+  cd "${srcdir}/arrayfire-full-${pkgver}"/build
 
-  mkdir -p build
-  cd build
+  export MKLROOT=/usr/include/mkl
   cmake .. \
   -GNinja \
+  -DMKL_THREAD_LAYER="GNU OpenMP" \
+  -DUSE_CPU_MKL=ON \
   -DGOOGLETEST_VERSION=1.9.0 \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
@@ -40,13 +45,12 @@
   ninja
 }
 
-# check() {
-#   cd "${srcdir}/arrayfire-full-${pkgver}/build"
-#
-#   # Some tests fail :(
-#   make test
-# }
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/build"
 
+  make test
+}
+
 package() {
   cd "${srcdir}/arrayfire-full-${pkgver}"
 


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

2020-02-15 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 16, 2020 @ 03:38:38
  Author: bisson
Revision: 375667

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 375666, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 03:37:44 UTC (rev 375666)
+++ PKGBUILD2020-02-16 03:38:38 UTC (rev 375667)
@@ -1,47 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.13.3
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 375666, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 03:38:38 UTC (rev 375667)
@@ -0,0 +1,48 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.13.4
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2020-02-15 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 16, 2020 @ 03:37:44
  Author: bisson
Revision: 375666

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 03:28:00 UTC (rev 375665)
+++ PKGBUILD2020-02-16 03:37:44 UTC (rev 375666)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.3
+pkgver=1.13.4
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378'
+sha256sums=('b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04'
 'SKIP')
 
 build() {


[arch-commits] Commit in gtk-layer-shell (3 files)

2020-02-15 Thread Brett Cornwall via arch-commits
Date: Sunday, February 16, 2020 @ 03:36:41
  Author: ainola
Revision: 572069

archrelease: copy trunk to community-staging-x86_64

Added:
  gtk-layer-shell/repos/
  gtk-layer-shell/repos/community-staging-x86_64/
  gtk-layer-shell/repos/community-staging-x86_64/PKGBUILD
(from rev 572068, gtk-layer-shell/trunk/PKGBUILD)

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

Copied: gtk-layer-shell/repos/community-staging-x86_64/PKGBUILD (from rev 
572068, gtk-layer-shell/trunk/PKGBUILD)
===
--- repos/community-staging-x86_64/PKGBUILD (rev 0)
+++ repos/community-staging-x86_64/PKGBUILD 2020-02-16 03:36:41 UTC (rev 
572069)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Adrian Perez de Castro 
+
+pkgdesc='Library to create Wayland desktop components using the Layer Shell 
protocol'
+pkgname=gtk-layer-shell
+pkgver=0.1.0
+pkgrel=2
+arch=(x86_64)
+license=(MIT)
+url="https://github.com/wmww/gtk-layer-shell;
+depends=(
+"gtk3"
+"wayland"
+)
+makedepends=(
+"gtk-doc"
+"gobject-introspection"
+"meson"
+"ninja"
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz;)
+sha512sums=('813ae86939d4bb300e78197a09fe7e4ccda9e2e6c008b72fa45d0a5be311ade1762af31835d3e7fea00f49a438f7ad37d3e57c84e0a2ebbbf58e807048c072da')
+
+build() {
+cd "$pkgname-$pkgver"
+meson --prefix=/usr \
+--wrap-mode=nofallback \
+--buildtype=plain \
+-Ddocs=true \
+build
+ninja -C build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in (4 files)

2020-02-15 Thread Brett Cornwall via arch-commits
Date: Sunday, February 16, 2020 @ 03:36:15
  Author: ainola
Revision: 572068

Import gtk-layer-shell from AUR (waybar dep)

gtk-layer-shell is used to display popups in wlroots-based compositors. While
it may not be a popular AUR package it's a building block for more popular
programs like Waybar

Added:
  gtk-layer-shell/
  gtk-layer-shell/repo/
  gtk-layer-shell/trunk/
  gtk-layer-shell/trunk/PKGBUILD

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

Added: gtk-layer-shell/trunk/PKGBUILD
===
--- gtk-layer-shell/trunk/PKGBUILD  (rev 0)
+++ gtk-layer-shell/trunk/PKGBUILD  2020-02-16 03:36:15 UTC (rev 572068)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Adrian Perez de Castro 
+
+pkgdesc='Library to create Wayland desktop components using the Layer Shell 
protocol'
+pkgname=gtk-layer-shell
+pkgver=0.1.0
+pkgrel=2
+arch=(x86_64)
+license=(MIT)
+url="https://github.com/wmww/gtk-layer-shell;
+depends=(
+"gtk3"
+"wayland"
+)
+makedepends=(
+"gtk-doc"
+"gobject-introspection"
+"meson"
+"ninja"
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz;)
+sha512sums=('813ae86939d4bb300e78197a09fe7e4ccda9e2e6c008b72fa45d0a5be311ade1762af31835d3e7fea00f49a438f7ad37d3e57c84e0a2ebbbf58e807048c072da')
+
+build() {
+cd "$pkgname-$pkgver"
+meson --prefix=/usr \
+--wrap-mode=nofallback \
+--buildtype=plain \
+-Ddocs=true \
+build
+ninja -C build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in openssh/repos (17 files)

2020-02-15 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 16, 2020 @ 03:28:00
  Author: bisson
Revision: 375665

db-move: moved openssh from [testing] to [core] (x86_64)

Added:
  openssh/repos/core-x86_64/PKGBUILD
(from rev 375664, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/PKGBUILD.snap
(from rev 375664, openssh/repos/testing-x86_64/PKGBUILD.snap)
  openssh/repos/core-x86_64/glibc-2.31.patch
(from rev 375664, openssh/repos/testing-x86_64/glibc-2.31.patch)
  openssh/repos/core-x86_64/install
(from rev 375664, openssh/repos/testing-x86_64/install)
  openssh/repos/core-x86_64/sshd.conf
(from rev 375664, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 375664, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 375664, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 375664, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/PKGBUILD.snap
  openssh/repos/core-x86_64/glibc-2.31.patch
  openssh/repos/core-x86_64/install
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  102 
 /PKGBUILD.snap  |  105 ++
 /glibc-2.31.patch   |  100 
 /install|   20 +++
 /sshd.conf  |1 
 /sshd.pam   |6 ++
 /sshd.service   |   14 +
 /sshdgenkeys.service|   15 +
 core-x86_64/PKGBUILD|   97 ---
 core-x86_64/PKGBUILD.snap   |   93 -
 core-x86_64/glibc-2.31.patch|  100 
 core-x86_64/install |   20 ---
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 --
 core-x86_64/sshd.service|   14 -
 core-x86_64/sshdgenkeys.service |   15 -
 16 files changed, 363 insertions(+), 346 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-02-16 01:10:12 UTC (rev 375664)
+++ core-x86_64/PKGBUILD2020-02-16 03:28:00 UTC (rev 375665)
@@ -1,97 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=8.1p1
-pkgrel=4
-pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
-url='https://www.openssh.com/portable.html'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd.service'
-'sshd.conf'
-'sshd.pam'
-'glibc-2.31.patch')
-sha256sums=('02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff'
-'SKIP'
-'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
-'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
-'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
-'25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i "${srcdir}/glibc-2.31.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --disable-strip \
-   --with-ldns \
-   --with-libedit \
-   --with-ssl-engine \
-   --with-pam \
-   --with-privsep-user=nobody \
-   --with-kerberos5=/usr \
-   --with-xauth=/usr/bin/xauth \
-   --with-md5-passwords \
-   --with-pid-dir=/run \
-   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Tests require openssh to be already installed system-wide,
-   # also connectivity tests will fail under makechrootpkg since
-# it runs as nobody which has 

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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:10:12
  Author: heftig
Revision: 375664

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 375661, meld/trunk/PKGBUILD)
Deleted:
  meld/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 01:10:11 UTC (rev 375663)
+++ PKGBUILD2020-02-16 01:10:12 UTC (rev 375664)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=meld
-pkgver=3.20.1
-pkgrel=2
-pkgdesc="Compare files, directories and working copies"
-url="https://meldmerge.org/;
-license=(GPL)
-arch=(any)
-depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
-makedepends=(intltool yelp-tools git)
-_commit=9b4f890f96cbbf39dac6bda3ad438128e51f8558  # tags/3.20.1^0
-source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
-sha1sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git cherry-pick -n 9cb590f9804a89d8914d0d7d6c89c336f6d86d86 # Fix build with 
python 3.8
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  # using --skip-build breaks install
-  python setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 375661, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 01:10:12 UTC (rev 375664)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Compare files, directories and working copies"
+url="https://meldmerge.org/;
+license=(GPL)
+arch=(any)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
+makedepends=(intltool yelp-tools git)
+_commit=92560fd8f02a91a0672b7cdd6fba7a1884ae2cc3  # tags/3.20.2^0
+source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
+sha1sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  # using --skip-build breaks install
+  python setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:09:50
  Author: heftig
Revision: 375660

3.20.2-1

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 01:09:35 UTC (rev 375659)
+++ PKGBUILD2020-02-16 01:09:50 UTC (rev 375660)
@@ -4,8 +4,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.20.1
-pkgrel=2
+pkgver=3.20.2
+pkgrel=1
 pkgdesc="Compare files, directories and working copies"
 url="https://meldmerge.org/;
 license=(GPL)
@@ -12,7 +12,7 @@
 arch=(any)
 depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
 makedepends=(intltool yelp-tools git)
-_commit=9b4f890f96cbbf39dac6bda3ad438128e51f8558  # tags/3.20.1^0
+_commit=92560fd8f02a91a0672b7cdd6fba7a1884ae2cc3  # tags/3.20.2^0
 source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
 sha1sums=('SKIP')
 
@@ -23,8 +23,6 @@
 
 prepare() {
   cd $pkgname
-
-  git cherry-pick -n 9cb590f9804a89d8914d0d7d6c89c336f6d86d86 # Fix build with 
python 3.8
 }
 
 build() {


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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:10:11
  Author: heftig
Revision: 375663

archrelease: copy trunk to extra-x86_64

Added:
  gnome-music/repos/extra-x86_64/PKGBUILD
(from rev 375661, gnome-music/trunk/PKGBUILD)
Deleted:
  gnome-music/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 01:10:11 UTC (rev 375662)
+++ PKGBUILD2020-02-16 01:10:11 UTC (rev 375663)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.34.3
-pkgrel=1
-epoch=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music;
-arch=(x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs
- python-gobject python-cairo gst-plugins-base python-requests 
libdazzle)
-makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-groups=(gnome)
-_commit=22cdcb8d034e578b912f92bf99e0bce7f2d41dcb  # tags/3.34.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;
-"git+https://gitlab.gnome.org/mschraal/gfm.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git config --local submodule.subprojects/gfm.url "$srcdir/gfm"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Screenshots too large?
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 375661, 
gnome-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 01:10:11 UTC (rev 375663)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.34.4
+pkgrel=1
+epoch=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music;
+arch=(x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs
+ python-gobject python-cairo gst-plugins-base python-requests 
libdazzle)
+makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=(gnome)
+_commit=e73db52b3cc84d9f1135841b06218abbde62fc3f  # tags/3.34.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;
+"git+https://gitlab.gnome.org/mschraal/gfm.git;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule set-url subprojects/gfm "$srcdir/gfm"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # Screenshots too large?
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:10:08
  Author: heftig
Revision: 375661

archrelease: copy trunk to extra-x86_64

Added:
  gmime3/repos/extra-x86_64/PKGBUILD
(from rev 375660, gmime3/trunk/PKGBUILD)
Deleted:
  gmime3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 01:09:50 UTC (rev 375660)
+++ PKGBUILD2020-02-16 01:10:08 UTC (rev 375661)
@@ -1,42 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime3
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
-arch=(x86_64)
-license=(GPL)
-url="https://github.com/jstedfast/gmime;
-depends=(glib2 gpgme zlib libidn2)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1  # master
-source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gmime
-  git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1  # Fixup missing 
tag
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gmime
-  ./configure --prefix=/usr \
---program-prefix=$pkgname \
---enable-gtk-doc \
---enable-smime \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gmime
-  make DESTDIR="$pkgdir" install
-}

Copied: gmime3/repos/extra-x86_64/PKGBUILD (from rev 375660, 
gmime3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 01:10:08 UTC (rev 375661)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime3
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
+arch=(x86_64)
+license=(GPL)
+url="https://github.com/jstedfast/gmime;
+depends=(glib2 gpgme zlib libidn2)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+provides=(libgmime-3.0.so)
+_commit=6546ed5e2935e5f99e99e0311ea6cec6d6101aaf  # tags/3.2.6^0
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gmime
+  ./configure --prefix=/usr \
+--program-prefix=$pkgname \
+--enable-gtk-doc \
+--enable-smime \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gmime
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:10:11
  Author: heftig
Revision: 375662

archrelease: copy trunk to extra-x86_64

Added:
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 375661, file-roller/trunk/PKGBUILD)
Deleted:
  file-roller/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 01:10:08 UTC (rev 375661)
+++ PKGBUILD2020-02-16 01:10:11 UTC (rev 375662)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.32.3
-pkgrel=1
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
-'unrar: better RAR archive support'
-'unace: ACE archive support'
-'lrzip: lrzip archive support')
-groups=(gnome)
-_commit=dddc71699f79b894f7ef689aa3c972261dd62580  # tags/3.32.3^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 375661, 
file-roller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 01:10:11 UTC (rev 375662)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.32.4
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support')
+groups=(gnome)
+_commit=ac84b4a92145f65e507f07126a832edf78abfd5b  # tags/3.32.4^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:09:35
  Author: heftig
Revision: 375659

3.34.4-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 01:09:11 UTC (rev 375658)
+++ PKGBUILD2020-02-16 01:09:35 UTC (rev 375659)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=3.34.3
+pkgver=3.34.4
 pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
@@ -17,7 +17,7 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
 groups=(gnome)
-_commit=22cdcb8d034e578b912f92bf99e0bce7f2d41dcb  # tags/3.34.3^0
+_commit=e73db52b3cc84d9f1135841b06218abbde62fc3f  # tags/3.34.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;
 "git+https://gitlab.gnome.org/mschraal/gfm.git;)
@@ -34,8 +34,8 @@
   cd $pkgname
 
   git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git config --local submodule.subprojects/gfm.url "$srcdir/gfm"
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule set-url subprojects/gfm "$srcdir/gfm"
   git submodule update
 }
 


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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:09:11
  Author: heftig
Revision: 375658

3.2.6-1

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 01:08:02 UTC (rev 375657)
+++ PKGBUILD2020-02-16 01:09:11 UTC (rev 375658)
@@ -2,7 +2,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -10,7 +10,8 @@
 url="https://github.com/jstedfast/gmime;
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1  # master
+provides=(libgmime-3.0.so)
+_commit=6546ed5e2935e5f99e99e0311ea6cec6d6101aaf  # tags/3.2.6^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,7 +22,6 @@
 
 prepare() {
   cd gmime
-  git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1  # Fixup missing 
tag
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:08:02
  Author: heftig
Revision: 375657

3.32.4-1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 20:19:31 UTC (rev 375656)
+++ PKGBUILD2020-02-16 01:08:02 UTC (rev 375657)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=file-roller
-pkgver=3.32.3
+pkgver=3.32.4
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller;
@@ -15,7 +15,7 @@
 'unace: ACE archive support'
 'lrzip: lrzip archive support')
 groups=(gnome)
-_commit=dddc71699f79b894f7ef689aa3c972261dd62580  # tags/3.32.3^0
+_commit=ac84b4a92145f65e507f07126a832edf78abfd5b  # tags/3.32.4^0
 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:41:03
  Author: svenstaro
Revision: 572065

archrelease: copy trunk to community-testing-x86_64

Added:
  intel-dnnl/repos/community-testing-x86_64/
  intel-dnnl/repos/community-testing-x86_64/PKGBUILD
(from rev 572064, intel-dnnl/trunk/PKGBUILD)

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

Copied: intel-dnnl/repos/community-testing-x86_64/PKGBUILD (from rev 572064, 
intel-dnnl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-02-16 00:41:03 UTC (rev 572065)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=intel-dnnl
+_pkgname=mkl-dnn
+pkgver=1.2
+pkgrel=1
+pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
+arch=(x86_64)
+provides=(mkl-dnn)
+url=https://github.com/intel/mkl-dnn
+license=('APACHE')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$_pkgname-$pkgver/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+  make doc
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "$_pkgname-$pkgver/build"
+  DESTDIR="$pkgdir" make install
+
+  cd ..
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:36:08
  Author: svenstaro
Revision: 572064

Initial commit of intel-dnnl

Added:
  intel-dnnl/
  intel-dnnl/repos/
  intel-dnnl/trunk/
  intel-dnnl/trunk/PKGBUILD

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

Added: intel-dnnl/trunk/PKGBUILD
===
--- intel-dnnl/trunk/PKGBUILD   (rev 0)
+++ intel-dnnl/trunk/PKGBUILD   2020-02-16 00:36:08 UTC (rev 572064)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=intel-dnnl
+_pkgname=mkl-dnn
+pkgver=1.2
+pkgrel=1
+pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
+arch=(x86_64)
+provides=(mkl-dnn)
+url=https://github.com/intel/mkl-dnn
+license=('APACHE')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$_pkgname-$pkgver/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+  make doc
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "$_pkgname-$pkgver/build"
+  DESTDIR="$pkgdir" make install
+
+  cd ..
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (mkl-dnn)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:32:32
  Author: svenstaro
Revision: 572063

Rename mkl-dnn to intel-dnnl

Deleted:
  mkl-dnn/


[arch-commits] Commit in mkl-dnn/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:30:05
  Author: svenstaro
Revision: 572062

archrelease: copy trunk to community-testing-x86_64

Added:
  mkl-dnn/repos/community-testing-x86_64/PKGBUILD
(from rev 572061, mkl-dnn/trunk/PKGBUILD)
Deleted:
  mkl-dnn/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 00:30:00 UTC (rev 572061)
+++ PKGBUILD2020-02-16 00:30:05 UTC (rev 572062)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Baris Demirdelen 
-# Contributor: Andrew Anderson 
-# Contributor: Jonathon Fernyhough 
-pkgname=intel-dnnl
-_pkgname=mkl-dnn
-pkgver=1.2
-pkgrel=1
-pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
-arch=(x86_64)
-provides=(mkl-dnn)
-url=https://github.com/intel/mkl-dnn
-license=('APACHE')
-makedepends=('cmake' 'doxygen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
-sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  mkdir -p build
-}
-
-build() {
-  cd "$_pkgname-$pkgver/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
-  make
-  make doc
-}
-
-check() {
-  cd "$_pkgname-$pkgver/build"
-  ctest
-}
-
-package() {
-  cd "$_pkgname-$pkgver/build"
-  DESTDIR="$pkgdir" make install
-
-  cd ..
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mkl-dnn/repos/community-testing-x86_64/PKGBUILD (from rev 572061, 
mkl-dnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 00:30:05 UTC (rev 572062)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=intel-dnnl
+_pkgname=mkl-dnn
+pkgver=1.2
+pkgrel=2
+pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
+arch=(x86_64)
+provides=(mkl-dnn)
+url=https://github.com/intel/mkl-dnn
+license=('APACHE')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$_pkgname-$pkgver/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+  make doc
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "$_pkgname-$pkgver/build"
+  DESTDIR="$pkgdir" make install
+
+  cd ..
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:30:00
  Author: svenstaro
Revision: 572061

upgpkg: intel-dnnl 1.2-2: Initial build of mkl-dnn

Modified:
  mkl-dnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 00:20:18 UTC (rev 572060)
+++ PKGBUILD2020-02-16 00:30:00 UTC (rev 572061)
@@ -5,7 +5,7 @@
 pkgname=intel-dnnl
 _pkgname=mkl-dnn
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
 arch=(x86_64)
 provides=(mkl-dnn)


[arch-commits] Commit in mkl-dnn/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:20:18
  Author: svenstaro
Revision: 572060

archrelease: copy trunk to community-testing-x86_64

Added:
  mkl-dnn/repos/community-testing-x86_64/PKGBUILD
(from rev 572059, mkl-dnn/trunk/PKGBUILD)
Deleted:
  mkl-dnn/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 00:19:34 UTC (rev 572059)
+++ PKGBUILD2020-02-16 00:20:18 UTC (rev 572060)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Baris Demirdelen 
-# Contributor: Andrew Anderson 
-# Contributor: Jonathon Fernyhough 
-pkgname=intel-dnnl
-_pkgname=mkl-dnn
-pkgver=1.2
-pkgrel=1
-pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
-arch=(x86_64)
-provides=(mkl-dnn)
-url=https://github.com/intel/mkl-dnn
-license=('APACHE')
-makedepends=('cmake' 'doxygen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
-sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  mkdir -p build
-}
-
-build() {
-  cd "$_pkgname-$pkgver/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
-  make
-  make doc
-}
-
-check() {
-  cd "$_pkgname-$pkgver/build"
-  ctest
-}
-
-package() {
-  cd "$_pkgname-$pkgver/build"
-  DESTDIR="$pkgdir" make install
-
-  cd ..
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mkl-dnn/repos/community-testing-x86_64/PKGBUILD (from rev 572059, 
mkl-dnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 00:20:18 UTC (rev 572060)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=intel-dnnl
+_pkgname=mkl-dnn
+pkgver=1.2
+pkgrel=1
+pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
+arch=(x86_64)
+provides=(mkl-dnn)
+url=https://github.com/intel/mkl-dnn
+license=('APACHE')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$_pkgname-$pkgver/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+  make doc
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "$_pkgname-$pkgver/build"
+  DESTDIR="$pkgdir" make install
+
+  cd ..
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:19:34
  Author: svenstaro
Revision: 572059

archrelease: copy trunk to community-testing-x86_64

Added:
  mkl-dnn/repos/community-testing-x86_64/
  mkl-dnn/repos/community-testing-x86_64/PKGBUILD
(from rev 572058, mkl-dnn/trunk/PKGBUILD)

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

Copied: mkl-dnn/repos/community-testing-x86_64/PKGBUILD (from rev 572058, 
mkl-dnn/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-02-16 00:19:34 UTC (rev 572059)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=intel-dnnl
+_pkgname=mkl-dnn
+pkgver=1.2
+pkgrel=1
+pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
+arch=(x86_64)
+provides=(mkl-dnn)
+url=https://github.com/intel/mkl-dnn
+license=('APACHE')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$_pkgname-$pkgver/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+  make doc
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "$_pkgname-$pkgver/build"
+  DESTDIR="$pkgdir" make install
+
+  cd ..
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:15:30
  Author: svenstaro
Revision: 572058

archrelease: copy trunk to community-x86_64

Added:
  openvdb/repos/community-x86_64/PKGBUILD
(from rev 572057, openvdb/trunk/PKGBUILD)
  openvdb/repos/community-x86_64/boost-1.67.patch
(from rev 572057, openvdb/trunk/boost-1.67.patch)
Deleted:
  openvdb/repos/community-x86_64/PKGBUILD
  openvdb/repos/community-x86_64/boost-1.67.patch

--+
 PKGBUILD |   95 ++---
 boost-1.67.patch |   22 ++--
 2 files changed, 59 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 00:15:23 UTC (rev 572057)
+++ PKGBUILD2020-02-16 00:15:30 UTC (rev 572058)
@@ -1,47 +0,0 @@
-# Maintainer : Sven-Hendrik Haase 
-
-pkgname=openvdb
-pkgver=7.0.0
-pkgrel=2
-pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
-url='https://github.com/dreamworksanimation/openvdb'
-arch=('x86_64')
-license=('MPL')
-depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 
'log4cplus' 'openexr')
-makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy' 'ninja')
-optdepends=('glfw: for tools'
-'glu: for tools'
-'python-numpy: python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
-
-  mkdir build
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"/build
-
-  cmake .. \
--GNinja \
--DUSE_NUMPY=ON \
--DUSE_LOG4CPLUS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOPENVDB_BUILD_PYTHON_MODULE=ON \
--DOPENVDB_BUILD_DOCS=ON \
--DOPENVDB_BUILD_UNITTESTS=OFF
-
-  sed -i "s/isystem/I/g" build.ninja
-  ninja
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-
-  DESTDIR="${pkgdir}" ninja install
-}
-
-# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-x86_64/PKGBUILD (from rev 572057, 
openvdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 00:15:30 UTC (rev 572058)
@@ -0,0 +1,48 @@
+# Maintainer : Sven-Hendrik Haase 
+pkgname=openvdb
+pkgver=7.0.0
+pkgrel=3
+pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('x86_64')
+license=('MPL')
+depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 
'log4cplus' 'openexr')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy' 'ninja')
+optdepends=('glfw: for tools'
+'glu: for tools'
+'python-numpy: python module')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
+
+  mkdir build
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"/build
+
+  cmake .. \
+-GNinja \
+-DUSE_NUMPY=ON \
+-DUSE_LOG4CPLUS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOPENVDB_BUILD_PYTHON_MODULE=ON \
+-DOPENVDB_BUILD_DOCS=ON \
+-DOPENVDB_BUILD_UNITTESTS=OFF
+
+  sed -i "s/isystem/I/g" build.ninja
+  ninja
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  DESTDIR="${pkgdir}" ninja install
+  mkdir -p "${pkgdir}"/usr/share/doc/
+  mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/doc/$pkgname
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: boost-1.67.patch
===
--- boost-1.67.patch2020-02-16 00:15:23 UTC (rev 572057)
+++ boost-1.67.patch2020-02-16 00:15:30 UTC (rev 572058)
@@ -1,11 +0,0 @@
-diff -upr openvdb-5.1.0.orig/openvdb/CMakeLists.txt 
openvdb-5.1.0/openvdb/CMakeLists.txt
 openvdb-5.1.0.orig/openvdb/CMakeLists.txt  2018-06-03 02:59:00.521389220 
+0300
-+++ openvdb-5.1.0/openvdb/CMakeLists.txt   2018-06-03 03:07:55.094264747 
+0300
-@@ -275,6 +275,7 @@ IF (NOT WIN32)
-   TARGET_LINK_LIBRARIES ( vdb_view
- openvdb_shared
- ${Boost_THREAD_LIBRARY}
-+${CMAKE_THREAD_LIBS_INIT}
- ${OPENGL_gl_LIBRARY}
- ${OPENGL_glu_LIBRARY}
- ${COCOA_LIBRARY}

Copied: openvdb/repos/community-x86_64/boost-1.67.patch (from rev 572057, 
openvdb/trunk/boost-1.67.patch)

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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:15:23
  Author: svenstaro
Revision: 572057

upgpkg: openvdb 7.0.0-3: Fix docs location FS#65507

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 00:06:47 UTC (rev 572056)
+++ PKGBUILD2020-02-16 00:15:23 UTC (rev 572057)
@@ -1,8 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
-
 pkgname=openvdb
 pkgver=7.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('x86_64')
@@ -42,6 +41,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}/build"
 
   DESTDIR="${pkgdir}" ninja install
+  mkdir -p "${pkgdir}"/usr/share/doc/
+  mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/doc/$pkgname
 }
 
 # vim:set sw=2 sts=2 et:


[arch-commits] Commit in (5 files)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:06:47
  Author: svenstaro
Revision: 572056

Initial commit of mkl-dnn

Added:
  mkl-dnn/
  mkl-dnn/repos/
  mkl-dnn/trunk/
  mkl-dnn/trunk/PKGBUILD
Deleted:
  mkl-dnn/

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

Added: mkl-dnn/trunk/PKGBUILD
===
--- mkl-dnn/trunk/PKGBUILD  (rev 0)
+++ mkl-dnn/trunk/PKGBUILD  2020-02-16 00:06:47 UTC (rev 572056)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=intel-dnnl
+_pkgname=mkl-dnn
+pkgver=1.2
+pkgrel=1
+pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
+arch=(x86_64)
+provides=(mkl-dnn)
+url=https://github.com/intel/mkl-dnn
+license=('APACHE')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$_pkgname-$pkgver/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+  make doc
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "$_pkgname-$pkgver/build"
+  DESTDIR="$pkgdir" make install
+
+  cd ..
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:06:00
  Author: svenstaro
Revision: 572055

Initial commit of mkl-dnn

Added:
  mkl-dnn/
  mkl-dnn/repos/
  mkl-dnn/trunk/
  mkl-dnn/trunk/PKGBUILD

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

Added: mkl-dnn/trunk/PKGBUILD
===
--- mkl-dnn/trunk/PKGBUILD  (rev 0)
+++ mkl-dnn/trunk/PKGBUILD  2020-02-16 00:06:00 UTC (rev 572055)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=intel-dnnl
+_pkgname=mkl-dnn
+pkgver=1.2
+pkgrel=1
+pkgdesc="Intel Deep Neural Network Library (formerly mkl-dnn)"
+arch=(x86_64)
+provides=(mkl-dnn)
+url=https://github.com/intel/mkl-dnn
+license=('APACHE')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/mkl-dnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('30979a09753e8e35d942446c3778c9f0eba543acf2fb0282af8b9c89355d0ddf')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$_pkgname-$pkgver/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+  make doc
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "$_pkgname-$pkgver/build"
+  DESTDIR="$pkgdir" make install
+
+  cd ..
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:36:52
  Author: felixonmars
Revision: 572054

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-configurator-pg/repos/community-staging-x86_64/
  haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD
(from rev 572053, haskell-configurator-pg/trunk/PKGBUILD)

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

Copied: haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD (from 
rev 572053, haskell-configurator-pg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:36:52 UTC (rev 572054)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=configurator-pg
+pkgname=haskell-configurator-pg
+pkgver=0.1.0.3
+pkgrel=19
+pkgdesc="Reduced parser for configurator-ng config files"
+url="https://github.com/robx/configurator-pg;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-protolude" 
"haskell-scientific")
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('07f79367517c3ebd69cc907710ef8d3cfc687305d44389283df9ffdabe5e0de5790edce8a04f25b2e0f7a6a6a4ab63d113aa01bbbcfe03c93899232a2f4a876b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.13/<5/' $_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 \
+-f-developer
+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-configurator-pg/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:36:38
  Author: felixonmars
Revision: 572053

upgpkg: haskell-configurator-pg 0.1.0.3-19: rebuild with ghc 8.8.2

Modified:
  haskell-configurator-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:35:53 UTC (rev 572052)
+++ PKGBUILD2020-02-15 23:36:38 UTC (rev 572053)
@@ -4,7 +4,7 @@
 _hkgname=configurator-pg
 pkgname=haskell-configurator-pg
 pkgver=0.1.0.3
-pkgrel=18
+pkgrel=19
 pkgdesc="Reduced parser for configurator-ng config files"
 url="https://github.com/robx/configurator-pg;
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:35:53
  Author: felixonmars
Revision: 572052

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 572051, haskell-test-framework-hunit/trunk/PKGBUILD)

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

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 572051, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:35:53 UTC (rev 572052)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=62
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_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 \
+-f-base3 -fbase4
+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-test-framework-hunit/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:35:38
  Author: felixonmars
Revision: 572051

upgpkg: haskell-test-framework-hunit 0.3.0.2-62: rebuild with ghc 8.8.2

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:35:02 UTC (rev 572050)
+++ PKGBUILD2020-02-15 23:35:38 UTC (rev 572051)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=61
+pkgrel=62
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:35:02
  Author: felixonmars
Revision: 572050

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-test-framework/repos/community-staging-x86_64/PKGBUILD (from 
rev 572049, haskell-test-framework/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:35:02 UTC (rev 572050)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework
+pkgname=haskell-test-framework
+pkgver=0.8.2.0
+pkgrel=44
+pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-hostname'
+ 'haskell-old-locale' 'haskell-random' 'haskell-regex-posix' 
'haskell-xml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed5739c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' -e 's/< *0.9/<1/' -e 's/< 
*1.9/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+# --enable-tests \  Doesn't work with new QuickCheck
+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-test-framework/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:34:47
  Author: felixonmars
Revision: 572049

upgpkg: haskell-test-framework 0.8.2.0-44: rebuild with ghc 8.8.2

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:34:03 UTC (rev 572048)
+++ PKGBUILD2020-02-15 23:34:47 UTC (rev 572049)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=43
+pkgrel=44
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:34:03
  Author: felixonmars
Revision: 572048

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-xml/repos/community-staging-x86_64/PKGBUILD (from rev 572047, 
haskell-xml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:34:03 UTC (rev 572048)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml
+pkgname=haskell-xml
+pkgver=1.3.14
+pkgrel=21
+pkgdesc="A simple XML library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2ddaa6c837fe85a06c751a66ae2c185fb7190f51f24649a668032b048b3e1b15982b45c86dfee4131453f0bd1ed704e934090bbede252a2b6de30c5f4ad44137')
+
+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-xml/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:33:50
  Author: felixonmars
Revision: 572047

upgpkg: haskell-xml 1.3.14-21: rebuild with ghc 8.8.2

Modified:
  haskell-xml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:33:13 UTC (rev 572046)
+++ PKGBUILD2020-02-15 23:33:50 UTC (rev 572047)
@@ -4,7 +4,7 @@
 _hkgname=xml
 pkgname=haskell-xml
 pkgver=1.3.14
-pkgrel=20
+pkgrel=21
 pkgdesc="A simple XML library"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:33:00
  Author: felixonmars
Revision: 572045

upgpkg: haskell-dyre 0.8.12-3: rebuild with ghc 8.8.2

Modified:
  haskell-dyre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:32:18 UTC (rev 572044)
+++ PKGBUILD2020-02-15 23:33:00 UTC (rev 572045)
@@ -3,7 +3,7 @@
 _hkgname=dyre
 pkgname=haskell-dyre
 pkgver=0.8.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Dynamic reconfiguration in Haskell"
 url="https://github.com/willdonnelly/dyre;
 license=('BSD')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:33:13
  Author: felixonmars
Revision: 572046

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dyre/repos/community-staging-x86_64/PKGBUILD (from rev 572045, 
haskell-dyre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:33:13 UTC (rev 572046)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dyre
+pkgname=haskell-dyre
+pkgver=0.8.12
+pkgrel=3
+pkgdesc="Dynamic reconfiguration in Haskell"
+url="https://github.com/willdonnelly/dyre;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc-paths' 'haskell-executable-path' 
'haskell-xdg-basedir'
+ 'haskell-io-storage')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('157f1d20dd7a0bbad46044722a4d0e291df09dede715417cf20b18391cb13b52fc25486f99d604d3c279a3f86fc3fc405466099e995190fcbe8aad3cbdb1220e')
+
+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-xdg-basedir/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:32:18
  Author: felixonmars
Revision: 572044

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xdg-basedir/repos/community-staging-x86_64/
  haskell-xdg-basedir/repos/community-staging-x86_64/PKGBUILD
(from rev 572043, haskell-xdg-basedir/trunk/PKGBUILD)

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

Copied: haskell-xdg-basedir/repos/community-staging-x86_64/PKGBUILD (from rev 
572043, haskell-xdg-basedir/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:32:18 UTC (rev 572044)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=xdg-basedir
+pkgname=haskell-xdg-basedir
+pkgver=0.2.2
+pkgrel=3
+pkgdesc="A basic implementation of the XDG Base Directory specification"
+url="https://github.com/willdonnelly/xdg-basedir;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4bd857ef8e0e21caff0e6e80ec9fe6f693e4f44b635e6d53c206905d8b08533d7de26d1bf58d7ef7ca3d818508b2d8d9490f6c301c95b9d37fa87e11d2f0346c')
+
+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-xdg-basedir/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:32:05
  Author: felixonmars
Revision: 572043

upgpkg: haskell-xdg-basedir 0.2.2-3: rebuild with ghc 8.8.2

Modified:
  haskell-xdg-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:31:29 UTC (rev 572042)
+++ PKGBUILD2020-02-15 23:32:05 UTC (rev 572043)
@@ -3,7 +3,7 @@
 _hkgname=xdg-basedir
 pkgname=haskell-xdg-basedir
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A basic implementation of the XDG Base Directory specification"
 url="https://github.com/willdonnelly/xdg-basedir;
 license=('BSD')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:31:13
  Author: felixonmars
Revision: 572041

upgpkg: haskell-x11-xft 0.3.1-66: rebuild with ghc 8.8.2

Modified:
  haskell-x11-xft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:30:56 UTC (rev 572040)
+++ PKGBUILD2020-02-15 23:31:13 UTC (rev 572041)
@@ -3,7 +3,7 @@
 _hkgname=X11-xft
 pkgname=haskell-x11-xft
 pkgver=0.3.1
-pkgrel=65
+pkgrel=66
 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('LGPL')


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

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 15, 2020 @ 23:30:51
  Author: svenstaro
Revision: 572039

upgpkg: tokei 10.1.2-1

Modified:
  tokei/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:30:33 UTC (rev 572038)
+++ PKGBUILD2020-02-15 23:30:51 UTC (rev 572039)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=tokei
-pkgver=10.1.0
+pkgver=10.1.2
 pkgrel=1
 pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
 arch=('x86_64')
@@ -8,8 +8,8 @@
 license=('MIT' 'Apache')
 depends=('gcc-libs')
 makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('f8059ed79854488ed7b5f289bfa77d1337521bea5080833900b9186d33f9c26fba81c28cf65639eeddadcdb5e23b8a61edc840479dc8f56fcef04fc26c8fbc8d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('328cae05d1b1dd966fb4f47df3550c78c15a8f4db7f3aa9ac3e630e8b61488e5e23ebe4d4f2f07a6db629686dd6db7227628acbb2986aa43ee5fe656eeacc9cc')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:30:33
  Author: felixonmars
Revision: 572038

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-x11/repos/community-staging-x86_64/PKGBUILD (from rev 572037, 
haskell-x11/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:30:33 UTC (rev 572038)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: shild 
+# Maintainer: Vesa Kaihlavirta 
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.9.1
+pkgrel=12
+pkgdesc="A Haskell binding to the X11 graphics library."
+arch=(x86_64)
+url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('BSD')
+depends=('ghc-libs' "libx11" "libxinerama" "libxrandr" "libxss" 
"haskell-data-default")
+conflicts=(haskell-x11-extras)
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+sha512sums=('6fc3c8b71681ba45d14c4b709c58760d7bfcb3e6363ef6c79e3d3ecce8f5a30bda877141cea9de73094fc00fa064d23d36f1f8fa61aa65f2d9d75acd1808eaa7')
+
+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 tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 15, 2020 @ 23:30:56
  Author: svenstaro
Revision: 572040

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 572039, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-15 23:30:51 UTC (rev 572039)
+++ PKGBUILD2020-02-15 23:30:56 UTC (rev 572040)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=10.1.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('f8059ed79854488ed7b5f289bfa77d1337521bea5080833900b9186d33f9c26fba81c28cf65639eeddadcdb5e23b8a61edc840479dc8f56fcef04fc26c8fbc8d')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
-cargo build --release --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 572039, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-15 23:30:56 UTC (rev 572040)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=10.1.2
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('328cae05d1b1dd966fb4f47df3550c78c15a8f4db7f3aa9ac3e630e8b61488e5e23ebe4d4f2f07a6db629686dd6db7227628acbb2986aa43ee5fe656eeacc9cc')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
+cargo build --release --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:31:29
  Author: felixonmars
Revision: 572042

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 572041, haskell-x11-xft/trunk/PKGBUILD)

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

Copied: haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
572041, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:31:29 UTC (rev 572042)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=66
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-x11' 'haskell-utf8-string' 'libxft')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+sha512sums=('8f40db25453227ef9ce53b05a0c6af869e3a2efdb1d9b9ad683baf52601f320c85b09f0e514bb6ffeb17516d9b75c6772aa49613bb96272d56f06788118b7cfe')
+
+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-x11/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:30:19
  Author: felixonmars
Revision: 572037

upgpkg: haskell-x11 1.9.1-12: rebuild with ghc 8.8.2

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:29:16 UTC (rev 572036)
+++ PKGBUILD2020-02-15 23:30:19 UTC (rev 572037)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.1
-pkgrel=11
+pkgrel=12
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:29:03
  Author: felixonmars
Revision: 572035

upgpkg: haskell-word8 0.1.3-13: rebuild with ghc 8.8.2

Modified:
  haskell-word8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:28:30 UTC (rev 572034)
+++ PKGBUILD2020-02-15 23:29:03 UTC (rev 572035)
@@ -4,7 +4,7 @@
 _hkgname=word8
 pkgname=haskell-word8
 pkgver=0.1.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Word8 library"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:29:16
  Author: felixonmars
Revision: 572036

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-word8/repos/community-staging-x86_64/PKGBUILD (from rev 572035, 
haskell-word8/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:29:16 UTC (rev 572036)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=word8
+pkgname=haskell-word8
+pkgver=0.1.3
+pkgrel=13
+pkgdesc="Word8 library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e6442eddb582c41f38206a436fc69c476ff97bf1bd5f37aa173d4efd0153744e9d20b71435329b69dc12a7919034082d4195db88bb2f83b462e1ba430b1ad988')
+
+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-wl-pprint-text/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:28:30
  Author: felixonmars
Revision: 572034

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wl-pprint-text/repos/community-staging-x86_64/
  haskell-wl-pprint-text/repos/community-staging-x86_64/PKGBUILD
(from rev 572033, haskell-wl-pprint-text/trunk/PKGBUILD)

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

Copied: haskell-wl-pprint-text/repos/community-staging-x86_64/PKGBUILD (from 
rev 572033, haskell-wl-pprint-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:28:30 UTC (rev 572034)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wl-pprint-text
+pkgname=haskell-wl-pprint-text
+pkgver=1.2.0.1
+pkgrel=2
+pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('944ad7ead8eb062a3fdf71a90872a14d7c4e021d5237cd6aac19f1e882dc62e14cfdca114a8011b7b76faed10cf5fd76b120336adb4c10f6506fa06672e922f0')
+
+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-wl-pprint-text/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:28:17
  Author: felixonmars
Revision: 572033

upgpkg: haskell-wl-pprint-text 1.2.0.1-2: rebuild with ghc 8.8.2

Modified:
  haskell-wl-pprint-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:27:43 UTC (rev 572032)
+++ PKGBUILD2020-02-15 23:28:17 UTC (rev 572033)
@@ -4,7 +4,7 @@
 _hkgname=wl-pprint-text
 pkgname=haskell-wl-pprint-text
 pkgver=1.2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


[arch-commits] Commit in haskell-wl-pprint-annotated/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:27:43
  Author: felixonmars
Revision: 572032

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wl-pprint-annotated/repos/community-staging-x86_64/
  haskell-wl-pprint-annotated/repos/community-staging-x86_64/PKGBUILD
(from rev 572031, haskell-wl-pprint-annotated/trunk/PKGBUILD)

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

Copied: haskell-wl-pprint-annotated/repos/community-staging-x86_64/PKGBUILD 
(from rev 572031, haskell-wl-pprint-annotated/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:27:43 UTC (rev 572032)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wl-pprint-annotated
+pkgname=haskell-wl-pprint-annotated
+pkgver=0.1.0.1
+pkgrel=38
+pkgdesc="Pretty printer with annotation support"
+url="https://github.com/minad/wl-pprint-annotated;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45f1881254f8b20d9992a477a36a7408d2df8d94f99c71d72d75cd04aee3831966886c94b6e6a68791acda24aec8c4a339d052b9a188af8c2ca24e74da1e9596')
+
+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-wl-pprint-annotated/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:27:30
  Author: felixonmars
Revision: 572031

upgpkg: haskell-wl-pprint-annotated 0.1.0.1-38: rebuild with ghc 8.8.2

Modified:
  haskell-wl-pprint-annotated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:26:40 UTC (rev 572030)
+++ PKGBUILD2020-02-15 23:27:30 UTC (rev 572031)
@@ -4,7 +4,7 @@
 _hkgname=wl-pprint-annotated
 pkgname=haskell-wl-pprint-annotated
 pkgver=0.1.0.1
-pkgrel=37
+pkgrel=38
 pkgdesc="Pretty printer with annotation support"
 url="https://github.com/minad/wl-pprint-annotated;
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:26:40
  Author: felixonmars
Revision: 572030

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wizards/repos/community-staging-x86_64/PKGBUILD (from rev 
572029, haskell-wizards/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:26:40 UTC (rev 572030)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wizards
+pkgname=haskell-wizards
+pkgver=1.0.3
+pkgrel=6
+pkgdesc="High level, generic library for interrogative user interfaces"
+url="https://hackage.haskell.org/package/wizards;
+license=("custom:BSD2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-control-monad-free")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('74289bce609954ecd2d16729b67f4655ebfa2b5211303c2c64c1a7636e78e2b1dc3823472be8d5851fc490d9ff80559bdfbfda59cc753b60cacc4dd1b512663c')
+
+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 scummvm/repos/community-x86_64 (4 files)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 15, 2020 @ 23:26:15
  Author: svenstaro
Revision: 572028

archrelease: copy trunk to community-x86_64

Added:
  scummvm/repos/community-x86_64/68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch
(from rev 572027, 
scummvm/trunk/68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch)
  scummvm/repos/community-x86_64/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch
(from rev 572027, 
scummvm/trunk/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch)
  scummvm/repos/community-x86_64/PKGBUILD
(from rev 572027, scummvm/trunk/PKGBUILD)
Deleted:
  scummvm/repos/community-x86_64/PKGBUILD

+
 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch |   51 
 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch |   25 +++
 PKGBUILD   |   73 +--
 3 files changed, 118 insertions(+), 31 deletions(-)

Copied: 
scummvm/repos/community-x86_64/68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch 
(from rev 572027, scummvm/trunk/68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch)
===
--- 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch  
(rev 0)
+++ 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch  2020-02-15 23:26:15 UTC 
(rev 572028)
@@ -0,0 +1,51 @@
+commit 68758a879e0c8ecc0d40962516d4e808aa4e15e5
+Author: D G Turner 
+Date:   Tue Dec 17 04:21:04 2019 +
+
+AUDIO: Really Fix Compilation Against Fluidsynth v2.1+
+
+The previous fix did not work as the forbidden exception had no effect
+since scummsys.h and thus forbidden.h had already been included prior
+to the fluidsynth header being included. This also meant that undefining
+the exception define after the header would have had no effect anyway.
+
+This new solution was suggest by eriktorbjorn on bug #11278 and should
+avoid the need to add an exception which would persist over the entire
+source file.
+
+diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp
+index 33a74a1524..f8c2412492 100644
+--- a/audio/softsynth/fluidsynth.cpp
 b/audio/softsynth/fluidsynth.cpp
+@@ -20,10 +20,16 @@
+  *
+  */
+ 
+-#include "common/scummsys.h"
++#include "config.h"
+ 
+ #ifdef USE_FLUIDSYNTH
+ 
++// Fluidsynth v2.1+ uses printf in one of it's headers,
++// include/fluidsynth/log.h around line 82 so need to include this
++// prior scummsys.h inclusion and thus forbidden.h
++#include 
++
++#include "common/scummsys.h"
+ #include "common/config-manager.h"
+ #include "common/error.h"
+ #include "common/system.h"
+@@ -35,13 +41,6 @@
+ #include "backends/platform/ios7/ios7_common.h"
+ #endif
+ 
+-// Fluidsynth v2.1+ uses printf in one of it's headers, so this is
+-// needed to allow compilation, as reported by eriktorbjorn on 20191215
+-// This is in include/fluidsynth/log.h around line 82
+-#define FORBIDDEN_SYMBOL_EXCEPTION_printf
+-#include 
+-#undef FORBIDDEN_SYMBOL_EXCEPTION_printf
+-
+ class MidiDriver_FluidSynth : public MidiDriver_Emulated {
+ private:
+   MidiChannel_MPU401 _midiChannels[16];

Copied: 
scummvm/repos/community-x86_64/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch 
(from rev 572027, scummvm/trunk/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch)
===
--- 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch  
(rev 0)
+++ 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch  2020-02-15 23:26:15 UTC 
(rev 572028)
@@ -0,0 +1,25 @@
+commit 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6
+Author: D G Turner 
+Date:   Sun Dec 15 22:22:20 2019 +
+
+AUDIO: Fix Compilation Against Fluidsynth v2.1+
+
+This is as reported by eriktorbjorn.
+
+diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp
+index 4034b2ffc3..33a74a1524 100644
+--- a/audio/softsynth/fluidsynth.cpp
 b/audio/softsynth/fluidsynth.cpp
+@@ -35,7 +35,12 @@
+ #include "backends/platform/ios7/ios7_common.h"
+ #endif
+ 
++// Fluidsynth v2.1+ uses printf in one of it's headers, so this is
++// needed to allow compilation, as reported by eriktorbjorn on 20191215
++// This is in include/fluidsynth/log.h around line 82
++#define FORBIDDEN_SYMBOL_EXCEPTION_printf
+ #include 
++#undef FORBIDDEN_SYMBOL_EXCEPTION_printf
+ 
+ class MidiDriver_FluidSynth : public MidiDriver_Emulated {
+ private:

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-15 23:26:06 UTC (rev 572027)
+++ PKGBUILD2020-02-15 23:26:15 UTC (rev 572028)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: juergen 
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
-arch=('x86_64')
-license=('GPL')
-url="http://www.scummvm.org/;
-depends=('libpng' 

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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:25:50
  Author: felixonmars
Revision: 572026

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-time-compat/repos/community-staging-x86_64/
  haskell-time-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 572025, haskell-time-compat/trunk/PKGBUILD)

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

Copied: haskell-time-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
572025, haskell-time-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:25:50 UTC (rev 572026)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=time-compat
+pkgname=haskell-time-compat
+pkgver=1.9.2.2
+pkgrel=26
+pkgdesc="Compatibility package for time"
+url="https://github.com/phadej/time-compat;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tagged'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('210e1d6b6b1dcf30337c72d45dd5f229dfbd023a1612f13dccad23131f16437b2b6a43a46e5e1341751c7b6f88f8ef1a9b5efe91b1328b12ff20552e2a952f44')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+sed -i -e 's/< *0.11/<1/' -e 's/< *1.9.3/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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 scummvm/trunk (3 files)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 15, 2020 @ 23:26:06
  Author: svenstaro
Revision: 572027

upgpkg: scummvm 2.1.1-1

Added:
  scummvm/trunk/68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch
  scummvm/trunk/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch
Modified:
  scummvm/trunk/PKGBUILD

+
 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch |   51 +++
 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch |   25 +++
 PKGBUILD   |   19 ++--
 3 files changed, 91 insertions(+), 4 deletions(-)

Added: 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch
===
--- 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch  
(rev 0)
+++ 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch  2020-02-15 23:26:06 UTC 
(rev 572027)
@@ -0,0 +1,51 @@
+commit 68758a879e0c8ecc0d40962516d4e808aa4e15e5
+Author: D G Turner 
+Date:   Tue Dec 17 04:21:04 2019 +
+
+AUDIO: Really Fix Compilation Against Fluidsynth v2.1+
+
+The previous fix did not work as the forbidden exception had no effect
+since scummsys.h and thus forbidden.h had already been included prior
+to the fluidsynth header being included. This also meant that undefining
+the exception define after the header would have had no effect anyway.
+
+This new solution was suggest by eriktorbjorn on bug #11278 and should
+avoid the need to add an exception which would persist over the entire
+source file.
+
+diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp
+index 33a74a1524..f8c2412492 100644
+--- a/audio/softsynth/fluidsynth.cpp
 b/audio/softsynth/fluidsynth.cpp
+@@ -20,10 +20,16 @@
+  *
+  */
+ 
+-#include "common/scummsys.h"
++#include "config.h"
+ 
+ #ifdef USE_FLUIDSYNTH
+ 
++// Fluidsynth v2.1+ uses printf in one of it's headers,
++// include/fluidsynth/log.h around line 82 so need to include this
++// prior scummsys.h inclusion and thus forbidden.h
++#include 
++
++#include "common/scummsys.h"
+ #include "common/config-manager.h"
+ #include "common/error.h"
+ #include "common/system.h"
+@@ -35,13 +41,6 @@
+ #include "backends/platform/ios7/ios7_common.h"
+ #endif
+ 
+-// Fluidsynth v2.1+ uses printf in one of it's headers, so this is
+-// needed to allow compilation, as reported by eriktorbjorn on 20191215
+-// This is in include/fluidsynth/log.h around line 82
+-#define FORBIDDEN_SYMBOL_EXCEPTION_printf
+-#include 
+-#undef FORBIDDEN_SYMBOL_EXCEPTION_printf
+-
+ class MidiDriver_FluidSynth : public MidiDriver_Emulated {
+ private:
+   MidiChannel_MPU401 _midiChannels[16];

Added: 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch
===
--- 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch  
(rev 0)
+++ 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch  2020-02-15 23:26:06 UTC 
(rev 572027)
@@ -0,0 +1,25 @@
+commit 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6
+Author: D G Turner 
+Date:   Sun Dec 15 22:22:20 2019 +
+
+AUDIO: Fix Compilation Against Fluidsynth v2.1+
+
+This is as reported by eriktorbjorn.
+
+diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp
+index 4034b2ffc3..33a74a1524 100644
+--- a/audio/softsynth/fluidsynth.cpp
 b/audio/softsynth/fluidsynth.cpp
+@@ -35,7 +35,12 @@
+ #include "backends/platform/ios7/ios7_common.h"
+ #endif
+ 
++// Fluidsynth v2.1+ uses printf in one of it's headers, so this is
++// needed to allow compilation, as reported by eriktorbjorn on 20191215
++// This is in include/fluidsynth/log.h around line 82
++#define FORBIDDEN_SYMBOL_EXCEPTION_printf
+ #include 
++#undef FORBIDDEN_SYMBOL_EXCEPTION_printf
+ 
+ class MidiDriver_FluidSynth : public MidiDriver_Emulated {
+ private:

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:25:50 UTC (rev 572026)
+++ PKGBUILD2020-02-15 23:26:06 UTC (rev 572027)
@@ -3,8 +3,8 @@
 # Contributor: Manolis Tzanidakis, Petter Gundersen
 
 pkgname=scummvm
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
 arch=('x86_64')
 license=('GPL')
@@ -12,9 +12,20 @@
 depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 
'libvorbis' 'libmad' 'freetype2'
  'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec')
 makedepends=('mesa')
-source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz;)
-sha512sums=('9a03cf207660aa49e49f53e1df10b774b7c9711dffd527e00518015e7e7057f25538a7dd89e248e9237434cf08a9f7ea6b215805fb65a770fb20596f5e713218')
+source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz;
+68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch
+8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch)

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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:26:26
  Author: felixonmars
Revision: 572029

upgpkg: haskell-wizards 1.0.3-6: rebuild with ghc 8.8.2

Modified:
  haskell-wizards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:26:15 UTC (rev 572028)
+++ PKGBUILD2020-02-15 23:26:26 UTC (rev 572029)
@@ -4,7 +4,7 @@
 _hkgname=wizards
 pkgname=haskell-wizards
 pkgver=1.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc="High level, generic library for interrogative user interfaces"
 url="https://hackage.haskell.org/package/wizards;
 license=("custom:BSD2")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:24:42
  Author: felixonmars
Revision: 572024

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 572023, haskell-tasty-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:24:42 UTC (rev 572024)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-smallcheck
+pkgname=haskell-tasty-smallcheck
+pkgver=0.8.1
+pkgrel=58
+pkgdesc="SmallCheck support for the Tasty test framework"
+url="http://documentup.com/feuerbach/tasty;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-tasty' 'haskell-smallcheck' 
'haskell-tagged')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('26ed0d75559c2da2f4296af6e9b02f8d0a19043b0ef154674eb782703fcd3ad7f4863b7b07dbaae27440078b4b00a9272cd9d5da23089993018e933577be5893')
+
+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-time-compat/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:25:36
  Author: felixonmars
Revision: 572025

upgpkg: haskell-time-compat 1.9.2.2-26: rebuild with ghc 8.8.2

Modified:
  haskell-time-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:24:42 UTC (rev 572024)
+++ PKGBUILD2020-02-15 23:25:36 UTC (rev 572025)
@@ -3,7 +3,7 @@
 _hkgname=time-compat
 pkgname=haskell-time-compat
 pkgver=1.9.2.2
-pkgrel=25
+pkgrel=26
 pkgdesc="Compatibility package for time"
 url="https://github.com/phadej/time-compat;
 license=('BSD')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:24:28
  Author: felixonmars
Revision: 572023

upgpkg: haskell-tasty-smallcheck 0.8.1-58: rebuild with ghc 8.8.2

Modified:
  haskell-tasty-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:23:51 UTC (rev 572022)
+++ PKGBUILD2020-02-15 23:24:28 UTC (rev 572023)
@@ -3,7 +3,7 @@
 _hkgname=tasty-smallcheck
 pkgname=haskell-tasty-smallcheck
 pkgver=0.8.1
-pkgrel=57
+pkgrel=58
 pkgdesc="SmallCheck support for the Tasty test framework"
 url="http://documentup.com/feuerbach/tasty;
 license=('MIT')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:23:51
  Author: felixonmars
Revision: 572022

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 572021, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
572021, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:23:51 UTC (rev 572022)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.17
+pkgrel=2
+pkgdesc="Rerun only tests which failed in a previous test run"
+url="https://github.com/ocharles/tasty-rerun;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-split' 
'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d65b35acb1b45a78a0bbe568a2118ea6580352a55b921f06974bdf59e363403f1590604e215840be990f5f18a5d8e75abd416e7d3d9b6b9f4c6c16532c31052d')
+
+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-tasty-rerun/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:23:36
  Author: felixonmars
Revision: 572021

upgpkg: haskell-tasty-rerun 1.1.17-2: rebuild with ghc 8.8.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:23:01 UTC (rev 572020)
+++ PKGBUILD2020-02-15 23:23:36 UTC (rev 572021)
@@ -4,7 +4,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Rerun only tests which failed in a previous test run"
 url="https://github.com/ocharles/tasty-rerun;
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:22:48
  Author: felixonmars
Revision: 572019

upgpkg: haskell-equivalence 0.3.5-15: rebuild with ghc 8.8.2

Modified:
  haskell-equivalence/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:22:04 UTC (rev 572018)
+++ PKGBUILD2020-02-15 23:22:48 UTC (rev 572019)
@@ -4,7 +4,7 @@
 _hkgname=equivalence
 pkgname=haskell-equivalence
 pkgver=0.3.5
-pkgrel=14
+pkgrel=15
 pkgdesc="Maintaining an equivalence relation implemented as union-find using 
STT."
 url="https://bitbucket.org/paba/equivalence/;
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:23:01
  Author: felixonmars
Revision: 572020

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-equivalence/repos/community-staging-x86_64/PKGBUILD (from rev 
572019, haskell-equivalence/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:23:01 UTC (rev 572020)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=equivalence
+pkgname=haskell-equivalence
+pkgver=0.3.5
+pkgrel=15
+pkgdesc="Maintaining an equivalence relation implemented as union-find using 
STT."
+url="https://bitbucket.org/paba/equivalence/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-stmonadtrans" "haskell-transformers-compat")
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f8a073c9ddc49a8c1d60a280b84f97947a23ed6a021b92d4028100ed308cf1dfcd0b26889a6cbbde0e77f00b777b2d1af0fa2410422641e0a03395692a9ebefc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/, fail//' -e '/fail/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-stmonadtrans/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:21:50
  Author: felixonmars
Revision: 572017

upgpkg: haskell-stmonadtrans 0.4.4-20: rebuild with ghc 8.8.2

Modified:
  haskell-stmonadtrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:21:10 UTC (rev 572016)
+++ PKGBUILD2020-02-15 23:21:50 UTC (rev 572017)
@@ -4,7 +4,7 @@
 _hkgname=STMonadTrans
 pkgname=haskell-stmonadtrans
 pkgver=0.4.4
-pkgrel=19
+pkgrel=20
 pkgdesc="A monad transformer version of the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:22:04
  Author: felixonmars
Revision: 572018

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-stmonadtrans/repos/community-staging-x86_64/PKGBUILD (from rev 
572017, haskell-stmonadtrans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:22:04 UTC (rev 572018)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=STMonadTrans
+pkgname=haskell-stmonadtrans
+pkgver=0.4.4
+pkgrel=20
+pkgdesc="A monad transformer version of the ST monad"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3ab7ff50223f975066cde1227fb23e00263786fa8c5b9d0276fdcc265bb1ac2e5cea97f3fb7fd51aaf25872b126645312c4c622084947dea430d214eac44938b')
+
+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 \
+-fsplitbase
+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-spdx/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:21:10
  Author: felixonmars
Revision: 572016

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-spdx/repos/community-staging-x86_64/PKGBUILD (from rev 572015, 
haskell-spdx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:21:10 UTC (rev 572016)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=spdx
+pkgname=haskell-spdx
+pkgver=1.0.0.1
+pkgrel=16
+pkgdesc="SPDX license expression language, Extras"
+url="https://github.com/phadej/spdx;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9d6c9ddc3fbafe63a2014575c3cadbf77fe866c05a39c9a7bb9fcd060ef0c90969e9bde426fcad3878980b2e2381ad16a27b750734e4c03a3bb7e84261045edd')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/\^//' $_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-spdx/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:20:56
  Author: felixonmars
Revision: 572015

upgpkg: haskell-spdx 1.0.0.1-16: rebuild with ghc 8.8.2

Modified:
  haskell-spdx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:20:02 UTC (rev 572014)
+++ PKGBUILD2020-02-15 23:20:56 UTC (rev 572015)
@@ -4,7 +4,7 @@
 _hkgname=spdx
 pkgname=haskell-spdx
 pkgver=1.0.0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="SPDX license expression language, Extras"
 url="https://github.com/phadej/spdx;
 license=("BSD")


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

2020-02-15 Thread Levente Polyak via arch-commits
Date: Saturday, February 15, 2020 @ 23:19:55
  Author: anthraxx
Revision: 572013

archrelease: copy trunk to community-x86_64

Added:
  afl/repos/community-x86_64/PKGBUILD
(from rev 572012, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-15 23:19:49 UTC (rev 572012)
+++ PKGBUILD2020-02-15 23:19:55 UTC (rev 572013)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.56b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1d4a372e49af02fbcef0dc3ac436d03adff577afc2b6245c783744609d9cdd22')
-sha512sums=('4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162')
-
-build() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 572012, 
afl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-15 23:19:55 UTC (rev 572013)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.56b
+pkgrel=2
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1d4a372e49af02fbcef0dc3ac436d03adff577afc2b6245c783744609d9cdd22')
+sha512sums=('4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162')
+
+build() {
+  cd AFL-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd AFL-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:19:46
  Author: felixonmars
Revision: 572011

upgpkg: haskell-inspection-testing 0.4.2.2-3: rebuild with ghc 8.8.2

Modified:
  haskell-inspection-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:18:58 UTC (rev 572010)
+++ PKGBUILD2020-02-15 23:19:46 UTC (rev 572011)
@@ -3,7 +3,7 @@
 _hkgname=inspection-testing
 pkgname=haskell-inspection-testing
 pkgver=0.4.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="GHC plugin to do inspection testing"
 url="https://github.com/nomeata/inspection-testing;
 license=('MIT')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:20:02
  Author: felixonmars
Revision: 572014

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-inspection-testing/repos/community-staging-x86_64/
  haskell-inspection-testing/repos/community-staging-x86_64/PKGBUILD
(from rev 572013, haskell-inspection-testing/trunk/PKGBUILD)

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

Copied: haskell-inspection-testing/repos/community-staging-x86_64/PKGBUILD 
(from rev 572013, haskell-inspection-testing/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:20:02 UTC (rev 572014)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=inspection-testing
+pkgname=haskell-inspection-testing
+pkgver=0.4.2.2
+pkgrel=3
+pkgdesc="GHC plugin to do inspection testing"
+url="https://github.com/nomeata/inspection-testing;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('11442d75db189d93ad56de234da9c28dc992fb16bc8eeef2f567bfee928dc4f67d65545fe10d78b3c6322adabb2051f0d11e1e5f32ff6f4988d5dffcb0ce4024')
+
+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 afl/trunk (PKGBUILD)

2020-02-15 Thread Levente Polyak via arch-commits
Date: Saturday, February 15, 2020 @ 23:19:49
  Author: anthraxx
Revision: 572012

upgpkg: afl 2.56b-2: llvm rebuild

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:19:46 UTC (rev 572011)
+++ PKGBUILD2020-02-15 23:19:49 UTC (rev 572012)
@@ -4,7 +4,7 @@
 
 pkgname=afl
 pkgver=2.56b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:18:44
  Author: felixonmars
Revision: 572009

upgpkg: haskell-show-combinators 0.1.1.0-3: rebuild with ghc 8.8.2

Modified:
  haskell-show-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:18:10 UTC (rev 572008)
+++ PKGBUILD2020-02-15 23:18:44 UTC (rev 572009)
@@ -3,7 +3,7 @@
 _hkgname=show-combinators
 pkgname=haskell-show-combinators
 pkgver=0.1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Combinators to write Show instances"
 url="https://github.com/Lysxia/show-combinators;
 license=('MIT')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:18:58
  Author: felixonmars
Revision: 572010

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-show-combinators/repos/community-staging-x86_64/
  haskell-show-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 572009, haskell-show-combinators/trunk/PKGBUILD)

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

Copied: haskell-show-combinators/repos/community-staging-x86_64/PKGBUILD (from 
rev 572009, haskell-show-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:18:58 UTC (rev 572010)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=show-combinators
+pkgname=haskell-show-combinators
+pkgver=0.1.1.0
+pkgrel=3
+pkgdesc="Combinators to write Show instances"
+url="https://github.com/Lysxia/show-combinators;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ac57c8b1f296930b925b3633c411c502e54638b7270034f1346aca32654879fd99e4da6f78b9bab75668f4619d2f767b832b631711f55d41bb03f23219f88477')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.13/<5/' $_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-selective/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:18:10
  Author: felixonmars
Revision: 572008

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-selective/repos/community-staging-x86_64/PKGBUILD (from rev 
572007, haskell-selective/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:18:10 UTC (rev 572008)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=selective
+pkgname=haskell-selective
+pkgver=0.3
+pkgrel=15
+pkgdesc="Selective applicative functors"
+url="https://github.com/snowleopard/selective;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ecc5777c4692680032c2b758c0447200df3f42d4c97de0aef3d732d38c0813f85fec2d6f9825b044cf20e918631ce649b6f6cc932580277f50692ff609973dc6')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:17:56
  Author: felixonmars
Revision: 572007

upgpkg: haskell-selective 0.3-15: rebuild with ghc 8.8.2

Modified:
  haskell-selective/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:17:01 UTC (rev 572006)
+++ PKGBUILD2020-02-15 23:17:56 UTC (rev 572007)
@@ -3,7 +3,7 @@
 _hkgname=selective
 pkgname=haskell-selective
 pkgver=0.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Selective applicative functors"
 url="https://github.com/snowleopard/selective;
 license=('MIT')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:16:48
  Author: felixonmars
Revision: 572005

upgpkg: haskell-psqueues 0.2.7.2-21: rebuild with ghc 8.8.2

Modified:
  haskell-psqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:15:55 UTC (rev 572004)
+++ PKGBUILD2020-02-15 23:16:48 UTC (rev 572005)
@@ -4,7 +4,7 @@
 _hkgname=psqueues
 pkgname=haskell-psqueues
 pkgver=0.2.7.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Pure priority search queues"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:17:01
  Author: felixonmars
Revision: 572006

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-psqueues/repos/community-staging-x86_64/PKGBUILD (from rev 
572005, haskell-psqueues/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:17:01 UTC (rev 572006)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=psqueues
+pkgname=haskell-psqueues
+pkgver=0.2.7.2
+pkgrel=21
+pkgdesc="Pure priority search queues"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cc70bc22568d24b8618d43be7a2261ab7b55005e7e68a49a4d09b323e03954c05fe8d4de2c344760cdfef26b04bc6937bc331f7e310e1bc9b6b512068eed3be3')
+
+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-http-date/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:15:55
  Author: felixonmars
Revision: 572004

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-date/repos/community-staging-x86_64/
  haskell-http-date/repos/community-staging-x86_64/PKGBUILD
(from rev 572003, haskell-http-date/trunk/PKGBUILD)

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

Copied: haskell-http-date/repos/community-staging-x86_64/PKGBUILD (from rev 
572003, haskell-http-date/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:15:55 UTC (rev 572004)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-date
+pkgname=haskell-http-date
+pkgver=0.0.8
+pkgrel=53
+pkgdesc="HTTP Date parser/formatter"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7ad48dc20c62fea21aad0d15251cca333b56a59ca13c45be61fd9fcd938e28f5cb82701b7a394c256e1487679d0bbfcf994de90d7c8b57888e3bac8809e97114')
+
+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-http-date/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:15:41
  Author: felixonmars
Revision: 572003

upgpkg: haskell-http-date 0.0.8-53: rebuild with ghc 8.8.2

Modified:
  haskell-http-date/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:15:05 UTC (rev 572002)
+++ PKGBUILD2020-02-15 23:15:41 UTC (rev 572003)
@@ -4,7 +4,7 @@
 _hkgname=http-date
 pkgname=haskell-http-date
 pkgver=0.0.8
-pkgrel=52
+pkgrel=53
 pkgdesc="HTTP Date parser/formatter"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:14:49
  Author: felixonmars
Revision: 572001

upgpkg: haskell-hsyaml 0.2.1.0-14: rebuild with ghc 8.8.2

Modified:
  haskell-hsyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:13:27 UTC (rev 572000)
+++ PKGBUILD2020-02-15 23:14:49 UTC (rev 572001)
@@ -3,7 +3,7 @@
 _hkgname=HsYAML
 pkgname=haskell-hsyaml
 pkgver=0.2.1.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Pure Haskell YAML 1.2 processor"
 url="https://github.com/hvr/HsYAML;
 license=('GPL')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:15:05
  Author: felixonmars
Revision: 572002

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hsyaml/repos/community-staging-x86_64/PKGBUILD (from rev 
572001, haskell-hsyaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:15:05 UTC (rev 572002)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=HsYAML
+pkgname=haskell-hsyaml
+pkgver=0.2.1.0
+pkgrel=14
+pkgdesc="Pure Haskell YAML 1.2 processor"
+url="https://github.com/hvr/HsYAML;
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f8ad41a99e48183835093ad8bf6a3fbdf4b9ad9df3bea46b12efd55a9555c22bd2595c72b1ac2e73379ab47e21f6cbf9022412db8971e1c7c02a32e824f53304')
+
+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"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.GPLv{2,3}
+}


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:13:27
  Author: felixonmars
Revision: 572000

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hourglass/repos/community-staging-x86_64/PKGBUILD (from rev 
571999, haskell-hourglass/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:13:27 UTC (rev 572000)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hourglass
+pkgname=haskell-hourglass
+pkgver=0.2.12
+pkgrel=44
+pkgdesc="simple performant time related library"
+url="https://github.com/vincenthz/hs-hourglass;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-old-locale' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c748d7f875ca0b1ea9034dba1a5cfa3fc4e51613ce24c90b54856fdc385d9ccc5eda3559f1674abf3ea966cc7851891dfee86bad897062a97a79db8408574bdc')
+
+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-hourglass/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:13:13
  Author: felixonmars
Revision: 571999

upgpkg: haskell-hourglass 0.2.12-44: rebuild with ghc 8.8.2

Modified:
  haskell-hourglass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:12:25 UTC (rev 571998)
+++ PKGBUILD2020-02-15 23:13:13 UTC (rev 571999)
@@ -4,7 +4,7 @@
 _hkgname=hourglass
 pkgname=haskell-hourglass
 pkgver=0.2.12
-pkgrel=43
+pkgrel=44
 pkgdesc="simple performant time related library"
 url="https://github.com/vincenthz/hs-hourglass;
 license=("BSD")


[arch-commits] Commit in haskell-ghc-typelits-extra/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:12:12
  Author: felixonmars
Revision: 571997

upgpkg: haskell-ghc-typelits-extra 0.3.1-16: rebuild with ghc 8.8.2

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:11:31 UTC (rev 571996)
+++ PKGBUILD2020-02-15 23:12:12 UTC (rev 571997)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
 pkgver=0.3.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra;
 license=('custom:BSD2')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:12:25
  Author: felixonmars
Revision: 571998

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 571997, haskell-ghc-typelits-extra/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD 
(from rev 571997, haskell-ghc-typelits-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:12:25 UTC (rev 571998)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-extra
+pkgname=haskell-ghc-typelits-extra
+pkgver=0.3.1
+pkgrel=16
+pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-extra;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('134e3958af0b784d1508a8a69a98bb945cecdb6bf2d071eb6c5d03c3a31e2f72a85a00f7ce5b863b9c667bada99a03ce7cde0a41ccaefafd39bf44b1e3b1f2c5')
+
+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-ghc-typelits-knownnat/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:11:31
  Author: felixonmars
Revision: 571996

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/
  haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/PKGBUILD
(from rev 571995, haskell-ghc-typelits-knownnat/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/PKGBUILD 
(from rev 571995, haskell-ghc-typelits-knownnat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:11:31 UTC (rev 571996)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-knownnat
+pkgname=haskell-ghc-typelits-knownnat
+pkgver=0.7.1
+pkgrel=8
+pkgdesc="Derive KnownNat constraints from other KnownNat constraints"
+url="https://github.com/clash-lang/ghc-typelits-knownnat;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f4544c7977f382104a1331001d2469897ec05e03183da56a59ba289232e919d9dae7962220b38bcfe5166c5164def4194b0d3a270cdeb234bef63aa8ccbcdb82')
+
+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-ghc-typelits-knownnat/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:11:17
  Author: felixonmars
Revision: 571995

upgpkg: haskell-ghc-typelits-knownnat 0.7.1-8: rebuild with ghc 8.8.2

Modified:
  haskell-ghc-typelits-knownnat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:10:35 UTC (rev 571994)
+++ PKGBUILD2020-02-15 23:11:17 UTC (rev 571995)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-knownnat
 pkgname=haskell-ghc-typelits-knownnat
 pkgver=0.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Derive KnownNat constraints from other KnownNat constraints"
 url="https://github.com/clash-lang/ghc-typelits-knownnat;
 license=('custom:BSD2')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:10:20
  Author: felixonmars
Revision: 571993

upgpkg: haskell-data-dword 0.3.1.3-15: rebuild with ghc 8.8.2

Modified:
  haskell-data-dword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:08:47 UTC (rev 571992)
+++ PKGBUILD2020-02-15 23:10:20 UTC (rev 571993)
@@ -3,7 +3,7 @@
 _hkgname=data-dword
 pkgname=haskell-data-dword
 pkgver=0.3.1.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Stick two binary words together to get a bigger one"
 url="https://github.com/mvv/data-dword;
 license=('BSD')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:10:35
  Author: felixonmars
Revision: 571994

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-data-dword/repos/community-staging-x86_64/PKGBUILD (from rev 
571993, haskell-data-dword/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:10:35 UTC (rev 571994)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-dword
+pkgname=haskell-data-dword
+pkgver=0.3.1.3
+pkgrel=15
+pkgdesc="Stick two binary words together to get a bigger one"
+url="https://github.com/mvv/data-dword;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('12651bc8d086e1873e05261c1a7ea807863f05ea35dd1d6b80a48d5f4750a4beee4f6eeedf1a79b290899174b93c8c6b2f32f4a02941e1de6dae236fea55239d')
+
+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-css-text/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:08:47
  Author: felixonmars
Revision: 571992

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-css-text/repos/community-staging-x86_64/
  haskell-css-text/repos/community-staging-x86_64/PKGBUILD
(from rev 571991, haskell-css-text/trunk/PKGBUILD)

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

Copied: haskell-css-text/repos/community-staging-x86_64/PKGBUILD (from rev 
571991, haskell-css-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:08:47 UTC (rev 571992)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=css-text
+pkgname=haskell-css-text
+pkgver=0.1.3.0
+pkgrel=74
+pkgdesc="CSS parser and renderer."
+url="https://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2f7b4fc758e3e6da7dadbaf48c9174770de8230ef4578d9fda610ca9b7a4ad497284623e382bf55111ddc852550275415f58311a2e726721f050d9f704050628')
+
+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-css-text/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:08:32
  Author: felixonmars
Revision: 571991

upgpkg: haskell-css-text 0.1.3.0-74: rebuild with ghc 8.8.2

Modified:
  haskell-css-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:07:57 UTC (rev 571990)
+++ PKGBUILD2020-02-15 23:08:32 UTC (rev 571991)
@@ -4,7 +4,7 @@
 _hkgname=css-text
 pkgname=haskell-css-text
 pkgver=0.1.3.0
-pkgrel=73
+pkgrel=74
 pkgdesc="CSS parser and renderer."
 url="https://www.yesodweb.com/;
 license=("MIT")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:07:57
  Author: felixonmars
Revision: 571990

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-blaze-markup/repos/community-staging-x86_64/
  haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD
(from rev 571989, haskell-blaze-markup/trunk/PKGBUILD)

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

Copied: haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD (from rev 
571989, haskell-blaze-markup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:07:57 UTC (rev 571990)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-markup
+pkgname=haskell-blaze-markup
+pkgver=0.8.2.3
+pkgrel=15
+pkgdesc="A blazingly fast markup combinator library for Haskell"
+url="https://jaspervdj.be/blaze;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('592106b5e68be4755bc14ce57fc3bb5b5e009dda2ca36ccf19bef319b30198e91d4d1bb0f987c6c6bcbcfad83bd549b1bd87dc14fba9419711a0e5718157259c')
+
+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-blaze-markup/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:07:44
  Author: felixonmars
Revision: 571989

upgpkg: haskell-blaze-markup 0.8.2.3-15: rebuild with ghc 8.8.2

Modified:
  haskell-blaze-markup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:07:01 UTC (rev 571988)
+++ PKGBUILD2020-02-15 23:07:44 UTC (rev 571989)
@@ -4,7 +4,7 @@
 _hkgname=blaze-markup
 pkgname=haskell-blaze-markup
 pkgver=0.8.2.3
-pkgrel=14
+pkgrel=15
 pkgdesc="A blazingly fast markup combinator library for Haskell"
 url="https://jaspervdj.be/blaze;
 license=("BSD")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:06:47
  Author: felixonmars
Revision: 571987

upgpkg: haskell-attoparsec-iso8601 1.0.1.0-50: rebuild with ghc 8.8.2

Modified:
  haskell-attoparsec-iso8601/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:06:09 UTC (rev 571986)
+++ PKGBUILD2020-02-15 23:06:47 UTC (rev 571987)
@@ -3,7 +3,7 @@
 _hkgname=attoparsec-iso8601
 pkgname=haskell-attoparsec-iso8601
 pkgver=1.0.1.0
-pkgrel=49
+pkgrel=50
 pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
 url="https://github.com/bos/aeson;
 license=('BSD')


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:07:01
  Author: felixonmars
Revision: 571988

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-attoparsec-iso8601/repos/community-staging-x86_64/
  haskell-attoparsec-iso8601/repos/community-staging-x86_64/PKGBUILD
(from rev 571987, haskell-attoparsec-iso8601/trunk/PKGBUILD)

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

Copied: haskell-attoparsec-iso8601/repos/community-staging-x86_64/PKGBUILD 
(from rev 571987, haskell-attoparsec-iso8601/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:07:01 UTC (rev 571988)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=attoparsec-iso8601
+pkgname=haskell-attoparsec-iso8601
+pkgver=1.0.1.0
+pkgrel=50
+pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
+url="https://github.com/bos/aeson;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a1d751d388446a7d2f628d7112b72beab338061bf2f8dc74c26549f0e93ebbb955bd9082db8a70db71cd80ceb576b22a94195c34f816eb6cecd5c584cb100e8b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.11/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast
+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-attoparsec/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:05:55
  Author: felixonmars
Revision: 571985

upgpkg: haskell-attoparsec 0.13.2.3-16: rebuild with ghc 8.8.2

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:04:11 UTC (rev 571984)
+++ PKGBUILD2020-02-15 23:05:55 UTC (rev 571985)
@@ -4,7 +4,7 @@
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
 pkgver=0.13.2.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec;
 license=("BSD3")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:06:09
  Author: felixonmars
Revision: 571986

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-attoparsec/repos/community-staging-x86_64/PKGBUILD (from rev 
571985, haskell-attoparsec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:06:09 UTC (rev 571986)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.2.3
+pkgrel=16
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec;
+license=("BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-scientific')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-unicode' 
'haskell-tasty'
+ 'haskell-tasty-quickcheck' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84805ff547f1aa5eebd320c1bd738bc1098a9789fb330eff7bdcb1b0477e9709d86f93bd8848f4a8501a123b6add6bd22af59cfa94af66f1d57703745706a194')
+
+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-developer
+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 "Tests failed, possibly due to unmet 
dependency version on QuickCheck"
+}
+
+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-tasty-quickcheck/repos (2 files)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:04:11
  Author: felixonmars
Revision: 571984

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 571983, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 571983, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-15 23:04:11 UTC (rev 571984)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.10.1.1
+pkgrel=3
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc' 'haskell-tasty-hunit' 'haskell-pcre-light')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('13cfcc99eb9988d4842327d96f0e58f5ba6c653d3027a4adb307d4101bc2f7deee0033197b4358a837ace0d03423bdafe2197b029da6a64d8b650ee2f5bd958d')
+
+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-tasty-quickcheck/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 23:03:58
  Author: felixonmars
Revision: 571983

upgpkg: haskell-tasty-quickcheck 0.10.1.1-3: rebuild with ghc 8.8.2

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:03:19 UTC (rev 571982)
+++ PKGBUILD2020-02-15 23:03:58 UTC (rev 571983)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


  1   2   3   4   5   6   7   8   >