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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:56:52
  Author: felixonmars
Revision: 373002

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 373001, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:56:52 UTC (rev 373002)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.0
+pkgrel=48
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 
'haskell-vector-binary-instances'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz";)
+sha512sums=('d015d643e0c121702c8e1a8a27db0a4f071fae35437bb4835314e70499b1eae123ab92d8272f0b91fae6d03b46cceee887e27935c950341c0905a4cdb43cbb84')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/<.*1.3/<2/' -e 's/<.*2.7/<3/' idris.cabal
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:56:36
  Author: felixonmars
Revision: 373001

upgpkg: idris 1.3.0-48

rebuild with wai-extra 3.0.24.2

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:45:30 UTC (rev 373000)
+++ PKGBUILD2018-08-21 06:56:36 UTC (rev 373001)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.3.0
-pkgrel=47
+pkgrel=48
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/";
 license=("custom:BSD3")


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

2018-08-20 Thread Andreas Radke via arch-commits
Date: Tuesday, August 21, 2018 @ 06:49:21
  Author: andyrtr
Revision: 332726

upgpkg: libxss 1.2.3-1

upstream update 1.2.3

Modified:
  libxss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:26:59 UTC (rev 332725)
+++ PKGBUILD2018-08-21 06:49:21 UTC (rev 332726)
@@ -3,16 +3,16 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libxss
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="X11 Screen Saver extension library"
 arch=('x86_64')
 license=('custom')
-url="https://xorg.freedesktop.org/";
+url="https://gitlab.freedesktop.org/xorg/lib/libxscrnsaver";
 depends=('libxext' 'scrnsaverproto')
 makedepends=('xorg-util-macros')
 source=("${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2")
-sha512sums=('973aed3ad296c7160b66fccd4fff7375afc4332239acbe0ae1644fed9c453de69040f8174882ba264c731448edba9b499d398d013d556aea72434339399ed29f')
+sha512sums=('7ea628324a11b25ee82c7b11c6bf98f37de219354de51c1e29467b5de422669ba1ab121f3b9dc674093c8f3960e93c5d5428122f5539092f79bc8451c768354a')
 
 build() {
   cd libXScrnSaver-${pkgver}


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

2018-08-20 Thread Andreas Radke via arch-commits
Date: Tuesday, August 21, 2018 @ 06:49:30
  Author: andyrtr
Revision: 332727

archrelease: copy trunk to testing-x86_64

Added:
  libxss/repos/testing-x86_64/
  libxss/repos/testing-x86_64/PKGBUILD
(from rev 332726, libxss/trunk/PKGBUILD)

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

Copied: libxss/repos/testing-x86_64/PKGBUILD (from rev 332726, 
libxss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-21 06:49:30 UTC (rev 332727)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libxss
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="X11 Screen Saver extension library"
+arch=('x86_64')
+license=('custom')
+url="https://gitlab.freedesktop.org/xorg/lib/libxscrnsaver";
+depends=('libxext' 'scrnsaverproto')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2")
+sha512sums=('7ea628324a11b25ee82c7b11c6bf98f37de219354de51c1e29467b5de422669ba1ab121f3b9dc674093c8f3960e93c5d5428122f5539092f79bc8451c768354a')
+
+build() {
+  cd libXScrnSaver-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd libXScrnSaver-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in (4 files)

2018-08-20 Thread Thore Bödecker via arch-commits
Date: Tuesday, August 21, 2018 @ 06:45:30
  Author: foxxx0
Revision: 373000

import from AUR

Added:
  clipnotify/
  clipnotify/repos/
  clipnotify/trunk/
  clipnotify/trunk/PKGBUILD

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

Added: clipnotify/trunk/PKGBUILD
===
--- clipnotify/trunk/PKGBUILD   (rev 0)
+++ clipnotify/trunk/PKGBUILD   2018-08-21 06:45:30 UTC (rev 373000)
@@ -0,0 +1,24 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Chris Down 
+
+pkgname=clipnotify
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Polling-free clipboard notifier'
+url='https://github.com/cdown/clipnotify'
+arch=('x86_64')
+license=('Public Domain')
+depends=('libx11' 'libxfixes')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipnotify/archive/${pkgver}.tar.gz";)
+sha512sums=('b97f80f5a64c352ed7372b9625b7ba67d37dcb87cea8693d6016e9a89892bbf10a3b4bb9fcc4db93a4da6cb0b3e40ee527bdf5f5419e9505c6acc0fb954be759')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm755 clipnotify "${pkgdir}/usr/bin/clipnotify"
+}


Property changes on: clipnotify/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:41:50
  Author: felixonmars
Revision: 372999

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:41:33
  Author: felixonmars
Revision: 372998

upgpkg: hoogle 5.0.17.3-69

rebuild with wai-extra 3.0.24.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:40:01 UTC (rev 372997)
+++ PKGBUILD2018-08-21 06:41:33 UTC (rev 372998)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=68
+pkgrel=69
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:40:01
  Author: felixonmars
Revision: 372997

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 372996, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:40:01 UTC (rev 372997)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.10
+pkgrel=36
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('37be7468f4c64dfff852759b35d5f41406b8a49ab75dec621319680cea3536b009e3dcc02c3447df5af5818f64613740db64faa9142ec07d403f404e5f4e7e95')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:39:44
  Author: felixonmars
Revision: 372996

upgpkg: hledger-web 1.10-36

rebuild with wai-extra 3.0.24.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:38:12 UTC (rev 372995)
+++ PKGBUILD2018-08-21 06:39:44 UTC (rev 372996)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.10
-pkgrel=35
+pkgrel=36
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:38:12
  Author: felixonmars
Revision: 372995

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:37:56
  Author: felixonmars
Revision: 372994

upgpkg: hledger-api 1.10-30

rebuild with wai-extra 3.0.24.2

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:36:45 UTC (rev 372993)
+++ PKGBUILD2018-08-21 06:37:56 UTC (rev 372994)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.10
-pkgrel=29
+pkgrel=30
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:36:28
  Author: felixonmars
Revision: 372992

upgpkg: haskell-yesod-test 1.6.5-17

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:35:03 UTC (rev 372991)
+++ PKGBUILD2018-08-21 06:36:28 UTC (rev 372992)
@@ -4,7 +4,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.5
-pkgrel=16
+pkgrel=17
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com";
 license=('MIT')


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:36:45
  Author: felixonmars
Revision: 372993

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
372992, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:36:45 UTC (rev 372993)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.5
+pkgrel=17
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ae990cbd3a04bbcefe02a650a904e295ee8e2ca4dd4ac9167e7f2ea879a02bb005dd3d686249f9f891261d8f184f5a3c2abd6e4c41cacb79751f5bd3bc85b4a5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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 git-annex/repos (3 files)

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:35:03
  Author: felixonmars
Revision: 372991

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 372990, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 372990, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   54 
 ghc-8.4.patch |  121 
 2 files changed, 175 insertions(+)

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

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
372990, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-08-21 06:35:03 UTC (rev 
372991)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , backendsKeys = backendsKeys a <> backendsKeys b
+   }
+ 
++instance Monoid KeyData where
++  mempty = KeyData 0 0 0 M.empty
++
+ data NumCopiesStats = NumCopiesStats
+   { numCopiesVarianceMap :: M.Map Variance Integer
+   }
+diff -

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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:34:47
  Author: felixonmars
Revision: 372990

upgpkg: git-annex 6.20180807-7

rebuild with wai-extra 3.0.24.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:33:30 UTC (rev 372989)
+++ PKGBUILD2018-08-21 06:34:47 UTC (rev 372990)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180807
-pkgrel=6
+pkgrel=7
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2018-08-20 Thread Jiachen Yang via arch-commits
Date: Tuesday, August 21, 2018 @ 06:33:30
  Author: farseerfc
Revision: 372989

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 372988, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 372988, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 06:32:49 UTC (rev 372988)
+++ PKGBUILD2018-08-21 06:33:30 UTC (rev 372989)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20180729
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/";
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('7908548a93905d80a1bbe2bddf108f19'
- '87bab3dd7440c2577e28573a613c63e7'
- '1c6950951234f06168e16ab3718fbd90'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '8a7d5efefea00655b4c178dff4c89070')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 372988, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 06:33:30 UTC (rev 372989)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20180819
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/";
+optdepends=('skktools: Dictionary maintenance tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('d5a3c2649a09e3e45becc07f9e8dd336'
+ '87bab3dd7440c2577e28573a613c63e7'
+ '1c6950951234f06168e16ab3718fbd90'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '8a7d5efefea00655b4c178dff4c89070')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2018-08-21 06:32:49 UTC (rev 372988)
+++ skk-jisyo.install   2018-08-21 06:33:30 UTC (rev 372989)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 372988, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2018-08-21 06:33:30 UTC (rev 372989)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2018-08-20 Thread Jiachen Yang via arch-commits
Date: Tuesday, August 21, 2018 @ 06:32:49
  Author: farseerfc
Revision: 372988

upgpkg: skk-jisyo 20180819-1

skk-jisyo 20180819

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:29:07 UTC (rev 372987)
+++ PKGBUILD2018-08-21 06:32:49 UTC (rev 372988)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20180729
+pkgver=20180819
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('7908548a93905d80a1bbe2bddf108f19'
+md5sums=('d5a3c2649a09e3e45becc07f9e8dd336'
  '87bab3dd7440c2577e28573a613c63e7'
  '1c6950951234f06168e16ab3718fbd90'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:28:51
  Author: felixonmars
Revision: 372986

upgpkg: haskell-yesod-static 1.6.0-73

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:27:50 UTC (rev 372985)
+++ PKGBUILD2018-08-21 06:28:51 UTC (rev 372986)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0
-pkgrel=72
+pkgrel=73
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:29:07
  Author: felixonmars
Revision: 372987

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
372986, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:29:07 UTC (rev 372987)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0
+pkgrel=73
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-byteable' 'haskell-conduit' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-memory' 'haskell-css-text' 
'haskell-data-default'
+ 'haskell-exceptions' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsmin'
+ 'haskell-http-types' 'haskell-mime-types' 'haskell-old-time' 
'haskell-resourcet'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-app-static'
+ 'haskell-yesod-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('85352eb6ec0f4d7682a0d000f158446ed0370d7a63f9cca8976e5972d10ca427e45e8307c1169bfbcc25ba7fa62e1906651a9e8c7d6937ac4ea6f25412b5cea5')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:27:50
  Author: felixonmars
Revision: 372985

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
372984, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:27:50 UTC (rev 372985)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.3
+pkgrel=83
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-email-validate'
+ 'haskell-file-embed' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-memory' 'haskell-mime-mail' 
'haskell-network-uri'
+ 'haskell-nonce' 'haskell-persistent' 'haskell-persistent-template' 
'haskell-random'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-unliftio'
+ 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('67c23def147cf2cc174475d193e97afdf2b6fc4121a9fec7e0894562e626774bee9114325c26f172e58686119a3508ed2365ece419a10721873d43bf7684854a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:27:32
  Author: felixonmars
Revision: 372984

upgpkg: haskell-yesod-auth 1.6.3-83

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:26:12 UTC (rev 372983)
+++ PKGBUILD2018-08-21 06:27:32 UTC (rev 372984)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.3
-pkgrel=82
+pkgrel=83
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-08-20 Thread Andreas Radke via arch-commits
Date: Tuesday, August 21, 2018 @ 06:26:59
  Author: andyrtr
Revision: 332725

archrelease: copy trunk to testing-x86_64

Added:
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 332724, cups-filters/trunk/PKGBUILD)

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

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 332724, 
cups-filters/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-21 06:26:59 UTC (rev 332725)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters";
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use cups group from cups pkg FS#56818
+  chgrp -R 209 ${pkgdir}/etc/cups
+
+  # license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in cups-filters/trunk (PKGBUILD goostring-constness.patch)

2018-08-20 Thread Andreas Radke via arch-commits
Date: Tuesday, August 21, 2018 @ 06:26:50
  Author: andyrtr
Revision: 332724

upgpkg: cups-filters 1.21.0-1

upstream update 1.21.0

Modified:
  cups-filters/trunk/PKGBUILD
Deleted:
  cups-filters/trunk/goostring-constness.patch

---+
 PKGBUILD  |   15 ---
 goostring-constness.patch |   25 -
 2 files changed, 4 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 23:17:48 UTC (rev 332723)
+++ PKGBUILD2018-08-21 06:26:50 UTC (rev 332724)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.20.4
-pkgrel=2
+pkgver=1.21.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters";
@@ -16,16 +16,9 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-goostring-constness.patch)
-sha256sums=('33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a'
-'12e342e64d5654b3ab124ace762ed776f924af0bc8bbae223ea01285cd1fa044')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../goostring-constness.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Deleted: goostring-constness.patch
===
--- goostring-constness.patch   2018-08-20 23:17:48 UTC (rev 332723)
+++ goostring-constness.patch   2018-08-21 06:26:50 UTC (rev 332724)
@@ -1,25 +0,0 @@
-From 07a0a423a8469a2dd6d7f64bb3b62ba6ac42cc28 Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Fri, 20 Jul 2018 15:20:11 +0200
-Subject: [PATCH] GooString needs to be const since >=poppler-0.64.0
-
-This only fails with >=poppler-0.67.0 but the change to const was done
-in 0.64.0

- filter/pdf.cxx | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/filter/pdf.cxx b/filter/pdf.cxx
-index 206ccf88..665eab09 100644
 a/filter/pdf.cxx
-+++ b/filter/pdf.cxx
-@@ -734,6 +734,9 @@ extern "C" int pdf_fill_form(pdf_t *doc, opt_t *opt)
- }
- 
- FormField *ff = fm_text->getField();
-+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 64
-+const
-+#endif
- GooString *field_name;
- field_name = ff->getFullyQualifiedName();
- if ( ! field_name )


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:25:55
  Author: felixonmars
Revision: 372982

upgpkg: haskell-yesod 1.6.0-85

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:24:56 UTC (rev 372981)
+++ PKGBUILD2018-08-21 06:25:55 UTC (rev 372982)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=84
+pkgrel=85
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:26:12
  Author: felixonmars
Revision: 372983

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 372982, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:26:12 UTC (rev 372983)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=85
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:24:56
  Author: felixonmars
Revision: 372981

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
372980, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:24:56 UTC (rev 372981)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.2
+pkgrel=19
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2859cdecd06a60db5ada2acbf2fcfef2157068a3193d92870a7bf59d815f63b80bd2c9440dd7e305551372420b757040be9d3bffa1285a23c4b67f2fef34fd97')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:24:39
  Author: felixonmars
Revision: 372980

upgpkg: haskell-yesod-form 1.6.2-19

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:23:20 UTC (rev 372979)
+++ PKGBUILD2018-08-21 06:24:39 UTC (rev 372980)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:23:04
  Author: felixonmars
Revision: 372978

upgpkg: haskell-yesod-persistent 1.6.0-78

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:22:06 UTC (rev 372977)
+++ PKGBUILD2018-08-21 06:23:04 UTC (rev 372978)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0
-pkgrel=77
+pkgrel=78
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:23:20
  Author: felixonmars
Revision: 372979

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 372978, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:23:20 UTC (rev 372979)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0
+pkgrel=78
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8000d9f9a3406aff157652989946b915ba54e4241e59afc29c51c647f5c45d05cad7d46a92423fa3811a9a6238f6a4a759320309b337d369346fe5470d927982')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:22:06
  Author: felixonmars
Revision: 372977

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
372976, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:22:06 UTC (rev 372977)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=373
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:21:49
  Author: felixonmars
Revision: 372976

upgpkg: haskell-yesod-default 1.2.0-373

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:20:58 UTC (rev 372975)
+++ PKGBUILD2018-08-21 06:21:49 UTC (rev 372976)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=372
+pkgrel=373
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:20:58
  Author: felixonmars
Revision: 372975

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
372974, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:20:58 UTC (rev 372975)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.6.6
+pkgrel=18
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-case-insensitive' 
'haskell-cereal'
+ 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cookie'
+ 'haskell-fast-logger' 'haskell-http-types'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 
'haskell-primitive'
+ 'haskell-random' 'haskell-resourcet' 'haskell-rio' 
'haskell-shakespeare'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('30e5b14249e80fd8eb311eed9bc47a638dd9bef88e91e3f68a26d6ad0a251754396d7e2b0fbc84ffdbb9540e2a60b4cd561039f0d8112c0705dae14f549e2ffd')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:20:42
  Author: felixonmars
Revision: 372974

upgpkg: haskell-yesod-core 1.6.6-18

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:19:27 UTC (rev 372973)
+++ PKGBUILD2018-08-21 06:20:42 UTC (rev 372974)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.6.6
-pkgrel=17
+pkgrel=18
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:19:27
  Author: felixonmars
Revision: 372973

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:19:11
  Author: felixonmars
Revision: 372972

upgpkg: haskell-servant-server 0.13.0.1-66

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:17:38 UTC (rev 372971)
+++ PKGBUILD2018-08-21 06:19:11 UTC (rev 372972)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.13.0.1
-pkgrel=65
+pkgrel=66
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/";
 license=("custom:BSD3")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:17:38
  Author: felixonmars
Revision: 372971

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 
372970, haskell-hjsonschema/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:17:38 UTC (rev 372971)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsonschema
+pkgname=haskell-hjsonschema
+pkgver=1.9.0
+pkgrel=69
+pkgdesc="JSON Schema library"
+url="https://github.com/seagreen/hjsonschema";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsonpointer'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-pcre-heavy'
+ 'haskell-profunctors' 'haskell-protolude' 'haskell-quickcheck' 
'haskell-safe-exceptions'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('c71f4f23453abbb7e5c3b8a04e9fd2bea560e03ccf590fbad3739f609fe0e4e5292acfe94204b2d52d30f8fda8cc1c94edac41d5095f6be1c4cf8c05ec08e273')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "json-schema.org is NXDOMAIN as of 
2018-06-03"
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/MIT-LICENSE.txt"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:17:20
  Author: felixonmars
Revision: 372970

upgpkg: haskell-hjsonschema 1.9.0-69

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-hjsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:15:33 UTC (rev 372969)
+++ PKGBUILD2018-08-21 06:17:20 UTC (rev 372970)
@@ -5,7 +5,7 @@
 _hkgname=hjsonschema
 pkgname=haskell-hjsonschema
 pkgver=1.9.0
-pkgrel=68
+pkgrel=69
 pkgdesc="JSON Schema library"
 url="https://github.com/seagreen/hjsonschema";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:15:16
  Author: felixonmars
Revision: 372968

upgpkg: haskell-hakyll 4.12.3.0-94

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:14:04 UTC (rev 372967)
+++ PKGBUILD2018-08-21 06:15:16 UTC (rev 372968)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=93
+pkgrel=94
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:15:33
  Author: felixonmars
Revision: 372969

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
372968, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:15:33 UTC (rev 372969)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.3.0
+pkgrel=94
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*0.9/<1/' -e 's/<.*0.0.11/<1/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_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 ruby-bundler/repos/community-any (PKGBUILD PKGBUILD)

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:14:04
  Author: felixonmars
Revision: 372967

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 372966, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 06:13:43 UTC (rev 372966)
+++ PKGBUILD2018-08-21 06:14:04 UTC (rev 372967)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.16.3
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('bc6b911a5ad2911c35be1ce4e28d42b7762cfc950bc060cca1527b66f78c5f125ed5524d1fc161f68053f00997742c6354549712be0a49c72877ab32ccbbefe6')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 372966, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 06:14:04 UTC (rev 372967)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.16.4
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('fe55b87bb999759da8b4285bb6cb9edbef41b87e418beb4bb9f450f425fd152d45fac2be99d79e26c0cdcfa4785f2b0e35b7f18492ac61d8f780c01ab662e40d')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:13:43
  Author: felixonmars
Revision: 372966

upgpkg: ruby-bundler 1.16.4-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:12:59 UTC (rev 372965)
+++ PKGBUILD2018-08-21 06:13:43 UTC (rev 372966)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.16.3
+pkgver=1.16.4
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('bc6b911a5ad2911c35be1ce4e28d42b7762cfc950bc060cca1527b66f78c5f125ed5524d1fc161f68053f00997742c6354549712be0a49c72877ab32ccbbefe6')
+sha512sums=('fe55b87bb999759da8b4285bb6cb9edbef41b87e418beb4bb9f450f425fd152d45fac2be99d79e26c0cdcfa4785f2b0e35b7f18492ac61d8f780c01ab662e40d')
 
 package() {
   cd "$srcdir"


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:12:59
  Author: felixonmars
Revision: 372965

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 372964, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:12:59 UTC (rev 372965)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.2
+pkgrel=88
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-file-embed' 'haskell-http-date' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('20c79810096f12d3901af3474a5ef4fe2385e639f97f2de803b09902d115321e3be7544cc3741b52b75a2710a0141bc19cb611fd4e6248ec60d11b522b9cb59c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:12:38
  Author: felixonmars
Revision: 372964

upgpkg: haskell-wai-app-static 3.1.6.2-88

rebuild with wai-extra 3.0.24.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:11:53 UTC (rev 372963)
+++ PKGBUILD2018-08-21 06:12:38 UTC (rev 372964)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.2
-pkgrel=87
+pkgrel=88
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:11:43
  Author: felixonmars
Revision: 372962

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 372961, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:11:43 UTC (rev 372962)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.0
+pkgrel=112
+pkgdesc="Testing JSON APIs with hspec-wai"
+url="https://github.com/hspec/hspec-wai";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 
'haskell-case-insensitive'
+ 'haskell-hspec-wai')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('550bbf263c52c817f5ba26f30ac9e612645597d8bea7a5614e61452da0b0ae728484f4ac9a486e523b0e4d2cf1518d95a55d9dc5d7be1e1fa15d67432f7a')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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-hypothesis/repos/community-any (PKGBUILD PKGBUILD)

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:11:53
  Author: felixonmars
Revision: 372963

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 06:11:43 UTC (rev 372962)
+++ PKGBUILD2018-08-21 06:11:53 UTC (rev 372963)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.68.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('fb8e58a55f70af0df01456286d439f0ec5d54dd59af8d66ae68d5827410d96ead2c164114ce6c4df98a493863c1ca39ccc352f4630838f7a01ba82db8d72fc23')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 372962, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 06:11:53 UTC (rev 372963)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.69.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist'

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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:11:31
  Author: felixonmars
Revision: 372961

upgpkg: python-hypothesis 3.69.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:11:23 UTC (rev 372960)
+++ PKGBUILD2018-08-21 06:11:31 UTC (rev 372961)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.68.2
+pkgver=3.69.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('fb8e58a55f70af0df01456286d439f0ec5d54dd59af8d66ae68d5827410d96ead2c164114ce6c4df98a493863c1ca39ccc352f4630838f7a01ba82db8d72fc23')
+sha512sums=('667e46d6776aa72735eabcdb30ebde62f3190246e670dd844030f6474dd25c6dce46b6c597d78ca84c6bc4902199575c4c006857819f89366a2fcfede5fe53d7')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:11:23
  Author: felixonmars
Revision: 372960

upgpkg: haskell-hspec-wai-json 0.9.0-112

rebuild with wai-extra 3.0.24.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:10:37 UTC (rev 372959)
+++ PKGBUILD2018-08-21 06:11:23 UTC (rev 372960)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.0
-pkgrel=111
+pkgrel=112
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:10:37
  Author: felixonmars
Revision: 372959

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-wai/repos/community-staging-x86_64/PKGBUILD (from rev 
372958, haskell-hspec-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:10:37 UTC (rev 372959)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai
+pkgname=haskell-hspec-wai
+pkgver=0.9.0
+pkgrel=96
+pkgdesc="Experimental Hspec support for testing WAI applications"
+url="https://github.com/hspec/hspec-wai";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 
'haskell-case-insensitive'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-hspec-expectations' 
'haskell-http-types'
+ 'haskell-wai' 'haskell-wai-extra')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('47822443b1a141a9ca6f6365a07906f7b11b44c2c999ef80bf6c87e66538a3a9d3e3221f48098414aea3538f7ea957bb3435255a490268b5eaecf3785fec407c')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:10:18
  Author: felixonmars
Revision: 372958

upgpkg: haskell-hspec-wai 0.9.0-96

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-hspec-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:09:19 UTC (rev 372957)
+++ PKGBUILD2018-08-21 06:10:18 UTC (rev 372958)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai
 pkgname=haskell-hspec-wai
 pkgver=0.9.0
-pkgrel=95
+pkgrel=96
 pkgdesc="Experimental Hspec support for testing WAI applications"
 url="https://github.com/hspec/hspec-wai";
 license=("MIT")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:09:19
  Author: felixonmars
Revision: 372957

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
372956, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:09:19 UTC (rev 372957)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.1
+pkgrel=115
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default" "haskell-http-types"
+ "haskell-syb" "haskell-uniplate" "haskell-wai"
+ "haskell-wai-extra" "haskell-xss-sanitize")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e06c8683031e8e7946e10a49ba2fedfedb4b8c5940272d8095ab3ff94c3b77169175b492d15f07fb486efd8fccd0850062174a63d88d2ae69c864eeaffc7a59f')
+
+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 \
+-fdingus
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_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-ruamel-yaml/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:08:58
  Author: felixonmars
Revision: 372955

archrelease: copy trunk to community-x86_64

Added:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 372954, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 06:08:39 UTC (rev 372954)
+++ PKGBUILD2018-08-21 06:08:58 UTC (rev 372955)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.59
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml";
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('30f50d68bd3460c202aacd3682911695b0b42e5e3ddef91c78e7d36dfa645441464097c0df162dda649d4947a74c73ee4a65a6280217a7f3f23ba183aedff09f')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 372954, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 06:08:58 UTC (rev 372955)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.60
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml";
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
+sha512sums=('2763a40acde71db416193830683bb050aedd3b2e7121159733203c290d3bed13e9474c554a5eac03a4388101803ae1676bdc292e36f5457b7ed1d3eb2ab489f9')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:09:03
  Author: felixonmars
Revision: 372956

upgpkg: haskell-cheapskate 0.1.1-115

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:08:58 UTC (rev 372955)
+++ PKGBUILD2018-08-21 06:09:03 UTC (rev 372956)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.1
-pkgrel=114
+pkgrel=115
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate";
 license=("custom:BSD3")


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:08:39
  Author: felixonmars
Revision: 372954

upgpkg: python-ruamel-yaml 0.15.60-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:08:23 UTC (rev 372953)
+++ PKGBUILD2018-08-21 06:08:39 UTC (rev 372954)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.59
+pkgver=0.15.60
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('30f50d68bd3460c202aacd3682911695b0b42e5e3ddef91c78e7d36dfa645441464097c0df162dda649d4947a74c73ee4a65a6280217a7f3f23ba183aedff09f')
+sha512sums=('2763a40acde71db416193830683bb050aedd3b2e7121159733203c290d3bed13e9474c554a5eac03a4388101803ae1676bdc292e36f5457b7ed1d3eb2ab489f9')
 
 package() {
   depends=('python')


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:08:23
  Author: felixonmars
Revision: 372953

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 372952, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 06:07:59 UTC (rev 372952)
+++ PKGBUILD2018-08-21 06:08:23 UTC (rev 372953)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.15.13
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64')
-url='http://cairographics.org/rcairo'
-license=('Ruby')
-depends=('ruby' 'cairo' 'ruby-pkg-config')
-makedepends=('ruby-native-package-installer' 'ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=($_gemname-$pkgver.gem)
-sha512sums=('accab295acbb5b82e456c96b29681c37befdb6d1d4c93f8dd3d6cdd772374a3c6fad914f1ed097ee0575dd1e184eb22794f315bc8d02d0558f89f88b63870b86')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 372952, 
ruby-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 06:08:23 UTC (rev 372953)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.15.14
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64')
+url='http://cairographics.org/rcairo'
+license=('Ruby')
+depends=('ruby' 'cairo' 'ruby-pkg-config')
+makedepends=('ruby-native-package-installer' 'ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=($_gemname-$pkgver.gem)
+sha512sums=('ca05638e93f426a32d8483acf47ee839a0137ca1305cb0dc1c71131237e49e6c395f6a51c7ebc9957a3553c8fd59737652c57d96beb8c24bffa16d40c14a51f9')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:07:34
  Author: felixonmars
Revision: 372950

upgpkg: haskell-wai-extra 3.0.24.2-1

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:06:14 UTC (rev 372949)
+++ PKGBUILD2018-08-21 06:07:34 UTC (rev 372950)
@@ -4,7 +4,7 @@
 
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
-pkgver=3.0.24.1
+pkgver=3.0.24.2
 pkgrel=1
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="https://github.com/yesodweb/wai";
@@ -18,7 +18,7 @@
  'haskell-wai-logger' 'haskell-word8' 'haskell-zlib')
 makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('f2a2f038a8b00c93a0bddc644f7f287b5e48349e910e7b3881784f6a86915dbf1e3eb4ebb891712635c64dacdf22023cd51e3568ea656671831dc9645eb856c1')
+sha512sums=('23fbc80823f375a3ee116056709c5b8ab87f237ddf826d5a2acf0d474817959fde76ce27d9fe9bcf80eb863d5196d799cc4bd8bccddd45ab0ea1b057fe19a6e4')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:07:59
  Author: felixonmars
Revision: 372952

upgpkg: ruby-cairo 1.15.14-1

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 06:07:54 UTC (rev 372951)
+++ PKGBUILD2018-08-21 06:07:59 UTC (rev 372952)
@@ -3,7 +3,7 @@
 
 _gemname=cairo
 pkgname=ruby-$_gemname
-pkgver=1.15.13
+pkgver=1.15.14
 pkgrel=1
 pkgdesc='Ruby bindings for cairo'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=($_gemname-$pkgver.gem)
-sha512sums=('accab295acbb5b82e456c96b29681c37befdb6d1d4c93f8dd3d6cdd772374a3c6fad914f1ed097ee0575dd1e184eb22794f315bc8d02d0558f89f88b63870b86')
+sha512sums=('ca05638e93f426a32d8483acf47ee839a0137ca1305cb0dc1c71131237e49e6c395f6a51c7ebc9957a3553c8fd59737652c57d96beb8c24bffa16d40c14a51f9')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:07:54
  Author: felixonmars
Revision: 372951

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
372950, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:07:54 UTC (rev 372951)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.24.2
+pkgrel=1
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="https://github.com/yesodweb/wai";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base64-bytestring'
+ 'haskell-case-insensitive' 'haskell-cookie' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-http-types' 'haskell-iproute' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 
'haskell-streaming-commons'
+ 'haskell-stringsearch' 'haskell-unix-compat' 'haskell-vault' 
'haskell-void' 'haskell-wai'
+ 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('23fbc80823f375a3ee116056709c5b8ab87f237ddf826d5a2acf0d474817959fde76ce27d9fe9bcf80eb863d5196d799cc4bd8bccddd45ab0ea1b057fe19a6e4')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:06:14
  Author: felixonmars
Revision: 372949

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
372948, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-21 06:06:14 UTC (rev 372949)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.2
+pkgrel=104
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-byteorder' 'haskell-case-insensitive' 
'haskell-fast-logger'
+ 'haskell-http-types' 'haskell-network' 'haskell-unix-time' 
'haskell-wai')
+makedepends=('ghc' 'haskell-doctest')
+checkdepends=('haskell-wai-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('24a6e1a340b07781beeb8b7caa32743e3face2aa81d13cab64f311898c50e5824e128203e34608ef5511eb642cfe427dfb9ef281e10cf8675505fbea68cf2d3b')
+
+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-wai-logger/trunk (PKGBUILD)

2018-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 06:05:56
  Author: felixonmars
Revision: 372948

upgpkg: haskell-wai-logger 2.3.2-104

rebuild with wai-extra 3.0.24.2

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 03:32:04 UTC (rev 372947)
+++ PKGBUILD2018-08-21 06:05:56 UTC (rev 372948)
@@ -5,7 +5,7 @@
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
 pkgver=2.3.2
-pkgrel=103
+pkgrel=104
 pkgdesc="A logging system for WAI"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 03:31:33
  Author: kkeen
Revision: 372946

upgpkg: python-more-itertools 4.3.0-1

Modified:
  python-more-itertools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 03:22:07 UTC (rev 372945)
+++ PKGBUILD2018-08-21 03:31:33 UTC (rev 372946)
@@ -4,8 +4,8 @@
 
 pkgbase=python-more-itertools
 pkgname=('python-more-itertools' 'python2-more-itertools')
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc='More routines for operating on iterables, beyond itertools'
 arch=('any')
 url='https://github.com/erikrose/more-itertools'
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
 
source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-sha512sums=('7e205a575fb1d17ed3be9225c5c60139db41cc4b866f6d6732c955536b1d606bb7ccd92ad77e41159965abbddec3a85761d3649c28f06d52afa8476160d70e77')
+sha512sums=('5fee3d99fd796b0f0f6b5aa99a8db22e219d3dced71fef6f4b16286fe67061dce280389b3638c55c6e5f6c828ef1286cee845d76a6861d2af66d90e995d5aa4e')
 
 prepare() {
   cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"


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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 03:32:04
  Author: kkeen
Revision: 372947

archrelease: copy trunk to community-any

Added:
  python-more-itertools/repos/community-any/PKGBUILD
(from rev 372946, python-more-itertools/trunk/PKGBUILD)
Deleted:
  python-more-itertools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 03:31:33 UTC (rev 372946)
+++ PKGBUILD2018-08-21 03:32:04 UTC (rev 372947)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Germán Osella Massa 
-
-pkgbase=python-more-itertools
-pkgname=('python-more-itertools' 'python2-more-itertools')
-pkgver=4.2.0
-pkgrel=2
-pkgdesc='More routines for operating on iterables, beyond itertools'
-arch=('any')
-url='https://github.com/erikrose/more-itertools'
-#url='https://pypi.python.org/pypi/more-itertools'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
-source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-sha512sums=('7e205a575fb1d17ed3be9225c5c60139db41cc4b866f6d6732c955536b1d606bb7ccd92ad77e41159965abbddec3a85761d3649c28f06d52afa8476160d70e77')
-
-prepare() {
-  cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"
-}
-
-package_python-more-itertools() {
-  cd "$srcdir/more-itertools-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-more-itertools() {
-  depends=('python2' 'python2-six')
-  cd "$srcdir/py2-more-itertools-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-more-itertools/repos/community-any/PKGBUILD (from rev 372946, 
python-more-itertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 03:32:04 UTC (rev 372947)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Germán Osella Massa 
+
+pkgbase=python-more-itertools
+pkgname=('python-more-itertools' 'python2-more-itertools')
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='More routines for operating on iterables, beyond itertools'
+arch=('any')
+url='https://github.com/erikrose/more-itertools'
+#url='https://pypi.python.org/pypi/more-itertools'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
+source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
+sha512sums=('5fee3d99fd796b0f0f6b5aa99a8db22e219d3dced71fef6f4b16286fe67061dce280389b3638c55c6e5f6c828ef1286cee845d76a6861d2af66d90e995d5aa4e')
+
+prepare() {
+  cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"
+}
+
+package_python-more-itertools() {
+  cd "$srcdir/more-itertools-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-more-itertools() {
+  depends=('python2' 'python2-six')
+  cd "$srcdir/py2-more-itertools-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (python2-entrypoints)

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 03:22:07
  Author: kkeen
Revision: 372945

merged with python-entrypoints

Deleted:
  python2-entrypoints/


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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 03:20:18
  Author: kkeen
Revision: 372944

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 03:20:04 UTC (rev 372943)
+++ PKGBUILD2018-08-21 03:20:18 UTC (rev 372944)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=python-entrypoints
-_name=entrypoints
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="Discover and load entry points from installed packages."
-arch=('any')
-url="https://github.com/takluyver/entrypoints";
-#url="https://pypi.python.org/pypi/entrypoints";
-license=('MIT')
-depends=('python')
-#makedepends=('python-pip')
-# both sources because the WHL doesn't come with a license
-source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz";
-
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl";)
-md5sums=('ad31adbe634709555c400de125098dc8'
- 'c33be165b1307ff873212a9fbcb0c015')
-
-# py2 version needs 'configparser'
-
-package() {
-  cd "$srcdir"
-  # pip actually doesn't do much and is remarkably slow
-  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
-  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
-  _dist="entrypoints-$pkgver.dist-info"
-  cd $_dist
-  for _i in ./*; do
-install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
-  done
-
-  cd "$srcdir/entrypoints-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 372943, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 03:20:18 UTC (rev 372944)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-entrypoints
+pkgname=(python-entrypoints python2-entrypoints)
+_name=entrypoints
+pkgver=0.2.3
+pkgrel=3
+pkgdesc="Discover and load entry points from installed packages."
+arch=('any')
+url="https://github.com/takluyver/entrypoints";
+#url="https://pypi.python.org/pypi/entrypoints";
+license=('MIT')
+depends=('python')
+makedepends=('python' 'python2-setuptools')
+#makedepends=('python-pip')
+# several sources because the WHL doesn't come with a license
+# and pypi version is the only one with setup.py
+source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz";
+
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl";
+
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz";)
+md5sums=('ad31adbe634709555c400de125098dc8'
+ 'c33be165b1307ff873212a9fbcb0c015'
+ '0d3ad1b0130d91e3596ef3a59f25a56c')
+
+prepare() {
+  cd "$srcdir"
+  cp -a entrypoints-$pkgver py2entrypoints-$pkgver
+}
+
+build() {
+  cd py2entrypoints-$pkgver
+  python2 setup.py build
+}
+
+package_python-entrypoints() {
+  cd "$srcdir"
+  # install is like this because of dist-info related bug report
+  # pip actually doesn't do much and is remarkably slow
+  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
+  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
+  _dist="entrypoints-$pkgver.dist-info"
+  cd $_dist
+  for _i in ./*; do
+install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
+  done
+
+  cd "$srcdir/entrypoints-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-entrypoints() {
+  depends=('python2-configparser')
+  cd py2entrypoints-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 03:20:04
  Author: kkeen
Revision: 372943

upgpkg: python-entrypoints 0.2.3-3  split with python2-entrypoints

Modified:
  python-entrypoints/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 01:42:08 UTC (rev 372942)
+++ PKGBUILD2018-08-21 03:20:04 UTC (rev 372943)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Kyle Keen 
 
-pkgname=python-entrypoints
+pkgbase=python-entrypoints
+pkgname=(python-entrypoints python2-entrypoints)
 _name=entrypoints
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Discover and load entry points from installed packages."
 arch=('any')
 url="https://github.com/takluyver/entrypoints";
@@ -11,17 +12,30 @@
 #url="https://pypi.python.org/pypi/entrypoints";
 license=('MIT')
 depends=('python')
+makedepends=('python' 'python2-setuptools')
 #makedepends=('python-pip')
-# both sources because the WHL doesn't come with a license
+# several sources because the WHL doesn't come with a license
+# and pypi version is the only one with setup.py
 
source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz";
-
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl";)
+
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl";
+
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz";)
 md5sums=('ad31adbe634709555c400de125098dc8'
- 'c33be165b1307ff873212a9fbcb0c015')
+ 'c33be165b1307ff873212a9fbcb0c015'
+ '0d3ad1b0130d91e3596ef3a59f25a56c')
 
-# py2 version needs 'configparser'
+prepare() {
+  cd "$srcdir"
+  cp -a entrypoints-$pkgver py2entrypoints-$pkgver
+}
 
-package() {
+build() {
+  cd py2entrypoints-$pkgver
+  python2 setup.py build
+}
+
+package_python-entrypoints() {
   cd "$srcdir"
+  # install is like this because of dist-info related bug report
   # pip actually doesn't do much and is remarkably slow
   #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
   install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
@@ -35,3 +49,10 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+package_python2-entrypoints() {
+  depends=('python2-configparser')
+  cd py2entrypoints-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 01:42:08
  Author: kkeen
Revision: 372942

archrelease: copy trunk to community-x86_64

Added:
  hackrf/repos/community-x86_64/PKGBUILD
(from rev 372941, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-x86_64/hackrf.conf
(from rev 372941, hackrf/trunk/hackrf.conf)
Deleted:
  hackrf/repos/community-x86_64/PKGBUILD
  hackrf/repos/community-x86_64/hackrf.conf

-+
 PKGBUILD|   96 +-
 hackrf.conf |4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 01:41:53 UTC (rev 372941)
+++ PKGBUILD2018-08-21 01:42:08 UTC (rev 372942)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=hackrf
-pkgver=2017.02.1
-pkgrel=1
-pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
-arch=('i686' 'x86_64')
-url="https://github.com/mossmann/hackrf";
-license=('GPL2')
-depends=('libusb' 'fftw')
-makedepends=('cmake')
-
-#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
-'hackrf.conf')
-md5sums=('7303edc2f6ea710e0e35ad196b485045'
- '01ad1ba4a27d820e8f9abeb5fa88bfc6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  # FS#41895
-  sed -i 's|MODE.*$|TAG+="uaccess"|' libhackrf/53-hackrf.rules*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  pushd host/build
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd host/libhackrf
-  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
-  popd
-  pushd firmware-bin
-  for i in *.{bin,dfu,xsvf}; do
-install -vDm644 "$i" "$pkgdir/usr/share/hackrf/$i"
-  done
-  popd
-  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
-}

Copied: hackrf/repos/community-x86_64/PKGBUILD (from rev 372941, 
hackrf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 01:42:08 UTC (rev 372942)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=hackrf
+pkgver=2018.01.1
+pkgrel=1
+pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
+arch=('x86_64')
+url="https://github.com/mossmann/hackrf";
+license=('GPL2')
+depends=('libusb' 'fftw')
+makedepends=('cmake')
+
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
+'hackrf.conf')
+md5sums=('5adc14e749d54dc9daf116810a5f1956'
+ '01ad1ba4a27d820e8f9abeb5fa88bfc6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  # FS#41895
+  sed -i 's|MODE.*$|TAG+="uaccess"|' libhackrf/53-hackrf.rules*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  pushd host/build
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
+  popd
+  pushd firmware-bin
+  for i in *.{bin,dfu,xsvf}; do
+install -vDm644 "$i" "$pkgdir/usr/share/hackrf/$i"
+  done
+  popd
+  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
+}

Deleted: hackrf.conf
===
--- hackrf.conf 2018-08-21 01:41:53 UTC (rev 372941)
+++ hackrf.conf 2018-08-21 01:42:08 UTC (rev 372942)
@@ -1,2 +0,0 @@
-# disable kernel drivers
-blacklist hackrf

Copied: hackrf/repos/community-x86_64/hackrf.conf (from rev 372941, 
hackrf/trunk/hackrf.conf)
===
--- hackrf.conf (rev 0)
+++ hackrf.conf 2018-08-21 01:42:08 UTC (rev 372942)
@@ -0,0 +1,2 @@
+# disable kernel drivers
+blacklist hackrf


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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 01:41:53
  Author: kkeen
Revision: 372941

upgpkg: hackrf 2018.01.1-1

Modified:
  hackrf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 01:33:40 UTC (rev 372940)
+++ PKGBUILD2018-08-21 01:41:53 UTC (rev 372941)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 # Contributor: Dominik Heidler 
 pkgname=hackrf
-pkgver=2017.02.1
+pkgver=2018.01.1
 pkgrel=1
 pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
 
source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
 'hackrf.conf')
-md5sums=('7303edc2f6ea710e0e35ad196b485045'
+md5sums=('5adc14e749d54dc9daf116810a5f1956'
  '01ad1ba4a27d820e8f9abeb5fa88bfc6')
 
 prepare() {


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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 01:33:40
  Author: kkeen
Revision: 372940

archrelease: copy trunk to community-x86_64

Added:
  xcircuit/repos/community-x86_64/PKGBUILD
(from rev 372939, xcircuit/trunk/PKGBUILD)
  xcircuit/repos/community-x86_64/xcircuit.desktop
(from rev 372939, xcircuit/trunk/xcircuit.desktop)
Deleted:
  xcircuit/repos/community-x86_64/PKGBUILD
  xcircuit/repos/community-x86_64/xcircuit.desktop

--+
 PKGBUILD |   90 ++---
 xcircuit.desktop |   20 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 01:33:16 UTC (rev 372939)
+++ PKGBUILD2018-08-21 01:33:40 UTC (rev 372940)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.9.72
-_pkgver=3.9
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib' 'cairo')
-makedepends=('chrpath' 'imagemagick')
-source=("http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz";
-"xcircuit.desktop"
-"http://opencircuitdesign.com/xcircuit/xcicon_sm.gif";)
-sha256sums=('9b8d1e2ff75db81da4f290d9c5d356c7dd749e05ce4cb3e9fcd91e284cb024df'
-'3c29f55ee6196b554d6fc5791f29ac7cab2fecc184c699e80ee265be0b609456'
-'8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---with-cairo \
---with-tcl=/usr/lib \
---with-tk=/usr/lib
-  make ACLOCAL=aclocal AUTOMAKE=automake
-}
-
-package() {
-  cd "$srcdir"
-  install -Dm0644 xcircuit.desktop 
"$pkgdir/usr/share/applications/xcircuit.desktop"
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir/usr/share/man/man1"
-  mv "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"* "$pkgdir/usr/share/man/man1/"
-  rm -rf "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"
-  chrpath -d "$pkgdir/usr/lib/xcircuit-${_pkgver}/xcircexec"
-  convert ../xcicon_sm.gif xcircuit.png
-  install -Dm0644 xcircuit.png "$pkgdir/usr/share/icons/xcircuit.png"
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 372939, 
xcircuit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 01:33:40 UTC (rev 372940)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.9.73
+_pkgver=3.9
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('x86_64')
+url="http://opencircuitdesign.com/xcircuit";
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib' 'cairo')
+makedepends=('chrpath' 'imagemagick')
+source=("http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz";
+"xcircuit.desktop"
+"http://opencircuitdesign.com/xcircuit/xcicon_sm.gif";)
+sha256sums=('4f0e7c9630775a9624568ccd6e312941e2d6fa46a44f6012a99fde1bbd8249ce'
+'3c29f55ee6196b554d6fc5791f29ac7cab2fecc184c699e80ee265be0b609456'
+'8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-cairo \
+--with-tcl=/usr/lib \
+--with-tk=/usr/lib
+  make ACLOCAL=aclocal AUTOMAKE=automake
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm0644 xcircuit.desktop 
"$pkgdir/usr/share/applications/xcircuit.desktop"
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir/usr/share/man/man1"
+  mv "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"* "$pkgdir/usr/share/man/man1/"
+  rm -rf "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"
+  chrpath -d "$pkgdir/usr/lib/xcircuit-${_pkgver}/xcircexec"
+  convert ../xcicon_sm.gif xcircuit.png
+  install -Dm0644 xcircuit.png "$pkgdir/usr/share/icons/xcircuit.png"
+}

Deleted: xcircuit.desktop
===
--- xcircuit.desktop2018-08-21 01:33:16 UTC (rev 372939)
+++ xcircuit.desktop2018-08-21 01:33:40 UTC (rev 372940)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=Xcircuit
-Comment=A program for drawing publishable-quality electrical circuit schematic 
diagrams
-Exec=xcircuit
-Icon=xcircuit
-Terminal=false
-StartupNotify=false
-Categories=Application;Electronics;Engineering;

Copied: xcircuit/repos/community-x86_64/xcircuit.desktop (from rev 372939, 
xcircuit/trunk/xcircuit.desktop)
===
--- xcircuit.desktop(rev 

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

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 01:33:16
  Author: kkeen
Revision: 372939

upgpkg: xcircuit 3.9.73-1

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 23:29:54 UTC (rev 372938)
+++ PKGBUILD2018-08-21 01:33:16 UTC (rev 372939)
@@ -4,7 +4,7 @@
 # Contributor: simo 
 
 pkgname=xcircuit
-pkgver=3.9.72
+pkgver=3.9.73
 _pkgver=3.9
 pkgrel=1
 pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
@@ -16,7 +16,7 @@
 source=("http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz";
 "xcircuit.desktop"
 "http://opencircuitdesign.com/xcircuit/xcicon_sm.gif";)
-sha256sums=('9b8d1e2ff75db81da4f290d9c5d356c7dd749e05ce4cb3e9fcd91e284cb024df'
+sha256sums=('4f0e7c9630775a9624568ccd6e312941e2d6fa46a44f6012a99fde1bbd8249ce'
 '3c29f55ee6196b554d6fc5791f29ac7cab2fecc184c699e80ee265be0b609456'
 '8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259')
 


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 23:05:54
  Author: ffy00
Revision: 372937

add more details to version.py

Modified:
  tribler/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 23:01:42 UTC (rev 372936)
+++ PKGBUILD2018-08-20 23:05:54 UTC (rev 372937)
@@ -4,7 +4,7 @@
 pkgname=tribler
 _gitver=7.1.0-beta
 pkgver=${_gitver//-/_}
-pkgrel=1
+pkgrel=2
 pkgdesc="Privacy enhanced BitTorrent client with P2P content discovery"
 url="https://www.tribler.org/";
 arch=('any')
@@ -28,6 +28,8 @@
 
 prepare() {
   cd "$srcdir"/$pkgname
+
+  # Setup submodules
   git submodule init
   git config submodule.Tribler/dispersy.url "$srcdir"/dispersy
   git config submodule.Tribler/Core/DecentralizedTracking/pymdht.url 
"$srcdir"/pymdht
@@ -39,8 +41,10 @@
   sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
   sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
 
-  # Fix version
-  sed -i "s|7.0.0-GIT|$_gitver|g" Tribler/Core/version.py
+  # Fix version info
+  sed -e "s|version_id =.*|version_id = \"$pkgver\"|g"
+  -e "s|build_date =.*|build_date = \"$(date)\"|g"
+-i Tribler/Core/version.py
 }
 
 build () {
@@ -51,10 +55,11 @@
 package() {
   cd "$srcdir"/$pkgname
 
+  # Install python modules
   python2 setup.py install --root="$pkgdir" --optimize=1
 
+  # Install binary files/assets
   install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-#  install -dm 755 "$pkgdir"/var/lib/{tribler,tunnel_helper}
   cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
   cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
   ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
@@ -71,7 +76,7 @@
   cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
   cp -dr --no-preserve=ownership electrum "$pkgdir"/usr/share/tribler
 
-  # Remove tests
+  # Remove test folders
   find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
 
   # Install systemd files


[arch-commits] Commit in cantor/repos/extra-x86_64 (7 files)

2018-08-20 Thread Antonio Rojas via arch-commits
Date: Monday, August 20, 2018 @ 23:04:43
  Author: arojas
Revision: 332722

archrelease: copy trunk to extra-x86_64

Added:
  cantor/repos/extra-x86_64/PKGBUILD
(from rev 332721, cantor/trunk/PKGBUILD)
  cantor/repos/extra-x86_64/cantor-julia-0.7.patch
(from rev 332721, cantor/trunk/cantor-julia-0.7.patch)
  cantor/repos/extra-x86_64/cantor-julia-1.0.patch
(from rev 332721, cantor/trunk/cantor-julia-1.0.patch)
  cantor/repos/extra-x86_64/sage-8.3.patch
(from rev 332721, cantor/trunk/sage-8.3.patch)
Deleted:
  cantor/repos/extra-x86_64/PKGBUILD
  cantor/repos/extra-x86_64/cantor-julia-0.7.patch
  cantor/repos/extra-x86_64/sage-8.3.patch

+
 PKGBUILD   |  116 +++
 cantor-julia-0.7.patch |   72 ++---
 cantor-julia-1.0.patch |   33 +
 sage-8.3.patch |   26 +-
 4 files changed, 141 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 23:04:10 UTC (rev 332721)
+++ PKGBUILD2018-08-20 23:04:43 UTC (rev 332722)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=18.08.0
-pkgrel=4
-pkgdesc="KDE Frontend to Mathematical Software"
-url="https://kde.org/applications/education/cantor/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend'
-'julia: Julia backend')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-
cantor-julia.patch::"https://cgit.kde.org/cantor.git/patch/?id=90b001d1"; 
cantor-julia-0.7.patch sage-8.3.patch)
-sha256sums=('be6167ec88504091e9fa9914e0bd1fbb13637fb2b2b228c9274225db6dc85823'
-'SKIP'
-'366e1a734a968c4a933e91342308e4d18108c1bc023572848747ca6a2ec656f7'
-'cf031eb1891a97f964c9147a4ff4d7e69f3821eee8fb5dab0693c6483dacd4ee'
-'78c90097749e53433641b3acfd637b2aaa12f04c03a304b71c2cc5a5672cb4de')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../cantor-julia.patch # Fix julia backend build
-  patch -p1 -i ../cantor-julia-0.7.patch # support julia>=0.7
-  patch -p1 -i ../sage-8.3.patch # fix sagemath backend with 8.3
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantor/repos/extra-x86_64/PKGBUILD (from rev 332721, 
cantor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 23:04:43 UTC (rev 332722)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=18.08.0
+pkgrel=5
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
cantor-julia.patch::"https://cgit.kde.org/cantor.git/patch/?id=90b001d1"; 
cantor-julia-0.7.patch sage-8.3.patch cantor-julia-1.0.patch)
+sha256sums=('be6167ec88504091e9fa9914e0bd1fbb13637fb2b2b228c9274225db6dc85823'
+'SKIP'
+'366e1a734a968c4a933e91342308e4d18108c1bc023572848747ca6a2ec656f7'
+'cf031eb1891a97f964c9147a4ff4d7e69f3821eee8fb5dab0693c6483dacd4ee'
+'78c90097749e53433641b3acfd637b2aaa12f04c03a304b71c2cc5a5672cb4de'
+'81b6752473657318d91e748c6c1799cdd285037fa1bdfad29d401cacf9d98f7b')
+validpgpkeys=(C

[arch-commits] Commit in cantor/trunk (PKGBUILD cantor-julia-1.0.patch)

2018-08-20 Thread Antonio Rojas via arch-commits
Date: Monday, August 20, 2018 @ 23:04:10
  Author: arojas
Revision: 332721

julia 1.0 rebuild

Added:
  cantor/trunk/cantor-julia-1.0.patch
Modified:
  cantor/trunk/PKGBUILD

+
 PKGBUILD   |8 +---
 cantor-julia-1.0.patch |   33 +
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 21:54:39 UTC (rev 332720)
+++ PKGBUILD2018-08-20 23:04:10 UTC (rev 332721)
@@ -5,7 +5,7 @@
 
 pkgname=cantor
 pkgver=18.08.0
-pkgrel=4
+pkgrel=5
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/";
 arch=(x86_64)
@@ -22,12 +22,13 @@
 'sagemath: SageMath backend'
 'julia: Julia backend')
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-
cantor-julia.patch::"https://cgit.kde.org/cantor.git/patch/?id=90b001d1"; 
cantor-julia-0.7.patch sage-8.3.patch)
+
cantor-julia.patch::"https://cgit.kde.org/cantor.git/patch/?id=90b001d1"; 
cantor-julia-0.7.patch sage-8.3.patch cantor-julia-1.0.patch)
 sha256sums=('be6167ec88504091e9fa9914e0bd1fbb13637fb2b2b228c9274225db6dc85823'
 'SKIP'
 '366e1a734a968c4a933e91342308e4d18108c1bc023572848747ca6a2ec656f7'
 'cf031eb1891a97f964c9147a4ff4d7e69f3821eee8fb5dab0693c6483dacd4ee'
-'78c90097749e53433641b3acfd637b2aaa12f04c03a304b71c2cc5a5672cb4de')
+'78c90097749e53433641b3acfd637b2aaa12f04c03a304b71c2cc5a5672cb4de'
+'81b6752473657318d91e748c6c1799cdd285037fa1bdfad29d401cacf9d98f7b')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
@@ -37,6 +38,7 @@
   cd $pkgname-$pkgver
   patch -p1 -i ../cantor-julia.patch # Fix julia backend build
   patch -p1 -i ../cantor-julia-0.7.patch # support julia>=0.7
+  patch -p1 -i ../cantor-julia-1.0.patch # support julia>=1.0
   patch -p1 -i ../sage-8.3.patch # fix sagemath backend with 8.3
 }
 

Added: cantor-julia-1.0.patch
===
--- cantor-julia-1.0.patch  (rev 0)
+++ cantor-julia-1.0.patch  2018-08-20 23:04:10 UTC (rev 332721)
@@ -0,0 +1,33 @@
+diff --git a/cmake/FindJulia.cmake b/cmake/FindJulia.cmake
+index 2d4e1f6a..7f3d7a82 100644
+--- a/cmake/FindJulia.cmake
 b/cmake/FindJulia.cmake
+@@ -61,8 +61,14 @@ endif()
+ #
+ # Julia library location
+ #
++if(${JULIA_VERSION_STRING} VERSION_LESS 0.7.0)
++set(JULIA_LIBDL_COMMAND "abspath(dirname(Libdl.dlpath(\"libjulia\")))")
++else()
++set(JULIA_LIBDL_COMMAND "using Libdl; 
abspath(dirname(Libdl.dlpath(\"libjulia\")))")
++endif()
++
+ execute_process(
+-COMMAND ${JULIA_EXECUTABLE} -E 
"abspath(dirname(Libdl.dlpath(\"libjulia\")))"
++COMMAND ${JULIA_EXECUTABLE} -E ${JULIA_LIBDL_COMMAND}
+ OUTPUT_VARIABLE JULIA_LIBRARY_DIR
+ RESULT_VARIABLE RESULT
+ )
+diff --git a/src/backends/julia/juliaserver/juliaserver.cpp 
b/src/backends/julia/juliaserver/juliaserver.cpp
+index 5369fe50..0a1e8889 100644
+--- a/src/backends/julia/juliaserver/juliaserver.cpp
 b/src/backends/julia/juliaserver/juliaserver.cpp
+@@ -43,7 +43,7 @@ JuliaServer::~JuliaServer()
+ 
+ void JuliaServer::login(const QString &path) const
+ {
+-#if JULIA_VERSION_MINOR > 5
++#if (JULIA_VERSION_MAJOR > 0 || JULIA_VERSION_MINOR > 5)
+ Q_UNUSED(path)
+ jl_init();
+ #else


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 23:01:42
  Author: ffy00
Revision: 372936

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 23:01:34 UTC (rev 372935)
+++ PKGBUILD2018-08-20 23:01:42 UTC (rev 372936)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-_pkgname=SecretStorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
-
-  echo "Running tests on python2-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
-}
-
-package_python-secretstorage() {
-  depends=('python')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-secretstorage() {
-  depends=('python2')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 372935, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 23:01:42 UTC (rev 372936)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+_pkgname=SecretStorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=3.0.1
+pkgrel=4
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
+
+  echo "Running tests on python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
+}
+
+package_python-secretstorage() {
+  depends=('python-cryptography' 'python-jeepney')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-secretstorage() {
+  depends=('python2-cryptography')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$

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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 23:01:34
  Author: ffy00
Revision: 372935

fix dependencies

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 22:58:33 UTC (rev 372934)
+++ PKGBUILD2018-08-20 23:01:34 UTC (rev 372935)
@@ -8,7 +8,7 @@
 _pkgname=SecretStorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=3.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage";
@@ -43,7 +43,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python')
+  depends=('python-cryptography' 'python-jeepney')
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -51,7 +51,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2')
+  depends=('python2-cryptography')
   cd $_pkgname-$pkgver-py2
 
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 22:58:26
  Author: ffy00
Revision: 372933

make this a split package and also provide python2-secretstorage

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 22:56:34 UTC (rev 372932)
+++ PKGBUILD2018-08-20 22:58:26 UTC (rev 372933)
@@ -1,32 +1,59 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Patrice Peterson 
 # Contributor: JonnyJD 
 
-pkgname=python-secretstorage
+pkgbase=python-secretstorage
+_pkgname=SecretStorage
+pkgname=(python-secretstorage python2-secretstorage)
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
-url="https://pypi.org/project/SecretStorage/";
+url="https://github.com/mitya57/secretstorage";
 license=('BSD')
-depends=('python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
 
sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
 
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
 build() {
-  cd SecretStorage-$pkgver
+  echo "Building python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py build
+
+  echo "Building python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
 }
 
 check() {
-  cd SecretStorage-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+  echo "Running tests on python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
+
+  echo "Running tests on python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
 }
 
-package() {
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+package_python-secretstorage() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_python2-secretstorage() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 22:58:33
  Author: ffy00
Revision: 372934

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 22:58:26 UTC (rev 372933)
+++ PKGBUILD2018-08-20 22:58:33 UTC (rev 372934)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgname=python-secretstorage
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.org/project/SecretStorage/";
-license=('BSD')
-depends=('python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
-
-build() {
-  cd SecretStorage-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package() {
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 372933, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 22:58:33 UTC (rev 372934)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+_pkgname=SecretStorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
+
+  echo "Running tests on python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
+}
+
+package_python-secretstorage() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-secretstorage() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-20 Thread Brad Fanella via arch-commits
Date: Monday, August 20, 2018 @ 22:56:34
  Author: cesura
Revision: 372932

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 372931, mate-themes/trunk/PKGBUILD)
Deleted:
  mate-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 22:56:07 UTC (rev 372931)
+++ PKGBUILD2018-08-20 22:56:34 UTC (rev 372932)
@@ -1,30 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-themes
-pkgver=3.22.17
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('any')
-license=('GPL')
-makedepends=('gtk2' 'intltool')
-optdepends=('gtk-engines: for gtk2 themes'
-'gtk-engine-murrine: for gtk2 themes'
-'mate-icon-theme: default icon theme')
-options=('!emptydirs')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3010979e45c3d00ebf71f571d9bf109b5b5bf2d680c118ae76b3959c3dd7c1ad')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 372931, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 22:56:34 UTC (rev 372932)
@@ -0,0 +1,30 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-themes
+pkgver=3.22.18
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+makedepends=('gtk2' 'intltool')
+optdepends=('gtk-engines: for gtk2 themes'
+'gtk-engine-murrine: for gtk2 themes'
+'mate-icon-theme: default icon theme')
+options=('!emptydirs')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('d5b15adfeee09cb1e2266db8b10b64814b7f380753ae5ebd09b7ea88115f6814')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-08-20 Thread Brad Fanella via arch-commits
Date: Monday, August 20, 2018 @ 22:56:07
  Author: cesura
Revision: 372931

upgpkg: mate-themes 3.22.18-1

Updated to version 3.22.18

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 22:37:41 UTC (rev 372930)
+++ PKGBUILD2018-08-20 22:56:07 UTC (rev 372931)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-themes
-pkgver=3.22.17
+pkgver=3.22.18
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org";
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('mate')
 
source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3010979e45c3d00ebf71f571d9bf109b5b5bf2d680c118ae76b3959c3dd7c1ad')
+sha256sums=('d5b15adfeee09cb1e2266db8b10b64814b7f380753ae5ebd09b7ea88115f6814')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 22:37:41
  Author: ffy00
Revision: 372930

archrelease: copy trunk to community-any

Added:
  python-keyrings-alt/repos/community-any/PKGBUILD
(from rev 372929, python-keyrings-alt/trunk/PKGBUILD)
Deleted:
  python-keyrings-alt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 22:37:14 UTC (rev 372929)
+++ PKGBUILD2018-08-20 22:37:41 UTC (rev 372930)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgname=python-keyrings-alt
-epoch=1
-pkgver=3.1
-pkgrel=2
-pkgdesc="Alternate keyring implementations"
-arch=('any')
-url="https://pypi.org/project/keyrings.alt/";
-license=('MIT')
-depends=('python-keyring')
-optdepends=('libgnome-keyring: GNOME Integration'
-'python-gobject: GNOME Integration'
-'python-fs'
-'python-crypto: Encrypted file storage')
-makedepends=('python-setuptools_scm')
-checkdepends=('python-pycryptodome' 'libgnome-keyring' 'python-gobject' 
'python-pytest-flake8'
-  'python-pytest-runner')  # 'python-fs'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/keyrings.alt/archive/$pkgver.tar.gz";)
-sha512sums=('29a552f526d33cabf9646c7c51236c74cbccc6a3f650d6ccec6d5beaa48c065dec7438debb0f2d2d6a48611590f6767ee442fb9e5a597bf428a70652ae79dab5')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  echo -e '\nflake8-ignore = W191 W503 W504' >> keyrings.alt-$pkgver/pytest.ini
-
-  cp -a keyrings.alt-$pkgver{,-py2}
-}
-
-build() {
-  cd keyrings.alt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd keyrings.alt-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd keyrings.alt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyrings-alt/repos/community-any/PKGBUILD (from rev 372929, 
python-keyrings-alt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 22:37:41 UTC (rev 372930)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyrings-alt
+_pkgname=keyrings.alt
+pkgname=(python-keyrings-alt python2-keyrings-alt)
+epoch=1
+pkgver=3.1
+pkgrel=3
+pkgdesc="Alternate keyring implementations"
+arch=('any')
+url="https://github.com/jaraco/keyrings.alt";
+license=('MIT')
+makedepends=('python-setuptools_scm' 'python2-setuptools')
+checkdepends=('libgnome-keyring' 'python2-backports.unittest_mock'
+  'python-pycryptodome' 'python-gobject' 'python-pytest-flake8' 
'python-pytest-runner' 'python-keyring'
+  'python2-pycryptodome' 'python2-gobject' 'python2-pytest-flake8' 
'python2-pytest-runner' 'python2-keyring')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('29a552f526d33cabf9646c7c51236c74cbccc6a3f650d6ccec6d5beaa48c065dec7438debb0f2d2d6a48611590f6767ee442fb9e5a597bf428a70652ae79dab5')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  echo -e '\nflake8-ignore = W191 W503 W504' >> keyrings.alt-$pkgver/pytest.ini
+
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-keyrings-alt() {
+  depends=('python-keyring')
+  optdepends=('libgnome-keyring: GNOME Integration'
+  'python-gobject: GNOME Integration'
+  'python-fs'
+  'python-crypto: Encrypted file storage')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-keyrings-alt() {
+  depends=('python2-keyring')
+  optdepends=('libgnome-keyring: GNOME Integration'
+  'python2-gobject: GNOME Integration'
+  'python2-fs'
+  'python2-crypto: Encrypted file storage')
+  cd $_pkgname-$pkgver-py2
+
+  pytho

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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 22:37:14
  Author: ffy00
Revision: 372929

make this a split package and also provide python2-keyrings-alt

Modified:
  python-keyrings-alt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 22:14:04 UTC (rev 372928)
+++ PKGBUILD2018-08-20 22:37:14 UTC (rev 372929)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Johannes Dewender  arch at JonnyJD dot net
 # Contributor: Ivan Sichmann Freitas 
 # Contributor: Brice Maron 
@@ -6,23 +7,21 @@
 # Contributor: Nuno Araujo 
 # Contributor: Steven Allen 
 
-pkgname=python-keyrings-alt
+pkgbase=python-keyrings-alt
+_pkgname=keyrings.alt
+pkgname=(python-keyrings-alt python2-keyrings-alt)
 epoch=1
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Alternate keyring implementations"
 arch=('any')
-url="https://pypi.org/project/keyrings.alt/";
+url="https://github.com/jaraco/keyrings.alt";
 license=('MIT')
-depends=('python-keyring')
-optdepends=('libgnome-keyring: GNOME Integration'
-'python-gobject: GNOME Integration'
-'python-fs'
-'python-crypto: Encrypted file storage')
-makedepends=('python-setuptools_scm')
-checkdepends=('python-pycryptodome' 'libgnome-keyring' 'python-gobject' 
'python-pytest-flake8'
-  'python-pytest-runner')  # 'python-fs'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/keyrings.alt/archive/$pkgver.tar.gz";)
+makedepends=('python-setuptools_scm' 'python2-setuptools')
+checkdepends=('libgnome-keyring' 'python2-backports.unittest_mock'
+  'python-pycryptodome' 'python-gobject' 'python-pytest-flake8' 
'python-pytest-runner' 'python-keyring'
+  'python2-pycryptodome' 'python2-gobject' 'python2-pytest-flake8' 
'python2-pytest-runner' 'python2-keyring')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('29a552f526d33cabf9646c7c51236c74cbccc6a3f650d6ccec6d5beaa48c065dec7438debb0f2d2d6a48611590f6767ee442fb9e5a597bf428a70652ae79dab5')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@@ -30,23 +29,51 @@
 prepare() {
   echo -e '\nflake8-ignore = W191 W503 W504' >> keyrings.alt-$pkgver/pytest.ini
 
-  cp -a keyrings.alt-$pkgver{,-py2}
+  cp -a $_pkgname-$pkgver{,-py2}
 }
 
 build() {
-  cd keyrings.alt-$pkgver
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
 }
 
 check() {
-  cd keyrings.alt-$pkgver
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
 }
 
-package() {
-  cd keyrings.alt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+package_python-keyrings-alt() {
+  depends=('python-keyring')
+  optdepends=('libgnome-keyring: GNOME Integration'
+  'python-gobject: GNOME Integration'
+  'python-fs'
+  'python-crypto: Encrypted file storage')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
+package_python2-keyrings-alt() {
+  depends=('python2-keyring')
+  optdepends=('libgnome-keyring: GNOME Integration'
+  'python2-gobject: GNOME Integration'
+  'python2-fs'
+  'python2-crypto: Encrypted file storage')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
 # vim:set ts=2 sw=2 et:


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 22:14:04
  Author: ffy00
Revision: 372928

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 22:13:57 UTC (rev 372927)
+++ PKGBUILD2018-08-20 22:14:04 UTC (rev 372928)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgname=python-keyring
-pkgver=13.2.1
-pkgrel=2
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://pypi.org/project/keyring/";
-license=('PSF' 'MIT')
-depends=('python-entrypoints' 'python-secretstorage')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz";)
-sha512sums=('3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906')
-
-prepare() {
-  cd keyring-$pkgver
-  echo -e '\nflake8-ignore = W191 W503 W504' >> pytest.ini
-}
-
-build() {
-  cd keyring-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd keyring-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd keyring-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 372927, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 22:14:04 UTC (rev 372928)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=13.2.1
+pkgrel=3
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="https://pypi.org/project/keyring/";
+license=('PSF' 'MIT')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906')
+
+prepare() {
+  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
+
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-keyring() {
+  depends=('python-entrypoints' 'python-secretstorage')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-keyring() {
+  depends=('python2-entrypoints' 'python2-secretstorage')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 22:13:57
  Author: ffy00
Revision: 372927

make this a split package and also provide python2-keyring

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 22:11:21 UTC (rev 372926)
+++ PKGBUILD2018-08-20 22:13:57 UTC (rev 372927)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Johannes Dewender  arch at JonnyJD dot net
 # Contributor: Ivan Sichmann Freitas 
 # Contributor: Brice Maron 
@@ -6,39 +7,62 @@
 # Contributor: Nuno Araujo 
 # Contributor: Steven Allen 
 
-pkgname=python-keyring
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=13.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Store and access your passwords safely."
 arch=('any')
 url="https://pypi.org/project/keyring/";
 license=('PSF' 'MIT')
-depends=('python-entrypoints' 'python-secretstorage')
 optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz";)
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
 
sha512sums=('3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906')
 
 prepare() {
-  cd keyring-$pkgver
-  echo -e '\nflake8-ignore = W191 W503 W504' >> pytest.ini
+  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
+
+  cp -a $_pkgname-$pkgver{,-py2}
 }
 
 build() {
-  cd keyring-$pkgver
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
 }
 
 check() {
-  cd keyring-$pkgver
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
 }
 
-package() {
-  cd keyring-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+package_python-keyring() {
+  depends=('python-entrypoints' 'python-secretstorage')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
+package_python2-keyring() {
+  depends=('python2-entrypoints' 'python2-secretstorage')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
 # vim:set ts=2 sw=2 et:


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

2018-08-20 Thread David Runge via arch-commits
Date: Monday, August 20, 2018 @ 22:03:45
  Author: dvzrv
Revision: 372925

archrelease: copy trunk to community-x86_64

Added:
  jack2/repos/community-x86_64/PKGBUILD
(from rev 372924, jack2/trunk/PKGBUILD)
Deleted:
  jack2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 22:03:37 UTC (rev 372924)
+++ PKGBUILD2018-08-20 22:03:45 UTC (rev 372925)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Daniele Paolella 
-# Contributor: Philipp Überbacher 
-# Contributor: Thomas Bahn 
-
-pkgbase=jack2
-pkgname=('jack2' 'jack2-dbus')
-pkgdesc="The next-generation JACK with SMP support"
-pkgver=1.9.12
-pkgrel=4
-arch=('x86_64')
-url="http://jackaudio.org/";
-license=('GPL')
-groups=('pro-audio')
-# currently waf is broken with python 3.7: 
https://github.com/jackaudio/jack2/issues/366
-makedepends=('celt' 'doxygen' 'libffado' 'opus' 'python2')
-optdepends=('realtime-privileges: Acquire realtime privileges')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/jackaudio/${pkgbase}/archive/v${pkgver}.tar.gz";)
-sha512sums=('f0271dfc8f8e2f2489ca52f431ad4fa420665816d6c67a01a76da1d4b5ae91f6dad8c4e3309ec5e0c159c9d312ed56021ab323d74bce828ace26f1b8d477ddfa')
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-
-  # https://github.com/jackaudio/jack2/issues/308
-  sed -i 's:bin/env python:bin/env python2:' \
-"example-clients/jack_control"
-
-  # copy of the source for jack2-dbus
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgname[1]}-${pkgver}"
-
-  # configure jack2
-  python2 waf configure --prefix=/usr \
---htmldir="/usr/share/doc/${pkgbase}/" \
---freebob=no \
---classic \
---dbus
-
-  # configure jack2-dbus
-  cd "${srcdir}/${pkgname[1]}-${pkgver}"
-  python2 waf configure --prefix=/usr \
---htmldir="/usr/share/doc/${pkgbase}/" \
---freebob=no \
---dbus
-}
-
-build() {
-  # build jack2
-  cd "${pkgname[0]}-${pkgver}"
-  python2 waf build
-  # build jack2-dbus
-  cd "${srcdir}/${pkgname[1]}-${pkgver}"
-  python2 waf build
-}
-
-package_jack2() {
-  pkgdesc="JACK low-latency audio server for multi-processor machines (daemon 
activation)"
-  depends=('celt' 'opus' 'libffado' 'python2-dbus')
-  conflicts=('jack' 'jack2-dbus')
-  provides=('jack')
-
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-}
-
-package_jack2-dbus() {
-  pkgdesc="JACK low-latency audio server for multi-processor machines (only 
dbus activation)"
-  depends=('celt' 'opus' 'libffado' 'python2-dbus')
-  conflicts=('jack' 'jack2')
-  provides=('jack')
-
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jack2/repos/community-x86_64/PKGBUILD (from rev 372924, 
jack2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 22:03:45 UTC (rev 372925)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Daniele Paolella 
+# Contributor: Philipp Überbacher 
+# Contributor: Thomas Bahn 
+
+pkgbase=jack2
+pkgname=('jack2' 'jack2-dbus')
+pkgdesc="The next-generation JACK with SMP support"
+pkgver=1.9.12
+pkgrel=5
+arch=('x86_64')
+url="http://jackaudio.org/";
+license=('GPL')
+# currently waf is broken with python 3.7: 
https://github.com/jackaudio/jack2/issues/366
+makedepends=('celt' 'doxygen' 'libffado' 'opus' 'python2')
+optdepends=('realtime-privileges: Acquire realtime privileges')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/jackaudio/${pkgbase}/archive/v${pkgver}.tar.gz";)
+sha512sums=('f0271dfc8f8e2f2489ca52f431ad4fa420665816d6c67a01a76da1d4b5ae91f6dad8c4e3309ec5e0c159c9d312ed56021ab323d74bce828ace26f1b8d477ddfa')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+
+  # https://github.com/jackaudio/jack2/issues/308
+  sed -i 's:bin/env python:bin/env python2:' \
+"example-clients/jack_control"
+
+  # copy of the source for jack2-dbus
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgname[1]}-${pkgver}"
+
+  # configure jack2
+  python2 waf configure --prefix=/usr \
+--htmldir="/usr/share/doc/${pkgbase}/" \
+--freebob=no \
+--classic \
+--dbus
+
+  # configure jack2-dbus
+  cd "${srcdir}/${pkgname[1]}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+--htmldir="/usr/share/doc/${pkgbase}/" \
+--freebob=no \
+--dbus
+}
+
+build() {
+  # build jack2
+  cd "${pkgname[0]}-${pk

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

2018-08-20 Thread David Runge via arch-commits
Date: Monday, August 20, 2018 @ 22:03:37
  Author: dvzrv
Revision: 372924

upgpkg: jack2 1.9.12-5

Removing jack2/jack2-dbus from the pro-audio group, as they conflict with each 
other and prevent from installing the whole group.

Modified:
  jack2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 21:36:34 UTC (rev 372923)
+++ PKGBUILD2018-08-20 22:03:37 UTC (rev 372924)
@@ -9,16 +9,16 @@
 pkgname=('jack2' 'jack2-dbus')
 pkgdesc="The next-generation JACK with SMP support"
 pkgver=1.9.12
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url="http://jackaudio.org/";
 license=('GPL')
-groups=('pro-audio')
 # currently waf is broken with python 3.7: 
https://github.com/jackaudio/jack2/issues/366
 makedepends=('celt' 'doxygen' 'libffado' 'opus' 'python2')
 optdepends=('realtime-privileges: Acquire realtime privileges')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/jackaudio/${pkgbase}/archive/v${pkgver}.tar.gz";)
 
sha512sums=('f0271dfc8f8e2f2489ca52f431ad4fa420665816d6c67a01a76da1d4b5ae91f6dad8c4e3309ec5e0c159c9d312ed56021ab323d74bce828ace26f1b8d477ddfa')
+
 prepare() {
   cd "${pkgbase}-${pkgver}"
 


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

2018-08-20 Thread Antonio Rojas via arch-commits
Date: Monday, August 20, 2018 @ 21:54:15
  Author: arojas
Revision: 332719

Remove groups and conflicts

Modified:
  jack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 21:52:22 UTC (rev 332718)
+++ PKGBUILD2018-08-20 21:54:15 UTC (rev 332719)
@@ -6,11 +6,10 @@
 
 pkgname=jack
 pkgver=0.125.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A low-latency audio server"
 arch=('x86_64')
 license=('GPL' 'LGPL')
-groups=('pro-audio')
 depends=('libsamplerate' 'db' 'zita-alsa-pcmi' 'zita-resampler')
 makedepends=('celt' 'doxygen' 'git' 'libffado')
 optdepends=('celt: NetJACK driver'
@@ -17,9 +16,6 @@
 'libffado: FireWire support'
 'realtime-privileges: Acquire realtime privileges')
 url="http://jackaudio.org/";
-provides=("${pkgname}=$pkgver")
-conflicts=("$pkgname")
-replaces=("$pkgname")
 
source=("$pkgname::git+https://github.com/jackaudio/${pkgname}1.git#tag=${pkgver}";
 "git+https://github.com/jackaudio/example-clients";
 "git+https://github.com/jackaudio/headers";


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

2018-08-20 Thread Antonio Rojas via arch-commits
Date: Monday, August 20, 2018 @ 21:54:39
  Author: arojas
Revision: 332720

archrelease: copy trunk to testing-x86_64

Added:
  jack/repos/testing-x86_64/PKGBUILD
(from rev 332719, jack/trunk/PKGBUILD)
Deleted:
  jack/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 21:54:15 UTC (rev 332719)
+++ PKGBUILD2018-08-20 21:54:39 UTC (rev 332720)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: David Runge 
-# Contributor: tobias 
-# Contributor: Robert Emil Berge 
-
-pkgname=jack
-pkgver=0.125.0
-pkgrel=4
-pkgdesc="A low-latency audio server"
-arch=('x86_64')
-license=('GPL' 'LGPL')
-groups=('pro-audio')
-depends=('libsamplerate' 'db' 'zita-alsa-pcmi' 'zita-resampler')
-makedepends=('celt' 'doxygen' 'git' 'libffado')
-optdepends=('celt: NetJACK driver'
-'libffado: FireWire support'
-'realtime-privileges: Acquire realtime privileges')
-url="http://jackaudio.org/";
-provides=("${pkgname}=$pkgver")
-conflicts=("$pkgname")
-replaces=("$pkgname")
-source=("$pkgname::git+https://github.com/jackaudio/${pkgname}1.git#tag=${pkgver}";
-"git+https://github.com/jackaudio/example-clients";
-"git+https://github.com/jackaudio/headers";
-"git+https://github.com/jackaudio/tools";)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  mv -v "${pkgname}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  git submodule init
-  git config submodule.example-clients.url "${srcdir}/example-clients"
-  git config submodule.jack.url "${srcdir}/headers"
-  git config submodule.tools.url "${srcdir}/tools"
-  git submodule update
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et:
-

Copied: jack/repos/testing-x86_64/PKGBUILD (from rev 332719, 
jack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 21:54:39 UTC (rev 332720)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: David Runge 
+# Contributor: tobias 
+# Contributor: Robert Emil Berge 
+
+pkgname=jack
+pkgver=0.125.0
+pkgrel=5
+pkgdesc="A low-latency audio server"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('libsamplerate' 'db' 'zita-alsa-pcmi' 'zita-resampler')
+makedepends=('celt' 'doxygen' 'git' 'libffado')
+optdepends=('celt: NetJACK driver'
+'libffado: FireWire support'
+'realtime-privileges: Acquire realtime privileges')
+url="http://jackaudio.org/";
+source=("$pkgname::git+https://github.com/jackaudio/${pkgname}1.git#tag=${pkgver}";
+"git+https://github.com/jackaudio/example-clients";
+"git+https://github.com/jackaudio/headers";
+"git+https://github.com/jackaudio/tools";)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  git submodule init
+  git config submodule.example-clients.url "${srcdir}/example-clients"
+  git config submodule.jack.url "${srcdir}/headers"
+  git config submodule.tools.url "${srcdir}/tools"
+  git submodule update
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+# vim:set ts=2 sw=2 et:
+


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

2018-08-20 Thread Jan Steffens via arch-commits
Date: Monday, August 20, 2018 @ 21:52:22
  Author: heftig
Revision: 332718

Add some useful symlinks

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 20:53:22 UTC (rev 332717)
+++ PKGBUILD2018-08-20 21:52:22 UTC (rev 332718)
@@ -192,6 +192,10 @@
 esac
   done < <(find "$builddir" -type f -perm -u+x ! -name vmlinux -print0)
 
+  msg2 "Adding symlink..."
+  mkdir -p "$pkgdir/usr/src"
+  ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase-$pkgver"
+
   msg2 "Fixing permissions..."
   chmod -Rc u=rwX,go=rX "$pkgdir"
 }
@@ -207,6 +211,10 @@
   mkdir -p "$builddir"
   cp -t "$builddir" -a Documentation
 
+  msg2 "Adding symlink..."
+  mkdir -p "$pkgdir/usr/share/doc"
+  ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"
+
   msg2 "Fixing permissions..."
   chmod -Rc u=rwX,go=rX "$pkgdir"
 }


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 21:36:34
  Author: ffy00
Revision: 372923

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/
  tribler/repos/community-any/PKGBUILD
(from rev 372922, tribler/trunk/PKGBUILD)

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

Copied: tribler/repos/community-any/PKGBUILD (from rev 372922, 
tribler/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-08-20 21:36:34 UTC (rev 372923)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_gitver=7.1.0-beta
+pkgver=${_gitver//-/_}
+pkgrel=1
+pkgdesc="Privacy enhanced BitTorrent client with P2P content discovery"
+url="https://www.tribler.org/";
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 
'python2-cherrypy' 'python2-plyvel'
+'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-feedparser' 'python2-chardet'
+'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces' 'python2-requests'
+'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-m2crypto' 'python2-configobj'
+'python2-matplotlib' 'python2-service-identity' 'python2-keyring' 
'python2-keyrings-alt'
+'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-datrie' 'python2-networkx')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+provides=('python2-pyipv8')
+conflicts=('python2-pyipv8')
+source=("git+https://github.com/Tribler/tribler.git#tag=v$_gitver";
+   'git+https://github.com/Tribler/dispersy.git#tag=v1.0'
+   'git+https://github.com/devos50/pymdht.git#tag=12.7.0'
+   'git+https://github.com/spesmilo/electrum#tag=3.2.2'
+   
'git+https://github.com/Tribler/py-ipv8.git#commit=4d2ead9e6a0ff02bcaa0cfd5cb94b70cd4d881ee')
 # Should have a tag
+sha512sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd "$srcdir"/$pkgname
+  git submodule init
+  git config submodule.Tribler/dispersy.url "$srcdir"/dispersy
+  git config submodule.Tribler/Core/DecentralizedTracking/pymdht.url 
"$srcdir"/pymdht
+  git config submodule.electrum.url "$srcdir"/electrum
+  git config submodule.py-ipv8.url "$srcdir"/py-ipv8
+  git submodule update
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
+
+  # Fix version
+  sed -i "s|7.0.0-GIT|$_gitver|g" Tribler/Core/version.py
+}
+
+build () {
+  cd "$srcdir"/$pkgname
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
+#  install -dm 755 "$pkgdir"/var/lib/{tribler,tunnel_helper}
+  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
+  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
+  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
+
+  install -dm 644 "$pkgdir"/usr/share/{applications,pixmaps}
+  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
+  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
+  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
+  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
+  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
+  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
+  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
+
+  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
+  cp -dr --no-preserve=ownership electrum "$pkgdir"/usr/share/tribler
+
+  # Remove tests
+  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
+
+  # Install systemd files
+  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
+  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
+}
+


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 21:36:27
  Author: ffy00
Revision: 372922

import from aur

Added:
  tribler/
  tribler/repos/
  tribler/trunk/
  tribler/trunk/PKGBUILD

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

Added: tribler/trunk/PKGBUILD
===
--- tribler/trunk/PKGBUILD  (rev 0)
+++ tribler/trunk/PKGBUILD  2018-08-20 21:36:27 UTC (rev 372922)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_gitver=7.1.0-beta
+pkgver=${_gitver//-/_}
+pkgrel=1
+pkgdesc="Privacy enhanced BitTorrent client with P2P content discovery"
+url="https://www.tribler.org/";
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 
'python2-cherrypy' 'python2-plyvel'
+'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-feedparser' 'python2-chardet'
+'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces' 'python2-requests'
+'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-m2crypto' 'python2-configobj'
+'python2-matplotlib' 'python2-service-identity' 'python2-keyring' 
'python2-keyrings-alt'
+'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-datrie' 'python2-networkx')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+provides=('python2-pyipv8')
+conflicts=('python2-pyipv8')
+source=("git+https://github.com/Tribler/tribler.git#tag=v$_gitver";
+   'git+https://github.com/Tribler/dispersy.git#tag=v1.0'
+   'git+https://github.com/devos50/pymdht.git#tag=12.7.0'
+   'git+https://github.com/spesmilo/electrum#tag=3.2.2'
+   
'git+https://github.com/Tribler/py-ipv8.git#commit=4d2ead9e6a0ff02bcaa0cfd5cb94b70cd4d881ee')
 # Should have a tag
+sha512sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd "$srcdir"/$pkgname
+  git submodule init
+  git config submodule.Tribler/dispersy.url "$srcdir"/dispersy
+  git config submodule.Tribler/Core/DecentralizedTracking/pymdht.url 
"$srcdir"/pymdht
+  git config submodule.electrum.url "$srcdir"/electrum
+  git config submodule.py-ipv8.url "$srcdir"/py-ipv8
+  git submodule update
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
+
+  # Fix version
+  sed -i "s|7.0.0-GIT|$_gitver|g" Tribler/Core/version.py
+}
+
+build () {
+  cd "$srcdir"/$pkgname
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
+#  install -dm 755 "$pkgdir"/var/lib/{tribler,tunnel_helper}
+  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
+  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
+  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
+
+  install -dm 644 "$pkgdir"/usr/share/{applications,pixmaps}
+  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
+  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
+  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
+  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
+  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
+  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
+  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
+
+  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
+  cp -dr --no-preserve=ownership electrum "$pkgdir"/usr/share/tribler
+
+  # Remove tests
+  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
+
+  # Install systemd files
+  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
+  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
+}
+


Property changes on: tribler/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-20 Thread David Runge via arch-commits
Date: Monday, August 20, 2018 @ 21:35:33
  Author: dvzrv
Revision: 372921

archrelease: copy trunk to community-x86_64

Added:
  jack2/repos/community-x86_64/PKGBUILD
(from rev 372920, jack2/trunk/PKGBUILD)
Deleted:
  jack2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 21:34:38 UTC (rev 372920)
+++ PKGBUILD2018-08-20 21:35:33 UTC (rev 372921)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Daniele Paolella 
-# Contributor: Philipp Überbacher 
-# Contributor: Thomas Bahn 
-
-pkgbase=jack2
-pkgname=('jack2' 'jack2-dbus')
-pkgdesc="The next-generation JACK with SMP support"
-pkgver=1.9.12
-pkgrel=3
-arch=('x86_64')
-url="http://jackaudio.org/";
-license=('GPL')
-groups=('pro-audio')
-makedepends=('celt' 'doxygen' 'libffado' 'opus' 'python' 'python2-dbus')
-optdepends=('realtime-privileges: Acquire realtime privileges')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/jackaudio/${pkgbase}/archive/v${pkgver}.tar.gz";)
-sha512sums=('f0271dfc8f8e2f2489ca52f431ad4fa420665816d6c67a01a76da1d4b5ae91f6dad8c4e3309ec5e0c159c9d312ed56021ab323d74bce828ace26f1b8d477ddfa')
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-
-  # https://github.com/jackaudio/jack2/issues/308
-  sed -i 's:bin/env python:bin/env python2:' \
-"example-clients/jack_control"
-
-  # copy of the source for jack2-dbus
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgname[1]}-${pkgver}"
-
-  # configure jack2
-  python waf configure --prefix=/usr \
-   --htmldir="/usr/share/doc/${pkgbase}/" \
-   --freebob=no \
-   --classic \
-   --dbus
-
-  # configure jack2-dbus
-  cd "${srcdir}/${pkgname[1]}-${pkgver}"
-  python waf configure --prefix=/usr \
-   --htmldir="/usr/share/doc/${pkgbase}/" \
-   --freebob=no \
-   --dbus
-}
-
-build() {
-  # build jack2
-  cd "${pkgname[0]}-${pkgver}"
-  python waf build
-  # build jack2-dbus
-  cd "${srcdir}/${pkgname[1]}-${pkgver}"
-  python waf build
-}
-
-package_jack2() {
-  pkgdesc="JACK low-latency audio server for multi-processor machines (daemon 
activation)"
-  depends=('celt' 'opus' 'libffado' 'python2-dbus')
-  conflicts=('jack')
-  provides=('jack' 'jackmp' 'jackdmp' 'jackdbus')
-
-  cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
-}
-
-package_jack2-dbus() {
-  pkgdesc="JACK low-latency audio server for multi-processor machines (only 
dbus activation)"
-  depends=('celt' 'opus' 'libffado' 'python2-dbus')
-  conflicts=('jack' 'jack2')
-  provides=('jack' 'jack2' 'jackmp' 'jackdmp' 'jackdbus')
-
-  cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jack2/repos/community-x86_64/PKGBUILD (from rev 372920, 
jack2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 21:35:33 UTC (rev 372921)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Daniele Paolella 
+# Contributor: Philipp Überbacher 
+# Contributor: Thomas Bahn 
+
+pkgbase=jack2
+pkgname=('jack2' 'jack2-dbus')
+pkgdesc="The next-generation JACK with SMP support"
+pkgver=1.9.12
+pkgrel=4
+arch=('x86_64')
+url="http://jackaudio.org/";
+license=('GPL')
+groups=('pro-audio')
+# currently waf is broken with python 3.7: 
https://github.com/jackaudio/jack2/issues/366
+makedepends=('celt' 'doxygen' 'libffado' 'opus' 'python2')
+optdepends=('realtime-privileges: Acquire realtime privileges')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/jackaudio/${pkgbase}/archive/v${pkgver}.tar.gz";)
+sha512sums=('f0271dfc8f8e2f2489ca52f431ad4fa420665816d6c67a01a76da1d4b5ae91f6dad8c4e3309ec5e0c159c9d312ed56021ab323d74bce828ace26f1b8d477ddfa')
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+
+  # https://github.com/jackaudio/jack2/issues/308
+  sed -i 's:bin/env python:bin/env python2:' \
+"example-clients/jack_control"
+
+  # copy of the source for jack2-dbus
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgname[1]}-${pkgver}"
+
+  # configure jack2
+  python2 waf configure --prefix=/usr \
+--htmldir="/usr/share/doc/${pkgbase}/" \
+--freebob=no \
+--classic \
+--dbus
+
+  # configure jack2-dbus
+  cd "${srcdir}/${pkgname[1]}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+--htmldir="/usr/share/doc/${pkgbase}/" \
+--freebob=no \
+--dbus
+}
+
+build() {
+  # build jack2
+  cd "${pkgname[0]}-${pkgver}"
+  pytho

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

2018-08-20 Thread David Runge via arch-commits
Date: Monday, August 20, 2018 @ 21:34:38
  Author: dvzrv
Revision: 372920

upgpkg: jack2 1.9.12-4

Switching to python2 for the waf scripts, because of python3.7 incompatibility. 
Cleaning up provides/conflicts mess between jack, jack2 and jack2-dbus.

Modified:
  jack2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 21:20:47 UTC (rev 372919)
+++ PKGBUILD2018-08-20 21:34:38 UTC (rev 372920)
@@ -9,12 +9,13 @@
 pkgname=('jack2' 'jack2-dbus')
 pkgdesc="The next-generation JACK with SMP support"
 pkgver=1.9.12
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="http://jackaudio.org/";
 license=('GPL')
 groups=('pro-audio')
-makedepends=('celt' 'doxygen' 'libffado' 'opus' 'python' 'python2-dbus')
+# currently waf is broken with python 3.7: 
https://github.com/jackaudio/jack2/issues/366
+makedepends=('celt' 'doxygen' 'libffado' 'opus' 'python2')
 optdepends=('realtime-privileges: Acquire realtime privileges')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/jackaudio/${pkgbase}/archive/v${pkgver}.tar.gz";)
 
sha512sums=('f0271dfc8f8e2f2489ca52f431ad4fa420665816d6c67a01a76da1d4b5ae91f6dad8c4e3309ec5e0c159c9d312ed56021ab323d74bce828ace26f1b8d477ddfa')
@@ -29,37 +30,37 @@
   cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgname[1]}-${pkgver}"
 
   # configure jack2
-  python waf configure --prefix=/usr \
-   --htmldir="/usr/share/doc/${pkgbase}/" \
-   --freebob=no \
-   --classic \
-   --dbus
+  python2 waf configure --prefix=/usr \
+--htmldir="/usr/share/doc/${pkgbase}/" \
+--freebob=no \
+--classic \
+--dbus
 
   # configure jack2-dbus
   cd "${srcdir}/${pkgname[1]}-${pkgver}"
-  python waf configure --prefix=/usr \
-   --htmldir="/usr/share/doc/${pkgbase}/" \
-   --freebob=no \
-   --dbus
+  python2 waf configure --prefix=/usr \
+--htmldir="/usr/share/doc/${pkgbase}/" \
+--freebob=no \
+--dbus
 }
 
 build() {
   # build jack2
   cd "${pkgname[0]}-${pkgver}"
-  python waf build
+  python2 waf build
   # build jack2-dbus
   cd "${srcdir}/${pkgname[1]}-${pkgver}"
-  python waf build
+  python2 waf build
 }
 
 package_jack2() {
   pkgdesc="JACK low-latency audio server for multi-processor machines (daemon 
activation)"
   depends=('celt' 'opus' 'libffado' 'python2-dbus')
-  conflicts=('jack')
-  provides=('jack' 'jackmp' 'jackdmp' 'jackdbus')
+  conflicts=('jack' 'jack2-dbus')
+  provides=('jack')
 
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
 }
 
 package_jack2-dbus() {
@@ -66,10 +67,10 @@
   pkgdesc="JACK low-latency audio server for multi-processor machines (only 
dbus activation)"
   depends=('celt' 'opus' 'libffado' 'python2-dbus')
   conflicts=('jack' 'jack2')
-  provides=('jack' 'jack2' 'jackmp' 'jackdmp' 'jackdbus')
+  provides=('jack')
 
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-08-20 Thread Alexander Rødseth via arch-commits
Date: Monday, August 20, 2018 @ 21:20:39
  Author: arodseth
Revision: 372918

upgpkg: julia 2:1.0.0-1

Modified:
  julia/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 21:19:29 UTC (rev 372917)
+++ PKGBUILD2018-08-20 21:20:39 UTC (rev 372918)
@@ -8,17 +8,17 @@
 pkgbase=julia
 pkgname=(julia julia-docs)
 epoch=2
-pkgver=0.7.0
+pkgver=1.0.0
 pkgrel=1
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'
 license=('MIT')
-depends=('fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'libutf8proc>=2' 
'mpfr' 'pcre2' 'suitesparse')
+depends=('fftw' 'hicolor-icon-theme' 'libgit2' 'libutf8proc' 'mpfr' 'pcre2' 
'suitesparse')
 makedepends=('chrpath' 'cmake' 'gcc-fortran' 'gmp' 'gtk-update-icon-cache' 
'patchelf' 'python2')
 options=('!emptydirs' 'staticlibs')
 
source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc})
-sha256sums=('ea734f463d52ec9341d7b85e3f61c66ea11981e1ac0acb97e3a0bbbaf36af965'
+sha256sums=('1a2497977b1d43bb821a5b7475b4054b29938baae8170881c6b8dd4099d133f1'
 'SKIP')
 validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495') # Julia (Binary 
signing key) 
 
@@ -31,6 +31,9 @@
   # USE_SYSTEM_LLVM=1 fails (see FS#57387)
   # USE_SYSTEM_ARPACK=1 fails (see FS#58221)
   #
+  # Setting USE_SYSTEM_*=1 for quite a few things, for now,
+  # just to make Julia 1.0.0 compile.
+  #
   make -C "$pkgbase" \
 prefix=/usr \
 sysconfdir=/etc \
@@ -38,7 +41,7 @@
 JULIA_BUILD_MODE=release \
 USE_BLAS64=0 \
 USE_INTEL_MKL=0 \
-USE_LLVM_SHLIB=1 \
+USE_LLVM_SHLIB=0 \
 USE_SYSTEM_ARPACK=0 \
 USE_SYSTEM_BLAS=0 \
 USE_SYSTEM_DSFMT=0 \
@@ -50,11 +53,11 @@
 USE_SYSTEM_LIBUNWIND=0 \
 USE_SYSTEM_LIBUV=0 \
 USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_MPFR=0 \
 USE_SYSTEM_OPENLIBM=0 \
 USE_SYSTEM_OPENSPECFUN=0 \
 USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_PCRE=0 \
 USE_SYSTEM_SUITESPARSE=1 \
 USE_SYSTEM_UTF8PROC=1
 }
@@ -72,7 +75,7 @@
 MARCH=x86-64 \
 USE_BLAS64=0 \
 USE_INTEL_MKL=0 \
-USE_LLVM_SHLIB=1 \
+USE_LLVM_SHLIB=0 \
 USE_SYSTEM_ARPACK=0 \
 USE_SYSTEM_BLAS=0 \
 USE_SYSTEM_DSFMT=0 \
@@ -84,11 +87,11 @@
 USE_SYSTEM_LIBUNWIND=0 \
 USE_SYSTEM_LIBUV=0 \
 USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_MPFR=0 \
 USE_SYSTEM_OPENLIBM=0 \
 USE_SYSTEM_OPENSPECFUN=0 \
 USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_PCRE=0 \
 USE_SYSTEM_SUITESPARSE=1 \
 USE_SYSTEM_UTF8PROC=1 \
 install
@@ -97,9 +100,9 @@
   rm -rf "$pkgdir/usr/share/julia/doc/man"
 
   # FS#58211 && https://github.com/JuliaLang/julia/issues/26830
-  chrpath -r '$ORIGIN/julia' "$pkgdir/usr/lib/libjulia.so.$pkgver"
+  #chrpath -r '$ORIGIN/julia' "$pkgdir/usr/lib/libjulia.so.$pkgver"
   # points to /usr/lib
-  chrpath -d "$pkgdir/usr/bin/julia"
+  #chrpath -d "$pkgdir/usr/bin/julia"
 
   # Documentation is in the julia-docs package
   rm -rf "$pkgdir/usr/share/"{doc,julia/doc}


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

2018-08-20 Thread Alexander Rødseth via arch-commits
Date: Monday, August 20, 2018 @ 21:20:47
  Author: arodseth
Revision: 372919

archrelease: copy trunk to community-x86_64

Added:
  julia/repos/community-x86_64/PKGBUILD
(from rev 372918, julia/trunk/PKGBUILD)
Deleted:
  julia/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 21:20:39 UTC (rev 372918)
+++ PKGBUILD2018-08-20 21:20:47 UTC (rev 372919)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=(julia julia-docs)
-epoch=2
-pkgver=0.7.0
-pkgrel=1
-arch=('x86_64')
-pkgdesc='High-level, high-performance, dynamic programming language'
-url='https://julialang.org/'
-license=('MIT')
-depends=('fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'libutf8proc>=2' 
'mpfr' 'pcre2' 'suitesparse')
-makedepends=('chrpath' 'cmake' 'gcc-fortran' 'gmp' 'gtk-update-icon-cache' 
'patchelf' 'python2')
-options=('!emptydirs' 'staticlibs')
-source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc})
-sha256sums=('ea734f463d52ec9341d7b85e3f61c66ea11981e1ac0acb97e3a0bbbaf36af965'
-'SKIP')
-validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495') # Julia (Binary 
signing key) 
-
-build() {
-  export CFLAGS="$CFLAGS -w"
-  export CXXFLAGS="$CXXFLAGS -w"
-  #
-  # USE_SYSTEM_LIBUNWIND=1 fails
-  # USE_SYSTEM_LIBM=1 fails
-  # USE_SYSTEM_LLVM=1 fails (see FS#57387)
-  # USE_SYSTEM_ARPACK=1 fails (see FS#58221)
-  #
-  make -C "$pkgbase" \
-prefix=/usr \
-sysconfdir=/etc \
-MARCH=x86-64 \
-JULIA_BUILD_MODE=release \
-USE_BLAS64=0 \
-USE_INTEL_MKL=0 \
-USE_LLVM_SHLIB=1 \
-USE_SYSTEM_ARPACK=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_DSFMT=0 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_LAPACK=0 \
-USE_SYSTEM_LIBGIT2=1 \
-USE_SYSTEM_LIBM=0 \
-USE_SYSTEM_LIBUNWIND=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_UTF8PROC=1
-}
-
-package_julia() {
-  backup=('etc/julia/juliarc.jl')
-  optdepends=('gnuplot: If using the Gaston Package from julia')
-
-  export CFLAGS="$CFLAGS -w"
-  export CXXFLAGS="$CXXFLAGS -w"
-  make -C "$pkgbase" \
-DESTDIR="$pkgdir" \
-prefix=/usr \
-sysconfdir=/etc \
-MARCH=x86-64 \
-USE_BLAS64=0 \
-USE_INTEL_MKL=0 \
-USE_LLVM_SHLIB=1 \
-USE_SYSTEM_ARPACK=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_DSFMT=0 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_LAPACK=0 \
-USE_SYSTEM_LIBGIT2=1 \
-USE_SYSTEM_LIBM=0 \
-USE_SYSTEM_LIBUNWIND=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_UTF8PROC=1 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rf "$pkgdir/usr/share/julia/doc/man"
-
-  # FS#58211 && https://github.com/JuliaLang/julia/issues/26830
-  chrpath -r '$ORIGIN/julia' "$pkgdir/usr/lib/libjulia.so.$pkgver"
-  # points to /usr/lib
-  chrpath -d "$pkgdir/usr/bin/julia"
-
-  # Documentation is in the julia-docs package
-  rm -rf "$pkgdir/usr/share/"{doc,julia/doc}
-
-  # License
-  install -Dm644 "$pkgbase/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-  depends=('julia')
-
-  cd "$pkgbase"
-
-  install -d "$pkgdir/usr/share/doc"
-  cp -r doc "$pkgdir/usr/share/doc/$pkgbase"
-  rm -rf "$pkgdir"/usr/share/doc/julia/man/
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: julialang.org/downloads
-# vim: ts=2 sw=2 et:

Copied: julia/repos/community-x86_64/PKGBUILD (from rev 372918, 
julia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 21:20:47 UTC (rev 372919)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+# Contributor: Valentin Churavy 
+
+pkgbase=julia
+pkgname=(julia julia-docs)
+epoch=2
+pkgver=1.0.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc='High-level, high-performance, dynamic programming language'
+url='https://julialang.org/'
+license=('MIT')
+depends=('fftw' 'hicolor-icon-theme' 'libgit2' 'libutf8proc' 'mpfr' 'pcre2' 
'suitesparse')
+makedepends=('chrpath' 'cmake' 'gcc-fortran' '

[arch-commits] Commit in (4 files)

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 21:19:22
  Author: ffy00
Revision: 372916

import from aur

Added:
  python-datrie/
  python-datrie/repos/
  python-datrie/trunk/
  python-datrie/trunk/PKGBUILD

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

Added: python-datrie/trunk/PKGBUILD
===
--- python-datrie/trunk/PKGBUILD(rev 0)
+++ python-datrie/trunk/PKGBUILD2018-08-20 21:19:22 UTC (rev 372916)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Clint Valentine 
+
+pkgbase=python-datrie
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="Super-fast, efficiently stored Trie for Python"
+arch=('x86_64')
+url="https://github.com/pytries/datrie";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('dd81fa726b601a5c38b7c838111996852c2c3fae3ddab90f00ac37c62bb7dbcd3fa55aa7e57007b157daddc8d597f4298424503233b50dadbcb484916b961e07')
+
+prepare() {
+  rm -rf $_pkgname-$pkgver-py2 # Tests fail if we keep the cache
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  ./update_c.sh
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  ./update_c.sh
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-datrie() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-datrie() {
+  depends=('python2')
+
+  cd $_pkgname-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


Property changes on: python-datrie/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 21:19:29
  Author: ffy00
Revision: 372917

archrelease: copy trunk to community-x86_64

Added:
  python-datrie/repos/community-x86_64/
  python-datrie/repos/community-x86_64/PKGBUILD
(from rev 372916, python-datrie/trunk/PKGBUILD)

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

Copied: python-datrie/repos/community-x86_64/PKGBUILD (from rev 372916, 
python-datrie/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-08-20 21:19:29 UTC (rev 372917)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Clint Valentine 
+
+pkgbase=python-datrie
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="Super-fast, efficiently stored Trie for Python"
+arch=('x86_64')
+url="https://github.com/pytries/datrie";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('dd81fa726b601a5c38b7c838111996852c2c3fae3ddab90f00ac37c62bb7dbcd3fa55aa7e57007b157daddc8d597f4298424503233b50dadbcb484916b961e07')
+
+prepare() {
+  rm -rf $_pkgname-$pkgver-py2 # Tests fail if we keep the cache
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  ./update_c.sh
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  ./update_c.sh
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-datrie() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-datrie() {
+  depends=('python2')
+
+  cd $_pkgname-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in python-zc.lockfile/trunk (PKGBUILD)

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 21:13:45
  Author: ffy00
Revision: 372915

use echo instead of msg2

Modified:
  python-zc.lockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 21:03:10 UTC (rev 372914)
+++ PKGBUILD2018-08-20 21:13:45 UTC (rev 372915)
@@ -20,21 +20,21 @@
 }
 
 build() {
-  msg2 "Building python-$_pkgname $pkgver"
+  echo "Building python-$_pkgname $pkgver"
   cd "$srcdir"/$_pkgname-$pkgver
   python setup.py build
 
-  msg2 "Building python2-$_pkgname $pkgver"
+  echo "Building python2-$_pkgname $pkgver"
   cd "$srcdir"/$_pkgname-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  msg2 "Running tests on python-$_pkgname $pkgver"
+  echo "Running tests on python-$_pkgname $pkgver"
   cd "$srcdir"/$_pkgname-$pkgver
   python setup.py test -q
 
-  msg2 "Running tests on python2-$_pkgname $pkgver"
+  echo "Running tests on python2-$_pkgname $pkgver"
   cd "$srcdir"/$_pkgname-$pkgver-py2
   python2 setup.py test -q
 }


[arch-commits] Commit in python-zc.lockfile/repos (2 files)

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 21:03:10
  Author: ffy00
Revision: 372914

archrelease: copy trunk to community-any

Added:
  python-zc.lockfile/repos/community-any/
  python-zc.lockfile/repos/community-any/PKGBUILD
(from rev 372913, python-zc.lockfile/trunk/PKGBUILD)

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

Copied: python-zc.lockfile/repos/community-any/PKGBUILD (from rev 372913, 
python-zc.lockfile/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-08-20 21:03:10 UTC (rev 372914)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=python-zc.lockfile
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.3.0
+pkgrel=1
+arch=('any')
+pkgdesc="Zope testing frameworks"
+url="https://github.com/zopefoundation/$_pkgname";
+license=('custom:ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope.testing' 'python2-zope.testing')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('33385e2b9400e507c4270cd754cbbf61a4733ac11b93a7c985f75cd9148df596afeaa16c9307712e1b9b525e8523ed6aa8ad0d3575f52266848b16933d5a60be')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  msg2 "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  msg2 "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  msg2 "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py test -q
+
+  msg2 "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py test -q
+}
+
+package_python-zc.lockfile() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-zc.lockfile() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 21:03:00
  Author: ffy00
Revision: 372913

import from aur

Added:
  python-zc.lockfile/
  python-zc.lockfile/repos/
  python-zc.lockfile/trunk/
  python-zc.lockfile/trunk/PKGBUILD

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

Added: python-zc.lockfile/trunk/PKGBUILD
===
--- python-zc.lockfile/trunk/PKGBUILD   (rev 0)
+++ python-zc.lockfile/trunk/PKGBUILD   2018-08-20 21:03:00 UTC (rev 372913)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=python-zc.lockfile
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.3.0
+pkgrel=1
+arch=('any')
+pkgdesc="Zope testing frameworks"
+url="https://github.com/zopefoundation/$_pkgname";
+license=('custom:ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope.testing' 'python2-zope.testing')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('33385e2b9400e507c4270cd754cbbf61a4733ac11b93a7c985f75cd9148df596afeaa16c9307712e1b9b525e8523ed6aa8ad0d3575f52266848b16933d5a60be')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  msg2 "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  msg2 "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  msg2 "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py test -q
+
+  msg2 "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py test -q
+}
+
+package_python-zc.lockfile() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-zc.lockfile() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: python-zc.lockfile/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-08-20 Thread Antonio Rojas via arch-commits
Date: Monday, August 20, 2018 @ 20:53:22
  Author: arojas
Revision: 332717

archrelease: copy trunk to testing-x86_64

Added:
  kio-extras/repos/testing-x86_64/
  kio-extras/repos/testing-x86_64/PKGBUILD
(from rev 332716, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/testing-x86_64/kio-extras-rpc.patch
(from rev 332716, kio-extras/trunk/kio-extras-rpc.patch)

--+
 PKGBUILD |   46 ++
 kio-extras-rpc.patch |   45 +
 2 files changed, 91 insertions(+)

Copied: kio-extras/repos/testing-x86_64/PKGBUILD (from rev 332716, 
kio-extras/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-20 20:53:22 UTC (rev 332717)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=18.08.0
+pkgrel=3
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(LGPL)
+depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools qt5-webengine gperf taglib khtml)
+optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
+'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
+'khtml: man kioslave')
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+kio-extras-rpc.patch)
+sha256sums=('764cb0e970da6df0e775d8eb793930005e893e8a2093fdb4a54ef36fc4ffaacc'
+'SKIP'
+'94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kio-extras/repos/testing-x86_64/kio-extras-rpc.patch (from rev 332716, 
kio-extras/trunk/kio-extras-rpc.patch)
===
--- testing-x86_64/kio-extras-rpc.patch (rev 0)
+++ testing-x86_64/kio-extras-rpc.patch 2018-08-20 20:53:22 UTC (rev 332717)
@@ -0,0 +1,45 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 97528179..bf82cfac 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -170,9 +170,9 @@ if(NOT WIN32)
+if(Gperf_FOUND AND KF5KHtml_FOUND)
+  add_subdirectory( man )
+endif()
+-   check_include_files(rpc/rpc.h HAVE_RPC_RPC_H)
+-   add_feature_info("NFS kioslave" HAVE_RPC_RPC_H "The RPC library is needed 
to build the NFS kioslave")
+-   if(HAVE_RPC_RPC_H)
++   find_path(RPC_H_DIR rpc/rpc.h PATH_SUFFIXES tirpc)
++   add_feature_info("NFS kioslave" RPC_H_DIR "The RPC library is needed to 
build the NFS kioslave")
++   if(RPC_H_DIR)
+  add_subdirectory( nfs )
+endif()
+ endif()
+diff --git a/nfs/CMakeLists.txt b/nfs/CMakeLists.txt
+index 3dce1c1e..461620c7 100644
+--- a/nfs/CMakeLists.txt
 b/nfs/CMakeLists.txt
+@@ -1,6 +1,11 @@
+ ## Check for XDR functions
+ include(CheckFunctionExists)
+ 
++if (${RPC_H_DIR} MATCHES tirpc)
++ find_library(TIRPC_LIB tirpc)
++endif()
++set(CMAKE_REQUIRED_LIBRARIES ${TIRPC_LIB})
++
+ CHECK_FUNCTION_EXISTS(xdr_u_int64_t HAVE_XDR_U_INT64_T)
+ CHECK_FUNCTION_EXISTS(xdr_uint64_t HAVE_XDR_UINT64_T)
+ CHECK_FUNCTION_EXISTS(xdr_u_hyper HAVE_XDR_U_HYPER)
+@@ -24,9 +29,10 @@ if (HAVE_XDR_U_LONGLONG_T)
+ endif (HAVE_XDR_U_LONGLONG_T)
+ 
+ add_definitions(-DTRANSLATION_DOMAIN=\"kio5_nfs\")
++include_directories(${RPC_H_DIR})
+ 
+ add_library(kio_nfs MODULE kio_nfs.cpp nfsv2.cpp nfsv3.cpp 
rpc_nfs3_prot_xdr.c rpc_nfs2_prot_xdr.c)
+-target_link_libraries(kio_nfs KF5::KIOCore KF5::I18n Qt5::Network)
++target_link_libraries(kio_nfs KF5::KIOCore KF5::I18n Qt5::Network 
${TIRPC_LIB})
+ set_target_properties(kio_nfs PROPERTIES OUTPUT_NAME "nfs")
+ 
+ install(TARGETS kio_nfs DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/kio)


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

2018-08-20 Thread Antonio Rojas via arch-commits
Date: Monday, August 20, 2018 @ 20:52:56
  Author: arojas
Revision: 332716

libssh 0.8 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 19:54:47 UTC (rev 332715)
+++ PKGBUILD2018-08-20 20:52:56 UTC (rev 332716)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=18.08.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -44,4 +44,3 @@
   cd build
   make DESTDIR="$pkgdir" install
 }
-


[arch-commits] Commit in (4 files)

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 20:06:54
  Author: ffy00
Revision: 372911

import from aur

Added:
  python-zope.testing/
  python-zope.testing/repos/
  python-zope.testing/trunk/
  python-zope.testing/trunk/PKGBUILD

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

Added: python-zope.testing/trunk/PKGBUILD
===
--- python-zope.testing/trunk/PKGBUILD  (rev 0)
+++ python-zope.testing/trunk/PKGBUILD  2018-08-20 20:06:54 UTC (rev 372911)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=python-zope.testing
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=4.6.2
+pkgrel=1
+arch=('any')
+pkgdesc="Zope testing frameworks"
+url="https://github.com/zopefoundation/$_pkgname";
+license=('custom:ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('5eb5946ca22ac29138a43660a0d28282a0cd89ed9c18aab01ac0fa62107d79b4ff8d5c4b4278b8ddb5ef578e71d9f48eb6c1ded619c43917ccba0bd4a5167d1f')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  msg2 "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  msg2 "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  msg2 "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py -q test -q
+
+  msg2 "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py -q test -q
+}
+
+package_python-zope.testing() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-zope.testing() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: python-zope.testing/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


  1   2   >