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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 21:26:25
  Author: felixonmars
Revision: 452428

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD
(from rev 452427, haskell-snap-server/trunk/PKGBUILD)
Deleted:
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 21:26:12 UTC (rev 452427)
+++ PKGBUILD2019-04-20 21:26:25 UTC (rev 452428)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=snap-server
-pkgname=haskell-snap-server
-pkgver=1.1.1.1
-pkgrel=16
-pkgdesc="A web server for the Snap Framework"
-url="https://github.com/snapframework/snap-server;
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
- 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
- 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
- 'haskell-vector')
-makedepends=('ghc')
-checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
-  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
-  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
-  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d' $_hkgname.cabal
-}
-
-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"
-}

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
452427, haskell-snap-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 21:26:25 UTC (rev 452428)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.1.1
+pkgrel=17
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+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 

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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 21:26:59
  Author: felixonmars
Revision: 452429

upgpkg: haskell-sourcemap 0.1.6-116

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-sourcemap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 21:26:25 UTC (rev 452428)
+++ PKGBUILD2019-04-20 21:26:59 UTC (rev 452429)
@@ -4,7 +4,7 @@
 _hkgname=sourcemap
 pkgname=haskell-sourcemap
 pkgver=0.1.6
-pkgrel=115
+pkgrel=116
 pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 21:26:12
  Author: felixonmars
Revision: 452427

upgpkg: haskell-snap-server 1.1.1.1-17

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 21:23:47 UTC (rev 452426)
+++ PKGBUILD2019-04-20 21:26:12 UTC (rev 452427)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.1
-pkgrel=16
+pkgrel=17
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server;
 license=('BSD')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 21:23:35
  Author: felixonmars
Revision: 452425

upgpkg: haskell-http-streams 0.8.6.1-105

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 21:13:55 UTC (rev 452424)
+++ PKGBUILD2019-04-20 21:23:35 UTC (rev 452425)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.6.1
-pkgrel=104
+pkgrel=105
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams;
 license=('BSD')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 21:23:47
  Author: felixonmars
Revision: 452426

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
452425, haskell-http-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 21:23:47 UTC (rev 452426)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-streams
+pkgname=haskell-http-streams
+pkgver=0.8.6.1
+pkgrel=105
+pkgdesc="An HTTP client using io-streams"
+url="https://github.com/afcowie/http-streams;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl'
+ 'haskell-openssl-streams' 'haskell-unordered-containers' 
'haskell-aeson'
+ 'haskell-http-common' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-snap-core' 
'haskell-snap-server'
+ 'haskell-system-fileio' 'haskell-system-filepath')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('76f6aa750974cdca834dfa7de79ebf22faa1cd0a40426d4df19f24b0699ce2d86a0b1f512846da4daf52f210607ed823690bab3fd1bb7ebe117f705a92d4a3b4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.1/<2/' $_hkgname.cabal
+}
+
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 21:13:55
  Author: arojas
Revision: 452424

archrelease: copy trunk to community-staging-x86_64

Added:
  singular/repos/community-staging-x86_64/
  singular/repos/community-staging-x86_64/PKGBUILD
(from rev 452423, singular/trunk/PKGBUILD)
  singular/repos/community-staging-x86_64/singular-polymake-3.3.patch
(from rev 452423, singular/trunk/singular-polymake-3.3.patch)

-+
 PKGBUILD|   41 ++
 singular-polymake-3.3.patch |  116 ++
 2 files changed, 157 insertions(+)

Copied: singular/repos/community-staging-x86_64/PKGBUILD (from rev 452423, 
singular/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 21:13:55 UTC (rev 452424)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-1-2
+_patchver=1
+pkgver=${_majver//-/.}.p${_patchver}
+#pkgver=${_majver//-/.}
+pkgrel=3
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(x86_64)
+url="https://www.singular.uni-kl.de/;
+license=(GPL)
+depends=(flint cddlib)
+makedepends=(doxygen python2 polymake)
+optdepends=('python2: Python interface' 'polymake: Polymake module')
+source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
+#source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;
+singular-polymake-3.3.patch)
+sha256sums=('b520809ce061059081a973d4a3b102b05863d49c20565d03f638ba5146296d4f'
+'683fd857562928833209f70765a6348a547d41bda6293b59a6e8ced54d062efc')
+options=(!zipman)
+
+prepare() {
+  cd singular-${_majver//-/.}
+  patch -p1 -i ../singular-polymake-3.3.patch # Fix build with polymake 3.3
+}
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+  # Fix ownership
+  chown -R root:root "$pkgdir"/usr/share/singular/html 
"$pkgdir"/usr/share/info "$pkgdir"/usr/share/singular/singular.idx
+}

Copied: singular/repos/community-staging-x86_64/singular-polymake-3.3.patch 
(from rev 452423, singular/trunk/singular-polymake-3.3.patch)
===
--- community-staging-x86_64/singular-polymake-3.3.patch
(rev 0)
+++ community-staging-x86_64/singular-polymake-3.3.patch2019-04-20 
21:13:55 UTC (rev 452424)
@@ -0,0 +1,116 @@
+diff --git a/Singular/dyn_modules/polymake/polymake_conversion.cc 
b/Singular/dyn_modules/polymake/polymake_conversion.cc
+index 7d6411997..896db9ca9 100644
+--- a/Singular/dyn_modules/polymake/polymake_conversion.cc
 b/Singular/dyn_modules/polymake/polymake_conversion.cc
+@@ -403,7 +403,7 @@ gfan::ZFan* PmFan2ZFan (polymake::perl::Object* pf)
+ int n = pf->give("N_MAXIMAL_CONES");
+ for (int i=0; iCallPolymakeMethod("cone",i);
++  polymake::perl::Object pmcone=pf->call_method("cone",i);
+   gfan::ZCone* zc=PmCone2ZCone();
+   zf->insert(*zc);
+ }
+diff --git a/Singular/dyn_modules/polymake/polymake_wrapper.cc 
b/Singular/dyn_modules/polymake/polymake_wrapper.cc
+index a43eb66cd..3f73bd4f8 100644
+--- a/Singular/dyn_modules/polymake/polymake_wrapper.cc
 b/Singular/dyn_modules/polymake/polymake_wrapper.cc
+@@ -34,7 +34,7 @@ static BOOLEAN bbpolytope_Op2(int op, leftv res, leftv i1, 
leftv i2)
+   polymake::perl::Object* pp = ZPolytope2PmPolytope(zp);
+   polymake::perl::Object* pq = ZPolytope2PmPolytope(zq);
+   polymake::perl::Object pms;
+-  CallPolymakeFunction("minkowski_sum", *pp, *pq) >> pms;
++  polymake::call_function("minkowski_sum", *pp, *pq) >> pms;
+   ms = PmPolytope2ZPolytope();
+   delete pp;
+   delete pq;
+@@ -1063,7 +1063,7 @@ BOOLEAN PMlatticePoints(leftv res, leftv args)
+ {
+   polymake::perl::Object* p = ZPolytope2PmPolytope(zp);
+   #if (POLYMAKEVERSION >=214)
+-  polymake::Matrix lp = 
p->CallPolymakeMethod("LATTICE_POINTS");
++  polymake::Matrix lp = 
p->call_method("LATTICE_POINTS");
+   #elif (POLYMAKEVERSION >=212)
+   polymake::Matrix lp = p->give("LATTICE_POINTS");
+   #else
+@@ -1291,7 +1291,7 @@ BOOLEAN PMhilbertBasis(leftv res, leftv args)
+ {
+   polymake::perl::Object* p = ZPolytope2PmPolytope(zp);
+   #if (POLYMAKEVERSION >=214)
+-  polymake::Matrix lp = 
p->CallPolymakeMethod("HILBERT_BASIS");
++  polymake::Matrix lp = 
p->call_method("HILBERT_BASIS");
+   #elif (POLYMAKEVERSION >=212)
+   polymake::Matrix lp = p->give("HILBERT_BASIS");
+   #else
+@@ -1375,7 +1375,7 @@ BOOLEAN PMminkowskiSum(leftv res, leftv args)
+ 

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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 21:13:11
  Author: arojas
Revision: 452423

polymake 3.4 rebuild

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 21:08:28 UTC (rev 452422)
+++ PKGBUILD2019-04-20 21:13:11 UTC (rev 452423)
@@ -6,7 +6,7 @@
 _patchver=1
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=2
+pkgrel=3
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="https://www.singular.uni-kl.de/;


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 21:08:28
  Author: felixonmars
Revision: 452422

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
452421, haskell-snap-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 21:08:28 UTC (rev 452422)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.1.1
+pkgrel=16
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+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-snap-server/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 21:08:04
  Author: felixonmars
Revision: 452421

upgpkg: haskell-snap-server 1.1.1.1-16

rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 21:03:18 UTC (rev 452420)
+++ PKGBUILD2019-04-20 21:08:04 UTC (rev 452421)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.1
-pkgrel=15
+pkgrel=16
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server;
 license=('BSD')


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 21:03:18
  Author: arojas
Revision: 452420

archrelease: copy trunk to community-staging-x86_64

Added:
  polymake/repos/community-staging-x86_64/
  polymake/repos/community-staging-x86_64/PKGBUILD
(from rev 452419, polymake/trunk/PKGBUILD)

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

Copied: polymake/repos/community-staging-x86_64/PKGBUILD (from rev 452419, 
polymake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 21:03:18 UTC (rev 452420)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=polymake
+_pkgver=3.4
+_patchver=
+#pkgver=$_pkgver.r$_patchver
+pkgver=$_pkgver
+pkgrel=1
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(x86_64)
+url="https://polymake.org/;
+license=(GPL)
+depends=(mpfr normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt perl-term-readline-gnu perl-term-readkey perl-json)
+makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk)
+optdepends=('java-runtime: java module')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${_pkgver}-minimal.tar.bz2;)
+sha256sums=('f4ddfd8275b5b9fbf953e6b24f707d00081a1a6d32ac0e6a52165d016609b1e8')
+
+build() {
+  cd polymake-$_pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd polymake-$_pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 21:02:37
  Author: arojas
Revision: 452419

Fix pkgver

Modified:
  polymake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:53:09 UTC (rev 452418)
+++ PKGBUILD2019-04-20 21:02:37 UTC (rev 452419)
@@ -3,8 +3,8 @@
 pkgname=polymake
 _pkgver=3.4
 _patchver=
-pkgver=$_pkgver.r$_patchver
-#pkgver=$_pkgver
+#pkgver=$_pkgver.r$_patchver
+pkgver=$_pkgver
 pkgrel=1
 pkgdesc="Open source software for research in polyhedral geometry"
 arch=(x86_64)


[arch-commits] Commit in polymake/trunk (PKGBUILD polymake-fix-lib-loading.patch)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:53:09
  Author: arojas
Revision: 452418

Update to 3.4

Modified:
  polymake/trunk/PKGBUILD
Deleted:
  polymake/trunk/polymake-fix-lib-loading.patch

+
 PKGBUILD   |   21 +++--
 polymake-fix-lib-loading.patch |   13 -
 2 files changed, 7 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:52:07 UTC (rev 452417)
+++ PKGBUILD2019-04-20 20:53:09 UTC (rev 452418)
@@ -1,11 +1,11 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=polymake
-_pkgver=3.3
-_patchver=4
-#pkgver=$_pkgver.r$_patchver
-pkgver=$_pkgver
-pkgrel=3
+_pkgver=3.4
+_patchver=
+pkgver=$_pkgver.r$_patchver
+#pkgver=$_pkgver
+pkgrel=1
 pkgdesc="Open source software for research in polyhedral geometry"
 arch=(x86_64)
 url="https://polymake.org/;
@@ -13,16 +13,9 @@
 depends=(mpfr normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt perl-term-readline-gnu perl-term-readkey perl-json)
 makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk)
 optdepends=('java-runtime: java module')
-source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${_pkgver}-minimal.tar.bz2;
-polymake-fix-lib-loading.patch)
-sha256sums=('f7867137f99d5e8b86035ba05b59a63c5b73a95b21b88059fd2439216c128792'
-'491cf7ea37e58e9289b81feb5604473b960e3688969a8d7854378fd6f9deb93a')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${_pkgver}-minimal.tar.bz2;)
+sha256sums=('f4ddfd8275b5b9fbf953e6b24f707d00081a1a6d32ac0e6a52165d016609b1e8')
 
-prepare() {
-  cd polymake-$_pkgver
-  patch -p1 -i ../polymake-fix-lib-loading.patch # Fix loading shared library 
from external programs
-}
-
 build() {
   cd polymake-$_pkgver
   ./configure --prefix=/usr

Deleted: polymake-fix-lib-loading.patch
===
--- polymake-fix-lib-loading.patch  2019-04-20 20:52:07 UTC (rev 452417)
+++ polymake-fix-lib-loading.patch  2019-04-20 20:53:09 UTC (rev 452418)
@@ -1,13 +0,0 @@
-diff --git a/lib/callable/src/perl/Main.cc b/lib/callable/src/perl/Main.cc
-index 6267025..2c96dc1 100644
 a/lib/callable/src/perl/Main.cc
-+++ b/lib/callable/src/perl/Main.cc
-@@ -109,7 +109,7 @@ void deduce_install_dirs(std::string lib_path, 
std::string& install_top, std::st
- {
-const char stem_name[]="libpolymake";
-constexpr size_t stem_size=sizeof(stem_name)-1;
--   auto basename_start=lib_path.find(stem_name, stem_size);
-+   auto basename_start=lib_path.find(stem_name);
-if (basename_start == std::string::npos)
-   throw std::runtime_error("polymake::Main - weird callable library path 
" + lib_path);
- 


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:38:51
  Author: arojas
Revision: 452415

Update to 4.7

Modified:
  primecount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:36:35 UTC (rev 452414)
+++ PKGBUILD2019-04-20 20:38:51 UTC (rev 452415)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=primecount
-pkgver=4.6
+pkgver=4.7
 pkgrel=1
 pkgdesc="Fast C++ prime counting function implementation"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('cf4567cbc54f3a6e99a6e202e88f6a1ec9357ea07e94699ce4014353a8b9e0d9')
+sha256sums=('e55bd10587af09073118b44053e7cedbc41708da692dd020b08301fff8148890')
 
 prepare() {
   mkdir -p build


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:39:10
  Author: arojas
Revision: 452416

archrelease: copy trunk to community-x86_64

Added:
  primecount/repos/community-x86_64/PKGBUILD
(from rev 452415, primecount/trunk/PKGBUILD)
Deleted:
  primecount/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 20:38:51 UTC (rev 452415)
+++ PKGBUILD2019-04-20 20:39:10 UTC (rev 452416)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=primecount
-pkgver=4.6
-pkgrel=1
-pkgdesc="Fast C++ prime counting function implementation"
-arch=(x86_64)
-url="https://github.com/kimwalisch/primecount;
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('cf4567cbc54f3a6e99a6e202e88f6a1ec9357ea07e94699ce4014353a8b9e0d9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: primecount/repos/community-x86_64/PKGBUILD (from rev 452415, 
primecount/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 20:39:10 UTC (rev 452416)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=primecount
+pkgver=4.7
+pkgrel=1
+pkgdesc="Fast C++ prime counting function implementation"
+arch=(x86_64)
+url="https://github.com/kimwalisch/primecount;
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
+sha256sums=('e55bd10587af09073118b44053e7cedbc41708da692dd020b08301fff8148890')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:36:35
  Author: arojas
Revision: 452414

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 20:36:04 UTC (rev 452413)
+++ PKGBUILD2019-04-20 20:36:35 UTC (rev 452414)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgname=python-rpy2
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(any)
-url="https://rpy2.bitbucket.io/;
-license=(MPL GPL LGPL)
-depends=(python-numpy r)
-makedepends=(python-setuptools)
-optdepends=('python-pandas: conversion between rpy and pandas' 
'python-tzlocal: conversion bewteen rpy and pandas')
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('eb288092d139d36cf1e87e5fbcb6c651c24c186f44c41fc8773578ab2543abcf')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-any/PKGBUILD (from rev 452413, 
python-rpy2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 20:36:35 UTC (rev 452414)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python-rpy2
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(any)
+url="https://rpy2.bitbucket.io/;
+license=(MPL GPL LGPL)
+depends=(python-numpy r)
+makedepends=(python-setuptools)
+optdepends=('python-pandas: conversion between rpy and pandas' 
'python-tzlocal: conversion bewteen rpy and pandas')
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('e1d3abb4f172a8a6296b61d7ab22f4687b5461149807caadd5d8d0155f226d94')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:36:04
  Author: arojas
Revision: 452413

Update to 3.0.2

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:26:18 UTC (rev 452412)
+++ PKGBUILD2019-04-20 20:36:04 UTC (rev 452413)
@@ -4,7 +4,7 @@
 # Contributor: David Pretty  
 
 pkgname=python-rpy2
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=(python-setuptools)
 optdepends=('python-pandas: conversion between rpy and pandas' 
'python-tzlocal: conversion bewteen rpy and pandas')
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('eb288092d139d36cf1e87e5fbcb6c651c24c186f44c41fc8773578ab2543abcf')
+sha256sums=('e1d3abb4f172a8a6296b61d7ab22f4687b5461149807caadd5d8d0155f226d94')
 
 package() {
   cd rpy2-$pkgver


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:34:20
  Author: arojas
Revision: 351791

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 20:32:23 UTC (rev 351790)
+++ PKGBUILD2019-04-20 20:34:20 UTC (rev 351791)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=qalculate-gtk
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="GTK frontend for libqalculate"
-arch=('x86_64')
-url="http://qalculate.github.io/;
-license=('GPL')
-depends=('libqalculate' 'gtk3')
-makedepends=('intltool' 'rarian')
-optdepends=('yelp: for displaying the help')
-options=('!makeflags')
-source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('2e6e7ad1025d1430b028e0f690574f8ddff4f6bd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: qalculate-gtk/repos/extra-x86_64/PKGBUILD (from rev 351790, 
qalculate-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 20:34:20 UTC (rev 351791)
@@ -0,0 +1,27 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="GTK frontend for libqalculate"
+arch=('x86_64')
+url="http://qalculate.github.io/;
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('95be1a27bfbe6733c5954ea78c159f6d66c2220f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:32:23
  Author: arojas
Revision: 351790

Update to 3.1.0

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:18:01 UTC (rev 351789)
+++ PKGBUILD2019-04-20 20:32:23 UTC (rev 351790)
@@ -1,7 +1,8 @@
-# Maintainer: Eric Bélanger 
+# Maintainer:
+# Contributor: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="GTK frontend for libqalculate"
 arch=('x86_64')
@@ -12,7 +13,7 @@
 optdepends=('yelp: for displaying the help')
 options=('!makeflags')
 
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('2e6e7ad1025d1430b028e0f690574f8ddff4f6bd')
+sha1sums=('95be1a27bfbe6733c5954ea78c159f6d66c2220f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-04-20 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, April 20, 2019 @ 20:26:18
  Author: sangy
Revision: 452412

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 20:26:00 UTC (rev 452411)
+++ PKGBUILD2019-04-20 20:26:18 UTC (rev 452412)
@@ -1,26 +0,0 @@
-# Maintainer : Santiago Torres-Arias 
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
-url="https://github.com/kyuupichan/aiorpcX/;
-arch=('any')
-license=('MIT')
-depends=('python>=3.6' 'python-attrs')
-makedepends=('python-setuptools')
-source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz;)
-sha256sums=('2c409a6053c083067f3f5c6923eebe290b0ced034f39eeb1244677697d6600a4')
-
-
-build() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-aiorpcx/repos/community-any/PKGBUILD (from rev 452411, 
python-aiorpcx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 20:26:18 UTC (rev 452412)
@@ -0,0 +1,26 @@
+# Maintainer : Santiago Torres-Arias 
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
+url="https://github.com/kyuupichan/aiorpcX/;
+arch=('any')
+license=('MIT')
+depends=('python>=3.6' 'python-attrs')
+makedepends=('python-setuptools')
+source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz;)
+sha256sums=('058d9ebc6b4e3eb6554f996caa18d76910634a4896830539f06fb08188e558ca')
+
+
+build() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-04-20 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, April 20, 2019 @ 20:26:00
  Author: sangy
Revision: 452411

upgpkg: python-aiorpcx 0.16.1-1

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:23:15 UTC (rev 452410)
+++ PKGBUILD2019-04-20 20:26:00 UTC (rev 452411)
@@ -2,7 +2,7 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.15.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
 url="https://github.com/kyuupichan/aiorpcX/;
@@ -11,7 +11,7 @@
 depends=('python>=3.6' 'python-attrs')
 makedepends=('python-setuptools')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz;)
-sha256sums=('2c409a6053c083067f3f5c6923eebe290b0ced034f39eeb1244677697d6600a4')
+sha256sums=('058d9ebc6b4e3eb6554f996caa18d76910634a4896830539f06fb08188e558ca')
 
 
 build() {


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:23:04
  Author: felixonmars
Revision: 452409

upgpkg: haskell-snap-core 1.0.4.0-10

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:20:37 UTC (rev 452408)
+++ PKGBUILD2019-04-20 20:23:04 UTC (rev 452409)
@@ -3,7 +3,7 @@
 _hkgname=snap-core
 pkgname=haskell-snap-core
 pkgver=1.0.4.0
-pkgrel=9
+pkgrel=10
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core;
 license=('BSD')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:23:15
  Author: felixonmars
Revision: 452410

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 
452409, haskell-snap-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:23:15 UTC (rev 452410)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-core
+pkgname=haskell-snap-core
+pkgver=1.0.4.0
+pkgrel=10
+pkgdesc="A Haskell Web Framework (core interfaces and types)"
+url="https://github.com/JustusAdam/snap-core;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 
'haskell-hashable'
+ 'haskell-monad-control' 'haskell-random' 'haskell-readable' 
'haskell-regex-posix'
+ 'haskell-transformers-base' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('12ec31c36feab136f9cbc4b025c35ec8dc717de57adae3060f5a33e929fc0a5b0f0e487c90f56153dccebf36cb3b8b85d4ce2b25c3cc4c51d1ab82ad3e430fd1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:20:25
  Author: felixonmars
Revision: 452407

upgpkg: haskell-skylighting 0.7.7-8

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:19:33 UTC (rev 452406)
+++ PKGBUILD2019-04-20 20:20:25 UTC (rev 452407)
@@ -3,7 +3,7 @@
 _hkgname=skylighting
 pkgname=haskell-skylighting
 pkgver=0.7.7
-pkgrel=7
+pkgrel=8
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('GPL2')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:20:37
  Author: felixonmars
Revision: 452408

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
452407, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:20:37 UTC (rev 452408)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.7.7
+pkgrel=8
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-pretty-show' 
'haskell-regex-pcre'
+ 'haskell-safe' 'haskell-skylighting-core' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('807fd86548fcc0c20869c6cf38b5b8c1498af5622d000200bee11ae4ce3df8d05353b8902215f9d914204a041344f33bcd59acc4446a1d4a2a4f82d45ece2fde')
+
+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 \
+-fsystem-pcre -fexecutable
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:19:33
  Author: felixonmars
Revision: 452406

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 452405, haskell-skylighting-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:19:33 UTC (rev 452406)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting-core
+pkgname=haskell-skylighting-core
+pkgver=0.7.7
+pkgrel=8
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-regex-pcre' 'haskell-safe'
+ 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 
'haskell-quickcheck'
+ 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('88ab8e50b094154069f493dcc4091bb7ac875ba9be2d90f1b22ac8bc9f4c1b556101eba96f098659f581dbf609d6b5df82a604fd31fdfb2c3cdfa3f792dd5bbd')
+
+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 \
+-fexecutable -fsystem-pcre
+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-skylighting-core/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:19:21
  Author: felixonmars
Revision: 452405

upgpkg: haskell-skylighting-core 0.7.7-8

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:18:00 UTC (rev 452404)
+++ PKGBUILD2019-04-20 20:19:21 UTC (rev 452405)
@@ -3,7 +3,7 @@
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
 pkgver=0.7.7
-pkgrel=7
+pkgrel=8
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('BSD')


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:17:39
  Author: arojas
Revision: 351788

Update to 3.1.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:08:06 UTC (rev 351787)
+++ PKGBUILD2019-04-20 20:17:39 UTC (rev 351788)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqalculate
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
 url="https://qalculate.github.io/;
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 optdepends=('gnuplot: for plotting support')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2882edd45016a6bcbf33120dd0b83676221a1d58af73f7f4cd6bbec4e1a26b1e')
+sha256sums=('40174309c59a0eebdc42d63b230662d8b897bee21a6a31f10d7387b17b133a11')
 
 build() {
   cd $pkgname-$pkgver


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:18:01
  Author: arojas
Revision: 351789

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 20:17:39 UTC (rev 351788)
+++ PKGBUILD2019-04-20 20:18:01 UTC (rev 351789)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=libqalculate
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Multi-purpose desktop calculator"
-arch=(x86_64)
-url="https://qalculate.github.io/;
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool)
-optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2882edd45016a6bcbf33120dd0b83676221a1d58af73f7f4cd6bbec4e1a26b1e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 351788, 
libqalculate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 20:18:01 UTC (rev 351789)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="https://qalculate.github.io/;
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('40174309c59a0eebdc42d63b230662d8b897bee21a6a31f10d7387b17b133a11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:17:48
  Author: felixonmars
Revision: 452403

upgpkg: haskell-simple-sendfile 0.2.28-15

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-simple-sendfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:17:08 UTC (rev 452402)
+++ PKGBUILD2019-04-20 20:17:48 UTC (rev 452403)
@@ -4,7 +4,7 @@
 _hkgname=simple-sendfile
 pkgname=haskell-simple-sendfile
 pkgver=0.2.28
-pkgrel=14
+pkgrel=15
 pkgdesc="Cross platform library for the sendfile system call"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:18:00
  Author: felixonmars
Revision: 452404

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-simple-sendfile/repos/community-staging-x86_64/PKGBUILD (from 
rev 452403, haskell-simple-sendfile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:18:00 UTC (rev 452404)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=simple-sendfile
+pkgname=haskell-simple-sendfile
+pkgver=0.2.28
+pkgrel=15
+pkgdesc="Cross platform library for the sendfile system call"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-resourcet'
+ 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9a08d4ba26cd05b1fff3e72bd0846260d4c04921a5ca1f86258c61e51ee5ccf8e14dd2aea0bee44590572feba1832b2562b75b5f71f004c705f02cd0a0f000d1')
+
+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 \
+-fallow-bsd
+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-shakespeare/repos (2 files)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:17:08
  Author: felixonmars
Revision: 452402

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
452401, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:17:08 UTC (rev 452402)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.20
+pkgrel=18
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-exceptions'
+ 'haskell-scientific' 'haskell-unordered-containers'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('68b40809e007b193af3a1c48e742c6bd22ac0ec9ab97921c8b4ed5ae6fe01a4e8206ad7a37cbf9ec8fb1b1a2edafed5aa58d93d9d2eddffa6d0d01a0ad512a21')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+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-shakespeare/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:16:53
  Author: felixonmars
Revision: 452401

upgpkg: haskell-shakespeare 2.0.20-18

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:15:36 UTC (rev 452400)
+++ PKGBUILD2019-04-20 20:16:53 UTC (rev 452401)
@@ -4,7 +4,7 @@
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
 pkgver=2.0.20
-pkgrel=17
+pkgrel=18
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates;
 license=("MIT")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:15:36
  Author: felixonmars
Revision: 452400

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 
452399, haskell-servant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:15:36 UTC (rev 452400)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant
+pkgname=haskell-servant
+pkgver=0.16
+pkgrel=8
+pkgdesc="A family of combinators for defining webservices APIs"
+url="http://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-bifunctors' 'haskell-case-insensitive' 
'haskell-http-api-data'
+ 'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-quickcheck' 'haskell-tagged' 'haskell-singleton-bool'
+ 'haskell-string-conversions' 'haskell-vault')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hspec' 
'haskell-quickcheck-instances'
+ 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c6052295085064f06e892c1172a273fff28487e061107775eb8cfe83d044ef3705c6f83997d191a30256c6d83afc438ee4795d6f14f616369f02aff809ccfa22')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:15:24
  Author: felixonmars
Revision: 452399

upgpkg: haskell-servant 0.16-8

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-servant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:14:12 UTC (rev 452398)
+++ PKGBUILD2019-04-20 20:15:24 UTC (rev 452399)
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.16
-pkgrel=7
+pkgrel=8
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/;
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:14:12
  Author: felixonmars
Revision: 452398

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 452397, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:14:12 UTC (rev 452398)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1.2
+pkgrel=21
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('adb64905b689cd7422894563b0172094ee92e1e6068ddb726b87ac945a32f7e0be47b10996d436928810afe59dccb7f2d4b52dffde5903fadb588aa0ad35fc38')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:13:58
  Author: felixonmars
Revision: 452397

upgpkg: haskell-postgresql-binary 0.12.1.2-21

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:13:33 UTC (rev 452396)
+++ PKGBUILD2019-04-20 20:13:58 UTC (rev 452397)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


[arch-commits] Commit in sage-data-elliptic_curves/repos/community-any (4 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:13:33
  Author: arojas
Revision: 452396

archrelease: copy trunk to community-any

Added:
  sage-data-elliptic_curves/repos/community-any/PKGBUILD
(from rev 452395, sage-data-elliptic_curves/trunk/PKGBUILD)
  sage-data-elliptic_curves/repos/community-any/spkg-install
(from rev 452395, sage-data-elliptic_curves/trunk/spkg-install)
Deleted:
  sage-data-elliptic_curves/repos/community-any/PKGBUILD
  sage-data-elliptic_curves/repos/community-any/spkg-install

--+
 PKGBUILD |   59 +--
 spkg-install |  176 -
 2 files changed, 117 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 20:12:39 UTC (rev 452395)
+++ PKGBUILD2019-04-20 20:13:33 UTC (rev 452396)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_dbname=elliptic_curves
-pkgname=sage-data-$_dbname
-pkgver=0.8
-pkgrel=3
-pkgdesc="Database of elliptic curves for SageMath"
-arch=(any)
-url="http://www.sagemath.org;
-license=(GPL)
-depends=()
-makedepends=(python sqlite)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/elliptic_curves/$_dbname-$pkgver.tar.bz2;
-
"https://raw.githubusercontent.com/sagemath/sage/6ae960b3db36b628546c0fd3ea0f7f75154edb22/build/pkgs/elliptic_curves/spkg-install;)
-md5sums=('fd9beee5a0e4a5ae330ffd6f1ab12112'
- 'b74eff87bdc6e9df132bc50a7e3513c6')
-
-package() {
-  export SAGE_SHARE="$pkgdir"/usr/share
-  cd $_dbname-$pkgver
-  mkdir src
-  cp -r common ellcurves src
-  python ../spkg-install
-
-# fix permissions
-  chmod 755 "$pkgdir"/usr/share/ellcurves
-  chmod 644 "$pkgdir"/usr/share/ellcurves/*
-
-  rm -r "$pkgdir"/usr/share/ellcurves/._*
-}

Copied: sage-data-elliptic_curves/repos/community-any/PKGBUILD (from rev 
452395, sage-data-elliptic_curves/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 20:13:33 UTC (rev 452396)
@@ -0,0 +1,29 @@
+
+# Maintainer: Antonio Rojas 
+
+_dbname=elliptic_curves
+pkgname=sage-data-$_dbname
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Database of elliptic curves for SageMath"
+arch=(any)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=()
+makedepends=(python sqlite)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/elliptic_curves/$_dbname-$pkgver.tar.bz2;
+
"https://raw.githubusercontent.com/sagemath/sage/6ae960b3db36b628546c0fd3ea0f7f75154edb22/build/pkgs/elliptic_curves/spkg-install;)
+sha256sums=('5fba5470d9d91f06282ed5edfc45bf0ea1c5f7c8d4837c46234b17be1481fd50'
+'7132d9617bb99198654f18dffbf6ded18ad03de1a46aa6771f565064a3bfad2f')
+
+package() {
+  export SAGE_SHARE="$pkgdir"/usr/share
+  cd $_dbname-$pkgver
+  mkdir src
+  cp -r common ellcurves src
+  python ../spkg-install
+
+# fix permissions
+  chmod 755 "$pkgdir"/usr/share/ellcurves
+  chmod 644 "$pkgdir"/usr/share/ellcurves/*
+}

Deleted: spkg-install
===
--- spkg-install2019-04-20 20:12:39 UTC (rev 452395)
+++ spkg-install2019-04-20 20:13:33 UTC (rev 452396)
@@ -1,88 +0,0 @@
-#!/usr/bin/env python
-
-import os
-common_curves = os.path.join(os.getcwd(), 'src', 'common')
-
-def install_cremona():
-from sqlite3 import connect
-
-if 'SAGE_SHARE' not in os.environ:
-raise RuntimeError("SAGE_SHARE undefined, maybe run `sage -sh`?")
-
-cremona_root = os.path.join(os.environ['SAGE_SHARE'], 'cremona')
-if not os.path.exists(cremona_root):
-os.makedirs(cremona_root)
-
-target = os.path.join(cremona_root, 'cremona_mini.db')
-
-if os.path.exists(target):
-os.remove(target)
-
-con = connect(target)
-
-con.execute('CREATE TABLE t_class(rank INTEGER, class TEXT PRIMARY KEY,'
-' conductor INTEGER)')
-con.execute('CREATE TABLE t_curve(curve TEXT PRIMARY KEY, class TEXT, tors'
-' INTEGER, eqn TEXT UNIQUE)')
-con.execute('CREATE INDEX i_t_class_conductor ON t_class(conductor)')
-con.execute('CREATE INDEX i_t_curve_class ON t_curve(class)')
-
-class_data = []
-curve_data = []
-
-for line in open(os.path.join(common_curves, 'allcurves.0-0')):
-N, iso, num, eqn, r, tors = line.split()
-cls = N + iso
-cur = cls + num
-if num == "1":
-class_data.append((N, cls, r))
-curve_data.append((cur, cls, eqn, tors))
-
-con.executemany('INSERT INTO t_class(conductor,class,rank) VALUES'
-' (?,?,?)', class_data)
-con.executemany('INSERT INTO t_curve(curve,class,eqn,tors) VALUES'
-' (?,?,?,?)', curve_data)
-
-con.commit()
-
-def install_ellcurves():
-import shutil, tempfile
-
-if 'SAGE_SHARE' not in os.environ:
-raise RuntimeError("SAGE_SHARE undefined, maybe run `sage -sh`?")
-
-target = 

[arch-commits] Commit in sage-data-elliptic_curves/trunk (PKGBUILD)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:12:39
  Author: arojas
Revision: 452395

Update to 0.8.1

Modified:
  sage-data-elliptic_curves/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:12:09 UTC (rev 452394)
+++ PKGBUILD2019-04-20 20:12:39 UTC (rev 452395)
@@ -1,9 +1,10 @@
+
 # Maintainer: Antonio Rojas 
 
 _dbname=elliptic_curves
 pkgname=sage-data-$_dbname
-pkgver=0.8
-pkgrel=3
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="Database of elliptic curves for SageMath"
 arch=(any)
 url="http://www.sagemath.org;
@@ -12,8 +13,8 @@
 makedepends=(python sqlite)
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/elliptic_curves/$_dbname-$pkgver.tar.bz2;
 
"https://raw.githubusercontent.com/sagemath/sage/6ae960b3db36b628546c0fd3ea0f7f75154edb22/build/pkgs/elliptic_curves/spkg-install;)
-md5sums=('fd9beee5a0e4a5ae330ffd6f1ab12112'
- 'b74eff87bdc6e9df132bc50a7e3513c6')
+sha256sums=('5fba5470d9d91f06282ed5edfc45bf0ea1c5f7c8d4837c46234b17be1481fd50'
+'7132d9617bb99198654f18dffbf6ded18ad03de1a46aa6771f565064a3bfad2f')
 
 package() {
   export SAGE_SHARE="$pkgdir"/usr/share
@@ -25,6 +26,4 @@
 # fix permissions
   chmod 755 "$pkgdir"/usr/share/ellcurves
   chmod 644 "$pkgdir"/usr/share/ellcurves/*
-
-  rm -r "$pkgdir"/usr/share/ellcurves/._*
 }


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:12:09
  Author: felixonmars
Revision: 452394

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deferred-folds/repos/community-staging-x86_64/
  haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD
(from rev 452393, haskell-deferred-folds/trunk/PKGBUILD)

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

Copied: haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD (from 
rev 452393, haskell-deferred-folds/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:12:09 UTC (rev 452394)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deferred-folds
+pkgname=haskell-deferred-folds
+pkgver=0.9.10
+pkgrel=18
+pkgdesc="Abstractions over deferred folds"
+url="https://github.com/metrix-ai/deferred-folds;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-foldl' 'haskell-hashable' 'haskell-primitive'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('076de06fd49d697d894b25862b57ae7433dd18452f2fff17fe2def89282643501725440e1597fb4a79f633ced26909add259304be0865d1c51fd9172e79e69b7')
+
+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 python-pytest-mock/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:11:39
  Author: felixonmars
Revision: 452391

upgpkg: python-pytest-mock 1.10.4-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:11:16 UTC (rev 452390)
+++ PKGBUILD2019-04-20 20:11:39 UTC (rev 452391)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
@@ -10,8 +10,8 @@
 url="https://github.com/pytest-dev/pytest-mock/;
 makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 
'python-setuptools-scm'
  'python2-setuptools-scm')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-mock/archive/v$pkgver.tar.gz;)
-sha512sums=('d9cee7cfcd687c94698b0fc9d4a2e68c9785bfe45fdfd0876037ad44bf769f3140b2103fb61703252a1c7a47315bfbcb42582006e66fd85f6e4999b6f7037591')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-mock/archive/$pkgver.tar.gz;)
+sha512sums=('5825f051a21d25027c413265bff98d7d4d0d98a4b2648d87ab247a942670133eb96091e4504c87f46b7c9d63e1e7c7e294c212761c9f3348ccfabcc129c57c35')
 
 prepare() {
   cp -a pytest-mock-$pkgver{,-py2}


[arch-commits] Commit in haskell-bytestring-strict-builder/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:11:03
  Author: felixonmars
Revision: 452389

upgpkg: haskell-bytestring-strict-builder 0.4.5.1-57

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-bytestring-strict-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:10:21 UTC (rev 452388)
+++ PKGBUILD2019-04-20 20:11:03 UTC (rev 452389)
@@ -3,7 +3,7 @@
 _hkgname=bytestring-strict-builder
 pkgname=haskell-bytestring-strict-builder
 pkgver=0.4.5.1
-pkgrel=56
+pkgrel=57
 pkgdesc="An efficient strict bytestring builder"
 url="https://github.com/nikita-volkov/bytestring-strict-builder;
 license=('MIT')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:11:55
  Author: felixonmars
Revision: 452392

archrelease: copy trunk to community-any

Added:
  python-pytest-mock/repos/community-any/PKGBUILD
(from rev 452391, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 20:11:39 UTC (rev 452391)
+++ PKGBUILD2019-04-20 20:11:55 UTC (rev 452392)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 
'python-setuptools-scm'
- 'python2-setuptools-scm')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-mock/archive/v$pkgver.tar.gz;)
-sha512sums=('d9cee7cfcd687c94698b0fc9d4a2e68c9785bfe45fdfd0876037ad44bf769f3140b2103fb61703252a1c7a47315bfbcb42582006e66fd85f6e4999b6f7037591')
-
-prepare() {
-  cp -a pytest-mock-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-mock-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-mock-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-mock-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-
-  cd "$srcdir"/pytest-mock-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pytest-mock/repos/community-any/PKGBUILD (from rev 452391, 
python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 20:11:55 UTC (rev 452392)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/;
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 
'python-setuptools-scm'
+ 'python2-setuptools-scm')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-mock/archive/$pkgver.tar.gz;)
+sha512sums=('5825f051a21d25027c413265bff98d7d4d0d98a4b2648d87ab247a942670133eb96091e4504c87f46b7c9d63e1e7c7e294c212761c9f3348ccfabcc129c57c35')
+
+prepare() {
+  cp -a pytest-mock-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-mock-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-mock-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-mock-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+
+  cd "$srcdir"/pytest-mock-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:11:58
  Author: felixonmars
Revision: 452393

upgpkg: haskell-deferred-folds 0.9.10-18

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-deferred-folds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:11:55 UTC (rev 452392)
+++ PKGBUILD2019-04-20 20:11:58 UTC (rev 452393)
@@ -3,7 +3,7 @@
 _hkgname=deferred-folds
 pkgname=haskell-deferred-folds
 pkgver=0.9.10
-pkgrel=17
+pkgrel=18
 pkgdesc="Abstractions over deferred folds"
 url="https://github.com/metrix-ai/deferred-folds;
 license=('MIT')


[arch-commits] Commit in haskell-bytestring-strict-builder/repos (2 files)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:11:16
  Author: felixonmars
Revision: 452390

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 452389, haskell-bytestring-strict-builder/trunk/PKGBUILD)

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

Copied: 
haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD (from 
rev 452389, haskell-bytestring-strict-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:11:16 UTC (rev 452390)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bytestring-strict-builder
+pkgname=haskell-bytestring-strict-builder
+pkgver=0.4.5.1
+pkgrel=57
+pkgdesc="An efficient strict bytestring builder"
+url="https://github.com/nikita-volkov/bytestring-strict-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-rerebase')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f9ebf1e959ba01674fd302571737ff1ef7b5150866a052560c20050f78aedf01e068a494b259a3dbc244db972662ae316205b8626e9c2721d54e46984ed27cd5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:10:21
  Author: felixonmars
Revision: 452388

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rerebase/repos/community-staging-x86_64/PKGBUILD (from rev 
452387, haskell-rerebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:10:21 UTC (rev 452388)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rerebase
+pkgname=haskell-rerebase
+pkgver=1.3.1
+pkgrel=4
+pkgdesc='Reexports from "base" with a bunch of other standard libraries'
+url="https://github.com/nikita-volkov/rerebase;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-rebase')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0e39a8eef97a74b41e85e32979c5fe43972958a32149973fc40bb0bf75401541b45434be718d073905f3a67c6d1145462aa531191d20fdaa8f11688ccaa07ed9')
+
+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-rerebase/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:10:09
  Author: felixonmars
Revision: 452387

upgpkg: haskell-rerebase 1.3.1-4

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-rerebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:09:23 UTC (rev 452386)
+++ PKGBUILD2019-04-20 20:10:09 UTC (rev 452387)
@@ -4,7 +4,7 @@
 _hkgname=rerebase
 pkgname=haskell-rerebase
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Reexports from "base" with a bunch of other standard libraries'
 url="https://github.com/nikita-volkov/rerebase;
 license=("MIT")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:09:11
  Author: felixonmars
Revision: 452385

upgpkg: haskell-rebase 1.3.1-4

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:08:26 UTC (rev 452384)
+++ PKGBUILD2019-04-20 20:09:11 UTC (rev 452385)
@@ -4,7 +4,7 @@
 _hkgname=rebase
 pkgname=haskell-rebase
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase;
 license=("MIT")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:09:23
  Author: felixonmars
Revision: 452386

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rebase/repos/community-staging-x86_64/PKGBUILD (from rev 
452385, haskell-rebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:09:23 UTC (rev 452386)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rebase
+pkgname=haskell-rebase
+pkgver=1.3.1
+pkgrel=4
+pkgdesc='A more progressive alternative to the "base" package'
+url="https://github.com/nikita-volkov/rebase;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-vector' 
'haskell-unordered-containers'
+ 'haskell-scientific' 'haskell-uuid' 'haskell-dlist' 'haskell-void'
+ 'haskell-bifunctors' 'haskell-profunctors' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-semigroupoids' 
'haskell-either'
+ 'haskell-base-prelude')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7f639277a5069a3a77f53635fef73259a3549c1bda410de2936a7e499858701c3fd0b1e3dd743a790c566704e6724117209b2917debceef3c163a13c88041ec2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/fail/d' -e '/semigroups/d' -i $_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-pipes-http/repos (2 files)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:08:26
  Author: felixonmars
Revision: 452384

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
452383, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:08:26 UTC (rev 452384)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.6
+pkgrel=14
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b58e5751863d79c08066846fb5959870cf6673e27297acd3b7980b209321a636fdf564c4c08666313c81f7c6c55f4d1307892bc6a59a01a025a87436d5591774')
+
+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-persistent-sqlite/repos (2 files)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:07:30
  Author: felixonmars
Revision: 452382

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 452381, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:07:30 UTC (rev 452382)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.9.3
+pkgrel=3
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-persistent' 
'haskell-resource-pool'
+ 'haskell-resourcet' 'haskell-unliftio-core' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0b31fecbe5486a94b2242f58e529165e646c0dd64d9f8283dd84c6cbde9c0b90f94a730f4443ecb128b9f21a2e94b34d47d12402c6b9d063b6e6eb928c2a46c1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+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-pipes-http/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:08:08
  Author: felixonmars
Revision: 452383

upgpkg: haskell-pipes-http 1.0.6-14

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:07:30 UTC (rev 452382)
+++ PKGBUILD2019-04-20 20:08:08 UTC (rev 452383)
@@ -4,7 +4,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.6
-pkgrel=13
+pkgrel=14
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:07:14
  Author: felixonmars
Revision: 452381

upgpkg: haskell-persistent-sqlite 2.9.3-3

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:06:18 UTC (rev 452380)
+++ PKGBUILD2019-04-20 20:07:14 UTC (rev 452381)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:06:38
  Author: arojas
Revision: 351785

archrelease: copy trunk to staging-x86_64

Added:
  qtcreator/repos/staging-x86_64/
  qtcreator/repos/staging-x86_64/PKGBUILD
(from rev 351784, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/staging-x86_64/qtcreator-clang-plugins.patch
(from rev 351784, qtcreator/trunk/qtcreator-clang-plugins.patch)

---+
 PKGBUILD  |   68 
 qtcreator-clang-plugins.patch |   64 +
 2 files changed, 132 insertions(+)

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 351784, 
qtcreator/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-20 20:06:38 UTC (rev 351785)
@@ -0,0 +1,68 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.9.0
+_clangver=8.0.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting desktop-file-utils)
+makedepends=(llvm python)
+options=(docs)
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support')
+source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
+qtcreator-clang-plugins.patch)
+sha256sums=('46ee1992531b769450f8be96cf63520b609d7dd305df345d7cd8216ac396e6a8'
+'149ffcd0ab7c53605951c66dba707ff7e0dc17136c921f1a668fc392c5a7f3f2')
+
+prepare() {
+  mkdir -p build
+
+  cd qt-creator-opensource-src-$pkgver
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i qtcreator.pri
+  # use system qbs
+  rm -r src/shared/qbs
+  # Load analyzer plugins on demand, since upstream clang doesn't link to all 
plugins
+  # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
+  # and https://bugs.archlinux.org/task/59492
+  patch -p1 -i ../qtcreator-clang-plugins.patch
+}
+
+build() {
+  cd build
+
+  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr \
+KSYNTAXHIGHLIGHTING_LIB_DIR=/usr/lib 
KSYNTAXHIGHLIGHTING_INCLUDE_DIR=/usr/include/KF5/KSyntaxHighlighting \
+CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES \
+"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir/usr/" install
+  make INSTALL_ROOT="$pkgdir/usr/" install_docs
+
+  install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
+}

Copied: qtcreator/repos/staging-x86_64/qtcreator-clang-plugins.patch (from rev 
351784, qtcreator/trunk/qtcreator-clang-plugins.patch)
===
--- staging-x86_64/qtcreator-clang-plugins.patch
(rev 0)
+++ staging-x86_64/qtcreator-clang-plugins.patch2019-04-20 20:06:38 UTC 
(rev 351785)
@@ -0,0 +1,64 @@
+diff --git a/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp 
b/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
+index 706c5101a3..dbfaeb8457 100644
+--- a/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
 b/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
+@@ -511,6 +511,7 @@ private:
+ if (tidyMode == Mode::Disabled)
+ return;
+ 
++m_options.append(CppTools::XclangArgs({"-load", 
"libclangTidyPlugin.so"}));
+ m_options.append(CppTools::XclangArgs({"-add-plugin", "clang-tidy"}));
+ 
+ if (tidyMode == Mode::File)
+@@ -526,15 +527,15 @@ private:
+ if (checks.isEmpty())
+ return;
+ 
+-m_options.append(CppTools::XclangArgs({"-add-plugin",
+-   "clang-lazy",
+-   "-plugin-arg-clang-lazy",
++m_options.append(CppTools::XclangArgs({"-load", "ClazyPlugin.so", 
"-add-plugin",
++   "clazy",
++   "-plugin-arg-clazy",
+

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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:06:18
  Author: felixonmars
Revision: 452380

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 452379, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:06:18 UTC (rev 452380)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.6.0
+pkgrel=21
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('25ec2a40d77b9d05de370c6343e5377b5fe74932ef82797a8abd140c884d5a6aa1624c55a3e9617ada5de3bda2fe2e7c6fb59433a8acb7f0bb14833b321faad7')
+
+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 qtcreator/trunk (PKGBUILD qtcreator-clang-plugins.patch)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 20:06:15
  Author: arojas
Revision: 351784

Update to 4.9.0

Modified:
  qtcreator/trunk/PKGBUILD
  qtcreator/trunk/qtcreator-clang-plugins.patch

---+
 PKGBUILD  |   19 +-
 qtcreator-clang-plugins.patch |   74 
 2 files changed, 49 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:03:24 UTC (rev 351783)
+++ PKGBUILD2019-04-20 20:06:15 UTC (rev 351784)
@@ -7,15 +7,15 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=4.8.2
+pkgver=4.9.0
 _clangver=8.0.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
-depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy)
-makedepends=(git mesa llvm python)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting desktop-file-utils)
+makedepends=(llvm python)
 options=(docs)
 optdepends=('qt5-doc: integrated Qt documentation'
 'qt5-examples: welcome page examples'
@@ -29,8 +29,8 @@
 'valgrind: analyze support')
 
source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
 qtcreator-clang-plugins.patch)
-sha256sums=('a8257daf39f6025c8523285dc73fd6b66645f3ff071e112b484325966eee0c92'
-'34ea74698ddff9925e06bff6b4c995bf93488d1104e8cc517bcfdd621effb428')
+sha256sums=('46ee1992531b769450f8be96cf63520b609d7dd305df345d7cd8216ac396e6a8'
+'149ffcd0ab7c53605951c66dba707ff7e0dc17136c921f1a668fc392c5a7f3f2')
 
 prepare() {
   mkdir -p build
@@ -49,8 +49,11 @@
 build() {
   cd build
 
-  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr CONFIG+=journald 
QMAKE_CFLAGS_ISYSTEM=-I \
-DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES 
"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
+  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr \
+KSYNTAXHIGHLIGHTING_LIB_DIR=/usr/lib 
KSYNTAXHIGHLIGHTING_INCLUDE_DIR=/usr/include/KF5/KSyntaxHighlighting \
+CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES \
+"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
   make
   make docs
 }

Modified: qtcreator-clang-plugins.patch
===
--- qtcreator-clang-plugins.patch   2019-04-20 20:03:24 UTC (rev 351783)
+++ qtcreator-clang-plugins.patch   2019-04-20 20:06:15 UTC (rev 351784)
@@ -1,62 +1,64 @@
 diff --git a/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp 
b/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
-index 0738aa8e70..0ef27d9397 100644
+index 706c5101a3..dbfaeb8457 100644
 --- a/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
 +++ b/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
-@@ -525,6 +525,7 @@ private:
+@@ -511,6 +511,7 @@ private:
  if (tidyMode == Mode::Disabled)
  return;
  
-+addXclangArg("-load", "libclangTidyPlugin.so");
- addXclangArg("-add-plugin", "clang-tidy");
++m_options.append(CppTools::XclangArgs({"-load", 
"libclangTidyPlugin.so"}));
+ m_options.append(CppTools::XclangArgs({"-add-plugin", "clang-tidy"}));
  
  if (tidyMode == Mode::File)
-@@ -540,15 +541,16 @@ private:
+@@ -526,15 +527,15 @@ private:
  if (checks.isEmpty())
  return;
  
--addXclangArg("-add-plugin", "clang-lazy");
--addXclangArg("-plugin-arg-clang-lazy", "enable-all-fixits");
--addXclangArg("-plugin-arg-clang-lazy", "no-autowrite-fixits");
--addXclangArg("-plugin-arg-clang-lazy", checks);
-+addXclangArg("-load", "ClazyPlugin.so");
-+addXclangArg("-add-plugin", "clazy");
-+addXclangArg("-plugin-arg-clazy", "enable-all-fixits");
-+addXclangArg("-plugin-arg-clazy", "no-autowrite-fixits");
-+addXclangArg("-plugin-arg-clazy", checks);
- 
- // NOTE: we already use -isystem for all include paths to make 
libclang skip diagnostics for
- // all of them. That means that ignore-included-files will not change 
anything unless we decide
- // to return the original -I prefix for some include paths.
--addXclangArg("-plugin-arg-clang-lazy", "ignore-included-files");
-+addXclangArg("-plugin-arg-clazy", "ignore-included-files");
+-m_options.append(CppTools::XclangArgs({"-add-plugin",
+-   "clang-lazy",
+-   "-plugin-arg-clang-lazy",
++m_options.append(CppTools::XclangArgs({"-load", "ClazyPlugin.so", 
"-add-plugin",
++   "clazy",
++

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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:06:04
  Author: felixonmars
Revision: 452379

upgpkg: haskell-persistent-template 2.6.0-21

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:05:11 UTC (rev 452378)
+++ PKGBUILD2019-04-20 20:06:04 UTC (rev 452379)
@@ -4,7 +4,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.6.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:04:46
  Author: felixonmars
Revision: 452377

upgpkg: haskell-persistent-qq 2.9.1-4

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:04:02 UTC (rev 452376)
+++ PKGBUILD2019-04-20 20:04:46 UTC (rev 452377)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent;
 license=('MIT')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:05:11
  Author: felixonmars
Revision: 452378

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
452377, haskell-persistent-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:05:11 UTC (rev 452378)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-qq
+pkgname=haskell-persistent-qq
+pkgver=2.9.1
+pkgrel=4
+pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
+url="https://github.com/yesod-web/persistent;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta' 'haskell-persistent')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3504eba27815632dd2b9c08079bc430da659bfdf082f66c8e87753afd93d472559953f5bcd96af26b7ef65d72cdbb6c0106ccfc2e73e6148a5f631bcfe8fa86d')
+
+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
+}
+
+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-esqueleto/repos (2 files)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:04:02
  Author: felixonmars
Revision: 452376

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
452375, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:04:02 UTC (rev 452376)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.7.0
+pkgrel=13
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0a491c3613bbe09bf1851824db0c8d73c567634cdfca660180fc3a3ab1b7b9bed67ce7f2838157e28eef6ebb01e69593292f07330ddbddd85f62ab349d45fbff')
+
+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-mysql -f-postgresql
+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-esqueleto/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:03:50
  Author: felixonmars
Revision: 452371

upgpkg: haskell-esqueleto 2.7.0-13

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:03:49 UTC (rev 452370)
+++ PKGBUILD2019-04-20 20:03:50 UTC (rev 452371)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.7.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:02:29
  Author: felixonmars
Revision: 452362

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
452361, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:02:29 UTC (rev 452362)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.9.2
+pkgrel=4
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 
'haskell-fast-logger'
+ 'haskell-http-api-data' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-path-pieces'
+ 'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific' 
'haskell-silently'
+ 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-unliftio-core' 'haskell-vector'
+ 'haskell-void')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('02bff4213da5c95316344100a74bb1731abacb0751986e15041f2001d620daf0e1af86637ed9e544253197172f223f1c1e7e4fd20f000a612cc4c05903809de1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+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-persistent/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:02:14
  Author: felixonmars
Revision: 452361

upgpkg: haskell-persistent 2.9.2-4

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 20:00:30 UTC (rev 452360)
+++ PKGBUILD2019-04-20 20:02:14 UTC (rev 452361)
@@ -4,7 +4,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:00:30
  Author: felixonmars
Revision: 452360

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
452359, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 20:00:30 UTC (rev 452360)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+_hkgname=path-io
+pkgname=haskell-path-io
+pkgver=1.4.2
+pkgrel=11
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-exceptions' 'haskell-path' 
'haskell-temporary'
+ 'haskell-unix-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('01a20544dba6aa8941da8826296ee6e6d1d83b7b3a102625a18c95db7f6cc42115f766371838f0fc0f39ca1f603cfad34660643eb66efbcd206afea78c67d38e')
+
+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 \
+-f-dev
+  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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 20:00:13
  Author: felixonmars
Revision: 452359

upgpkg: haskell-path-io 1.4.2-11

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:59:36 UTC (rev 452358)
+++ PKGBUILD2019-04-20 20:00:13 UTC (rev 452359)
@@ -5,7 +5,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.4.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io;
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:59:36
  Author: felixonmars
Revision: 452358

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-path/repos/community-staging-x86_64/PKGBUILD (from rev 452357, 
haskell-path/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:59:36 UTC (rev 452358)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=path
+pkgname=haskell-path
+pkgver=0.6.1
+pkgrel=89
+pkgdesc="Path"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-exceptions" "haskell-hashable")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84428bf7215c014b7759c96c4eda2fe7576169a8a906cce493476d6718b069ff90da1745914c0e265e97c96472f7b8ba50a16713468da95adcb755cda9f694f5')
+
+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
+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-path/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:59:22
  Author: felixonmars
Revision: 452357

upgpkg: haskell-path 0.6.1-89

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:58:46 UTC (rev 452356)
+++ PKGBUILD2019-04-20 19:59:22 UTC (rev 452357)
@@ -4,7 +4,7 @@
 _hkgname=path
 pkgname=haskell-path
 pkgver=0.6.1
-pkgrel=88
+pkgrel=89
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:58:46
  Author: felixonmars
Revision: 452356

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-network-ip/repos/community-staging-x86_64/PKGBUILD (from rev 
452355, haskell-network-ip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:58:46 UTC (rev 452356)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=network-ip
+pkgname=haskell-network-ip
+pkgver=0.3.0.2
+pkgrel=80
+pkgdesc="Internet Protocol data structures"
+url="https://github.com/mvv/network-ip;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-data-dword' 
'haskell-data-endian'
+ 'haskell-data-serializer' 'haskell-data-textual' 'haskell-hashable' 
'haskell-parsers'
+ 'haskell-text-printer' 'haskell-type-hint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('de18967efdf4b42e1db16f28e5cf396b37207d5e37c9d01275dc4ab3fd8dd56f791f8af9943f53b588caed81963b785429582702fe4ce647ae7d76f8a1fa0092')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:58:32
  Author: felixonmars
Revision: 452355

upgpkg: haskell-network-ip 0.3.0.2-80

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-network-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:57:47 UTC (rev 452354)
+++ PKGBUILD2019-04-20 19:58:32 UTC (rev 452355)
@@ -3,7 +3,7 @@
 _hkgname=network-ip
 pkgname=haskell-network-ip
 pkgver=0.3.0.2
-pkgrel=79
+pkgrel=80
 pkgdesc="Internet Protocol data structures"
 url="https://github.com/mvv/network-ip;
 license=('BSD')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:57:35
  Author: felixonmars
Revision: 452353

upgpkg: haskell-data-textual 0.3.0.2-90

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-data-textual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:56:06 UTC (rev 452352)
+++ PKGBUILD2019-04-20 19:57:35 UTC (rev 452353)
@@ -3,7 +3,7 @@
 _hkgname=data-textual
 pkgname=haskell-data-textual
 pkgver=0.3.0.2
-pkgrel=89
+pkgrel=90
 pkgdesc="Human-friendly textual representations."
 url="https://github.com/mvv/data-textual;
 license=('BSD')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:57:47
  Author: felixonmars
Revision: 452354

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-data-textual/repos/community-staging-x86_64/PKGBUILD (from rev 
452353, haskell-data-textual/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:57:47 UTC (rev 452354)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-textual
+pkgname=haskell-data-textual
+pkgver=0.3.0.2
+pkgrel=90
+pkgdesc="Human-friendly textual representations."
+url="https://github.com/mvv/data-textual;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-parsers' 'haskell-text-latin1' 
'haskell-text-printer')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a3bda491f27b1a279d833182bb3c3dfe76921321a9bb4746d53eda3fbab24976a28267d5d84762ac21d61be8b6ae24beeb8861160e51b412afb5180848be9ed')
+
+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 skrooge/repos (5 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:56:06
  Author: arojas
Revision: 452352

archrelease: copy trunk to community-staging-x86_64

Added:
  skrooge/repos/community-staging-x86_64/
  skrooge/repos/community-staging-x86_64/PKGBUILD
(from rev 452351, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-staging-x86_64/skrooge-sqlite-migration.patch
(from rev 452351, skrooge/trunk/skrooge-sqlite-migration.patch)
  skrooge/repos/community-staging-x86_64/skrooge.changelog
(from rev 452351, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-staging-x86_64/skrooge.install
(from rev 452351, skrooge/trunk/skrooge.install)

+
 PKGBUILD   |   46 +
 skrooge-sqlite-migration.patch |   25 +++
 skrooge.changelog  |  137 +++
 skrooge.install|   11 +++
 4 files changed, 219 insertions(+)

Copied: skrooge/repos/community-staging-x86_64/PKGBUILD (from rev 452351, 
skrooge/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:56:06 UTC (rev 452352)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.18.0
+pkgrel=4
+pkgdesc="A personal finances manager for KDE"
+arch=('x86_64')
+url="https://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qca' 'qt5-script' 'qt5-webkit' 'libofx'
+ 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
+ 'sqlcipher' 'python' 'hicolor-icon-theme')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools' 'patch')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+skrooge-sqlite-migration.patch)
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('4671dfe736d92c2de51a872b49bfbdc251e7e869b5672b6546b85aca4409f303'
+'SKIP'
+'94a3065deb5d925ca1e2dbeb081a989cdd8183387b26c28535b4b9fa13f4cc22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../skrooge-sqlite-migration.patch # Fix migration failure with 
sqlite 3.25.0
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: skrooge/repos/community-staging-x86_64/skrooge-sqlite-migration.patch 
(from rev 452351, skrooge/trunk/skrooge-sqlite-migration.patch)
===
--- community-staging-x86_64/skrooge-sqlite-migration.patch 
(rev 0)
+++ community-staging-x86_64/skrooge-sqlite-migration.patch 2019-04-20 
19:56:06 UTC (rev 452352)
@@ -0,0 +1,25 @@
+From ed442747240d4f14d275890f4a327a1bb6675af7 Mon Sep 17 00:00:00 2001
+From: Stephane MANKOWSKI 
+Date: Thu, 7 Mar 2019 19:00:20 +0100
+Subject: Migration failure with sqlite >= 3.25.0 due to ALTER TABLE behavior
+ modification
+
+---
+ skgbasemodeler/skgdocument.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/skgbasemodeler/skgdocument.cpp b/skgbasemodeler/skgdocument.cpp
+index 01cdcf6..fe8fa03 100644
+--- a/skgbasemodeler/skgdocument.cpp
 b/skgbasemodeler/skgdocument.cpp
+@@ -1524,6 +1524,7 @@ SKGError SKGDocument::load(const QString& iName, const 
QString& iPassword, bool
+  << QStringLiteral("PRAGMA temp_store=MEMORY")
+  // << QStringLiteral("PRAGMA locking_mode=EXCLUSIVE")
+  << QStringLiteral("PRAGMA synchronous = OFF")
++ << QStringLiteral("PRAGMA legacy_alter_table=ON")  // 
For migration on sqlite >=3.25 (see https://sqlite.org/lang_altertable.html)
+  << QStringLiteral("PRAGMA recursive_triggers=true");
+ IFOKDO(err, executeSqliteOrders(optimization))
+ 
+-- 
+cgit v1.1
+

Copied: skrooge/repos/community-staging-x86_64/skrooge.changelog (from rev 
452351, skrooge/trunk/skrooge.changelog)
===
--- community-staging-x86_64/skrooge.changelog  (rev 0)
+++ community-staging-x86_64/skrooge.changelog  2019-04-20 19:56:06 UTC (rev 
452352)
@@ -0,0 +1,137 @@
+2019-02-12 Jaroslav Lichtblau 
+   * skrooge 2.18.0-1
+
+2018-12-20 Jaroslav Lichtblau 
+   * skrooge 2.17.0-2 FS#60989 fix
+
+2018-12-17 Jaroslav Lichtblau 
+   * skrooge 2.17.0-1
+
+2018-12-10 Jaroslav Lichtblau 
+   * skrooge 2.16.2-3 FS#60989 fix - did not work
+
+2018-11-05 Jaroslav Lichtblau 
+   * skrooge 2.16.2-1
+
+2018-09-02 

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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:55:07
  Author: arojas
Revision: 452348

archrelease: copy trunk to community-staging-x86_64

Added:
  googlemaps/repos/community-staging-x86_64/
  googlemaps/repos/community-staging-x86_64/PKGBUILD
(from rev 452347, googlemaps/trunk/PKGBUILD)

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 452347, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:55:07 UTC (rev 452348)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=5
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   install -d build
+   cd build
+   qmake ../googlemaps.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   cd build
+   make INSTALL_ROOT="${pkgdir}" install
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:55:51
  Author: arojas
Revision: 452351

archrelease: copy trunk to community-staging-x86_64

Added:
  qt5-styleplugins/repos/community-staging-x86_64/
  qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD
(from rev 452350, qt5-styleplugins/trunk/PKGBUILD)

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

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
452350, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:55:51 UTC (rev 452351)
@@ -0,0 +1,29 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=qt5-styleplugins
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=13
+arch=('x86_64')
+url="https://github.com/qt/qtstyleplugins;
+license=('LGPL')
+depends=('qt5-base' 'gtk2')
+source=("${pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
+sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
+
+build() {
+cd qtstyleplugins-${_commit}
+
+qmake PREFIX='/usr' \
+CONFIG+='nostrip' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+make
+}
+
+package() {
+cd qtstyleplugins-${_commit}
+
+make INSTALL_ROOT="${pkgdir}" install
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:58
  Author: felixonmars
Revision: 452347

upgpkg: haskell-data-serializer 0.3.4-51

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-data-serializer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:54:51 UTC (rev 452346)
+++ PKGBUILD2019-04-20 19:54:58 UTC (rev 452347)
@@ -3,7 +3,7 @@
 _hkgname=data-serializer
 pkgname=haskell-data-serializer
 pkgver=0.3.4
-pkgrel=50
+pkgrel=51
 pkgdesc="Common API for serialization libraries"
 url="https://github.com/mvv/data-serializer;
 license=('BSD')


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:55:39
  Author: arojas
Revision: 452350

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 452349, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 452349, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 452349, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:55:39 UTC (rev 452350)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake" "lxqt-build-tools")
+checkdepends=("xorg-server-xvfb")
+source=(
+  
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+  
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 452349, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-04-20 19:55:39 UTC (rev 
452350)
@@ -0,0 +1 @@
+deepin-qt5integration


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:55:28
  Author: felixonmars
Revision: 452349

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-data-serializer/repos/community-staging-x86_64/PKGBUILD (from 
rev 452347, haskell-data-serializer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:55:28 UTC (rev 452349)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-serializer
+pkgname=haskell-data-serializer
+pkgver=0.3.4
+pkgrel=51
+pkgdesc="Common API for serialization libraries"
+url="https://github.com/mvv/data-serializer;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 
'haskell-split')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('af11df9801b3059474366d2e9e5f01ed1118eeb77ae5113e25b6a2e7d4665fc8aa7b3e4b50bc8607d3a6094cf43cb539df789af280a4b68edf369043ab7432ee')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:13
  Author: felixonmars
Revision: 452342

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 
452340, haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:54:13 UTC (rev 452342)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.9
+pkgrel=28
+pkgdesc="Parsing combinators"
+url="https://github.com/ekmett/parsers/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-orphans' 
'haskell-charset'
+ 'haskell-scientific' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b3685b4e6be0be840603bcd284bc6cedb0802800f49774fefe0f0e7ecb99150da951debccb4aab4051bb60edd4f011ce23d09f7525345b0c2301a54fbf1cef34')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in deepin-qt5dxcb-plugin/repos (3 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:26
  Author: arojas
Revision: 452344

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt5dxcb-plugin/repos/community-staging-x86_64/
  deepin-qt5dxcb-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 452342, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
  deepin-qt5dxcb-plugin/repos/community-staging-x86_64/qt-5.12.patch
(from rev 452342, deepin-qt5dxcb-plugin/trunk/qt-5.12.patch)

---+
 PKGBUILD  |   35 
 qt-5.12.patch |   68 
 2 files changed, 103 insertions(+)

Copied: deepin-qt5dxcb-plugin/repos/community-staging-x86_64/PKGBUILD (from rev 
452342, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:54:26 UTC (rev 452344)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5dxcb-plugin
+pkgver=1.1.26
+pkgrel=3
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5dxcb-plugin;
+license=('GPL3')
+depends=('cairo' 'qt5-x11extras')
+makedepends=('qt5-xcb-private-headers' 'libglvnd')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;
+qt-5.12.patch)
+sha512sums=('8f796366d235437360c021c66c3532c2bb7e0f388acd89e1d4c20fbadf4734661d0aec19fdcf5ed4e299826d63cbdfb90def42305709ece10ba6efe55684e159'
+
'0fc5d30bd9541e79db8991a2332ad0db6640d95067416f7b11c4cd7b6c1be2788e8f13f1ef989ddcd5ca57e3b798ac76d15d0f3081a811b6a7b6af7e0d39b691')
+
+prepare() {
+  cd qt5dxcb-plugin-$pkgver
+  patch -p1 -i ../qt-5.12.patch
+
+  rm -r platformplugin/libqt5xcbqpa-dev
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
+}
+
+build() {
+  cd qt5dxcb-plugin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-qt5dxcb-plugin/repos/community-staging-x86_64/qt-5.12.patch 
(from rev 452342, deepin-qt5dxcb-plugin/trunk/qt-5.12.patch)
===
--- community-staging-x86_64/qt-5.12.patch  (rev 0)
+++ community-staging-x86_64/qt-5.12.patch  2019-04-20 19:54:26 UTC (rev 
452344)
@@ -0,0 +1,68 @@
+commit 1caec58eff37ae23a9461c74362a1c31ef0d2d86
+Author: Felix Yan 
+Date:   Sun Apr 21 03:01:16 2019 +0800
+
+fix: compatibility with Qt 5.12+
+
+Change-Id: Ied6745da56fa3a873d66a2d8e5385cd17c2fb273
+
+diff --git a/platformplugin/xcbnativeeventfilter.cpp 
b/platformplugin/xcbnativeeventfilter.cpp
+index 9df7d33..fc3045a 100644
+--- a/platformplugin/xcbnativeeventfilter.cpp
 b/platformplugin/xcbnativeeventfilter.cpp
+@@ -90,7 +90,7 @@ bool XcbNativeEventFilter::nativeEventFilter(const 
QByteArray , void *
+ #if QT_VERSION < QT_VERSION_CHECK(5, 12, 0)
+ if (response_type == m_connection->xfixes_first_event + 
XCB_XFIXES_SELECTION_NOTIFY) {
+ #else
+-if (response_type == m_connection->m_xfixesFirstEvent + 
XCB_XFIXES_SELECTION_NOTIFY) {
++if (m_connection->isXFixesType(response_type, 
XCB_XFIXES_SELECTION_NOTIFY)) {
+ #endif
+ xcb_xfixes_selection_notify_event_t *xsn = 
(xcb_xfixes_selection_notify_event_t *)event;
+ 
+@@ -227,8 +227,13 @@ bool XcbNativeEventFilter::nativeEventFilter(const 
QByteArray , void *
+ #endif
+ default:
+ static auto updateScaleLogcailDpi = 
qApp->property("_d_updateScaleLogcailDpi").toULongLong();
++#if QT_VERSION < QT_VERSION_CHECK(5, 12, 0)
+ if (updateScaleLogcailDpi && 
DPlatformIntegration::xcbConnection()->has_randr_extension
+ && response_type == 
DPlatformIntegration::xcbConnection()->xrandr_first_event + XCB_RANDR_NOTIFY) {
++#else
++if (updateScaleLogcailDpi && 
DPlatformIntegration::xcbConnection()->hasXRender()
++&& 
DPlatformIntegration::xcbConnection()->isXRandrType(response_type, 
XCB_RANDR_NOTIFY)) {
++#endif
+ xcb_randr_notify_event_t *e = 
reinterpret_cast(event);
+ xcb_randr_output_change_t output = e->u.oc;
+ 
+commit f5fe61fb6a641f8f34f6e916b6dda27657266646
+Author: Felix Yan 
+Date:   Sun Apr 21 03:15:51 2019 +0800
+
+fix: do not use methods because symbols are not exported
+
+Change-Id: Icfd0ad87bc01f69a8e9cc2ec9e38ee27be54c016
+
+diff --git a/platformplugin/xcbnativeeventfilter.cpp 
b/platformplugin/xcbnativeeventfilter.cpp
+index fc3045a..abf3d0a 100644
+--- a/platformplugin/xcbnativeeventfilter.cpp
 b/platformplugin/xcbnativeeventfilter.cpp
+@@ -90,7 +90,8 @@ bool XcbNativeEventFilter::nativeEventFilter(const 
QByteArray , void *
+ #if QT_VERSION < QT_VERSION_CHECK(5, 12, 0)
+ if (response_type == 

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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:25
  Author: arojas
Revision: 452343

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 452342, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/gmic-opencv4.patch
(from rev 452342, gmic/trunk/gmic-opencv4.patch)
  gmic/repos/community-x86_64/zart-opencv4.patch
(from rev 452342, gmic/trunk/zart-opencv4.patch)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/gmic-opencv4.patch
  gmic/repos/community-x86_64/zart-opencv4.patch

+
 PKGBUILD   |  164 +--
 gmic-opencv4.patch |   24 +++
 zart-opencv4.patch |   78 
 3 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 19:54:13 UTC (rev 452342)
+++ PKGBUILD2019-04-20 19:54:25 UTC (rev 452343)
@@ -1,82 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.5.6
-pkgrel=1
-arch=(x86_64)
-url="https://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv eigen)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
-sha256sums=('052455a96df2a1a663ee974f9cc31850387adb2d2f5f2d91adc441e66d4db2d4'
-'c7ee3be4fb2ac4243537fd8344a5bbe46ebafa0cd66a6e5cb941bbdf718378ec'
-'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
-
-prepare() {
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
-# fix overlinking
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' \
-  -e 's/pkg-config opencv/pkg-config opencv4/' -i 
gmic-$pkgver/src/Makefile 
-# fix build with openCV 4.0
-  cd gmic-$pkgver/src
-  patch -p1 -i "$srcdir"/gmic-opencv4.patch
-  cd ../zart
-  patch -p1 -i "$srcdir"/zart-opencv4.patch
-}
-
-build() {
-  cd gmic-$pkgver
-  make -C src cli lib libc WGET=/bin/true LIBS=${LDFLAGS}
-
-  cd gmic-qt
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
-  make  
-
-  cd ../zart
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" 
-DOPENCV2_HEADERS"
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic-$pkgver/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 452342, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 19:54:25 UTC (rev 452343)
@@ -0,0 +1,82 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.5.7
+pkgrel=1
+arch=(x86_64)
+url="https://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv eigen)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
+sha256sums=('1cc71b48c1c3da928031b7f32cf3fe4757a07b4f21c3af4167389d54cf2dee5f'
+'c7ee3be4fb2ac4243537fd8344a5bbe46ebafa0cd66a6e5cb941bbdf718378ec'
+'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+# fix 

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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:39
  Author: arojas
Revision: 452345

archrelease: copy trunk to community-staging-x86_64

Added:
  dtkwm/repos/community-staging-x86_64/
  dtkwm/repos/community-staging-x86_64/PKGBUILD
(from rev 452344, dtkwm/trunk/PKGBUILD)

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

Copied: dtkwm/repos/community-staging-x86_64/PKGBUILD (from rev 452344, 
dtkwm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:54:39 UTC (rev 452345)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwm
+pkgver=2.0.9
+pkgrel=6
+pkgdesc='Deepin Tool Kit Wm'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwm;
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
+sha512sums=('eda75c51c22cee1d834b73669152f1840e22d7fd827cac29f41eebe1fbab18364de0cba22b1c80e26ee028b612385299345d8ccb55b9076399f8e42cbc05c2d6')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:11
  Author: arojas
Revision: 452341

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt5integration/repos/community-staging-x86_64/
  deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD
(from rev 452340, deepin-qt5integration/trunk/PKGBUILD)

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

Copied: deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD (from rev 
452340, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:54:11 UTC (rev 452341)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.3.11
+pkgrel=2
+pkgdesc='Qt platform theme integration plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('dtkwidget' 'libqtxdg' 'deepin-qt5dxcb-plugin')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;)
+sha512sums=('addee887cbf62ce0789f04385681b6317661e617678bbc6ccdfb0f6f13e3df5c620256f23733f306f148108d9afa4441905eb57c32e48a7877719155cbf82832')
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:51
  Author: arojas
Revision: 452346

archrelease: copy trunk to community-staging-x86_64

Added:
  fcitx-qt5/repos/community-staging-x86_64/
  fcitx-qt5/repos/community-staging-x86_64/PKGBUILD
(from rev 452345, fcitx-qt5/trunk/PKGBUILD)

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

Copied: fcitx-qt5/repos/community-staging-x86_64/PKGBUILD (from rev 452345, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:54:51 UTC (rev 452346)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.2.3
+pkgrel=7
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-qt5;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base')
+makedepends=('extra-cmake-modules')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('e3e9a76419caca4eeebf3c149a72ee939a25f463d03dd8461caf44cace310278b08e83d460112f240cd54ed05dba3c5e9732198f0c3d0b9d81c3a444c33ab8d3'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:53:54
  Author: arojas
Revision: 452338

Update to 2.5.7

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:53:35 UTC (rev 452337)
+++ PKGBUILD2019-04-20 19:53:54 UTC (rev 452338)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.5.6
+pkgver=2.5.7
 pkgrel=1
 arch=(x86_64)
 url="https://gmic.eu/;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv eigen)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
-sha256sums=('052455a96df2a1a663ee974f9cc31850387adb2d2f5f2d91adc441e66d4db2d4'
+sha256sums=('1cc71b48c1c3da928031b7f32cf3fe4757a07b4f21c3af4167389d54cf2dee5f'
 'c7ee3be4fb2ac4243537fd8344a5bbe46ebafa0cd66a6e5cb941bbdf718378ec'
 '182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
 


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:54:00
  Author: felixonmars
Revision: 452340

upgpkg: haskell-parsers 0.12.9-28

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:53:57 UTC (rev 452339)
+++ PKGBUILD2019-04-20 19:54:00 UTC (rev 452340)
@@ -4,7 +4,7 @@
 _hkgname=parsers
 pkgname=haskell-parsers
 pkgver=0.12.9
-pkgrel=27
+pkgrel=28
 pkgdesc="Parsing combinators"
 url="https://github.com/ekmett/parsers/;
 license=("BSD")


[arch-commits] Commit in deepin-qt-dbus-factory/repos (2 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:53:57
  Author: arojas
Revision: 452339

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-staging-x86_64/
  deepin-qt-dbus-factory/repos/community-staging-x86_64/PKGBUILD
(from rev 452337, deepin-qt-dbus-factory/trunk/PKGBUILD)

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

Copied: deepin-qt-dbus-factory/repos/community-staging-x86_64/PKGBUILD (from 
rev 452337, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:53:57 UTC (rev 452339)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=1.1.1
+pkgrel=2
+pkgdesc='A repository stores auto-generated Qt5 dbus code'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('b047cff862f4927a6aa21b2ed8fc0428e00019b056b4cfe99bbec23132106c7ece5d932087fe19d95375c0ce9270da0937ef4e015a0ad2b9b323c18a412f9bb4')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:53:06
  Author: arojas
Revision: 452334

archrelease: copy trunk to community-staging-x86_64

Added:
  dtkwidget/repos/community-staging-x86_64/
  dtkwidget/repos/community-staging-x86_64/PKGBUILD
(from rev 452333, dtkwidget/trunk/PKGBUILD)

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

Copied: dtkwidget/repos/community-staging-x86_64/PKGBUILD (from rev 452333, 
dtkwidget/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:53:06 UTC (rev 452334)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.12.2
+pkgrel=2
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
+sha512sums=('885ea9ecc3c38d151301db2940de3fb1ca150388edae34f45eeec50d7f46f256f58f55c39054cee2e61a1f6d33445b4d78855b69e64154b937854d3147db845d')
+
+build() {
+  cd dtkwidget-$pkgver
+  LDFLAGS=${LDFLAGS/,-z,now/}
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:53:11
  Author: felixonmars
Revision: 452335

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
452333, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:53:11 UTC (rev 452335)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.17.5.4
+pkgrel=20
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-syb')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b70dee15e80a91276b04d883f878ca67fdf76195d775f92dc5bbe80c941834fbf067804ea6afa0b79cfc886e4f741d68a161318ab6afb968f159ccbe04a85ce1')
+
+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 deepin-dock/repos (2 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:53:22
  Author: arojas
Revision: 452336

archrelease: copy trunk to community-staging-x86_64

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

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

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


[arch-commits] Commit in deepin-file-manager/repos (3 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:53:35
  Author: arojas
Revision: 452337

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-file-manager/repos/community-staging-x86_64/
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 452336, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-staging-x86_64/fix-plugin-link.patch
(from rev 452336, deepin-file-manager/trunk/fix-plugin-link.patch)

---+
 PKGBUILD  |   43 +++
 fix-plugin-link.patch |   13 +
 2 files changed, 56 insertions(+)

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
452336, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:53:35 UTC (rev 452337)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.8.0
+pkgrel=2
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'file' 'avfs' 'polkit-qt5' 
'poppler'
+ 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('b1af238e1bec26852d7937ac336fc834ed5f28a3511697c250391f5139a3c3e5fa24c5d9a312672e6068a09853e757a4bf8c8bfde88bc60a8d167c68a54fed67')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: 
deepin-file-manager/repos/community-staging-x86_64/fix-plugin-link.patch (from 
rev 452336, deepin-file-manager/trunk/fix-plugin-link.patch)
===
--- community-staging-x86_64/fix-plugin-link.patch  
(rev 0)
+++ community-staging-x86_64/fix-plugin-link.patch  2019-04-20 19:53:35 UTC 
(rev 452337)
@@ -0,0 +1,13 @@
+diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
+index c5d336e8..c9575b15 100644
+--- a/dde-dock-plugins/disk-mount/disk-mount.pro
 b/dde-dock-plugins/disk-mount/disk-mount.pro
+@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
+ 
+ DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
+ 
+-#unix: LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
++LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
+ 
+ HEADERS += \
+ diskmountplugin.h \


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:52:57
  Author: felixonmars
Revision: 452333

upgpkg: haskell-pandoc-types 1.17.5.4-20

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:51:48 UTC (rev 452332)
+++ PKGBUILD2019-04-20 19:52:57 UTC (rev 452333)
@@ -4,7 +4,7 @@
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
 pkgver=1.17.5.4
-pkgrel=19
+pkgrel=20
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc;
 license=("BSD")


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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:52:45
  Author: arojas
Revision: 351529

archrelease: copy trunk to staging-x86_64

Added:
  qt5-webkit/repos/staging-x86_64/
  qt5-webkit/repos/staging-x86_64/PKGBUILD
(from rev 351528, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-gcc7.patch
(from rev 351528, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-null-pointer-dereference.patch
(from rev 351528, 
qt5-webkit/trunk/qt5-webkit-null-pointer-dereference.patch)

---+
 PKGBUILD  |   70 
 qt5-webkit-gcc7.patch |   34 +
 qt5-webkit-null-pointer-dereference.patch |   17 ++
 3 files changed, 121 insertions(+)

Copied: qt5-webkit/repos/staging-x86_64/PKGBUILD (from rev 351528, 
qt5-webkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-20 19:52:45 UTC (rev 351529)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=28
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
+qt5-webkit-gcc7.patch
+qt5-webkit-null-pointer-dereference.patch
+
qt5-webkit-trojita-1.patch::"https://github.com/annulen/webkit/commit/6faf1121.patch;
+
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;
+
qt5-webkit-cmake3.10.patch::"https://github.com/annulen/webkit/commit/f51554bf.patch;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
+'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720'
+'510e1f78c2bcd76909703a097dbc1d5c9c6ce4cd94883c26138f09cc10121f43'
+'bd22bd7842d5ad1cb1f5a4b6acb2674509732274d5f9dc51943144dff76996ae'
+'b42b70fd2a4a36b0ff48fc4e0dc386b3dda373e6fec18f3be9f5e2d3b04e0aa3'
+'b4e6c85fcb062e7cc141b0e34977bcc4f9c8677c773fc4b310151b85f51e7189')
+
+prepare() {
+  mkdir -p build
+
+# Fix crashes with GCC7 https://bugs.webkit.org/show_bug.cgi?id=173407
+  cd qtwebkit-$_qtver
+  patch -p1 -i ../qt5-webkit-gcc7.patch
+# Fix layout issues in trojita https://github.com/annulen/webkit/issues/511
+  patch -p1 -i ../qt5-webkit-trojita-1.patch
+  patch -p1 -i ../qt5-webkit-trojita-2.patch
+# Fix null point dereference (Fedora) 
https://github.com/annulen/webkit/issues/573
+  patch -p1 -i ../qt5-webkit-null-pointer-dereference.patch
+# Fix build with cmake 3.10
+  patch -p1 -i ../qt5-webkit-cmake3.10.patch
+}
+
+build() {
+  cd build
+
+  cmake ../qtwebkit-$_qtver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DPORT=Qt \
+-DENABLE_TOOLS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix pkgconfig files
+  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+}

Copied: qt5-webkit/repos/staging-x86_64/qt5-webkit-gcc7.patch (from rev 351528, 
qt5-webkit/trunk/qt5-webkit-gcc7.patch)
===
--- staging-x86_64/qt5-webkit-gcc7.patch(rev 0)
+++ staging-x86_64/qt5-webkit-gcc7.patch2019-04-20 19:52:45 UTC (rev 
351529)
@@ -0,0 +1,34 @@
+diff -u -r webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h 
webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h
+--- webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h  2017-02-20 
17:20:15.0 +0100
 webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h 2017-06-27 
13:13:57.801527350 +0200
+@@ -581,29 +581,7 @@
+ // FIXME: Does this really belong in StringImpl?
+ template  static void copyChars(T* destination, const T* 
source, unsigned numCharacters)
+ {
+-if (numCharacters == 1) {
+-*destination 

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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:52:31
  Author: arojas
Revision: 351528

archrelease: copy trunk to staging-x86_64

Added:
  akonadi/repos/staging-x86_64/
  akonadi/repos/staging-x86_64/PKGBUILD
(from rev 351527, akonadi/trunk/PKGBUILD)

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

Copied: akonadi/repos/staging-x86_64/PKGBUILD (from rev 351527, 
akonadi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-20 19:52:31 UTC (rev 351528)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=19.04.0
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin 
kio kitemmodels)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c0a2c4259b51293d21487cfe2295df6e8dcfb7ab50eb1a698f531dc7d3253e9a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kio kitemmodels hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:51:48
  Author: felixonmars
Revision: 452332

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-microstache/repos/community-staging-x86_64/PKGBUILD (from rev 
452331, haskell-microstache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:51:48 UTC (rev 452332)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microstache
+pkgname=haskell-microstache
+pkgver=1.0.1.1
+pkgrel=84
+pkgdesc="Mustache templates for Haskell"
+url="https://github.com/phadej/microstache;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-unordered-containers' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('28e0ad58a9724259df176092c125a4ba51fd2278cb0ab2e29bc24bf1e0f1c57a53e5983ff640569e3416fc7cda31b6ba0ae8ad832840a3040ba55fb85fb7f1a1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*1.3/<2/' -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 \
+--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-microstache/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:51:35
  Author: felixonmars
Revision: 452331

upgpkg: haskell-microstache 1.0.1.1-84

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-microstache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:50:58 UTC (rev 452330)
+++ PKGBUILD2019-04-20 19:51:35 UTC (rev 452331)
@@ -4,7 +4,7 @@
 _hkgname=microstache
 pkgname=haskell-microstache
 pkgver=1.0.1.1
-pkgrel=83
+pkgrel=84
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache;
 license=("BSD")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:50:55
  Author: felixonmars
Revision: 452329

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-aeson/repos/community-staging-x86_64/
  haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 452328, haskell-microlens-aeson/trunk/PKGBUILD)

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

Copied: haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD (from 
rev 452328, haskell-microlens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:50:55 UTC (rev 452329)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-aeson
+pkgname=haskell-microlens-aeson
+pkgver=2.3.0.1
+pkgrel=14
+pkgdesc="Law-abiding lenses for Aeson, using microlens"
+url="https://github.com/fosskers/microlens-aeson/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-hashable' 
'haskell-microlens'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('878301ea11a3de537678cdee6ddeaeb53482b13edec19cfe4d07522c52c2fa20983ef91f0bccfc6fffa36820b5e49fcd478461ffe190b661a1e9d1d65bb4f57b')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (12 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:50:58
  Author: arojas
Revision: 452330

Qt 5.12.3 rebuild

Modified:
  deepin-dock/trunk/PKGBUILD
  deepin-file-manager/trunk/PKGBUILD
  deepin-qt-dbus-factory/trunk/PKGBUILD
  deepin-qt5dxcb-plugin/trunk/PKGBUILD
  deepin-qt5integration/trunk/PKGBUILD
  dtkwidget/trunk/PKGBUILD
  dtkwm/trunk/PKGBUILD
  fcitx-qt5/trunk/PKGBUILD
  googlemaps/trunk/PKGBUILD
  libqtxdg/trunk/PKGBUILD
  qt5-styleplugins/trunk/PKGBUILD
  skrooge/trunk/PKGBUILD

---+
 deepin-dock/trunk/PKGBUILD|2 +-
 deepin-file-manager/trunk/PKGBUILD|2 +-
 deepin-qt-dbus-factory/trunk/PKGBUILD |2 +-
 deepin-qt5dxcb-plugin/trunk/PKGBUILD  |2 +-
 deepin-qt5integration/trunk/PKGBUILD  |2 +-
 dtkwidget/trunk/PKGBUILD  |2 +-
 dtkwm/trunk/PKGBUILD  |2 +-
 fcitx-qt5/trunk/PKGBUILD  |2 +-
 googlemaps/trunk/PKGBUILD |2 +-
 libqtxdg/trunk/PKGBUILD   |2 +-
 qt5-styleplugins/trunk/PKGBUILD   |2 +-
 skrooge/trunk/PKGBUILD|2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

Modified: deepin-dock/trunk/PKGBUILD
===
--- deepin-dock/trunk/PKGBUILD  2019-04-20 19:50:55 UTC (rev 452329)
+++ deepin-dock/trunk/PKGBUILD  2019-04-20 19:50:58 UTC (rev 452330)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-dock
 pkgver=4.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock;

Modified: deepin-file-manager/trunk/PKGBUILD
===
--- deepin-file-manager/trunk/PKGBUILD  2019-04-20 19:50:55 UTC (rev 452329)
+++ deepin-file-manager/trunk/PKGBUILD  2019-04-20 19:50:58 UTC (rev 452330)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')

Modified: deepin-qt-dbus-factory/trunk/PKGBUILD
===
--- deepin-qt-dbus-factory/trunk/PKGBUILD   2019-04-20 19:50:55 UTC (rev 
452329)
+++ deepin-qt-dbus-factory/trunk/PKGBUILD   2019-04-20 19:50:58 UTC (rev 
452330)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-qt-dbus-factory
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A repository stores auto-generated Qt5 dbus code'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-qt-dbus-factory;

Modified: deepin-qt5dxcb-plugin/trunk/PKGBUILD
===
--- deepin-qt5dxcb-plugin/trunk/PKGBUILD2019-04-20 19:50:55 UTC (rev 
452329)
+++ deepin-qt5dxcb-plugin/trunk/PKGBUILD2019-04-20 19:50:58 UTC (rev 
452330)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-qt5dxcb-plugin
 pkgver=1.1.26
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5dxcb-plugin;

Modified: deepin-qt5integration/trunk/PKGBUILD
===
--- deepin-qt5integration/trunk/PKGBUILD2019-04-20 19:50:55 UTC (rev 
452329)
+++ deepin-qt5integration/trunk/PKGBUILD2019-04-20 19:50:58 UTC (rev 
452330)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5integration;

Modified: dtkwidget/trunk/PKGBUILD
===
--- dtkwidget/trunk/PKGBUILD2019-04-20 19:50:55 UTC (rev 452329)
+++ dtkwidget/trunk/PKGBUILD2019-04-20 19:50:58 UTC (rev 452330)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwidget
 pkgver=2.0.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget;

Modified: dtkwm/trunk/PKGBUILD
===
--- dtkwm/trunk/PKGBUILD2019-04-20 19:50:55 UTC (rev 452329)
+++ dtkwm/trunk/PKGBUILD2019-04-20 19:50:58 UTC (rev 452330)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwm
 pkgver=2.0.9
-pkgrel=5
+pkgrel=6
 pkgdesc='Deepin Tool Kit Wm'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwm;

Modified: fcitx-qt5/trunk/PKGBUILD
===
--- fcitx-qt5/trunk/PKGBUILD2019-04-20 19:50:55 UTC (rev 452329)
+++ fcitx-qt5/trunk/PKGBUILD2019-04-20 19:50:58 UTC (rev 452330)
@@ -2,7 +2,7 @@
 
 pkgname=fcitx-qt5
 pkgver=1.2.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-qt5;

Modified: googlemaps/trunk/PKGBUILD
===
--- googlemaps/trunk/PKGBUILD   2019-04-20 19:50:55 UTC (rev 452329)
+++ googlemaps/trunk/PKGBUILD   2019-04-20 19:50:58 UTC (rev 452330)
@@ -3,7 +3,7 @@
 

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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:50:44
  Author: felixonmars
Revision: 452328

upgpkg: haskell-microlens-aeson 2.3.0.1-14

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-microlens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:50:02 UTC (rev 452327)
+++ PKGBUILD2019-04-20 19:50:44 UTC (rev 452328)
@@ -3,7 +3,7 @@
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
 pkgver=2.3.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="https://github.com/fosskers/microlens-aeson/;
 license=('MIT')


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:50:02
  Author: felixonmars
Revision: 452327

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lens-aeson/repos/community-staging-x86_64/
  haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 452326, haskell-lens-aeson/trunk/PKGBUILD)

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

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
452326, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:50:02 UTC (rev 452327)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=126
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+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-lens-aeson/trunk (PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:49:50
  Author: felixonmars
Revision: 452326

upgpkg: haskell-lens-aeson 1.0.2-126

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:43:17 UTC (rev 452325)
+++ PKGBUILD2019-04-20 19:49:50 UTC (rev 452326)
@@ -3,7 +3,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.2
-pkgrel=125
+pkgrel=126
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/;
 license=('MIT')


[arch-commits] Commit in (akonadi/trunk/PKGBUILD qt5-webkit/trunk/PKGBUILD)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:44:43
  Author: arojas
Revision: 351527

Qt 5.12.3 rebuild

Modified:
  akonadi/trunk/PKGBUILD
  qt5-webkit/trunk/PKGBUILD

---+
 akonadi/trunk/PKGBUILD|2 +-
 qt5-webkit/trunk/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: akonadi/trunk/PKGBUILD
===
--- akonadi/trunk/PKGBUILD  2019-04-20 18:50:39 UTC (rev 351526)
+++ akonadi/trunk/PKGBUILD  2019-04-20 19:44:43 UTC (rev 351527)
@@ -6,7 +6,7 @@
 pkgbase=akonadi
 pkgname=(akonadi libakonadi)
 pkgver=19.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
 url='https://kontact.kde.org'

Modified: qt5-webkit/trunk/PKGBUILD
===
--- qt5-webkit/trunk/PKGBUILD   2019-04-20 18:50:39 UTC (rev 351526)
+++ qt5-webkit/trunk/PKGBUILD   2019-04-20 19:44:43 UTC (rev 351527)
@@ -5,7 +5,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=27
+pkgrel=28
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)


<    1   2   3   4   5   6   7   8   9   >