[arch-commits] Commit in haskell-glib/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:58:37
  Author: felixonmars
Revision: 493029

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-glib/repos/community-staging-x86_64/PKGBUILD
(from rev 493028, haskell-glib/trunk/PKGBUILD)
Deleted:
  haskell-glib/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:58:24 UTC (rev 493028)
+++ PKGBUILD2019-07-27 05:58:37 UTC (rev 493029)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-glib
-pkgver=0.13.7.0
-pkgrel=24
-pkgdesc="Binding to the GLIB library for Gtk2Hs."
-url="https://hackage.haskell.org/package/glib;
-license=('LGPL2.1')
-arch=('x86_64')
-depends=('ghc-libs' 'glib2' 'haskell-utf8-string')
-makedepends=('ghc' "haskell-gtk2hs-buildtools")
-provides=('gtk2hs-glib')
-replaces=('gtk2hs-glib')
-conflicts=('gtk2hs-glib')
-source=(https://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-sha512sums=('507fdcc6d686ea25b46d9d6f112aa29ebf751b3db99a19c9938ebd8675a8c167aafe151c96fe115662d15696c79aada93a0b197450159e8f45bc329e3de4455a')
-
-build() {
-cd "${srcdir}/glib-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/glib-${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"
-}

Copied: haskell-glib/repos/community-staging-x86_64/PKGBUILD (from rev 493028, 
haskell-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:58:37 UTC (rev 493029)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.7.0
+pkgrel=25
+pkgdesc="Binding to the GLIB library for Gtk2Hs."
+url="https://hackage.haskell.org/package/glib;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'glib2' 'haskell-utf8-string')
+makedepends=('ghc' "haskell-gtk2hs-buildtools")
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(https://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+sha512sums=('507fdcc6d686ea25b46d9d6f112aa29ebf751b3db99a19c9938ebd8675a8c167aafe151c96fe115662d15696c79aada93a0b197450159e8f45bc329e3de4455a')
+
+build() {
+cd "${srcdir}/glib-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/glib-${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"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:58:24
  Author: felixonmars
Revision: 493028

upgpkg: haskell-glib 0.13.7.0-25

rebuild with silently 1.2.5.1

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:56:36 UTC (rev 493027)
+++ PKGBUILD2019-07-27 05:58:24 UTC (rev 493028)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-glib
 pkgver=0.13.7.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Binding to the GLIB library for Gtk2Hs."
 url="https://hackage.haskell.org/package/glib;
 license=('LGPL2.1')


[arch-commits] Commit in haskell-cairo/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:56:36
  Author: felixonmars
Revision: 493027

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cairo/repos/community-staging-x86_64/PKGBUILD
(from rev 493026, haskell-cairo/trunk/PKGBUILD)
Deleted:
  haskell-cairo/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:56:22 UTC (rev 493026)
+++ PKGBUILD2019-07-27 05:56:36 UTC (rev 493027)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-cairo
-pkgver=0.13.6.0
-pkgrel=24
-pkgdesc="Binding to the cairo library for Gtk2Hs."
-url="https://hackage.haskell.org/package/cairo;
-license=('LGPL2.1')
-arch=('x86_64')
-depends=('ghc-libs' 'cairo' 'haskell-utf8-string')
-makedepends=("haskell-gtk2hs-buildtools" "mesa" 'ghc')
-conflicts=('gtk2hs-cairo')
-provides=('gtk2hs-cairo')
-replaces=('gtk2hs-cairo')
-source=("https://hackage.haskell.org/packages/archive/cairo/${pkgver}/cairo-${pkgver}.tar.gz;)
-sha512sums=('3f8c9d4bd5d219a25c5da07fd7b79abcf041a5a656989eac9d1b3512a319d41f11b84c7a66faeee876c66d3744579f0764df23eccb6ed4959a59d5568e6f9b28')
-
-build() {
-cd "${srcdir}/cairo-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
\
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/cairo-${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"
-}

Copied: haskell-cairo/repos/community-staging-x86_64/PKGBUILD (from rev 493026, 
haskell-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:56:36 UTC (rev 493027)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-cairo
+pkgver=0.13.6.0
+pkgrel=25
+pkgdesc="Binding to the cairo library for Gtk2Hs."
+url="https://hackage.haskell.org/package/cairo;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'cairo' 'haskell-utf8-string')
+makedepends=("haskell-gtk2hs-buildtools" "mesa" 'ghc')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+source=("https://hackage.haskell.org/packages/archive/cairo/${pkgver}/cairo-${pkgver}.tar.gz;)
+sha512sums=('3f8c9d4bd5d219a25c5da07fd7b79abcf041a5a656989eac9d1b3512a319d41f11b84c7a66faeee876c66d3744579f0764df23eccb6ed4959a59d5568e6f9b28')
+
+build() {
+cd "${srcdir}/cairo-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
\
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/cairo-${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"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:56:22
  Author: felixonmars
Revision: 493026

upgpkg: haskell-cairo 0.13.6.0-25

rebuild with silently 1.2.5.1

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:55:03 UTC (rev 493025)
+++ PKGBUILD2019-07-27 05:56:22 UTC (rev 493026)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-cairo
 pkgver=0.13.6.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Binding to the cairo library for Gtk2Hs."
 url="https://hackage.haskell.org/package/cairo;
 license=('LGPL2.1')


[arch-commits] Commit in haskell-gtk2hs-buildtools/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:55:03
  Author: felixonmars
Revision: 493025

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD
(from rev 493024, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
Deleted:
  haskell-gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:54:50 UTC (rev 493024)
+++ PKGBUILD2019-07-27 05:55:03 UTC (rev 493025)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-gtk2hs-buildtools
-pkgver=0.13.5.0
-pkgrel=24
-pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
-url="https://hackage.haskell.org/package/gtk2hs-buildtools;
-license=('GPL2')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-random' 'haskell-hashtables')
-makedepends=('alex' 'happy' 'ghc')
-provides=('gtk2hs-buildtools')
-conflicts=('gtk2hs-buildtools')
-replaces=('gtk2hs-buildtools')
-source=("https://hackage.haskell.org/packages/archive/gtk2hs-buildtools/${pkgver}/gtk2hs-buildtools-${pkgver}.tar.gz;)
-sha512sums=('8affee1469d9eeb72c07ac2b99ac9100450ad9f089c2d44a35dd9ef16b351d26a2fa62d305aba13c88f389684600ed1454a2118a0e736d12e7ff9c70d5be68ee')
-
-build() {
-cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
\
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/gtk2hs-buildtools-${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"
-}

Copied: haskell-gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD (from 
rev 493024, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:55:03 UTC (rev 493025)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk2hs-buildtools
+pkgver=0.13.5.0
+pkgrel=25
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="https://hackage.haskell.org/package/gtk2hs-buildtools;
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-hashtables')
+makedepends=('alex' 'happy' 'ghc')
+provides=('gtk2hs-buildtools')
+conflicts=('gtk2hs-buildtools')
+replaces=('gtk2hs-buildtools')
+source=("https://hackage.haskell.org/packages/archive/gtk2hs-buildtools/${pkgver}/gtk2hs-buildtools-${pkgver}.tar.gz;)
+sha512sums=('8affee1469d9eeb72c07ac2b99ac9100450ad9f089c2d44a35dd9ef16b351d26a2fa62d305aba13c88f389684600ed1454a2118a0e736d12e7ff9c70d5be68ee')
+
+build() {
+cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
\
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/gtk2hs-buildtools-${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"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:54:50
  Author: felixonmars
Revision: 493024

upgpkg: haskell-gtk2hs-buildtools 0.13.5.0-25

rebuild with silently 1.2.5.1

Modified:
  haskell-gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:52:53 UTC (rev 493023)
+++ PKGBUILD2019-07-27 05:54:50 UTC (rev 493024)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-gtk2hs-buildtools
 pkgver=0.13.5.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
 url="https://hackage.haskell.org/package/gtk2hs-buildtools;
 license=('GPL2')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:52:39
  Author: felixonmars
Revision: 493022

upgpkg: haskell-hashtables 1.2.3.3-5

rebuild with silently 1.2.5.1

Modified:
  haskell-hashtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:51:25 UTC (rev 493021)
+++ PKGBUILD2019-07-27 05:52:39 UTC (rev 493022)
@@ -4,7 +4,7 @@
 _hkgname=hashtables
 pkgname=haskell-hashtables
 pkgver=1.2.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


[arch-commits] Commit in haskell-hashtables/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:52:53
  Author: felixonmars
Revision: 493023

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hashtables/repos/community-staging-x86_64/PKGBUILD
(from rev 493022, haskell-hashtables/trunk/PKGBUILD)
Deleted:
  haskell-hashtables/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:52:39 UTC (rev 493022)
+++ PKGBUILD2019-07-27 05:52:53 UTC (rev 493023)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=hashtables
-pkgname=haskell-hashtables
-pkgver=1.2.3.3
-pkgrel=4
-pkgdesc="Mutable hash tables in the ST monad"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('94fb2a0eabfcbcceccc61c5febdac67067b89e8808aa6562d6c79a64e8afd8a3acab514786b8aa3190ece7dbe0633d60bf601e1c045f31b28d9ba49ac7ed9853')
-
-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"
-}

Copied: haskell-hashtables/repos/community-staging-x86_64/PKGBUILD (from rev 
493022, haskell-hashtables/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:52:53 UTC (rev 493023)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.3.3
+pkgrel=5
+pkgdesc="Mutable hash tables in the ST monad"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('94fb2a0eabfcbcceccc61c5febdac67067b89e8808aa6562d6c79a64e8afd8a3acab514786b8aa3190ece7dbe0633d60bf601e1c045f31b28d9ba49ac7ed9853')
+
+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-critbit/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:51:25
  Author: felixonmars
Revision: 493021

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-critbit/repos/community-staging-x86_64/PKGBUILD
(from rev 493020, haskell-critbit/trunk/PKGBUILD)
Deleted:
  haskell-critbit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:51:12 UTC (rev 493020)
+++ PKGBUILD2019-07-27 05:51:25 UTC (rev 493021)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=critbit
-pkgname=haskell-critbit
-pkgver=0.2.0.0
-pkgrel=35
-pkgdesc="Crit-bit maps and sets"
-url="https://github.com/bos/critbit;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-vector")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-
https://github.com/bos/critbit/commit/0111bc3c0848d411c169696b6d2176dea40e9417.patch)
-sha512sums=('b5d9acdfa94938d7ce9bae21d21e2865e880fe9e61098ce873878627b6618cfdb6b26083ccde3d1be85e00097c68307b8a04f4900d752e6cf645608ae1f38f95'
-
'6210839b52aa9c592678e7691c47234e31e0fe63d0a5c2980c898da25b796ca81f325d97c2d4b4b99581ff46ecd778151de8eabc6d73f867becd763410fbd267')
-
-prepare() {
-cd $_hkgname-$pkgver
-patch -p1 -i ../0111bc3c0848d411c169696b6d2176dea40e9417.patch
-}
-
-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
-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"
-}

Copied: haskell-critbit/repos/community-staging-x86_64/PKGBUILD (from rev 
493020, haskell-critbit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:51:25 UTC (rev 493021)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=critbit
+pkgname=haskell-critbit
+pkgver=0.2.0.0
+pkgrel=36
+pkgdesc="Crit-bit maps and sets"
+url="https://github.com/bos/critbit;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
https://github.com/bos/critbit/commit/0111bc3c0848d411c169696b6d2176dea40e9417.patch)
+sha512sums=('b5d9acdfa94938d7ce9bae21d21e2865e880fe9e61098ce873878627b6618cfdb6b26083ccde3d1be85e00097c68307b8a04f4900d752e6cf645608ae1f38f95'
+
'6210839b52aa9c592678e7691c47234e31e0fe63d0a5c2980c898da25b796ca81f325d97c2d4b4b99581ff46ecd778151de8eabc6d73f867becd763410fbd267')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../0111bc3c0848d411c169696b6d2176dea40e9417.patch
+}
+
+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
+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-critbit/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:51:12
  Author: felixonmars
Revision: 493020

upgpkg: haskell-critbit 0.2.0.0-36

rebuild with silently 1.2.5.1

Modified:
  haskell-critbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:50:07 UTC (rev 493019)
+++ PKGBUILD2019-07-27 05:51:12 UTC (rev 493020)
@@ -4,7 +4,7 @@
 _hkgname=critbit
 pkgname=haskell-critbit
 pkgver=0.2.0.0
-pkgrel=35
+pkgrel=36
 pkgdesc="Crit-bit maps and sets"
 url="https://github.com/bos/critbit;
 license=("BSD")


[arch-commits] Commit in haskell-chunked-data/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:50:07
  Author: felixonmars
Revision: 493019

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-chunked-data/repos/community-staging-x86_64/PKGBUILD
(from rev 493018, haskell-chunked-data/trunk/PKGBUILD)
Deleted:
  haskell-chunked-data/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:49:54 UTC (rev 493018)
+++ PKGBUILD2019-07-27 05:50:07 UTC (rev 493019)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=chunked-data
-pkgname=haskell-chunked-data
-pkgver=0.3.1
-pkgrel=32
-pkgdesc="Typeclasses for dealing with various chunked data representations"
-url="https://github.com/snoyberg/mono-traversable;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-vector')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9bdfac0598017ac1817fff76f3ea05672624a1edbf7d0b83298002185f234134277cd6e710ae29738997abfaf1d8e900d43d5b3c1e9e7fd98557e4e7d9f647c4')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i '/semigroups/d' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-chunked-data/repos/community-staging-x86_64/PKGBUILD (from rev 
493018, haskell-chunked-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:50:07 UTC (rev 493019)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.3.1
+pkgrel=33
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9bdfac0598017ac1817fff76f3ea05672624a1edbf7d0b83298002185f234134277cd6e710ae29738997abfaf1d8e900d43d5b3c1e9e7fd98557e4e7d9f647c4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:49:54
  Author: felixonmars
Revision: 493018

upgpkg: haskell-chunked-data 0.3.1-33

rebuild with silently 1.2.5.1

Modified:
  haskell-chunked-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:48:17 UTC (rev 493017)
+++ PKGBUILD2019-07-27 05:49:54 UTC (rev 493018)
@@ -4,7 +4,7 @@
 _hkgname=chunked-data
 pkgname=haskell-chunked-data
 pkgver=0.3.1
-pkgrel=32
+pkgrel=33
 pkgdesc="Typeclasses for dealing with various chunked data representations"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")


[arch-commits] Commit in haskell-vector/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:48:17
  Author: felixonmars
Revision: 493017

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector/repos/community-staging-x86_64/PKGBUILD
(from rev 493016, haskell-vector/trunk/PKGBUILD)
Deleted:
  haskell-vector/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:48:03 UTC (rev 493016)
+++ PKGBUILD2019-07-27 05:48:17 UTC (rev 493017)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-vector
-pkgver=0.12.0.3
-pkgrel=12
-pkgdesc="Efficient Arrays"
-url="https://hackage.haskell.org/package/vector;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-primitive')
-makedepends=('ghc' 'haskell-base-orphans')
-source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
-sha512sums=('176646ae612866064303cd200e9d940fec1645bb88176a89adb00df3b9a6df96200e3c9cf85a57af3a1481d6633b353da8e03d7a6c467c40e926275fe8d36853')
-
-build() {
-  cd "$srcdir"/vector-${pkgver}
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-  --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-  --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd "$srcdir"/vector-${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 -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
-  rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-vector/repos/community-staging-x86_64/PKGBUILD (from rev 
493016, haskell-vector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:48:17 UTC (rev 493017)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-vector
+pkgver=0.12.0.3
+pkgrel=13
+pkgdesc="Efficient Arrays"
+url="https://hackage.haskell.org/package/vector;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-primitive')
+makedepends=('ghc' 'haskell-base-orphans')
+source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
+sha512sums=('176646ae612866064303cd200e9d940fec1645bb88176a89adb00df3b9a6df96200e3c9cf85a57af3a1481d6633b353da8e03d7a6c467c40e926275fe8d36853')
+
+build() {
+  cd "$srcdir"/vector-${pkgver}
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+  --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+  --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$srcdir"/vector-${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 -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:48:03
  Author: felixonmars
Revision: 493016

upgpkg: haskell-vector 0.12.0.3-13

rebuild with silently 1.2.5.1

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:45:48 UTC (rev 493015)
+++ PKGBUILD2019-07-27 05:48:03 UTC (rev 493016)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-vector
 pkgver=0.12.0.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Efficient Arrays"
 url="https://hackage.haskell.org/package/vector;
 license=("BSD")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:45:48
  Author: felixonmars
Revision: 493015

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 493014, haskell-tasty-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 493014, haskell-tasty-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-27 05:45:48 UTC (rev 493015)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-smallcheck
+pkgname=haskell-tasty-smallcheck
+pkgver=0.8.1
+pkgrel=43
+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-tasty-smallcheck/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:45:35
  Author: felixonmars
Revision: 493014

upgpkg: haskell-tasty-smallcheck 0.8.1-43

rebuild with silently 1.2.5.1

Modified:
  haskell-tasty-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:44:43 UTC (rev 493013)
+++ PKGBUILD2019-07-27 05:45:35 UTC (rev 493014)
@@ -3,7 +3,7 @@
 _hkgname=tasty-smallcheck
 pkgname=haskell-tasty-smallcheck
 pkgver=0.8.1
-pkgrel=42
+pkgrel=43
 pkgdesc="SmallCheck support for the Tasty test framework"
 url="http://documentup.com/feuerbach/tasty;
 license=('MIT')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:44:43
  Author: felixonmars
Revision: 493013

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-resolv/repos/community-staging-x86_64/PKGBUILD (from rev 
493012, haskell-resolv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-27 05:44:43 UTC (rev 493013)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=resolv
+pkgname=haskell-resolv
+pkgver=0.1.1.1
+pkgrel=35
+pkgdesc="Domain Name Service (DNS) lookup via the libresolv standard library 
routines"
+url="https://github.com/hvr/resolv;
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0bc87f922072077d08d49e583d7fe60127380044ff2433e2e794029b77b4334f854c8cec451c4ad5a938bb52144b6f0fd9cad9d550ba208cd96fb0acdb631536')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.12/<2/' -e 's/<.*0.10/<1/' -e 's/< 
*0.6/<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 --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/haskell-hvr/resolv/issues/1
+# 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"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:44:32
  Author: felixonmars
Revision: 493012

upgpkg: haskell-resolv 0.1.1.1-35

rebuild with silently 1.2.5.1

Modified:
  haskell-resolv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:43:34 UTC (rev 493011)
+++ PKGBUILD2019-07-27 05:44:32 UTC (rev 493012)
@@ -3,7 +3,7 @@
 _hkgname=resolv
 pkgname=haskell-resolv
 pkgver=0.1.1.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Domain Name Service (DNS) lookup via the libresolv standard library 
routines"
 url="https://github.com/hvr/resolv;
 license=('GPL')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:43:34
  Author: felixonmars
Revision: 493011

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: 
haskell-ghc-typelits-natnormalise/repos/community-staging-x86_64/PKGBUILD (from 
rev 493010, haskell-ghc-typelits-natnormalise/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-27 05:43:34 UTC (rev 493011)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-natnormalise
+pkgname=haskell-ghc-typelits-natnormalise
+pkgver=0.6.2
+pkgrel=25
+pkgdesc="GHC typechecker plugin for types of kind GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-natnormalise;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ebdff54d97ad1e98221986e633e010c213340693f8739e5fe79a42e3d1d9dbb42907d0d3545f66b61da1698e5cbf5ff7f7bd58fdbad18ba1393a0deb24a460')
+
+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-natnormalise/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:43:23
  Author: felixonmars
Revision: 493010

upgpkg: haskell-ghc-typelits-natnormalise 0.6.2-25

rebuild with silently 1.2.5.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:42:37 UTC (rev 493009)
+++ PKGBUILD2019-07-27 05:43:23 UTC (rev 493010)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-natnormalise
 pkgname=haskell-ghc-typelits-natnormalise
 pkgver=0.6.2
-pkgrel=24
+pkgrel=25
 pkgdesc="GHC typechecker plugin for types of kind GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-natnormalise;
 license=('custom:BSD2')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:42:25
  Author: felixonmars
Revision: 493008

upgpkg: haskell-tasty-hunit 0.10.0.1-48

rebuild with silently 1.2.5.1

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:41:48 UTC (rev 493007)
+++ PKGBUILD2019-07-27 05:42:25 UTC (rev 493008)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.1
-pkgrel=47
+pkgrel=48
 pkgdesc="HUnit support for the Tasty test framework."
 url="https://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:42:37
  Author: felixonmars
Revision: 493009

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
493008, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-27 05:42:37 UTC (rev 493009)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.1
+pkgrel=48
+pkgdesc="HUnit support for the Tasty test framework."
+url="https://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46eaa56106df74e590d50fbeb0480a801ea4d832360a8365c1e38143c727d9373c8a524cff98bcff42ba839eba2850a8c11d7df07d85bcade586c6fd674ce8b5')
+
+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-expected-failure/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:41:36
  Author: felixonmars
Revision: 493006

upgpkg: haskell-tasty-expected-failure 0.11.1.1-36

rebuild with silently 1.2.5.1

Modified:
  haskell-tasty-expected-failure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:40:44 UTC (rev 493005)
+++ PKGBUILD2019-07-27 05:41:36 UTC (rev 493006)
@@ -4,7 +4,7 @@
 _hkgname=tasty-expected-failure
 pkgname=haskell-tasty-expected-failure
 pkgver=0.11.1.1
-pkgrel=35
+pkgrel=36
 pkgdesc="Mark tasty tests as failure expected"
 url="https://github.com/nomeata/tasty-expected-failure;
 license=("MIT")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:41:48
  Author: felixonmars
Revision: 493007

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-expected-failure/repos/community-staging-x86_64/
  haskell-tasty-expected-failure/repos/community-staging-x86_64/PKGBUILD
(from rev 493006, haskell-tasty-expected-failure/trunk/PKGBUILD)

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

Copied: haskell-tasty-expected-failure/repos/community-staging-x86_64/PKGBUILD 
(from rev 493006, haskell-tasty-expected-failure/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-27 05:41:48 UTC (rev 493007)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-expected-failure
+pkgname=haskell-tasty-expected-failure
+pkgver=0.11.1.1
+pkgrel=36
+pkgdesc="Mark tasty tests as failure expected"
+url="https://github.com/nomeata/tasty-expected-failure;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('de96c0046adfe09c66b49bcf9e6917657f49506f708ca9b5238fbfc1700748c0574a291bb15cd871663103cc21e32cae1c80edfc3b45efe959ccc8c64780f78a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.12/<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 \
+--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/repos (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:40:44
  Author: felixonmars
Revision: 493005

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 493004, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-27 05:40:44 UTC (rev 493005)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.2.3
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock'
+ 'haskell-optparse-applicative' 'haskell-tagged' 
'haskell-unbounded-delays'
+ 'haskell-wcwidth')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3922fc19c3ed74b1a39f8e6dc5fe243a955ab55d2e9d08d68b0932dfa0d16cb1efbc73bb2d793c1226d56986141494ce0490c9af70e7e612d07da64d5e2ee472')
+
+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 \
+-fclock
+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/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:40:33
  Author: felixonmars
Revision: 493004

upgpkg: haskell-tasty 1.2.3-3

rebuild with silently 1.2.5.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:39:46 UTC (rev 493003)
+++ PKGBUILD2019-07-27 05:40:33 UTC (rev 493004)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-silently/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:39:46
  Author: felixonmars
Revision: 493003

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-silently/repos/community-staging-x86_64/PKGBUILD
(from rev 493002, haskell-silently/trunk/PKGBUILD)
Deleted:
  haskell-silently/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:39:33 UTC (rev 493002)
+++ PKGBUILD2019-07-27 05:39:46 UTC (rev 493003)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=silently
-pkgname=haskell-silently
-pkgver=1.2.5.1
-pkgrel=1
-pkgdesc="Prevent or capture writing to stdout and other handles."
-url="https://github.com/hspec/silently;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('1347a1da5082ca015ca609ef313ad04c253d12ab7b08f8f714b4c70282d3c01ba753f278bef4111fd8a0cc25bd3be37908b7e565d99d4b7c2a2fcc019febb8d6')
-
-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"
-}

Copied: haskell-silently/repos/community-staging-x86_64/PKGBUILD (from rev 
493002, haskell-silently/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:39:46 UTC (rev 493003)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=silently
+pkgname=haskell-silently
+pkgver=1.2.5.1
+pkgrel=2
+pkgdesc="Prevent or capture writing to stdout and other handles."
+url="https://github.com/hspec/silently;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1347a1da5082ca015ca609ef313ad04c253d12ab7b08f8f714b4c70282d3c01ba753f278bef4111fd8a0cc25bd3be37908b7e565d99d4b7c2a2fcc019febb8d6')
+
+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-silently/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:39:33
  Author: felixonmars
Revision: 493002

upgpkg: haskell-silently 1.2.5.1-2

rebuild with silently 1.2.5.1

Modified:
  haskell-silently/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:38:58 UTC (rev 493001)
+++ PKGBUILD2019-07-27 05:39:33 UTC (rev 493002)
@@ -4,7 +4,7 @@
 _hkgname=silently
 pkgname=haskell-silently
 pkgver=1.2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Prevent or capture writing to stdout and other handles."
 url="https://github.com/hspec/silently;
 license=("BSD")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:38:37
  Author: felixonmars
Revision: 493000

upgpkg: haskell-hjsmin 0.2.0.2-56

rebuild with silently 1.2.5.1

Modified:
  haskell-hjsmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:37:54 UTC (rev 492999)
+++ PKGBUILD2019-07-27 05:38:37 UTC (rev 493000)
@@ -4,7 +4,7 @@
 _hkgname=hjsmin
 pkgname=haskell-hjsmin
 pkgver=0.2.0.2
-pkgrel=55
+pkgrel=56
 pkgdesc="Haskell implementation of a javascript minifier"
 url="https://github.com/erikd/hjsmin;
 license=("BSD")


[arch-commits] Commit in haskell-hjsmin/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:38:58
  Author: felixonmars
Revision: 493001

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hjsmin/repos/community-staging-x86_64/PKGBUILD
(from rev 493000, haskell-hjsmin/trunk/PKGBUILD)
Deleted:
  haskell-hjsmin/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:38:37 UTC (rev 493000)
+++ PKGBUILD2019-07-27 05:38:58 UTC (rev 493001)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=hjsmin
-pkgname=haskell-hjsmin
-pkgver=0.2.0.2
-pkgrel=55
-pkgdesc="Haskell implementation of a javascript minifier"
-url="https://github.com/erikd/hjsmin;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-blaze-builder" "haskell-language-javascript"
- "haskell-optparse-applicative")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ffd67972cef49b5026995e9852e603035513e18089df9f77c35ec084ee3487904018aea018a08408ab53f441aa5200efdd7f5a28191cd814c5e2fc91c2552902')
-
-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"
-}

Copied: haskell-hjsmin/repos/community-staging-x86_64/PKGBUILD (from rev 
493000, haskell-hjsmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:38:58 UTC (rev 493001)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsmin
+pkgname=haskell-hjsmin
+pkgver=0.2.0.2
+pkgrel=56
+pkgdesc="Haskell implementation of a javascript minifier"
+url="https://github.com/erikd/hjsmin;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-language-javascript"
+ "haskell-optparse-applicative")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffd67972cef49b5026995e9852e603035513e18089df9f77c35ec084ee3487904018aea018a08408ab53f441aa5200efdd7f5a28191cd814c5e2fc91c2552902')
+
+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-optparse-applicative/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:37:54
  Author: felixonmars
Revision: 492999

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD
(from rev 492998, haskell-optparse-applicative/trunk/PKGBUILD)
Deleted:
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:37:34 UTC (rev 492998)
+++ PKGBUILD2019-07-27 05:37:54 UTC (rev 492999)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-_hkgname=optparse-applicative
-pkgname=haskell-optparse-applicative
-pkgver=0.14.3.0
-pkgrel=20
-pkgdesc="Utilities and combinators for parsing command line options"
-url="https://github.com/pcapriotti/optparse-applicative;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('4673aff5398328aed82928a006c62b595dcadf61e0910c258a3c6296fe089293553e13e1791c3a1af45c336d568c8e3f52938f09489a15f592849651cf0357f7')
-
-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"
-}

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 492998, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:37:54 UTC (rev 492999)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.14.3.0
+pkgrel=21
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4673aff5398328aed82928a006c62b595dcadf61e0910c258a3c6296fe089293553e13e1791c3a1af45c336d568c8e3f52938f09489a15f592849651cf0357f7')
+
+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-optparse-applicative/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:37:34
  Author: felixonmars
Revision: 492998

upgpkg: haskell-optparse-applicative 0.14.3.0-21

rebuild with silently 1.2.5.1

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:36:52 UTC (rev 492997)
+++ PKGBUILD2019-07-27 05:37:34 UTC (rev 492998)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.14.3.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("BSD")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:36:39
  Author: felixonmars
Revision: 492996

upgpkg: haskell-chell 0.5-15

rebuild with silently 1.2.5.1

Modified:
  haskell-chell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:35:58 UTC (rev 492995)
+++ PKGBUILD2019-07-27 05:36:39 UTC (rev 492996)
@@ -3,7 +3,7 @@
 _hkgname=chell
 pkgname=haskell-chell
 pkgver=0.5
-pkgrel=14
+pkgrel=15
 pkgdesc="A simple and intuitive library for automated testing"
 url="https://github.com/typeclasses/chell;
 license=('MIT')


[arch-commits] Commit in haskell-chell/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:36:52
  Author: felixonmars
Revision: 492997

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-chell/repos/community-staging-x86_64/PKGBUILD
(from rev 492996, haskell-chell/trunk/PKGBUILD)
Deleted:
  haskell-chell/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:36:39 UTC (rev 492996)
+++ PKGBUILD2019-07-27 05:36:52 UTC (rev 492997)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=chell
-pkgname=haskell-chell
-pkgver=0.5
-pkgrel=14
-pkgdesc="A simple and intuitive library for automated testing"
-url="https://github.com/typeclasses/chell;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-options' 
'haskell-patience' 'haskell-random')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('386e8da002b34f0c6aecfd43a2150539dfd70ee6a64e284ff659d6efb9bd900b68d65b0815b087289b2784a9db418ae7d1cfaf6f57ca44399c79887ed9faa364')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *0.9/<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 \
--fcolor-output
-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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
-}

Copied: haskell-chell/repos/community-staging-x86_64/PKGBUILD (from rev 492996, 
haskell-chell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:36:52 UTC (rev 492997)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=chell
+pkgname=haskell-chell
+pkgver=0.5
+pkgrel=15
+pkgdesc="A simple and intuitive library for automated testing"
+url="https://github.com/typeclasses/chell;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-options' 
'haskell-patience' 'haskell-random')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('386e8da002b34f0c6aecfd43a2150539dfd70ee6a64e284ff659d6efb9bd900b68d65b0815b087289b2784a9db418ae7d1cfaf6f57ca44399c79887ed9faa364')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.9/<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 \
+-fcolor-output
+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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:35:45
  Author: felixonmars
Revision: 492994

upgpkg: haskell-ansi-wl-pprint 0.6.9-7

rebuild with silently 1.2.5.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:34:55 UTC (rev 492993)
+++ PKGBUILD2019-07-27 05:35:45 UTC (rev 492994)
@@ -4,7 +4,7 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.9
-pkgrel=6
+pkgrel=7
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint;
 license=("BSD")


[arch-commits] Commit in haskell-ansi-wl-pprint/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:35:58
  Author: felixonmars
Revision: 492995

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 492994, haskell-ansi-wl-pprint/trunk/PKGBUILD)
Deleted:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:35:45 UTC (rev 492994)
+++ PKGBUILD2019-07-27 05:35:58 UTC (rev 492995)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ansi-wl-pprint
-pkgname=haskell-ansi-wl-pprint
-pkgver=0.6.9
-pkgrel=6
-pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
-url="https://github.com/ekmett/ansi-wl-pprint;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
-
-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-example
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-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"
-}

Copied: haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 492994, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:35:58 UTC (rev 492995)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.9
+pkgrel=7
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="https://github.com/ekmett/ansi-wl-pprint;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
+
+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-example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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-ansi-terminal/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:34:42
  Author: felixonmars
Revision: 492992

upgpkg: haskell-ansi-terminal 0.9.1-7

rebuild with silently 1.2.5.1

Modified:
  haskell-ansi-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 05:29:52 UTC (rev 492991)
+++ PKGBUILD2019-07-27 05:34:42 UTC (rev 492992)
@@ -4,7 +4,7 @@
 _hkgname=ansi-terminal
 pkgname=haskell-ansi-terminal
 pkgver=0.9.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Simple ANSI terminal support, with Windows compatibility"
 url="https://github.com/feuerbach/ansi-terminal;
 license=("BSD")


[arch-commits] Commit in haskell-ansi-terminal/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:34:55
  Author: felixonmars
Revision: 492993

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 492992, haskell-ansi-terminal/trunk/PKGBUILD)
Deleted:
  haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:34:42 UTC (rev 492992)
+++ PKGBUILD2019-07-27 05:34:55 UTC (rev 492993)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ansi-terminal
-pkgname=haskell-ansi-terminal
-pkgver=0.9.1
-pkgrel=6
-pkgdesc="Simple ANSI terminal support, with Windows compatibility"
-url="https://github.com/feuerbach/ansi-terminal;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-colour')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bab9b55fe0494b30c01ab9211bfb17a02eaea781a945175b3b511f876004e27124b9caa71c185a8643bbff31dee814bd410ce66742dd930328533d3a63e785a0')
-
-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-example
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-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"
-}

Copied: haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 
492992, haskell-ansi-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:34:55 UTC (rev 492993)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-terminal
+pkgname=haskell-ansi-terminal
+pkgver=0.9.1
+pkgrel=7
+pkgdesc="Simple ANSI terminal support, with Windows compatibility"
+url="https://github.com/feuerbach/ansi-terminal;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-colour')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bab9b55fe0494b30c01ab9211bfb17a02eaea781a945175b3b511f876004e27124b9caa71c185a8643bbff31dee814bd410ce66742dd930328533d3a63e785a0')
+
+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-example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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-colour/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:29:39
  Author: felixonmars
Revision: 492990

upgpkg: haskell-colour 2.3.5-11

rebuild pass 1, specified --nocheck

Modified:
  haskell-colour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 00:22:59 UTC (rev 492989)
+++ PKGBUILD2019-07-27 05:29:39 UTC (rev 492990)
@@ -4,7 +4,7 @@
 _hkgname=colour
 pkgname=haskell-colour
 pkgver=2.3.5
-pkgrel=10
+pkgrel=11
 pkgdesc="A model for human colour/color perception"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")


[arch-commits] Commit in haskell-colour/repos/community-staging-x86_64 (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Saturday, July 27, 2019 @ 05:29:52
  Author: felixonmars
Revision: 492991

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-colour/repos/community-staging-x86_64/PKGBUILD
(from rev 492990, haskell-colour/trunk/PKGBUILD)
Deleted:
  haskell-colour/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 05:29:39 UTC (rev 492990)
+++ PKGBUILD2019-07-27 05:29:52 UTC (rev 492991)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=colour
-pkgname=haskell-colour
-pkgver=2.3.5
-pkgrel=10
-pkgdesc="A model for human colour/color perception"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' )
-checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
-  'haskell-test-framework-quickcheck2')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
---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"
-}

Copied: haskell-colour/repos/community-staging-x86_64/PKGBUILD (from rev 
492990, haskell-colour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 05:29:52 UTC (rev 492991)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=colour
+pkgname=haskell-colour
+pkgver=2.3.5
+pkgrel=11
+pkgdesc="A model for human colour/color perception"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' )
+checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
+  'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
+--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 nextcloud-app-notes/repos/community-any (PKGBUILD PKGBUILD)

2019-07-26 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 27, 2019 @ 00:22:59
  Author: spupykin
Revision: 492989

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-27 00:22:51 UTC (rev 492988)
+++ PKGBUILD2019-07-27 00:22:59 UTC (rev 492989)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('95d861b076fa9a1dd78ca604dbcf0e8bb34cba38e401278f2336d51137ba0689076798c8a5966b0f4ccfb2ffe0c7720bb23af934ab370e6a35e8b7fbfbd7fa84')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 492988, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-27 00:22:59 UTC (rev 492989)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
+sha512sums=('6e715669c200daeeca1cd45b0ccb5f8ae024845940cf606a4a2263acce1598a570844d81cfb474c16fe42273baa0ceb07a2cb70ee3334cf181c61dc932c52f81')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


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

2019-07-26 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 27, 2019 @ 00:22:51
  Author: spupykin
Revision: 492988

upgpkg: nextcloud-app-notes 3.0.1-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 00:22:44 UTC (rev 492987)
+++ PKGBUILD2019-07-27 00:22:51 UTC (rev 492988)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('nextcloud')
 makedepends=()
 options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('95d861b076fa9a1dd78ca604dbcf0e8bb34cba38e401278f2336d51137ba0689076798c8a5966b0f4ccfb2ffe0c7720bb23af934ab370e6a35e8b7fbfbd7fa84')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
+sha512sums=('6e715669c200daeeca1cd45b0ccb5f8ae024845940cf606a4a2263acce1598a570844d81cfb474c16fe42273baa0ceb07a2cb70ee3334cf181c61dc932c52f81')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 23:20:37
  Author: arojas
Revision: 492984

Update to 1.0.4

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 23:08:25 UTC (rev 492983)
+++ PKGBUILD2019-07-26 23:20:37 UTC (rev 492984)
@@ -2,7 +2,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="JupyterLab computational environment"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(jupyterlab_server)
 optdepends=('npm: to install extensions')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('e8aa6096d4e723a172fdef2e50330b8781b49b03ce79790211848f57b123193e')
+sha256sums=('32a72032ad537a7410f11c8c08243fce68d8d503f09376461f344778f35f0d6e')
 
 build() {
   cd $pkgname-$pkgver


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 23:21:01
  Author: arojas
Revision: 492985

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/community-any/PKGBUILD
(from rev 492984, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-26 23:20:37 UTC (rev 492984)
+++ PKGBUILD2019-07-26 23:21:01 UTC (rev 492985)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="JupyterLab computational environment"
-arch=(any)
-url="https://github.com/jupyterlab/jupyterlab;
-license=(custom)
-makedepends=(python-setuptools nodejs python2)
-depends=(jupyterlab_server)
-optdepends=('npm: to install extensions')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('e8aa6096d4e723a172fdef2e50330b8781b49b03ce79790211848f57b123193e')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 492984, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-26 23:21:01 UTC (rev 492985)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab;
+license=(custom)
+makedepends=(python-setuptools nodejs python2)
+depends=(jupyterlab_server)
+optdepends=('npm: to install extensions')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('32a72032ad537a7410f11c8c08243fce68d8d503f09376461f344778f35f0d6e')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-07-26 Thread Andrew Crerar via arch-commits
Date: Friday, July 26, 2019 @ 23:08:25
  Author: andrewsc
Revision: 492983

archrelease: copy trunk to community-any

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

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

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

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

2019-07-26 Thread Andrew Crerar via arch-commits
Date: Friday, July 26, 2019 @ 23:08:02
  Author: andrewsc
Revision: 492982

upgpkg: firefox-developer-edition-i18n 69.0b8-1

firefox-developer-edition-i18n: Updating to 69.0b8

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 23:06:50 UTC (rev 492981)
+++ PKGBUILD2019-07-26 23:08:02 UTC (rev 492982)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=69.0b7
+pkgver=69.0b8
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('1442fb710c5d0cd645aba54731964af949087fac44b97d9001215a0d003cae5ec5c2fd07dd4ed1f21326073b2daeb1c51890b44ca4d00395e69bf3f6ade64e4c'
-
'0b118bebe4ed44468945264ee9319a45610fdcbd4a431d073d422370cb1cfddd3f44da02dfb0582ca24e321e41a3d8441930fd12cd20bf8a0a8144d8353b'
-
'28d866640efc35139bedf88eb0d26940b531966b0e7cdec5d2737ef03aed9a99286acefa4d85d3c77c096a400128199c8d3d21d75fcec3a8f2e451c74ffc04ab'
-
'a856d411000cd76ff2a20c1a194216b66e38ecaf439f7033328dc4fbadddb9ddc5b6a56b63e46a00c066cc0ba1412dfa82cc3555f3dea23ca5bb72f719c5e6c0'
-
'e99688e21707318372ac000602e87f3ec924917af528227441818c926ad23b8e8a7a87c78d0efb74a36e4618f63b1df44af42c6f53fdb1cba41135913ac05f00'
-
'3083f4720fda2ef5e0e9366008126b7afce3aba31a134c07f0bd23224dca33b5ef2d0df136207a13d96bdf23afbcf29760563e33db3ef541213b57ad92c756d0'
-
'aa53e8c0cf59b08179e7f0cf93af2ff9343e3dc72a547ac8835a86dd1d80503b96c8a06b669f2ea12e45e4c35a30dfd81ce2e88fd4cbb1ef8ea42479927683d0'
-
'4200e28b5563520180f80a9ab3298aeac696fafb321b4b8921f6082656b7a29bf0a3a990e5270dda39360d023bc7357045bbec122790ab17634a41f6837aba3a'
-
'dcc78c9f6a4e46c33bfc76fc4fa654009dcf9d36689b310dbcdac6312adc0a7534b04cae431b00562fd8ed711c8defe8fe303e6527bf3df401671034a95f2e61'
-
'574c82132894922934e62ed068f797234c9540ec29f7afc5f3347189b246ef22bc7ad6f7ae0a4eb3cf8643273cc03becb38fa9e5817e465d4b3706a2e2152647'
-
'c354f512b75ae1c9368cc48c1750abcbdc2397a7a089c0d58d139e317405e06b07503ca8e8b40e997757ac1784e8b340693521ff613148bd23f301ebde8dcf3a'
-
'1b24957254fea0a6abf1a3d2e44014ddf1bc72b1cc6cea9c6dc9ae87a9cd847cfb59724fd4d740e362cee1eff5d0fe5ed79e6720b76445214e15e31d5c77f4d5'
-
'2bd8172e2ba823c7b38b866a0ee313c2cf33a9fccb484e6eb221c290f5e8f60ed5eb311b86987d281aed192427b7eaa23e75913cfcbc56781f1a48a9a37e17c5'
-
'3b8d1ba93ef491d752a14ef7595ee9dd635e9759ae0abe3da4b9f4171f35d11a2e19d9fcb8abe1a7166f117d36ba4cd8413aab2376cce39f9d55a83ef124357a'
-
'2ba9b55204684830b022f23d04c322030a8a5d3dad8141bd700aa4ef067d2db8258625cd678becc3d278d197f1ac32bc0a90c1515a7e40a82820610d83fce40f'
-
'87a1219213b2140332bf759c0dc912913abd62552c81c133bb78f901d057c1ef8ffe6f36e336bcb8ec6122f253d8808d86d7e6fd691f6adfd5f7a85c2f4d1889'
-
'4973e1905c84167e490213aac08de3d1abc08eec2860ecd86d88cbb3ce2cefbdb4fe5d7ec6232c02a10874d10f0e2b4dfdf40bfd3e4201d6ee04b3980ae75144'
-
'7239e2e57f350281a75074d9ed9da2cb26c35f54d334244f26a76feb286b4f5628c23e5d483785f2f26daa030b1c7e9f596f505609ac90b64a1a69e8ed652670'
-
'fe90458a25802f5cc5082617e004d8bf478b8c667fef92f50ed7b11398c1b09048eef3f3f1796d1eaae2ccd6ac77a43cba008a5f5fc73875041509a8340e09a7'
-
'15492a382eead742614e0fcb824de747e51e77bdcc93c29d608db0f91a780b4be272091cd8aadb6d26ce93a55b2577c57234b6050574b66649cda6286ec3adfd'
-
'486f468bae1b99dd43815287bcd94b8ab846e68700be8b83ccefc87f13dd9ee3aaade698aab8f117755863dbcc1f28a403e3996c97a25a97c58ea086aa677d7e'
-
'd1592ed89acc39291f77a5897c5ec63c0f695c5bbfb78d7c9e435de59ecbb84f41405269102600e30b8dc451cfe949108cf9a7b86c3ab0f282985cd32ca4115a'
-
'29a9dcf641b059524b3bfd58427f6199f3429ddc7acd7dfc9856d5bdcd7f0120dbd7c42372215110f4182361f2673cc00c0e1f2eeda9952ae6b5de06fbb6ef35'
-
'9416e516e256212131b6c394ba883ca788d068b52ce492d13b3d7277d5524438c868d4ba5f8649e05b096b19ca22bdd1234716de4f2649e0374636fb52aebf9e'
-
'91ccd2bd98da30f008a625de5ed51c5113b89e8bce968276c44f9097194099be545add57166e5806abd5d21c58b146e8f956b71a2df6d6f886921e014427bd72'
-
'bc52b45d151b8feb218f46c97d7d6ca453ed0fd61b3db11101fbbb98572c2f6f6b4b712588b04be0950ff36ca5f7525aaf4268aaefc1f9873079bda10a2aefc8'
-
'd311df984eeff375cc6acf1d9d1dafad3ae4cd49ee680679846d5e0999cb59623d9fdd972c06b306212cde1d62c9272004ba7811996c8954ae0d6719b929c4df'
-
'89302c2def935af298d65e13940364c9c327afb97efbd9b7b1d8017cda19e5e5ba782331249c4c3f9af873e4b6ec0e57aaca2eaab00ec4ec9ee7cafd0b0d7bd7'
-

[arch-commits] Commit in libffado/trunk (PKGBUILD scons-python3.patch)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 23:06:50
  Author: arojas
Revision: 492981

Fix build with python3 scons

Added:
  libffado/trunk/scons-python3.patch
Modified:
  libffado/trunk/PKGBUILD

-+
 PKGBUILD|6 --
 scons-python3.patch |   24 
 2 files changed, 28 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 23:02:21 UTC (rev 492980)
+++ PKGBUILD2019-07-26 23:06:50 UTC (rev 492981)
@@ -15,10 +15,11 @@
 optdepends=('python-pyqt5: ffado-mixer')
 provides=('ffado')
 source=("http://www.ffado.org/files/${pkgname}-${pkgver}.tgz;
-"${pkgname}-fix-python3-pyqt5.diff"
+"${pkgname}-fix-python3-pyqt5.diff" scons-python3.patch
 )
 
sha512sums=('0859f17b87c68108bbde726d1cf8ab0b99f6f7f02cbe36acd8b451e112688a4d1edc21134eb4a2edc8c92dcf5f5da52efeabb2ad0dc07804ed1aa664a3b38d74'
-
'39beb2399377d7ee13a43ddd7a80907eb94a2f8f146c5a94a4ba0e1471b3369d2b1519cb8b15c3e2352d9854048882cc037058a1992e6e87270fe9e17fdba91e')
+
'39beb2399377d7ee13a43ddd7a80907eb94a2f8f146c5a94a4ba0e1471b3369d2b1519cb8b15c3e2352d9854048882cc037058a1992e6e87270fe9e17fdba91e'
+
'69890fd26d3c07dce7c1a9789eb34a86d27207fc58040afc1c9c53ad157bf62d751cf1cf80f2d7b88b88ac9fd3ecb04e2cf41a2644103db8aeed3701555cc6d2')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -26,6 +27,7 @@
   # fix icon name, so it's coherent with XDG desktop file name
   sed -e 's/hi64-apps-ffado/ffado-mixer/g' \
 -i support/xdg/ffado.org-ffadomixer.desktop
+  patch -p1 -i ../scons-python3.patch
 }
 
 build() {

Added: scons-python3.patch
===
--- scons-python3.patch (rev 0)
+++ scons-python3.patch 2019-07-26 23:06:50 UTC (rev 492981)
@@ -0,0 +1,24 @@
+--- libffado-2.4.1/SConstruct.orig 2019-07-26 22:54:47.409490023 +
 libffado-2.4.1/SConstruct  2019-07-26 22:55:33.906830766 +
+@@ -719,8 +719,8 @@
+ # /bin/mount: file format elf64-x86-64
+ # or like this:
+ # /bin/mount: file format elf32-powerpc
+-for line in x.split(b'\n'):
+-line = line.strip().decode()
++for line in x.split('\n'):
++line = line.strip()
+ if line.startswith(real_exe):
+ x, fmt = line.rsplit(None, 1)
+ answer = 'elf32' in fmt
+--- libffado-2.4.1/support/mixer-qt4/SConscript.orig   2019-07-26 
23:02:25.349419059 +
 libffado-2.4.1/support/mixer-qt4/SConscript2019-07-26 
23:02:43.363010354 +
+@@ -38,7 +38,7 @@
+ arg.append( os.path.join( dirname, name ) )
+ 
+ pythonfiles = [ 'ffado/config.py' ]
+-os.path.walk( "ffado", findfiles, pythonfiles )
++os.walk( "ffado", findfiles, pythonfiles )
+ 
+ e.ScanReplace( "ffado/config.py.in" )
+ e.Depends( "ffado/config.py", "#/SConstruct" )


[arch-commits] Commit in cmake/repos/extra-x86_64 (4 files)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 23:04:52
  Author: arojas
Revision: 358653

archrelease: copy trunk to extra-x86_64

Added:
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 358652, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 358652, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/rebuild.list

--+
 PKGBUILD |  104 -
 rebuild.list |4 +-
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-26 23:04:33 UTC (rev 358652)
+++ PKGBUILD2019-07-26 23:04:52 UTC (rev 358653)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.15.0
-pkgrel=1
-pkgdesc='A cross-platform open-source make system'
-arch=('x86_64')
-url="https://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui')
-source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f7286513a215a9b9094c1f630761995dbc7f4e33c38bc5585ddc89d9b4742630962921aff59570e0de39887e0cc66df6eebc83ab478796876364d2de5d2c0d6f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-x86_64/PKGBUILD (from rev 358652, 
cmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-26 23:04:52 UTC (rev 358653)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.15.1
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="https://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('6900a84c7764034331fb6f00801841a7a3e667ac39813c35ceb3db983b33a5bf6addbbc8539c39a0c0be9e10204c79d6236886a9d50ce901a56275b53619ec73')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: rebuild.list
===
--- rebuild.list2019-07-26 23:04:33 UTC (rev 358652)
+++ rebuild.list2019-07-26 23:04:52 UTC (rev 358653)
@@ -1,2 +0,0 @@
-cmake-fedora
-uranium

Copied: cmake/repos/extra-x86_64/rebuild.list (from rev 358652, 
cmake/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ 

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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 23:04:33
  Author: arojas
Revision: 358652

Update to 3.15.1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 21:43:07 UTC (rev 358651)
+++ PKGBUILD2019-07-26 23:04:33 UTC (rev 358652)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.15.0
+pkgver=3.15.1
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-base' 'python-sphinx' 'emacs')
 optdepends=('qt5-base: cmake-gui')
 
source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f7286513a215a9b9094c1f630761995dbc7f4e33c38bc5585ddc89d9b4742630962921aff59570e0de39887e0cc66df6eebc83ab478796876364d2de5d2c0d6f')
+sha512sums=('6900a84c7764034331fb6f00801841a7a3e667ac39813c35ceb3db983b33a5bf6addbbc8539c39a0c0be9e10204c79d6236886a9d50ce901a56275b53619ec73')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-07-26 Thread Andrew Crerar via arch-commits
Date: Friday, July 26, 2019 @ 23:02:21
  Author: andrewsc
Revision: 492980

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 492979, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 492979, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 492979, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 492979, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 492979, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  362 +++
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 firefox-symbolic.svg   |  128 +-
 5 files changed, 684 insertions(+), 684 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-26 
23:01:46 UTC (rev 492979)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-26 
23:02:21 UTC (rev 492980)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 492979, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-26 
23:02:21 UTC (rev 492980)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 

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

2019-07-26 Thread Andrew Crerar via arch-commits
Date: Friday, July 26, 2019 @ 23:01:46
  Author: andrewsc
Revision: 492979

upgpkg: firefox-developer-edition 69.0b8-1

firefox-developer-edition: Updating to 69.0b8

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 22:53:00 UTC (rev 492978)
+++ PKGBUILD2019-07-26 23:01:46 UTC (rev 492979)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=69.0b7
+pkgver=69.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop firefox-symbolic.svg)
-sha512sums=('445adcf2059eb83d169571435215a0e282da69e3dfe22849d4cb0d3989e5ee9c53b2626da3387fcec92e6e4d273ed79e90fcd12ac9ce45873103c49d88303b83'
+sha512sums=('563022f9017f029a3d088426f02b60ed9dc730c559cc7465b626eabb946fec3cd24418ce5f1d0c785c9498c99dd5db173ba6dc8a67a4966e42867cd3dfc0fa0b'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 22:53:00
  Author: arojas
Revision: 492978

Fix build with python3 scons

Added:
  gpick/trunk/gpick-link-expat.patch
  gpick/trunk/scons-python3.patch
Modified:
  gpick/trunk/PKGBUILD

+
 PKGBUILD   |   13 -
 gpick-link-expat.patch |   37 
 scons-python3.patch|  106 +++
 3 files changed, 154 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 22:01:58 UTC (rev 492977)
+++ PKGBUILD2019-07-26 22:53:00 UTC (rev 492978)
@@ -10,9 +10,18 @@
 license=('BSD')
 depends=('boost-libs' 'gtk2' 'lua')
 makedepends=('boost' 'scons' 'ragel')
-source=("https://github.com/thezbyg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('4e55600a6894fb52ab3d9d4a2fc42580cce289da6912bf916060a5a6301333d8')
+source=("https://github.com/thezbyg/$pkgname/archive/$pkgname-$pkgver.tar.gz; 
scons-python3.patch
+ gpick-link-expat.patch)
+sha256sums=('4e55600a6894fb52ab3d9d4a2fc42580cce289da6912bf916060a5a6301333d8'
+'1a5f4f7c8846ba3af0247495391ffa09f0425a39a1911cd88dffcbdf1487082c'
+'6091496e3b300c4edc986e9c0938539ffa2e62067f3e578286ca34bbbd5dc712')
 
+prepare() {
+  cd $pkgname-$pkgname-$pkgver
+  patch -p1 -i ../scons-python3.patch
+  patch -p1 -i ../gpick-link-expat.patch # 
https://github.com/thezbyg/gpick/issues/112
+}
+
 build() {
 cd "$pkgname-$pkgname-$pkgver"
 scons

Added: gpick-link-expat.patch
===
--- gpick-link-expat.patch  (rev 0)
+++ gpick-link-expat.patch  2019-07-26 22:53:00 UTC (rev 492978)
@@ -0,0 +1,37 @@
+From a7e0689c26d2ef7088220ef7d660748271c9274e Mon Sep 17 00:00:00 2001
+From: Ryan Schmidt 
+Date: Mon, 8 Oct 2018 19:29:44 -0500
+Subject: [PATCH] Always link with libexpat
+
+Always link with libexpat, not just on Linux, GNU Hurd and GNU kFreeBSD.
+Fixes build failure on macOS and presumably other non-GNU UNIX systems.
+
+Closes https://github.com/thezbyg/gpick/issues/112
+
+Still only link with librt on Linux, GNU Hurd and GNU kFreeBSD because that
+library is specific to the GNU C library.
+---
+ source/SConscript | 10 --
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/source/SConscript b/source/SConscript
+index a666edc..82ecf83 100644
+--- a/source/SConscript
 b/source/SConscript
+@@ -47,12 +47,10 @@ if local_env['BUILD_TARGET'] == 'win32':
+   else:
+   local_env.Append(LINKFLAGS = ['/SUBSYSTEM:WINDOWS', 
'/ENTRY:mainCRTStartup'], CPPDEFINES = ['XML_STATIC'])
+   objects.append(SConscript(['winres/SConscript'], exports='env'))
+-elif local_env['BUILD_TARGET'] == 'linux2':
+-  local_env.Append(LIBS=['rt', 'expat'])
+-elif local_env['BUILD_TARGET'].startswith('gnu0'):
+-  local_env.Append(LIBS=['rt', 'expat'])
+-elif local_env['BUILD_TARGET'].startswith('gnukfreebsd'):
+-  local_env.Append(LIBS=['rt', 'expat'])
++else:
++  local_env.Append(LIBS=['expat'])
++  if local_env['BUILD_TARGET'].startswith('linux') or 
local_env['BUILD_TARGET'].startswith('gnu0') or 
local_env['BUILD_TARGET'].startswith('gnukfreebsd'):
++  local_env.Append(LIBS=['rt'])
+ 
+ local_env.Append(CPPPATH=['#source'])
+ 

Added: scons-python3.patch
===
--- scons-python3.patch (rev 0)
+++ scons-python3.patch 2019-07-26 22:53:00 UTC (rev 492978)
@@ -0,0 +1,106 @@
+--- gpick-gpick-0.2.6rc1/tools/gpick.py.orig   2019-07-26 18:58:37.277863800 
+
 gpick-gpick-0.2.6rc1/tools/gpick.py2019-07-26 18:58:51.344706165 
+
+@@ -6,12 +6,12 @@
+ import string
+ import glob
+ import subprocess
+-from lemon import *
+-from flex import *
+-from gettext import *
+-from resource_template import *
+-from ragel import *
+-from template import *
++from .lemon import * 
++from .flex import * 
++from .gettext import *
++from .resource_template import *
++from .ragel import *
++from .template import *
+ from SCons.Script import *
+ from SCons.Util import *
+ from SCons.Script.SConscript import SConsEnvironment
+@@ -100,9 +100,9 @@
+   def ConfirmPrograms(self, conf, programs):
+   conf.AddTests({'CheckProgram': CheckProgram})
+   
+-  for evar, args in programs.iteritems():
++  for evar, args in programs.items():
+   found = False
+-  for name, member_name in args['checks'].iteritems():
++  for name, member_name in args['checks'].items():
+   if conf.CheckProgram(self, name, member_name):
+   found = True;
+   break
+@@ -116,9 +116,9 @@
+   def ConfirmLibs(self, conf, libs):
+   

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

2019-07-26 Thread David Runge via arch-commits
Date: Friday, July 26, 2019 @ 22:01:58
  Author: dvzrv
Revision: 492977

archrelease: copy trunk to community-staging-x86_64

Added:
  libgig/repos/community-staging-x86_64/
  libgig/repos/community-staging-x86_64/PKGBUILD
(from rev 492976, libgig/trunk/PKGBUILD)

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

Copied: libgig/repos/community-staging-x86_64/PKGBUILD (from rev 492976, 
libgig/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 22:01:58 UTC (rev 492977)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="C++ library for loading, modifying and creating .gig, .ksf, .kmp, 
.sf2 and DLS files"
+arch=('x86_64')
+url="https://www.linuxsampler.org/libgig/;
+license=('GPL2')
+depends=('util-linux' 'libsndfile')
+provides=('libgig.so')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('52c8c749c7852e229c76c17211398dbf5dd5891a1ee9d8e8bc61d55b825c5676595b20b26014e739b9bfd387db36895152b380519609a928a8fa68f4a20279f6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-26 Thread David Runge via arch-commits
Date: Friday, July 26, 2019 @ 22:01:53
  Author: dvzrv
Revision: 492976

upgpkg: libgig 4.2.0-1

Upgrading to 4.2.0. Switching to correct license (GPL2). Adding provides for 
libgig.so, so it can be tracked.
Adding autoreconf to prepare(). Installing docs. Removing ld.so.conf.d entry 
(this should not be required with pkg-config).

Modified:
  libgig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 21:16:13 UTC (rev 492975)
+++ PKGBUILD2019-07-26 22:01:53 UTC (rev 492976)
@@ -1,22 +1,27 @@
 # Maintainer: David Runge 
-# Maintainer: Ray Rashif 
+# Contributor: Ray Rashif 
 # Contributor: svoufff 
 # Contributor: Shinlun Hsieh 
 
 pkgname=libgig
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
-pkgdesc="C++ library for loading Gigasampler and DLS files"
+pkgdesc="C++ library for loading, modifying and creating .gig, .ksf, .kmp, 
.sf2 and DLS files"
 arch=('x86_64')
 url="https://www.linuxsampler.org/libgig/;
-license=('GPL')
+license=('GPL2')
 depends=('util-linux' 'libsndfile')
+provides=('libgig.so')
 
source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('e88500f5d60d597b383093f904a2356aba7505a3a22b4852fe3fbbe71723fddbfc81029a82edf3c18e46ade519343cdbe87c06c652f982ffd4cfb4c35d5a9a0a')
+sha512sums=('52c8c749c7852e229c76c17211398dbf5dd5891a1ee9d8e8bc61d55b825c5676595b20b26014e739b9bfd387db36895152b380519609a928a8fa68f4a20279f6')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
-
   ./configure --prefix=/usr
   make
 }
@@ -23,12 +28,9 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-
   make DESTDIR="${pkgdir}" install
-
-  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the 
heads-up)
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-07-26 Thread Evangelos Foutras via arch-commits
Date: Friday, July 26, 2019 @ 21:43:04
  Author: foutrelis
Revision: 358650

upgpkg: dialog 1:1.3_20190724-1

New upstream release.

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 21:16:36 UTC (rev 358649)
+++ PKGBUILD2019-07-26 21:43:04 UTC (rev 358650)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=dialog
-pkgver=1.3_20190211
+pkgver=1.3_20190724
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -14,7 +14,7 @@
 depends=('sh' 'ncurses')
 provides=('libdialog.so')
 
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('49c0e289d77dcd7806f67056c54f36a96826a9b73a53fb0ffda1ffa6f25ea0d3')
+sha256sums=('38c0855b3f59281a44ff15bfa2150070d89daa3a4e2cda1139f6399ca924')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"


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

2019-07-26 Thread Evangelos Foutras via arch-commits
Date: Friday, July 26, 2019 @ 21:43:07
  Author: foutrelis
Revision: 358651

archrelease: copy trunk to testing-x86_64

Added:
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 358650, dialog/trunk/PKGBUILD)

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

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 358650, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-26 21:43:07 UTC (rev 358651)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.3_20190724
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('x86_64')
+url="https://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('38c0855b3f59281a44ff15bfa2150070d89daa3a4e2cda1139f6399ca924')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--enable-nls \
+--with-libtool \
+--with-ncursesw
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-26 Thread Jan Steffens via arch-commits
Date: Friday, July 26, 2019 @ 21:08:44
  Author: heftig
Revision: 358643

1.3.3-1

Modified:
  srt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 19:10:05 UTC (rev 358642)
+++ PKGBUILD2019-07-26 21:08:44 UTC (rev 358643)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=srt
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="Secure Reliable Transport library"
 url="https://www.srtalliance.org/;
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(openssl)
 makedepends=(git cmake ninja)
-_commit=89cb4786a444038461725c9044c31ae9405c2ba9  # tags/v1.3.2
+_commit=5781e76304d43259bb3f58d5f0782e439eec4cf1  # tags/v1.3.3
 source=("git+https://github.com/Haivision/srt#commit=$_commit;
 no-rpath.diff)
 sha256sums=('SKIP'
@@ -37,12 +37,13 @@
 
 check() {
   cd build
+  ./uriparser-test
   ./utility-test
 }
 
 package() {
   DESTDIR="$pkgdir" cmake --build build --target install
-  rm "$pkgdir"/usr/bin/*-test
+  rm "$pkgdir"/usr/bin/{uriparser,utility}-test
 }
 
 # vim:set ts=2 sw=2:


[arch-commits] Commit in srt/repos/extra-x86_64 (4 files)

2019-07-26 Thread Jan Steffens via arch-commits
Date: Friday, July 26, 2019 @ 21:08:58
  Author: heftig
Revision: 358644

archrelease: copy trunk to extra-x86_64

Added:
  srt/repos/extra-x86_64/PKGBUILD
(from rev 358643, srt/trunk/PKGBUILD)
  srt/repos/extra-x86_64/no-rpath.diff
(from rev 358643, srt/trunk/no-rpath.diff)
Deleted:
  srt/repos/extra-x86_64/PKGBUILD
  srt/repos/extra-x86_64/no-rpath.diff

---+
 PKGBUILD  |   97 
 no-rpath.diff |   24 ++---
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-26 21:08:44 UTC (rev 358643)
+++ PKGBUILD2019-07-26 21:08:58 UTC (rev 358644)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=srt
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Secure Reliable Transport library"
-url="https://www.srtalliance.org/;
-arch=(x86_64)
-license=(MPL2)
-depends=(openssl)
-makedepends=(git cmake ninja)
-_commit=89cb4786a444038461725c9044c31ae9405c2ba9  # tags/v1.3.2
-source=("git+https://github.com/Haivision/srt#commit=$_commit;
-no-rpath.diff)
-sha256sums=('SKIP'
-'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../no-rpath.diff
-}
-
-build() {
-  cmake -Hsrt -Bbuild -GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_BINDIR=bin \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_INCLUDEDIR=include \
--DENABLE_TESTING=True
-  cmake --build build
-}
-
-check() {
-  cd build
-  ./utility-test
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-  rm "$pkgdir"/usr/bin/*-test
-}
-
-# vim:set ts=2 sw=2:

Copied: srt/repos/extra-x86_64/PKGBUILD (from rev 358643, srt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-26 21:08:58 UTC (rev 358644)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=srt
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Secure Reliable Transport library"
+url="https://www.srtalliance.org/;
+arch=(x86_64)
+license=(MPL2)
+depends=(openssl)
+makedepends=(git cmake ninja)
+_commit=5781e76304d43259bb3f58d5f0782e439eec4cf1  # tags/v1.3.3
+source=("git+https://github.com/Haivision/srt#commit=$_commit;
+no-rpath.diff)
+sha256sums=('SKIP'
+'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../no-rpath.diff
+}
+
+build() {
+  cmake -Hsrt -Bbuild -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=bin \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_INCLUDEDIR=include \
+-DENABLE_TESTING=True
+  cmake --build build
+}
+
+check() {
+  cd build
+  ./uriparser-test
+  ./utility-test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  rm "$pkgdir"/usr/bin/{uriparser,utility}-test
+}
+
+# vim:set ts=2 sw=2:

Deleted: no-rpath.diff
===
--- no-rpath.diff   2019-07-26 21:08:44 UTC (rev 358643)
+++ no-rpath.diff   2019-07-26 21:08:58 UTC (rev 358644)
@@ -1,12 +0,0 @@
-diff --git i/CMakeLists.txt w/CMakeLists.txt
-index e913122..2cc3c3d 100644
 i/CMakeLists.txt
-+++ w/CMakeLists.txt
-@@ -634,7 +634,6 @@ macro(srt_make_application name)
-   # be placed into the binrary directory anyway.
-   # XXX not sure about Mac.
-   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
--  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
-   endif()
- 
-   # We state that Darwin always uses CLANG compiler, which honors this 
flag the same way.

Copied: srt/repos/extra-x86_64/no-rpath.diff (from rev 358643, 
srt/trunk/no-rpath.diff)
===
--- no-rpath.diff   (rev 0)
+++ no-rpath.diff   2019-07-26 21:08:58 UTC (rev 358644)
@@ -0,0 +1,12 @@
+diff --git i/CMakeLists.txt w/CMakeLists.txt
+index e913122..2cc3c3d 100644
+--- i/CMakeLists.txt
 w/CMakeLists.txt
+@@ -634,7 +634,6 @@ macro(srt_make_application name)
+   # be placed into the binrary directory anyway.
+   # XXX not sure about Mac.
+   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
+-  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
+   endif()
+ 
+   # We state that Darwin always uses CLANG compiler, which 

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

2019-07-26 Thread Nicola Squartini via arch-commits
Date: Friday, July 26, 2019 @ 20:50:41
  Author: tensor5
Revision: 492964

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 492963, go-ethereum/trunk/PKGBUILD)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-26 20:50:25 UTC (rev 492963)
+++ PKGBUILD2019-07-26 20:50:41 UTC (rev 492964)
@@ -1,29 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.9.0
-_commit=52f2461774bcb8cdd310f86b4bc501df5b783852
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 492963, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-26 20:50:41 UTC (rev 492964)
@@ -0,0 +1,29 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.9.1
+_commit=b7b2f60f866d92e75db5bfe5be51b48eadeb3150
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2019-07-26 Thread Nicola Squartini via arch-commits
Date: Friday, July 26, 2019 @ 20:50:25
  Author: tensor5
Revision: 492963

upgpkg: go-ethereum 1.9.1-1

Modified:
  go-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 18:50:44 UTC (rev 492962)
+++ PKGBUILD2019-07-26 20:50:25 UTC (rev 492963)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.9.0
-_commit=52f2461774bcb8cdd310f86b4bc501df5b783852
+pkgver=1.9.1
+_commit=b7b2f60f866d92e75db5bfe5be51b48eadeb3150
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')


[arch-commits] Commit in ibus-sunpinyin/trunk (PKGBUILD scons-python3.patch)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 18:50:44
  Author: arojas
Revision: 492962

Fix build with python3 scons

Added:
  ibus-sunpinyin/trunk/scons-python3.patch
Modified:
  ibus-sunpinyin/trunk/PKGBUILD

-+
 PKGBUILD|   10 --
 scons-python3.patch |   31 +++
 2 files changed, 39 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 18:36:43 UTC (rev 492961)
+++ PKGBUILD2019-07-26 18:50:44 UTC (rev 492962)
@@ -12,9 +12,15 @@
 license=('LGPL')
 depends=('sunpinyin' 'sunpinyin-data' 'ibus' 'pygtk')
 makedepends=('git' 'scons')
-source=("git://github.com/sunpinyin/sunpinyin.git#tag=$_tag")
-md5sums=("SKIP")
+source=("git://github.com/sunpinyin/sunpinyin.git#tag=$_tag" 
scons-python3.patch)
+md5sums=('SKIP'
+ '73242f03ff8ec9a360021de31b903601')
 
+prepare() {
+  cd $_pkgname
+  patch -p1 -i ../scons-python3.patch
+}
+
 build() {
   cd "$srcdir/$_pkgname/wrapper/ibus"
   sed -i -e "s|python|python2|" setup/ibus-setup-sunpinyin.in

Added: scons-python3.patch
===
--- scons-python3.patch (rev 0)
+++ scons-python3.patch 2019-07-26 18:50:44 UTC (rev 492962)
@@ -0,0 +1,31 @@
+--- sunpinyin/SConstruct.orig  2019-07-26 18:43:44.176969620 +
 sunpinyin/SConstruct   2019-07-26 18:44:16.680683795 +
+@@ -227,7 +227,7 @@
+ def PassVariables(envvar, env):
+ for (x, y) in envvar:
+ if x in os.environ:
+-print 'Warning: you\'ve set %s in the environmental variable!' % x
++print ('Warning: you\'ve set %s in the environmental variable!' % 
x)
+ env[y] = os.environ[x]
+ 
+ env = CreateEnvironment()
+--- sunpinyin/wrapper/ibus/SConstruct.orig 2019-07-26 18:47:21.482881594 
+
 sunpinyin/wrapper/ibus/SConstruct  2019-07-26 18:47:44.303156268 +
+@@ -36,7 +36,7 @@
+ def PassVariables(envvar, env):
+ for (x, y) in envvar:
+ if x in os.environ:
+-print 'Warning: you\'ve set %s in the environmental variable!' % x
++print ('Warning: you\'ve set %s in the environmental variable!' % 
x)
+ env[y] = os.environ[x]
+ 
+ env = Environment(ENV=os.environ,
+@@ -141,7 +141,7 @@
+ libexec_target = env.Install(bin_dir, ['ibus-engine-sunpinyin', 
+'setup/ibus-setup-sunpinyin'])
+ for exec_bin in libexec_target:
+-env.AddPostAction(exec_bin, Chmod(str(exec_bin), 0755))
++env.AddPostAction(exec_bin, Chmod(str(exec_bin), '0755'))
+ 
+ setup_target = env.Install(data_dir + '/setup',
+['setup/setup.xml',


[arch-commits] Commit in glob2/trunk (PKGBUILD scons-python3.patch)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 18:36:43
  Author: arojas
Revision: 492961

Fix build with python3 scons

Added:
  glob2/trunk/scons-python3.patch
Modified:
  glob2/trunk/PKGBUILD

-+
 PKGBUILD|7 +
 scons-python3.patch |  243 ++
 2 files changed, 248 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 18:33:05 UTC (rev 492960)
+++ PKGBUILD2019-07-26 18:36:43 UTC (rev 492961)
@@ -17,13 +17,15 @@
 glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff
 
glob2-gcc6.patch::"https://bitbucket.org/giszmo/glob2/commits/a9a16d8631db0176267b4f4aefd8e93767f8d247/raw/;
 glob2-scons3.patch
-glob2-bool.patch)
+glob2-bool.patch
+scons-python3.patch)
 sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
 '3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
 '2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba'
 '40013ef6805694f3d96407ca5df46c4083f0d13677c75c8f05c53efbe3d33e20'
 '4b7833d58d62abb8c737cb60e959fe3bb27cc4a19917e4fd5fca7a7debada5cc'
-'81d28fde429be01ae2398ca33537daf9203bafb45182d51f04b2d00dd173b591')
+'81d28fde429be01ae2398ca33537daf9203bafb45182d51f04b2d00dd173b591'
+'a44d7498dee4924e971c2ed4f5fa4346ad638819bf2bbed6b107dffa0e05c772')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -33,6 +35,7 @@
   patch -p1 -i "$srcdir/glob2-gcc6.patch"
   patch -p1 -i "$srcdir/glob2-scons3.patch"
   patch -p1 -i "$srcdir/glob2-bool.patch"
+  patch -p1 -i ../scons-python3.patch
 }
 
 build() {

Added: scons-python3.patch
===
--- scons-python3.patch (rev 0)
+++ scons-python3.patch 2019-07-26 18:36:43 UTC (rev 492961)
@@ -0,0 +1,243 @@
+--- glob2-0.9.4.4/SConstruct.orig  2019-07-26 18:18:48.365048391 +
 glob2-0.9.4.4/SConstruct   2019-07-26 18:23:10.541667260 +
+@@ -75,31 +75,31 @@
+ env.Append(CPPDEFINES=["HAVE_CONFIG_H"])
+ #Simple checks for required libraries
+ if not conf.CheckLib("SDL") and not server_only:
+-print "Could not find libSDL"
++print ("Could not find libSDL")
+ missing.append("SDL")
+ if not conf.CheckLib("SDL_ttf") and not server_only:
+-print "Could not find libSDL_ttf"
++print ("Could not find libSDL_ttf")
+ missing.append("SDL_ttf")
+ if not conf.CheckLib("SDL_image") and not server_only:
+-print "Could not find libSDL_image"
++print ("Could not find libSDL_image")
+ missing.append("SDL_image")
+ if not conf.CheckLib("SDL_net") and not server_only:
+-print "Could not find libSDL_net"
++print ("Could not find libSDL_net")
+ missing.append("SDL_net")
+ if not conf.CheckLib("speex") or not conf.CheckCXXHeader("speex/speex.h") 
and not server_only:
+-print "Could not find libspeex or could not find 'speex/speex.h'"
++print ("Could not find libspeex or could not find 'speex/speex.h'")
+ missing.append("speex")
+ if not conf.CheckLib("vorbisfile") and not server_only:
+-print "Could not find libvorbisfile"
++print ("Could not find libvorbisfile")
+ missing.append("vorbisfile")
+ if not conf.CheckLib("vorbis") and not server_only:
+-print "Could not find libvorbis"
++print ("Could not find libvorbis")
+ missing.append("vorbis")
+ if not conf.CheckLib("ogg") and not server_only:
+-print "Could not find libogg"
++print ("Could not find libogg")
+ missing.append("ogg")
+ if not conf.CheckCXXHeader("zlib.h"):
+-print "Could not find zlib.h"
++print ("Could not find zlib.h")
+ missing.append("zlib")
+ else:
+ if conf.CheckLib("z"):
+@@ -107,7 +107,7 @@
+ elif conf.CheckLib("zlib1"):
+ env.Append(LIBS="zlib1")
+ else:
+-print "Could not find libz or zlib1.dll"
++print ("Could not find libz or zlib1.dll")
+ missing.append("zlib")
+ 
+ boost_thread = ''
+@@ -116,7 +116,7 @@
+ elif conf.CheckLib("boost_thread-mt") and 
conf.CheckCXXHeader("boost/thread/thread.hpp"):
+ boost_thread="boost_thread-mt"
+ else:
+-print "Could not find libboost_thread or libboost_thread-mt or 
boost/thread/thread.hpp"
++print ("Could not find libboost_thread or libboost_thread-mt or 
boost/thread/thread.hpp")
+ missing.append("libboost_thread")
+ env.Append(LIBS=[boost_thread])
+ 
+@@ -126,31 +126,31 @@
+ elif conf.CheckLib("boost_date_time-mt") and 
conf.CheckCXXHeader("boost/date_time/posix_time/posix_time.hpp"):
+ boost_thread="boost_thread-mt"
+ else:
+-print "Could not find 

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

2019-07-26 Thread Massimiliano Torromeo via arch-commits
Date: Friday, July 26, 2019 @ 18:33:05
  Author: mtorromeo
Revision: 492960

archrelease: copy trunk to community-staging-x86_64

Added:
  rmlint/repos/community-staging-x86_64/
  rmlint/repos/community-staging-x86_64/PKGBUILD
(from rev 492959, rmlint/trunk/PKGBUILD)
  rmlint/repos/community-staging-x86_64/no-sse4.patch
(from rev 492959, rmlint/trunk/no-sse4.patch)

---+
 PKGBUILD  |   53 +
 no-sse4.patch |   16 
 2 files changed, 69 insertions(+)

Copied: rmlint/repos/community-staging-x86_64/PKGBUILD (from rev 492959, 
rmlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 18:33:05 UTC (rev 492960)
@@ -0,0 +1,53 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Blisfull 
+# Contributor: SahibBommelig 
+
+pkgbase=rmlint
+pkgname=(rmlint rmlint-shredder)
+pkgver=2.8.0
+pkgrel=3
+url="https://github.com/sahib/rmlint;
+license=('GPL3')
+arch=('x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+ 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+ 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
+"no-sse4.patch")
+sha256sums=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253'
+'634386ee36022f0ebbb4750a7fbc8475eb2be8e36bee051f7e5878ea09b791f1')
+
+prepare() {
+cd "$srcdir"/$pkgbase-$pkgver
+sed 's/python4/python/' -i gui/SConscript
+patch -p1 -i "$srcdir"/no-sse4.patch
+}
+
+build() {
+cd "$srcdir"/$pkgbase-$pkgver
+scons config
+scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
+}
+
+package_rmlint() {
+pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
+depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
+rm -rf "$pkgdir"/usr/lib
+}
+
+package_rmlint-shredder() {
+pkgdesc="Graphical user interface for rmlint"
+depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
+ 'gtksourceview3' 'xdg-utils')
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
+rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
+}

Copied: rmlint/repos/community-staging-x86_64/no-sse4.patch (from rev 492959, 
rmlint/trunk/no-sse4.patch)
===
--- community-staging-x86_64/no-sse4.patch  (rev 0)
+++ community-staging-x86_64/no-sse4.patch  2019-07-26 18:33:05 UTC (rev 
492960)
@@ -0,0 +1,16 @@
+diff --git a/SConstruct b/SConstruct
+index 81d54a4..66cc632 100755
+--- a/SConstruct
 b/SConstruct
+@@ -661,10 +661,7 @@ if conf.env['IS_CYGWIN']:
+ else:
+ conf.env.Append(CCFLAGS=['-fPIC'])
+ 
+-# check _mm_crc32_u64 (SSE4.2) support:
+-conf.check_mm_crc32_u64()
+-if conf.env['HAVE_MM_CRC32_U64']:
+-conf.env.Append(CCFLAGS=['-msse4.2'])
++conf.env['HAVE_MM_CRC32_U64'] = False
+ 
+ if 'clang' in os.path.basename(conf.env['CC']):
+ conf.env.Append(CCFLAGS=['-fcolor-diagnostics'])  # Colored warnings


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

2019-07-26 Thread Massimiliano Torromeo via arch-commits
Date: Friday, July 26, 2019 @ 18:32:53
  Author: mtorromeo
Revision: 492959

scons rebuild

Modified:
  rmlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 18:21:52 UTC (rev 492958)
+++ PKGBUILD2019-07-26 18:32:53 UTC (rev 492959)
@@ -5,7 +5,7 @@
 pkgbase=rmlint
 pkgname=(rmlint rmlint-shredder)
 pkgver=2.8.0
-pkgrel=2
+pkgrel=3
 url="https://github.com/sahib/rmlint;
 license=('GPL3')
 arch=('x86_64')
@@ -20,7 +20,7 @@
 prepare() {
 cd "$srcdir"/$pkgbase-$pkgver
 sed 's/python4/python/' -i gui/SConscript
-# patch -p1 -i "$srcdir"/no-sse4.patch
+patch -p1 -i "$srcdir"/no-sse4.patch
 }
 
 build() {


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 18:21:52
  Author: felixonmars
Revision: 492958

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-orphans/repos/community-staging-x86_64/
  haskell-base-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 492957, haskell-base-orphans/trunk/PKGBUILD)

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

Copied: haskell-base-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
492957, haskell-base-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 18:21:52 UTC (rev 492958)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-orphans
+pkgname=haskell-base-orphans
+pkgver=0.8.1
+pkgrel=17
+pkgdesc="Backwards-compatible orphan instances for base"
+url="https://github.com/haskell-compat/base-orphans#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e58fcb9f71c5922664d21a38889f2246284ffbbdffd5137d74354ff51737edee9cb4af80f643b2527fa730bdc34bd9f2ff560611b22516943b28416227b12f1b')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--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-base-orphans/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 18:21:42
  Author: felixonmars
Revision: 492957

upgpkg: haskell-base-orphans 0.8.1-17

rebuild pass 1, specified --nocheck

Modified:
  haskell-base-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 18:17:49 UTC (rev 492956)
+++ PKGBUILD2019-07-26 18:21:42 UTC (rev 492957)
@@ -4,7 +4,7 @@
 _hkgname=base-orphans
 pkgname=haskell-base-orphans
 pkgver=0.8.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Backwards-compatible orphan instances for base"
 url="https://github.com/haskell-compat/base-orphans#readme;
 license=("MIT")


[arch-commits] Commit in ffmpeg2theora/trunk (PKGBUILD scons-python3.patch)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 18:17:35
  Author: arojas
Revision: 492955

Fix build with python3 scons

Added:
  ffmpeg2theora/trunk/scons-python3.patch
Modified:
  ffmpeg2theora/trunk/PKGBUILD

-+
 PKGBUILD|   12 ---
 scons-python3.patch |   77 ++
 2 files changed, 84 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 18:12:22 UTC (rev 492954)
+++ PKGBUILD2019-07-26 18:17:35 UTC (rev 492955)
@@ -11,11 +11,12 @@
 url="https://www.v2v.cc/~j/ffmpeg2theora/;
 license=('GPL')
 depends=('ffmpeg' 'libkate')
-makedepends=('python2-scons' 'git')
+makedepends=('scons' 'git')
 
source=($pkgname-$pkgver::git+https://git.xiph.org/ffmpeg2theora.git#tag=${pkgver}
-ffmpeg2theora-0.29-underlinking.patch)
+ffmpeg2theora-0.29-underlinking.patch scons-python3.patch)
 sha256sums=('SKIP'
-'3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f')
+'3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f'
+'1ebf868692ef2efdb4b30fbefba34cfcd2562dbce7b2acecef15d837fd7b1e6a')
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
@@ -22,16 +23,17 @@
 
   echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
   patch -p0 -i ../ffmpeg2theora-0.29-underlinking.patch
+  patch -p1 -i ../scons-python3.patch
 }
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  scons2
+  scons
 }
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  scons2 install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
+  scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
 }

Added: scons-python3.patch
===
--- scons-python3.patch (rev 0)
+++ scons-python3.patch 2019-07-26 18:17:35 UTC (rev 492955)
@@ -0,0 +1,77 @@
+--- ffmpeg2theora-0.30/SConstruct.orig 2019-07-26 18:13:38.624612595 +
 ffmpeg2theora-0.30/SConstruct  2019-07-26 18:15:11.695727967 +
+@@ -21,7 +21,7 @@
+ try:
+ EnsureSConsVersion(*scons_version)
+ except TypeError:
+-print 'SCons %d.%d.%d or greater is required, but you have an older 
version' % scons_version
++print ('SCons %d.%d.%d or greater is required, but you have an older 
version' % scons_version)
+ Exit(2)
+ 
+ opts = Variables()
+@@ -119,29 +119,29 @@
+ if not env.GetOption('clean'):
+   pkgconfig_version='0.15.0'
+   if not conf.CheckPKGConfig(pkgconfig_version): 
+- print 'pkg-config >= %s not found.' % pkgconfig_version 
++ print ('pkg-config >= %s not found.' % pkgconfig_version) 
+  Exit(1)
+ 
+   if not conf.CheckPKG("ogg >= 1.1"): 
+-print 'ogg >= 1.1 missing'
++print ('ogg >= 1.1 missing')
+ Exit(1) 
+ 
+   if not conf.CheckPKG("vorbis"): 
+-print 'vorbis missing'
++print ('vorbis missing')
+ Exit(1) 
+ 
+   if not conf.CheckPKG("vorbisenc"): 
+-print 'vorbisenc missing'
++print ('vorbisenc missing')
+ Exit(1) 
+ 
+   if not conf.CheckPKG("theoraenc >= 1.1.0"): 
+-print 'theoraenc >= 1.1.0 missing'
++print ('theoraenc >= 1.1.0 missing')
+ Exit(1) 
+ 
+   XIPH_LIBS="ogg >= 1.1 vorbis vorbisenc theoraenc >= 1.1.0"
+ 
+   if not conf.CheckPKG(XIPH_LIBS): 
+-print 'some xiph libs are missing, ffmpeg2theora depends on %s' % 
XIPH_LIBS
++print ('some xiph libs are missing, ffmpeg2theora depends on %s' % 
XIPH_LIBS)
+ Exit(1) 
+   ParsePKGConfig(env, XIPH_LIBS)
+ 
+@@ -177,13 +177,13 @@
+ FFMPEG_LIBS.append('libavresample')
+ 
+   if not conf.CheckPKG(' '.join(FFMPEG_LIBS)): 
+-print """
++print ("""
+ Could not find %s.
+ You can install it via
+  sudo apt-get install %s
+ or update PKG_CONFIG_PATH to point to ffmpeg's source folder
+ or run ./get_ffmpeg.sh (for more information see INSTALL)
+-""" %(" ".join(FFMPEG_LIBS), " ".join(["%s-dev"%l.split()[0] for l in 
FFMPEG_LIBS]))
++""" %(" ".join(FFMPEG_LIBS), " ".join(["%s-dev"%l.split()[0] for l in 
FFMPEG_LIBS])))
+ Exit(1) 
+ 
+   for lib in FFMPEG_LIBS:
+@@ -204,11 +204,11 @@
+   ParsePKGConfig(env, KATE_LIBS)
+   env.Append(CCFLAGS=['-DHAVE_KATE', '-DHAVE_OGGKATE'])
+ else:
+-  print """
++  print ("""
+   Could not find libkate. Subtitles support will be disabled.
+   You can also run ./get_libkate.sh (for more information see INSTALL)
+   or update PKG_CONFIG_PATH to point to libkate's source folder
+-  """
++  """)
+ 
+   if conf.CheckCHeader('iconv.h'):
+   env.Append(CCFLAGS=[


[arch-commits] Commit in fceux/trunk (PKGBUILD scons-python3.patch)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 18:11:55
  Author: arojas
Revision: 492953

Fix build with python3 scons

Added:
  fceux/trunk/scons-python3.patch
Modified:
  fceux/trunk/PKGBUILD

-+
 PKGBUILD|   16 +--
 scons-python3.patch |  108 ++
 2 files changed, 119 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:45:37 UTC (rev 492952)
+++ PKGBUILD2019-07-26 18:11:55 UTC (rev 492953)
@@ -10,18 +10,24 @@
 arch=('x86_64')
 license=('GPL')
 depends=('sdl' 'gtk2' 'gd')
-makedepends=('python2-scons' 'mesa-libgl' 'glu')
-source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz;)
-sha256sums=('4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e')
+makedepends=('scons' 'mesa-libgl' 'glu')
+source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz;
 scons-python3.patch)
+sha256sums=('4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e'
+'ba1828375e00b4a2076311f5ee1802a42d52eb1ef93b358a45459d475c55e6b9')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../scons-python3.patch
+}
+
 build() {
-  scons2 -C "$pkgname-$pkgver"
+  scons -C "$pkgname-$pkgver"
 }
 
 package() {
   cd "$pkgname-$pkgver"
 
-  scons2 install -i --prefix="$pkgdir/usr"
+  scons install -i --prefix="$pkgdir/usr"
 
   install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"

Added: scons-python3.patch
===
--- scons-python3.patch (rev 0)
+++ scons-python3.patch 2019-07-26 18:11:55 UTC (rev 492953)
@@ -0,0 +1,108 @@
+--- fceux-2.2.3/SConstruct.orig2019-07-26 18:04:29.368573309 +
 fceux-2.2.3/SConstruct 2019-07-26 18:04:31.975265342 +
+@@ -46,30 +46,30 @@
+ # Default compiler flags:
+ env.Append(CCFLAGS = ['-Wall', '-Wno-write-strings', '-Wno-sign-compare'])
+ 
+-if os.environ.has_key('PLATFORM'):
++if os.environ.get('PLATFORM'):
+   env.Replace(PLATFORM = os.environ['PLATFORM'])
+-if os.environ.has_key('CC'):
++if os.environ.get('CC'):
+   env.Replace(CC = os.environ['CC'])
+-if os.environ.has_key('CXX'):
++if os.environ.get('CXX'):
+   env.Replace(CXX = os.environ['CXX'])
+-if os.environ.has_key('WINDRES'):
++if os.environ.get('WINDRES'):
+   env.Replace(WINDRES = os.environ['WINDRES'])
+-if os.environ.has_key('CFLAGS'):
++if os.environ.get('CFLAGS'):
+   env.Append(CCFLAGS = os.environ['CFLAGS'].split())
+-if os.environ.has_key('CXXFLAGS'):
++if os.environ.get('CXXFLAGS'):
+   env.Append(CXXFLAGS = os.environ['CXXFLAGS'].split())
+-if os.environ.has_key('CPPFLAGS'):
++if os.environ.get('CPPFLAGS'):
+   env.Append(CPPFLAGS = os.environ['CPPFLAGS'].split())
+-if os.environ.has_key('LDFLAGS'):
++if os.environ.get('LDFLAGS'):
+   env.Append(LINKFLAGS = os.environ['LDFLAGS'].split())
+-if os.environ.has_key('PKG_CONFIG_PATH'):
++if os.environ.get('PKG_CONFIG_PATH'):
+   env['ENV']['PKG_CONFIG_PATH'] = os.environ['PKG_CONFIG_PATH']
+-if not os.environ.has_key('PKG_CONFIG_PATH') and env['PLATFORM'] == 'darwin':
++if not os.environ.get('PKG_CONFIG_PATH') and env['PLATFORM'] == 'darwin':
+   env['ENV']['PKG_CONFIG_PATH'] = 
"/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig"
+-if os.environ.has_key('PKG_CONFIG_LIBDIR'):
++if os.environ.get('PKG_CONFIG_LIBDIR'):
+   env['ENV']['PKG_CONFIG_LIBDIR'] = os.environ['PKG_CONFIG_LIBDIR']
+ 
+-print "platform: ", env['PLATFORM']
++print ("platform: ", env['PLATFORM'])
+ 
+ # compile with clang
+ if env['CLANG']:
+@@ -103,18 +103,18 @@
+ assert conf.CheckLibWithHeader('z', 'zlib.h', 'c', 'inflate;', 1), 
"please install: zlib"
+   if env['SDL2']:
+ if not conf.CheckLib('SDL2'):
+-  print 'Did not find libSDL2 or SDL2.lib, exiting!'
++  print ('Did not find libSDL2 or SDL2.lib, exiting!')
+   Exit(1)
+ env.Append(CPPDEFINES=["_SDL2"])
+ env.ParseConfig('pkg-config sdl2 --cflags --libs')
+   else:
+ if not conf.CheckLib('SDL'):
+-  print 'Did not find libSDL or SDL.lib, exiting!'
++  print ('Did not find libSDL or SDL.lib, exiting!')
+   Exit(1)
+ env.ParseConfig('sdl-config --cflags --libs')
+   if env['GTK']:
+ if not conf.CheckLib('gtk-x11-2.0'):
+-  print 'Could not find libgtk-2.0, exiting!'
++  print ('Could not find libgtk-2.0, exiting!')
+   Exit(1)
+ # Add compiler and linker flags from pkg-config
+ config_string = 'pkg-config --cflags --libs gtk+-2.0'
+@@ -153,7 +153,7 @@
+ env.Append(CCFLAGS = ["-I/usr/include/lua"])
+ lua_available = True
+   if lua_available == False:
+-print 'Could not find liblua, exiting!'
++print ('Could not find liblua, exiting!')
+ Exit(1)
+ else:
+   env.Append(CCFLAGS = 

[arch-commits] Commit in serf/trunk (PKGBUILD scons-python3.patch)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:57:20
  Author: arojas
Revision: 358636

Fix build with python3 scons

Added:
  serf/trunk/scons-python3.patch
Modified:
  serf/trunk/PKGBUILD

-+
 PKGBUILD|   18 --
 scons-python3.patch |   24 
 2 files changed, 36 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:46:17 UTC (rev 358635)
+++ PKGBUILD2019-07-26 17:57:20 UTC (rev 358636)
@@ -9,15 +9,21 @@
 url="https://serf.apache.org;
 license=('Apache')
 depends=('apr-util')
-makedepends=('python2-scons')
-source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+makedepends=('scons')
+source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc} 
scons-python3.patch)
 validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142')
 sha256sums=('549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc'
-'SKIP')
+'SKIP'
+'363732546098b4c9415eb5d38b595d04c660c6324a34159768d334507b7d241f')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../scons-python3.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  scons2 CFLAGS="${CFLAGS}" \
+  scons CFLAGS="${CFLAGS}" \
 LINKFLAGS="${LDFLAGS}" \
 PREFIX=/usr GSSAPI=/usr/bin/krb5-config
 }
@@ -25,11 +31,11 @@
 check() {
   cd ${pkgname}-${pkgver}
   # Runs into infinite loop
-  #scons2 check
+  #scons check
 }
 
 package() {
   cd ${pkgname}-${pkgver}
   install -d "${pkgdir}/usr"
-  scons2 install --install-sandbox="${pkgdir}"
+  scons install --install-sandbox="${pkgdir}"
 }

Added: scons-python3.patch
===
--- scons-python3.patch (rev 0)
+++ scons-python3.patch 2019-07-26 17:57:20 UTC (rev 358636)
@@ -0,0 +1,24 @@
+--- serf-1.3.9/SConstruct.orig 2019-07-26 17:49:30.910189251 +
 serf-1.3.9/SConstruct  2019-07-26 17:49:54.073821735 +
+@@ -163,9 +163,9 @@
+   suffix='.def', src_suffix='.h')
+   })
+ 
+-match = re.search('SERF_MAJOR_VERSION ([0-9]+).*'
+-  'SERF_MINOR_VERSION ([0-9]+).*'
+-  'SERF_PATCH_VERSION ([0-9]+)',
++match = re.search(b'SERF_MAJOR_VERSION ([0-9]+).*'
++  b'SERF_MINOR_VERSION ([0-9]+).*'
++  b'SERF_PATCH_VERSION ([0-9]+)',
+   env.File('serf.h').get_contents(),
+   re.DOTALL)
+ MAJOR, MINOR, PATCH = [int(x) for x in match.groups()]
+@@ -183,7 +183,7 @@
+ 
+ unknown = opts.UnknownVariables()
+ if unknown:
+-  print 'Warning: Used unknown variables:', ', '.join(unknown.keys())
++  print ('Warning: Used unknown variables:', ', '.join(unknown.keys()))
+ 
+ apr = str(env['APR'])
+ apu = str(env['APU'])


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:46:17
  Author: arojas
Revision: 358635

archrelease: copy trunk to staging-x86_64

Added:
  serf/repos/staging-x86_64/PKGBUILD
(from rev 358634, serf/trunk/PKGBUILD)
Deleted:
  serf/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-26 17:45:59 UTC (rev 358634)
+++ PKGBUILD2019-07-26 17:46:17 UTC (rev 358635)
@@ -1,35 +0,0 @@
-# Maintainer: Angel Velasquez  
-# Contributor: Stéphane Gaudreault 
-
-pkgname=serf
-pkgver=1.3.9
-pkgrel=3
-pkgdesc="High-performance asynchronous HTTP client library"
-arch=('x86_64')
-url="https://serf.apache.org;
-license=('Apache')
-depends=('apr-util')
-makedepends=('python2-scons')
-source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142')
-sha256sums=('549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  scons2 CFLAGS="${CFLAGS}" \
-LINKFLAGS="${LDFLAGS}" \
-PREFIX=/usr GSSAPI=/usr/bin/krb5-config
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # Runs into infinite loop
-  #scons2 check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr"
-  scons2 install --install-sandbox="${pkgdir}"
-}

Copied: serf/repos/staging-x86_64/PKGBUILD (from rev 358634, 
serf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-26 17:46:17 UTC (rev 358635)
@@ -0,0 +1,35 @@
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+
+pkgname=serf
+pkgver=1.3.9
+pkgrel=4
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('x86_64')
+url="https://serf.apache.org;
+license=('Apache')
+depends=('apr-util')
+makedepends=('python2-scons')
+source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142')
+sha256sums=('549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons2 CFLAGS="${CFLAGS}" \
+LINKFLAGS="${LDFLAGS}" \
+PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # Runs into infinite loop
+  #scons2 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons2 install --install-sandbox="${pkgdir}"
+}


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:45:59
  Author: arojas
Revision: 358634

Bump pkgrel

Modified:
  serf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:36:33 UTC (rev 358633)
+++ PKGBUILD2019-07-26 17:45:59 UTC (rev 358634)
@@ -3,7 +3,7 @@
 
 pkgname=serf
 pkgver=1.3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="High-performance asynchronous HTTP client library"
 arch=('x86_64')
 url="https://serf.apache.org;


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:45:37
  Author: felixonmars
Revision: 492952

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD (from 
rev 492951, haskell-hspec-discover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:45:37 UTC (rev 492952)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-discover
+pkgname=haskell-hspec-discover
+pkgver=2.7.1
+pkgrel=10
+pkgdesc="Automatically discover and run Hspec tests"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec-meta')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b07e7be5bd81f2e116b63f27e307ac628b6d678cc24dfb519bed7dcc1c27f772ff5d4a18c801474a425d4450337e809b9563b4ee1ca397830dfc7f9a92d7359f')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+   
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--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 ffmpeg2theora/repos (3 files)

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:45:01
  Author: arojas
Revision: 492950

archrelease: copy trunk to community-staging-x86_64

Added:
  ffmpeg2theora/repos/community-staging-x86_64/
  ffmpeg2theora/repos/community-staging-x86_64/PKGBUILD
(from rev 492949, ffmpeg2theora/trunk/PKGBUILD)
  
ffmpeg2theora/repos/community-staging-x86_64/ffmpeg2theora-0.29-underlinking.patch
(from rev 492949, ffmpeg2theora/trunk/ffmpeg2theora-0.29-underlinking.patch)

---+
 PKGBUILD  |   37 
 ffmpeg2theora-0.29-underlinking.patch |   21 ++
 2 files changed, 58 insertions(+)

Copied: ffmpeg2theora/repos/community-staging-x86_64/PKGBUILD (from rev 492949, 
ffmpeg2theora/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:45:01 UTC (rev 492950)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Belanger 
+# Contributor: Angelo Theodorou 
+# Contributor: Alexander Rødseth 
+
+pkgname=ffmpeg2theora
+pkgver=0.30
+pkgrel=5
+pkgdesc="Simple converter to create Ogg Theora files"
+arch=('x86_64')
+url="https://www.v2v.cc/~j/ffmpeg2theora/;
+license=('GPL')
+depends=('ffmpeg' 'libkate')
+makedepends=('python2-scons' 'git')
+source=($pkgname-$pkgver::git+https://git.xiph.org/ffmpeg2theora.git#tag=${pkgver}
+ffmpeg2theora-0.29-underlinking.patch)
+sha256sums=('SKIP'
+'3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
+  patch -p0 -i ../ffmpeg2theora-0.29-underlinking.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  scons2
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  scons2 install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
+}

Copied: 
ffmpeg2theora/repos/community-staging-x86_64/ffmpeg2theora-0.29-underlinking.patch
 (from rev 492949, ffmpeg2theora/trunk/ffmpeg2theora-0.29-underlinking.patch)
===
--- community-staging-x86_64/ffmpeg2theora-0.29-underlinking.patch  
(rev 0)
+++ community-staging-x86_64/ffmpeg2theora-0.29-underlinking.patch  
2019-07-26 17:45:01 UTC (rev 492950)
@@ -0,0 +1,21 @@
+For example, pow() from mathlib is used directly in src/ffmpeg2theora.c:
+
+
+v = pow(v, g) * 255.0;// mplayer's vf_eq2.c multiplies with 256 here, 
strange...
+
+
+For build failure and log, see Gentoo bug #504698
+
+--- SConstruct
 SConstruct
+@@ -206,9 +206,8 @@
+   if env['crossmingw']:
+   env.Append(CCFLAGS=['-Wl,-subsystem,windows'])
+   env.Append(LIBS=['m'])
+-  elif env['static']:
+-  env.Append(LIBS=['m', 'dl'])
+ 
++  env.Append(LIBS=['m', 'dl'])
+ 
+ env = conf.Finish()
+ 


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:45:28
  Author: felixonmars
Revision: 492951

upgpkg: haskell-hspec-discover 2.7.1-10

rebuild with silently 1.2.5.1

Modified:
  haskell-hspec-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:45:01 UTC (rev 492950)
+++ PKGBUILD2019-07-26 17:45:28 UTC (rev 492951)
@@ -3,7 +3,7 @@
 _hkgname=hspec-discover
 pkgname=haskell-hspec-discover
 pkgver=2.7.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Automatically discover and run Hspec tests"
 url="http://hspec.github.io/;
 license=('MIT')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:44:46
  Author: felixonmars
Revision: 492949

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
492948, haskell-hspec-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:44:46 UTC (rev 492949)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.6.0
+pkgrel=13
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
+ 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
+ 'haskell-clock' 'haskell-call-stack')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c35d09f84c093ab5fe7ae31cf004d485cf6d15a06ee7c98270d3f5c471da6e0c9a71c8ec6ca0aa87e7454c9470b218c24538270711677003dc63d316fb23dce9')
+
+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-hspec-meta/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:44:38
  Author: felixonmars
Revision: 492948

upgpkg: haskell-hspec-meta 2.6.0-13

rebuild with silently 1.2.5.1

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:44:37 UTC (rev 492947)
+++ PKGBUILD2019-07-26 17:44:38 UTC (rev 492948)
@@ -3,7 +3,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.6.0
-pkgrel=12
+pkgrel=13
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/;
 license=('MIT')


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:44:37
  Author: arojas
Revision: 492947

scons -> scons2

Modified:
  ffmpeg2theora/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:43:51 UTC (rev 492946)
+++ PKGBUILD2019-07-26 17:44:37 UTC (rev 492947)
@@ -5,13 +5,13 @@
 
 pkgname=ffmpeg2theora
 pkgver=0.30
-pkgrel=4
+pkgrel=5
 pkgdesc="Simple converter to create Ogg Theora files"
 arch=('x86_64')
 url="https://www.v2v.cc/~j/ffmpeg2theora/;
 license=('GPL')
 depends=('ffmpeg' 'libkate')
-makedepends=('scons' 'git')
+makedepends=('python2-scons' 'git')
 
source=($pkgname-$pkgver::git+https://git.xiph.org/ffmpeg2theora.git#tag=${pkgver}
 ffmpeg2theora-0.29-underlinking.patch)
 sha256sums=('SKIP'
@@ -27,11 +27,11 @@
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  scons
+  scons2
 }
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
+  scons2 install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
 }


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:43:51
  Author: felixonmars
Revision: 492946

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD (from rev 
492945, haskell-quickcheck-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:43:51 UTC (rev 492946)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-io
+pkgname=haskell-quickcheck-io
+pkgver=0.2.0
+pkgrel=26
+pkgdesc="Use HUnit assertions as QuickCheck properties"
+url="https://github.com/hspec/quickcheck-io;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('02e1f40bac8f31f27c21d1d2df9f226816f9da871092b09f0451a8321e250c9e94887f94889be421c9d0034e0a27b02c907d16eb7da5a4376df42c7c1fbd01df')
+
+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-hjsmin/repos (2 files)

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:43:12
  Author: felixonmars
Revision: 492944

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsmin/repos/community-staging-x86_64/PKGBUILD (from rev 
492943, haskell-hjsmin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:43:12 UTC (rev 492944)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsmin
+pkgname=haskell-hjsmin
+pkgver=0.2.0.2
+pkgrel=55
+pkgdesc="Haskell implementation of a javascript minifier"
+url="https://github.com/erikd/hjsmin;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-language-javascript"
+ "haskell-optparse-applicative")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffd67972cef49b5026995e9852e603035513e18089df9f77c35ec084ee3487904018aea018a08408ab53f441aa5200efdd7f5a28191cd814c5e2fc91c2552902')
+
+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-quickcheck-io/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:43:42
  Author: felixonmars
Revision: 492945

upgpkg: haskell-quickcheck-io 0.2.0-26

rebuild with silently 1.2.5.1

Modified:
  haskell-quickcheck-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:43:12 UTC (rev 492944)
+++ PKGBUILD2019-07-26 17:43:42 UTC (rev 492945)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-io
 pkgname=haskell-quickcheck-io
 pkgver=0.2.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Use HUnit assertions as QuickCheck properties"
 url="https://github.com/hspec/quickcheck-io;
 license=('MIT')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:43:03
  Author: felixonmars
Revision: 492943

upgpkg: haskell-hjsmin 0.2.0.2-55

rebuild with silently 1.2.5.1

Modified:
  haskell-hjsmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:42:39 UTC (rev 492942)
+++ PKGBUILD2019-07-26 17:43:03 UTC (rev 492943)
@@ -4,7 +4,7 @@
 _hkgname=hjsmin
 pkgname=haskell-hjsmin
 pkgver=0.2.0.2
-pkgrel=54
+pkgrel=55
 pkgdesc="Haskell implementation of a javascript minifier"
 url="https://github.com/erikd/hjsmin;
 license=("BSD")


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:42:26
  Author: arojas
Revision: 492941

archrelease: copy trunk to community-staging-x86_64

Added:
  fceux/repos/community-staging-x86_64/
  fceux/repos/community-staging-x86_64/PKGBUILD
(from rev 492940, fceux/trunk/PKGBUILD)

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

Copied: fceux/repos/community-staging-x86_64/PKGBUILD (from rev 492940, 
fceux/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:42:26 UTC (rev 492941)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F Rødseth 
+# Contriutor: Eric Belanger 
+# Contributor: Jo Christian Bergskås 
+
+pkgname=fceux
+pkgver=2.2.3
+pkgrel=3
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd')
+makedepends=('python2-scons' 'mesa-libgl' 'glu')
+source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz;)
+sha256sums=('4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e')
+
+build() {
+  scons2 -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  scons2 install -i --prefix="$pkgdir/usr"
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
+  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
+
+  # desktop shortcut
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  rm -f "$pkgdir/usr/share/$pkgname/"*.dll
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:42:05
  Author: arojas
Revision: 492940

scons -> scons2

Modified:
  fceux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:41:35 UTC (rev 492939)
+++ PKGBUILD2019-07-26 17:42:05 UTC (rev 492940)
@@ -4,24 +4,24 @@
 
 pkgname=fceux
 pkgver=2.2.3
-pkgrel=2
+pkgrel=3
 url='http://www.fceux.com/'
 pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
 arch=('x86_64')
 license=('GPL')
 depends=('sdl' 'gtk2' 'gd')
-makedepends=('scons' 'mesa-libgl' 'glu')
+makedepends=('python2-scons' 'mesa-libgl' 'glu')
 
source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz;)
 sha256sums=('4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e')
 
 build() {
-  scons -C "$pkgname-$pkgver"
+  scons2 -C "$pkgname-$pkgver"
 }
 
 package() {
   cd "$pkgname-$pkgver"
 
-  scons install -i --prefix="$pkgdir/usr"
+  scons2 install -i --prefix="$pkgdir/usr"
 
   install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:42:39
  Author: arojas
Revision: 492942

archrelease: copy trunk to community-staging-x86_64

Added:
  fceux/repos/community-staging-x86_64/PKGBUILD
(from rev 492941, fceux/trunk/PKGBUILD)
Deleted:
  fceux/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-26 17:42:26 UTC (rev 492941)
+++ PKGBUILD2019-07-26 17:42:39 UTC (rev 492942)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contriutor: Eric Belanger 
-# Contributor: Jo Christian Bergskås 
-
-pkgname=fceux
-pkgver=2.2.3
-pkgrel=3
-url='http://www.fceux.com/'
-pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
-arch=('x86_64')
-license=('GPL')
-depends=('sdl' 'gtk2' 'gd')
-makedepends=('python2-scons' 'mesa-libgl' 'glu')
-source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz;)
-sha256sums=('4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e')
-
-build() {
-  scons2 -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  scons2 install -i --prefix="$pkgdir/usr"
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
-  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
-
-  # desktop shortcut
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  rm -f "$pkgdir/usr/share/$pkgname/"*.dll
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-staging-x86_64/PKGBUILD (from rev 492941, 
fceux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-26 17:42:39 UTC (rev 492942)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F Rødseth 
+# Contriutor: Eric Belanger 
+# Contributor: Jo Christian Bergskås 
+
+pkgname=fceux
+pkgver=2.2.3
+pkgrel=3
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd')
+makedepends=('python2-scons' 'mesa-libgl' 'glu')
+source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz;)
+sha256sums=('4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e')
+
+build() {
+  scons2 -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  scons2 install -i --prefix="$pkgdir/usr"
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
+  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
+
+  # desktop shortcut
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  rm -f "$pkgdir/usr/share/$pkgname/"*.dll
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:41:35
  Author: felixonmars
Revision: 492939

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 492938, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:41:35 UTC (rev 492939)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.14.3.0
+pkgrel=20
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4673aff5398328aed82928a006c62b595dcadf61e0910c258a3c6296fe089293553e13e1791c3a1af45c336d568c8e3f52938f09489a15f592849651cf0357f7')
+
+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-optparse-applicative/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:41:25
  Author: felixonmars
Revision: 492938

upgpkg: haskell-optparse-applicative 0.14.3.0-20

rebuild with silently 1.2.5.1

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:40:38 UTC (rev 492937)
+++ PKGBUILD2019-07-26 17:41:25 UTC (rev 492938)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.14.3.0
-pkgrel=19
+pkgrel=20
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("BSD")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:40:29
  Author: felixonmars
Revision: 492936

upgpkg: haskell-non-negative 0.1.2-19

rebuild with silently 1.2.5.1

Modified:
  haskell-non-negative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:39:44 UTC (rev 492935)
+++ PKGBUILD2019-07-26 17:40:29 UTC (rev 492936)
@@ -4,7 +4,7 @@
 _hkgname=non-negative
 pkgname=haskell-non-negative
 pkgver=0.1.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Non-negative numbers"
 url="http://code.haskell.org/~thielema/non-negative/;
 license=("GPL")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:40:38
  Author: felixonmars
Revision: 492937

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-non-negative/repos/community-staging-x86_64/
  haskell-non-negative/repos/community-staging-x86_64/PKGBUILD
(from rev 492936, haskell-non-negative/trunk/PKGBUILD)

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

Copied: haskell-non-negative/repos/community-staging-x86_64/PKGBUILD (from rev 
492936, haskell-non-negative/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:40:38 UTC (rev 492937)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=non-negative
+pkgname=haskell-non-negative
+pkgver=0.1.2
+pkgrel=19
+pkgdesc="Non-negative numbers"
+url="http://code.haskell.org/~thielema/non-negative/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-utility-ht')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7f6cc45889c8618d35c549180c685b1cfccecf7e231bc8ca1acb5b0b048d67d1bca4c00f6c43e5dbb5c17f15d6771906eb560b443c277657458ca9609419b868')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:39:44
  Author: felixonmars
Revision: 492935

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-listlike/repos/community-staging-x86_64/PKGBUILD (from rev 
492934, haskell-listlike/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:39:44 UTC (rev 492935)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ListLike
+pkgname=haskell-listlike
+pkgver=4.6.2
+pkgrel=13
+pkgdesc="Generic support for list-like structures"
+url="https://github.com/sjoerdvisscher/listlike;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-utf8-string' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f237b836e3cab483f7702bdec2855b95ec3c9c6d943bde248ce66ee32be45126914d4e3166740dbb0115eece3841cda59e471889c71f7eadd02a763148c11c41')
+
+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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:39:35
  Author: felixonmars
Revision: 492934

upgpkg: haskell-listlike 4.6.2-13

rebuild with silently 1.2.5.1

Modified:
  haskell-listlike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:37:15 UTC (rev 492933)
+++ PKGBUILD2019-07-26 17:39:35 UTC (rev 492934)
@@ -3,7 +3,7 @@
 _hkgname=ListLike
 pkgname=haskell-listlike
 pkgver=4.6.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Generic support for list-like structures"
 url="https://github.com/sjoerdvisscher/listlike;
 license=('BSD')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:37:06
  Author: felixonmars
Revision: 492932

upgpkg: haskell-filepattern 0.1.1-15

rebuild with silently 1.2.5.1

Modified:
  haskell-filepattern/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:36:26 UTC (rev 492931)
+++ PKGBUILD2019-07-26 17:37:06 UTC (rev 492932)
@@ -3,7 +3,7 @@
 _hkgname=filepattern
 pkgname=haskell-filepattern
 pkgver=0.1.1
-pkgrel=14
+pkgrel=15
 pkgdesc="File path glob-like matching"
 url="https://github.com/ndmitchell/filepattern;
 license=('BSD')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:31:16
  Author: felixonmars
Revision: 492917

upgpkg: haskell-chell-quickcheck 0.2.5.2-13

rebuild with silently 1.2.5.1

Modified:
  haskell-chell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:30:43 UTC (rev 492916)
+++ PKGBUILD2019-07-26 17:31:16 UTC (rev 492917)
@@ -3,7 +3,7 @@
 _hkgname=chell-quickcheck
 pkgname=haskell-chell-quickcheck
 pkgver=0.2.5.2
-pkgrel=12
+pkgrel=13
 pkgdesc="QuickCheck support for the Chell testing library"
 url="https://github.com/typeclasses/chell;
 license=('MIT')


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:33:08
  Author: arojas
Revision: 492923

Remove python2 makedeps, scons is python3 now

Modified:
  gpsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:32:49 UTC (rev 492922)
+++ PKGBUILD2019-07-26 17:33:08 UTC (rev 492923)
@@ -18,7 +18,7 @@
 'python-cairo: GUI frontends'
 'python-gobject: GUI frontends'
 'qt5-base: for Qgpsmm')
-makedepends=('scons' 'docbook-xsl' 'qt5-base' 'python' 'python2-gobject' 
'python2-cairo') # remove python2 makedeps when scons moves to python3
+makedepends=('scons' 'docbook-xsl' 'qt5-base' 'python-gobject' 'python-cairo')
 backup=('etc/default/gpsd')
 
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
 $pkgname.conf fix-python-libdir.patch)


[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:29:50
  Author: felixonmars
Revision: 492913

upgpkg: haskell-ansi-wl-pprint 0.6.9-6

rebuild with silently 1.2.5.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:29:17 UTC (rev 492912)
+++ PKGBUILD2019-07-26 17:29:50 UTC (rev 492913)
@@ -4,7 +4,7 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.9
-pkgrel=5
+pkgrel=6
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint;
 license=("BSD")


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:28:32
  Author: felixonmars
Revision: 492910

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-colour/repos/community-staging-x86_64/PKGBUILD (from rev 
492909, haskell-colour/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:28:32 UTC (rev 492910)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=colour
+pkgname=haskell-colour
+pkgver=2.3.5
+pkgrel=10
+pkgdesc="A model for human colour/color perception"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' )
+checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
+  'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
+--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-dlist/trunk (PKGBUILD)

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:32:41
  Author: felixonmars
Revision: 492921

upgpkg: haskell-dlist 0.8.0.6-10

rebuild with silently 1.2.5.1

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:32:07 UTC (rev 492920)
+++ PKGBUILD2019-07-26 17:32:41 UTC (rev 492921)
@@ -6,7 +6,7 @@
 _hkgname=dlist
 pkgname=haskell-dlist
 pkgver=0.8.0.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Differences lists"
 url="https://hackage.haskell.org/package/dlist;
 license=('BSD')


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:34:18
  Author: felixonmars
Revision: 492927

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-data-default/repos/community-staging-x86_64/PKGBUILD (from rev 
492926, haskell-data-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:34:18 UTC (rev 492927)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=data-default
+pkgname=haskell-data-default
+pkgver=0.7.1.1
+pkgrel=30
+pkgdesc="A class for types with a default value"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a31260c71178641e41f16fc504620f19ad04a44d2d095c96225b6027184c01ec0bf47effab5344816e438d7c37e34189255a9d3a5d643219b37054dde679d1bd')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 17:36:12
  Author: arojas
Revision: 358632

scons -> scons2

Modified:
  serf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 17:20:14 UTC (rev 358631)
+++ PKGBUILD2019-07-26 17:36:12 UTC (rev 358632)
@@ -9,7 +9,7 @@
 url="https://serf.apache.org;
 license=('Apache')
 depends=('apr-util')
-makedepends=('scons')
+makedepends=('python2-scons')
 source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142')
 sha256sums=('549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc'
@@ -17,7 +17,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  scons CFLAGS="${CFLAGS}" \
+  scons2 CFLAGS="${CFLAGS}" \
 LINKFLAGS="${LDFLAGS}" \
 PREFIX=/usr GSSAPI=/usr/bin/krb5-config
 }
@@ -25,11 +25,11 @@
 check() {
   cd ${pkgname}-${pkgver}
   # Runs into infinite loop
-  #scons check
+  #scons2 check
 }
 
 package() {
   cd ${pkgname}-${pkgver}
   install -d "${pkgdir}/usr"
-  scons install --install-sandbox="${pkgdir}"
+  scons2 install --install-sandbox="${pkgdir}"
 }


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:31:26
  Author: felixonmars
Revision: 492918

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-chell-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 492917, haskell-chell-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:31:26 UTC (rev 492918)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=chell-quickcheck
+pkgname=haskell-chell-quickcheck
+pkgver=0.2.5.2
+pkgrel=13
+pkgdesc="QuickCheck support for the Chell testing library"
+url="https://github.com/typeclasses/chell;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-chell' 'haskell-quickcheck' 'haskell-random')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('d17b8aeb19adc08debdfccaeceabb480fcbf82ba47c5e805f326f26be8c3266b741c52ab1ab13042b13aaa865ae355812ff067f3a46ff8186cef232143fa8efa')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2019-07-26 Thread Felix Yan via arch-commits
Date: Friday, July 26, 2019 @ 17:35:28
  Author: felixonmars
Revision: 492929

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-edisoncore/repos/community-staging-x86_64/PKGBUILD (from rev 
492928, haskell-edisoncore/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 17:35:28 UTC (rev 492929)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=EdisonCore
+pkgname=haskell-edisoncore
+pkgver=1.3.2.1
+pkgrel=20
+pkgdesc="A library of efficient, purely-functional data structures (Core 
Implementations)"
+url="http://rwd.rdockins.name/edison/home/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-edisonapi" "haskell-quickcheck")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6812b04edb1abdfc2486d66bb86d6370b76667de1603ab421d92a6ecc17a25014e0ab97f53dd4f1e75cacf32c31611e8f2dd6c740c840e349c3c762ae00df65f')
+
+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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


  1   2   3   >