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

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Sunday, January 28, 2018 @ 07:33:42
  Author: anatolik
Revision: 315529

archrelease: copy trunk to testing-x86_64

Added:
  spice/repos/testing-x86_64/PKGBUILD
(from rev 315528, spice/trunk/PKGBUILD)
Deleted:
  spice/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-28 07:33:01 UTC (rev 315528)
+++ PKGBUILD2018-01-28 07:33:42 UTC (rev 315529)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=spice
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="SPICE server"
-arch=('x86_64')
-url="https://www.spice-space.org;
-license=('LGPL2.1')
-depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
-makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
-source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
-
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
-sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
-'SKIP')
-validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau 
(teuf) 
-
-build() {
-  cd spice-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
-  make
-}
-
-check() {
-  cd spice-$pkgver
-  make check
-}
-
-package() {
-  cd spice-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 315528, 
spice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-28 07:33:42 UTC (rev 315529)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2 opus lz4)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
+source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
+
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
+sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
+'SKIP')
+validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau 
(teuf) 
+
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
+  make
+}
+
+check() {
+  cd spice-$pkgver
+  make check
+}
+
+package() {
+  cd spice-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Sunday, January 28, 2018 @ 07:33:01
  Author: anatolik
Revision: 315528

Enable opus support

Plus add missing dependency reported by checkpkg

Modified:
  spice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 00:13:51 UTC (rev 315527)
+++ PKGBUILD2018-01-28 07:33:01 UTC (rev 315528)
@@ -4,12 +4,12 @@
 
 pkgname=spice
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org;
 license=('LGPL2.1')
-depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2 opus lz4)
 makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
 source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
 
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)


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

2018-01-27 Thread Eli Schwartz via arch-commits
Date: Sunday, January 28, 2018 @ 07:12:22
  Author: eschwartz
Revision: 287601

archrelease: copy trunk to community-any

Added:
  wikicurses/repos/community-any/
  wikicurses/repos/community-any/PKGBUILD
(from rev 287600, wikicurses/trunk/PKGBUILD)

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

Copied: wikicurses/repos/community-any/PKGBUILD (from rev 287600, 
wikicurses/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-01-28 07:12:22 UTC (rev 287601)
@@ -0,0 +1,31 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Ian D, Scott 
+
+pkgname=wikicurses
+pkgver=1.4
+pkgrel=1
+pkgdesc="A simple curses interface for accessing Wikipedia."
+arch=('any')
+url="https://github.com/ids1024/wikicurses;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-urwid' 'python-beautifulsoup4' 
'python-lxml')
+backup=('etc/wikicurses.conf')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+"${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
+sha256sums=('97ad9590747b99918aca9895fd105914508c9f143c81e77149b0e5dee5410148'
+'SKIP')
+validpgpkeys=('098BF569A360E234CE2B861A4924E10E199B5959') # Ian D. Scott 

+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 README.md "${pkgdir}"/usr/share/doc/${pkgname}/README.md
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-01-27 Thread Eli Schwartz via arch-commits
Date: Sunday, January 28, 2018 @ 07:11:57
  Author: eschwartz
Revision: 287600

addpkg: wikicurses 1.4-1

Added:
  wikicurses/
  wikicurses/repos/
  wikicurses/trunk/
  wikicurses/trunk/PKGBUILD

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

Added: wikicurses/trunk/PKGBUILD
===
--- wikicurses/trunk/PKGBUILD   (rev 0)
+++ wikicurses/trunk/PKGBUILD   2018-01-28 07:11:57 UTC (rev 287600)
@@ -0,0 +1,31 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Ian D, Scott 
+
+pkgname=wikicurses
+pkgver=1.4
+pkgrel=1
+pkgdesc="A simple curses interface for accessing Wikipedia."
+arch=('any')
+url="https://github.com/ids1024/wikicurses;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-urwid' 'python-beautifulsoup4' 
'python-lxml')
+backup=('etc/wikicurses.conf')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+"${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
+sha256sums=('97ad9590747b99918aca9895fd105914508c9f143c81e77149b0e5dee5410148'
+'SKIP')
+validpgpkeys=('098BF569A360E234CE2B861A4924E10E199B5959') # Ian D. Scott 

+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 README.md "${pkgdir}"/usr/share/doc/${pkgname}/README.md
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:36:32
  Author: felixonmars
Revision: 287599

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 287598, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 287598, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:36:32 UTC (rev 287599)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180112
+pkgrel=37
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' '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-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-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ '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' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' '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" \
+-fnetwork-uri -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
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:35:46
  Author: felixonmars
Revision: 287598

upgpkg: git-annex 6.20180112-37

rebuild with yesod-core,1.4.37.3

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:29:46 UTC (rev 287597)
+++ PKGBUILD2018-01-28 04:35:46 UTC (rev 287598)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180112
-pkgrel=36
+pkgrel=37
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:29:46
  Author: felixonmars
Revision: 287597

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 287596, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
287596, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:29:46 UTC (rev 287597)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=70
+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-conduit-extra"
+ "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-text" "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=('1ba2061e05d7374579e6ada4760db569817e957ae7adcbde49deab88cb60d2940475b530d017b12dc92ae9acc722c4ac46750e65ec23e485097ccb6e54d123a2')
+
+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-static/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:29:24
  Author: felixonmars
Revision: 287596

upgpkg: haskell-yesod-static 1.5.3.1-70

rebuild with yesod-core,1.4.37.3

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:28:24 UTC (rev 287595)
+++ PKGBUILD2018-01-28 04:29:24 UTC (rev 287596)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=69
+pkgrel=70
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:28:24
  Author: felixonmars
Revision: 287595

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 287594, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
287594, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:28:24 UTC (rev 287595)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=49
+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-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "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=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+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-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:27:55
  Author: felixonmars
Revision: 287594

upgpkg: haskell-yesod-auth 1.4.21-49

rebuild with yesod-core,1.4.37.3

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:26:31 UTC (rev 287593)
+++ PKGBUILD2018-01-28 04:27:55 UTC (rev 287594)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=48
+pkgrel=49
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:26:07
  Author: felixonmars
Revision: 287592

upgpkg: haskell-yesod 1.4.5-170

rebuild with yesod-core,1.4.37.3

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:25:53 UTC (rev 287591)
+++ PKGBUILD2018-01-28 04:26:07 UTC (rev 287592)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=169
+pkgrel=170
 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-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:26:31
  Author: felixonmars
Revision: 287593

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 287592, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 287592, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:26:31 UTC (rev 287593)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=170
+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-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "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;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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 python-novaclient/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:25:20
  Author: felixonmars
Revision: 287590

upgpkg: python-novaclient 10.1.0-1

Modified:
  python-novaclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:24:54 UTC (rev 287589)
+++ PKGBUILD2018-01-28 04:25:20 UTC (rev 287590)
@@ -4,7 +4,7 @@
 
 pkgbase=python-novaclient
 pkgname=(python-novaclient python2-novaclient)
-pkgver=10.0.0
+pkgver=10.1.0
 pkgrel=1
 pkgdesc="Client library for OpenStack Compute API"
 arch=('any')
@@ -17,7 +17,7 @@
  'python2-oslo-i18n' 'python-oslo-serialization' 
'python2-oslo-serialization')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
-sha512sums=('93ffa8d5bae281bf087e04caba50848d992ddccef0f7f5e791adad07e66221406c8c9094e0dec2f61fd3f86d6db05a3b3fd6421dd5fe3d741165f263fd191b7b')
+sha512sums=('244b1778406189fbee726ea3189ab14f749beb843d81da4eca59e5dedec42df75d6fa64eed4e2cf7adf4b285a956ec99688976526ae4518127281459085144f7')
 
 prepare() {
   sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:25:53
  Author: felixonmars
Revision: 287591

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-28 04:25:20 UTC (rev 287590)
+++ PKGBUILD2018-01-28 04:25:53 UTC (rev 287591)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-novaclient
-pkgname=(python-novaclient python2-novaclient)
-pkgver=10.0.0
-pkgrel=1
-pkgdesc="Client library for OpenStack Compute API"
-arch=('any')
-url="http://docs.openstack.org/developer/python-novaclient;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-requests' 'python2-requests' 
'python-iso8601'
- 'python2-iso8601' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-serialization' 
'python2-oslo-serialization')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
-sha512sums=('93ffa8d5bae281bf087e04caba50848d992ddccef0f7f5e791adad07e66221406c8c9094e0dec2f61fd3f86d6db05a3b3fd6421dd5fe3d741165f263fd191b7b')
-
-prepare() {
-  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
-  cp -a python-novaclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-novaclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-novaclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-novaclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
-   'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization')
-
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-novaclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneauth1'
-   'python2-requests' 'python2-iso8601' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization')
-
-  cd "$srcdir"/python-novaclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/nova{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-novaclient/repos/community-any/PKGBUILD (from rev 287590, 
python-novaclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-28 04:25:53 UTC (rev 287591)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-novaclient
+pkgname=(python-novaclient python2-novaclient)
+pkgver=10.1.0
+pkgrel=1
+pkgdesc="Client library for OpenStack Compute API"
+arch=('any')
+url="http://docs.openstack.org/developer/python-novaclient;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-requests' 'python2-requests' 
'python-iso8601'
+ 'python2-iso8601' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-serialization' 
'python2-oslo-serialization')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
+sha512sums=('244b1778406189fbee726ea3189ab14f749beb843d81da4eca59e5dedec42df75d6fa64eed4e2cf7adf4b285a956ec99688976526ae4518127281459085144f7')
+
+prepare() {
+  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
+  cp -a python-novaclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-novaclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-novaclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd 

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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:24:23
  Author: felixonmars
Revision: 287588

upgpkg: haskell-yesod-form 1.4.16-65

rebuild with yesod-core,1.4.37.3

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:22:31 UTC (rev 287587)
+++ PKGBUILD2018-01-28 04:24:23 UTC (rev 287588)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.16
-pkgrel=64
+pkgrel=65
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:24:54
  Author: felixonmars
Revision: 287589

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 287588, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
287588, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:24:54 UTC (rev 287589)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.16
+pkgrel=65
+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-semigroups"
+ "haskell-shakespeare" "haskell-text" "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=('ca350cea4dd1cdd1645ad20c2d54f929cf7cb6d6f45cdf1c7ab0bb5475199bf65f5f5ac79dedf8b6b9013e6eeda7bf4a8fd190666253709a0a63800c7f560dd0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:22:11
  Author: felixonmars
Revision: 287586

upgpkg: haskell-yesod-persistent 1.4.3-45

rebuild with yesod-core,1.4.37.3

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:21:02 UTC (rev 287585)
+++ PKGBUILD2018-01-28 04:22:11 UTC (rev 287586)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.3
-pkgrel=44
+pkgrel=45
 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-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:22:31
  Author: felixonmars
Revision: 287587

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 287586, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 287586, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:22:31 UTC (rev 287587)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.3
+pkgrel=45
+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' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d609ed1f49d11936fb162eb643006b0e2bebe707a1d94e595d38b568769b30bb507f368fbf2801330f34824609e60e9230db3a24b7ca51b6a13f29b6cbd9af9b')
+
+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-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:21:02
  Author: felixonmars
Revision: 287585

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 287584, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
287584, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:21:02 UTC (rev 287585)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=238
+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-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:20:37
  Author: felixonmars
Revision: 287584

upgpkg: haskell-yesod-default 1.2.0-238

rebuild with yesod-core,1.4.37.3

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:19:40 UTC (rev 287583)
+++ PKGBUILD2018-01-28 04:20:37 UTC (rev 287584)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=237
+pkgrel=238
 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-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:19:40
  Author: felixonmars
Revision: 287583

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 287582, haskell-yesod-core/trunk/PKGBUILD)

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
287582, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 04:19:40 UTC (rev 287583)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.37.3
+pkgrel=1
+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-builder" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" 
"haskell-cereal"
+ "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cookie"
+ "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "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=('ae7fe47302edccae5172fd9326f0a3851b00e96424b98d8af91438a6fca726eaf90bc8461f71f0d9dbe02c4c5a9c4efcb6be851d738641c998d4898a3e6fc482')
+
+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-core/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:19:14
  Author: felixonmars
Revision: 287582

upgpkg: haskell-yesod-core 1.4.37.3-1

rebuild with yesod-core,1.4.37.3

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:16:24 UTC (rev 287581)
+++ PKGBUILD2018-01-28 04:19:14 UTC (rev 287582)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
-pkgver=1.4.37.2
-pkgrel=34
+pkgver=1.4.37.3
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -23,7 +23,7 @@
  "haskell-wai-logger" "haskell-warp" "haskell-word8")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('712e8e423e532c5a458d948e3d7805c528019fd851ea13ebff2ebec3b7a308309752f3283e5fa27ab408e9e0e5d90f58096db7d05b90be59abecbb4f6a8424db')
+sha512sums=('ae7fe47302edccae5172fd9326f0a3851b00e96424b98d8af91438a6fca726eaf90bc8461f71f0d9dbe02c4c5a9c4efcb6be851d738641c998d4898a3e6fc482')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:16:24
  Author: felixonmars
Revision: 287581

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 287580, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 287580, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-28 04:15:50 UTC (rev 287580)
+++ PKGBUILD2018-01-28 04:16:24 UTC (rev 287581)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.3.8
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5f48c01ada52651b5de1185b54db861f28d935afe1d8cad590aad1dc4c3988bd8c270e9dec598191ef9f8550802d6c92bf5ca01e78e344e1b5288d4500fbdd77')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 287580, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-28 04:16:24 UTC (rev 287581)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.3.9
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('276b7c079b63f4974f4d6e3eb0d6579a22161f34ef72821391aab34e28a5bbf6e2645ffd72ba9ffc58bb93986a6ce995461f7f85537103105820c17b37a4aa31')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2018-01-28 04:15:50 UTC (rev 287580)
+++ uglify-js.install   2018-01-28 04:16:24 UTC (rev 287581)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 287580, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2018-01-28 04:16:24 UTC (rev 287581)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 28, 2018 @ 04:15:50
  Author: felixonmars
Revision: 287580

upgpkg: uglify-js 3.3.9-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 04:15:26 UTC (rev 287579)
+++ PKGBUILD2018-01-28 04:15:50 UTC (rev 287580)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.3.8
+pkgver=3.3.9
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5f48c01ada52651b5de1185b54db861f28d935afe1d8cad590aad1dc4c3988bd8c270e9dec598191ef9f8550802d6c92bf5ca01e78e344e1b5288d4500fbdd77')
+sha512sums=('276b7c079b63f4974f4d6e3eb0d6579a22161f34ef72821391aab34e28a5bbf6e2645ffd72ba9ffc58bb93986a6ce995461f7f85537103105820c17b37a4aa31')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in checkbashisms (3 files)

2018-01-27 Thread Eli Schwartz via arch-commits
Date: Sunday, January 28, 2018 @ 02:10:03
  Author: eschwartz
Revision: 287567

archrelease: copy trunk to community-any

Added:
  checkbashisms/repos/
  checkbashisms/repos/community-any/
  checkbashisms/repos/community-any/PKGBUILD
(from rev 287566, checkbashisms/trunk/PKGBUILD)

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

Copied: checkbashisms/repos/community-any/PKGBUILD (from rev 287566, 
checkbashisms/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-01-28 02:10:03 UTC (rev 287567)
@@ -0,0 +1,20 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=checkbashisms
+pkgver=2.17.12
+pkgrel=1
+pkgdesc='Debian script that checks for bashisms'
+arch=('any')
+url="https://packages.qa.debian.org/d/devscripts.html;
+license=('GPL')
+depends=('perl')
+source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz;)
+sha256sums=('08286f97e467d1fc69dee3441da1421f4655eb407b8f95703b70662f73142af2')
+
+package() {
+cd "${srcdir}"/devscripts-${pkgver}/scripts
+
+sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
+install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
+install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
+}


[arch-commits] Commit in (3 files)

2018-01-27 Thread Eli Schwartz via arch-commits
Date: Sunday, January 28, 2018 @ 02:09:00
  Author: eschwartz
Revision: 287566

addpkg: checkbashisms 2.17.12-1

Added:
  checkbashisms/
  checkbashisms/trunk/
  checkbashisms/trunk/PKGBUILD

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

Added: checkbashisms/trunk/PKGBUILD
===
--- checkbashisms/trunk/PKGBUILD(rev 0)
+++ checkbashisms/trunk/PKGBUILD2018-01-28 02:09:00 UTC (rev 287566)
@@ -0,0 +1,20 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=checkbashisms
+pkgver=2.17.12
+pkgrel=1
+pkgdesc='Debian script that checks for bashisms'
+arch=('any')
+url="https://packages.qa.debian.org/d/devscripts.html;
+license=('GPL')
+depends=('perl')
+source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz;)
+sha256sums=('08286f97e467d1fc69dee3441da1421f4655eb407b8f95703b70662f73142af2')
+
+package() {
+cd "${srcdir}"/devscripts-${pkgver}/scripts
+
+sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
+install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
+install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
+}


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

2018-01-27 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 28, 2018 @ 02:07:11
  Author: svenstaro
Revision: 287565

archrelease: copy trunk to community-staging-x86_64

Added:
  pdal/repos/community-staging-x86_64/
  pdal/repos/community-staging-x86_64/PKGBUILD
(from rev 287564, pdal/trunk/PKGBUILD)
  pdal/repos/community-staging-x86_64/gcc.patch
(from rev 287564, pdal/trunk/gcc.patch)

---+
 PKGBUILD  |   53 +
 gcc.patch |   47 +++
 2 files changed, 100 insertions(+)

Copied: pdal/repos/community-staging-x86_64/PKGBUILD (from rev 287564, 
pdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-28 02:07:11 UTC (rev 287565)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('x86_64')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf' 'hexer-hobu')
+optdepends=('python-numpy: for the Python plugin'
+'hexer-hobu: for the hexbin plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;
+gcc.patch)
+sha512sums=('2e3bb90033d2248277bae241e4c9387f175e31abfeb3951d9ccaddca8d8f4cf58606d9a6c1730c69a5a0814f708366a271a38f80359d1f0db4572f45e102bc32'
+
'4f71629c8ade61ca8266911b1d4ed6dd740bdf32a27e08f3a87d1c7d184036702deb61dc500ca41f734af8025285d9c9c59055a21044c9b3248632aa50ef5f95')
+
+prepare() {
+cd "PDAL-$pkgver-src"
+
+patch -Np1 < $srcdir/gcc.patch
+
+[[ -d build ]] || mkdir build
+}
+
+build() {
+cd "PDAL-$pkgver-src/build"
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PYTHON=ON \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DBUILD_PLUGIN_SQLITE=ON \
+-DBUILD_PLUGIN_HEXBIN=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
+
+make
+}
+
+package() {
+cd "PDAL-$pkgver-src/build"
+
+make DESTDIR="$pkgdir/" install
+
+cd "$srcdir/PDAL-$pkgver-src"
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: pdal/repos/community-staging-x86_64/gcc.patch (from rev 287564, 
pdal/trunk/gcc.patch)
===
--- community-staging-x86_64/gcc.patch  (rev 0)
+++ community-staging-x86_64/gcc.patch  2018-01-28 02:07:11 UTC (rev 287565)
@@ -0,0 +1,47 @@
+diff --git a/dimbuilder/DimBuilder.cpp b/dimbuilder/DimBuilder.cpp
+index dd2f4a4c7..96b978a67 100644
+--- a/dimbuilder/DimBuilder.cpp
 b/dimbuilder/DimBuilder.cpp
+@@ -174,9 +174,11 @@ bool DimBuilder::execute()
+ void DimBuilder::extractDim(Json::Value& dim)
+ {
+ DimSpec d;
++Json::Value empty;
+ 
+ // Get dimension name.
+-Json::Value name = dim.removeMember("name");
++Json::Value name = dim.get("name", empty);
++dim.removeMember("name");
+ if (name.isNull())
+ throw dimbuilder_error("Dimension missing name.");
+ if (!name.isString())
+@@ -185,7 +187,8 @@ void DimBuilder::extractDim(Json::Value& dim)
+ validateDimension(d.m_name);
+ 
+ // Get dimension description.
+-Json::Value description = dim.removeMember("description");
++Json::Value description = dim.get("description", empty);
++dim.removeMember("description");
+ if (description.isNull())
+ {
+ std::ostringstream oss;
+@@ -204,7 +207,8 @@ void DimBuilder::extractDim(Json::Value& dim)
+ d.m_description = description.asString();
+ 
+ // Get dimension type
+-Json::Value type = dim.removeMember("type");
++Json::Value type = dim.get("type", empty);
++dim.removeMember("type");
+ if (type.isNull())
+ {
+ std::ostringstream oss;
+@@ -222,7 +226,8 @@ void DimBuilder::extractDim(Json::Value& dim)
+ throw dimbuilder_error(oss.str());
+ }
+ 
+-Json::Value altNames = dim.removeMember("alt_names");
++Json::Value altNames = dim.get("alt_names", empty);
++dim.removeMember("alt_names");
+ if (!altNames.isNull())
+ {
+ if (!altNames.isString())


[arch-commits] Commit in pdal/trunk (PKGBUILD gcc.patch)

2018-01-27 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 28, 2018 @ 02:06:47
  Author: svenstaro
Revision: 287564

upgpkg: pdal 1.6.0-3

libjsoncpp.so.20 rebuild

Added:
  pdal/trunk/gcc.patch
Modified:
  pdal/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 gcc.patch |   47 +++
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 21:15:26 UTC (rev 287563)
+++ PKGBUILD2018-01-28 02:06:47 UTC (rev 287564)
@@ -2,7 +2,7 @@
 # Contributor: SaultDon 
 pkgname=pdal
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io;
@@ -14,12 +14,16 @@
 'sqlite: for the sqlite plugin'
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
-source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)
-sha512sums=('2e3bb90033d2248277bae241e4c9387f175e31abfeb3951d9ccaddca8d8f4cf58606d9a6c1730c69a5a0814f708366a271a38f80359d1f0db4572f45e102bc32')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;
+gcc.patch)
+sha512sums=('2e3bb90033d2248277bae241e4c9387f175e31abfeb3951d9ccaddca8d8f4cf58606d9a6c1730c69a5a0814f708366a271a38f80359d1f0db4572f45e102bc32'
+
'4f71629c8ade61ca8266911b1d4ed6dd740bdf32a27e08f3a87d1c7d184036702deb61dc500ca41f734af8025285d9c9c59055a21044c9b3248632aa50ef5f95')
 
 prepare() {
 cd "PDAL-$pkgver-src"
 
+patch -Np1 < $srcdir/gcc.patch
+
 [[ -d build ]] || mkdir build
 }
 

Added: gcc.patch
===
--- gcc.patch   (rev 0)
+++ gcc.patch   2018-01-28 02:06:47 UTC (rev 287564)
@@ -0,0 +1,47 @@
+diff --git a/dimbuilder/DimBuilder.cpp b/dimbuilder/DimBuilder.cpp
+index dd2f4a4c7..96b978a67 100644
+--- a/dimbuilder/DimBuilder.cpp
 b/dimbuilder/DimBuilder.cpp
+@@ -174,9 +174,11 @@ bool DimBuilder::execute()
+ void DimBuilder::extractDim(Json::Value& dim)
+ {
+ DimSpec d;
++Json::Value empty;
+ 
+ // Get dimension name.
+-Json::Value name = dim.removeMember("name");
++Json::Value name = dim.get("name", empty);
++dim.removeMember("name");
+ if (name.isNull())
+ throw dimbuilder_error("Dimension missing name.");
+ if (!name.isString())
+@@ -185,7 +187,8 @@ void DimBuilder::extractDim(Json::Value& dim)
+ validateDimension(d.m_name);
+ 
+ // Get dimension description.
+-Json::Value description = dim.removeMember("description");
++Json::Value description = dim.get("description", empty);
++dim.removeMember("description");
+ if (description.isNull())
+ {
+ std::ostringstream oss;
+@@ -204,7 +207,8 @@ void DimBuilder::extractDim(Json::Value& dim)
+ d.m_description = description.asString();
+ 
+ // Get dimension type
+-Json::Value type = dim.removeMember("type");
++Json::Value type = dim.get("type", empty);
++dim.removeMember("type");
+ if (type.isNull())
+ {
+ std::ostringstream oss;
+@@ -222,7 +226,8 @@ void DimBuilder::extractDim(Json::Value& dim)
+ throw dimbuilder_error(oss.str());
+ }
+ 
+-Json::Value altNames = dim.removeMember("alt_names");
++Json::Value altNames = dim.get("alt_names", empty);
++dim.removeMember("alt_names");
+ if (!altNames.isNull())
+ {
+ if (!altNames.isString())


[arch-commits] Commit in nftables/repos (7 files)

2018-01-27 Thread Sébastien Luttringer via arch-commits
Date: Sunday, January 28, 2018 @ 00:13:51
  Author: seblu
Revision: 315527

db-move: moved nftables from [testing] to [extra] (x86_64)

Added:
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 315526, nftables/repos/testing-x86_64/PKGBUILD)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 315526, nftables/repos/testing-x86_64/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 315526, nftables/repos/testing-x86_64/nftables.service)
Deleted:
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service
  nftables/repos/testing-x86_64/

---+
 /PKGBUILD |   58 
 /nftables.conf|   38 ++
 /nftables.service |   15 ++
 extra-x86_64/PKGBUILD |   58 
 extra-x86_64/nftables.conf|   38 --
 extra-x86_64/nftables.service |   15 --
 6 files changed, 111 insertions(+), 111 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2018-01-28 00:10:32 UTC (rev 315526)
+++ extra-x86_64/PKGBUILD   2018-01-28 00:13:51 UTC (rev 315527)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=nftables
-epoch=1
-pkgver=0.8
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('x86_64')
-url='https://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-# 2016-11-03: https sources download is broken with curl
-source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
-'nftables.conf'
-'nftables.service')
-sha1sums=('651c462e1eaa07303978208b7a29050bb4a6f441'
-  'SKIP'
-  '7869aa31ac802922073310ffd4cbbc16450171e5'
-  '59185e947ebfd599954800ad2c774171b3f4cd58')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
-  # systemd
-  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-x86_64/PKGBUILD (from rev 315526, 
nftables/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-01-28 00:13:51 UTC (rev 315527)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service')
+sha1sums=('51fd436845718f1221ee198128656ef9055c2588'
+  'SKIP'
+  '7869aa31ac802922073310ffd4cbbc16450171e5'
+  '59185e947ebfd599954800ad2c774171b3f4cd58')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
+  # systemd
+  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

[arch-commits] Commit in btrfs-progs/repos (13 files)

2018-01-27 Thread Sébastien Luttringer via arch-commits
Date: Sunday, January 28, 2018 @ 00:10:22
  Author: seblu
Revision: 315524

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

Added:
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 315523, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 315523, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 315523, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 315523, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 315523, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 315523, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |   61 +++
 /btrfs-progs.install   |   15 
 /btrfs-scrub@.service  |8 
 /btrfs-scrub@.timer|   10 +
 /initcpio-hook-btrfs   |7 
 /initcpio-install-btrfs|   17 +
 core-x86_64/PKGBUILD   |   61 ---
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |8 
 core-x86_64/btrfs-scrub@.timer |   10 -
 core-x86_64/initcpio-hook-btrfs|7 
 core-x86_64/initcpio-install-btrfs |   17 -
 12 files changed, 118 insertions(+), 118 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-01-27 23:25:50 UTC (rev 315523)
+++ core-x86_64/PKGBUILD2018-01-28 00:10:22 UTC (rev 315524)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.14
-pkgrel=2
-pkgdesc='Btrfs filesystem utilities'
-arch=('x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7881c3d87a9a838f316941f8ed71968d'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '917b31f4eb90448d6791e17ea0f386c7'
- '502221c1b47a3bb2c06703d4fb90a0c2')
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-
-  # install scrub service/timer
-  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
-  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-x86_64/PKGBUILD (from rev 315523, 
btrfs-progs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-01-28 00:10:22 UTC (rev 315524)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
+url='https://btrfs.wiki.kernel.org'

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

2018-01-27 Thread Sébastien Luttringer via arch-commits
Date: Sunday, January 28, 2018 @ 00:10:27
  Author: seblu
Revision: 315525

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

Added:
  gzip/repos/core-x86_64/PKGBUILD
(from rev 315524, gzip/repos/testing-x86_64/PKGBUILD)
Deleted:
  gzip/repos/core-x86_64/PKGBUILD
  gzip/repos/testing-x86_64/

--+
 /PKGBUILD|   48 
 core-x86_64/PKGBUILD |   48 
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-01-28 00:10:22 UTC (rev 315524)
+++ core-x86_64/PKGBUILD2018-01-28 00:10:27 UTC (rev 315525)
@@ -1,48 +0,0 @@
-# $Id$
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=gzip
-pkgver=1.8
-pkgrel=2
-pkgdesc='GNU compression utility'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/gzip/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash' 'less')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
-md5sums=('f7caabb65cddc1a4165b398009bd05b9'
- 'SKIP')
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gzip/repos/core-x86_64/PKGBUILD (from rev 315524, 
gzip/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-01-28 00:10:27 UTC (rev 315525)
@@ -0,0 +1,48 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=gzip
+pkgver=1.9
+pkgrel=1
+pkgdesc='GNU compression utility'
+arch=('x86_64')
+url='https://www.gnu.org/software/gzip/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash' 'less')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
+md5sums=('9492c6ccb2239ff679a5475a7bb543ed'
+ 'SKIP')
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-01-27 Thread Sébastien Luttringer via arch-commits
Date: Sunday, January 28, 2018 @ 00:10:32
  Author: seblu
Revision: 315526

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

Added:
  libnftnl/repos/core-x86_64/PKGBUILD
(from rev 315525, libnftnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/core-x86_64/PKGBUILD
  libnftnl/repos/testing-x86_64/

--+
 /PKGBUILD|   34 ++
 core-x86_64/PKGBUILD |   34 --
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-01-28 00:10:27 UTC (rev 315525)
+++ core-x86_64/PKGBUILD2018-01-28 00:10:32 UTC (rev 315526)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('x86_64')
-url='https://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-# 2016-11-03: https sources download is broken with curl
-source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha1sums=('8f9cb4983b54092478ade39f78b2850062729f4b'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 315525, 
libnftnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-01-28 00:10:32 UTC (rev 315526)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('x86_64')
+url='https://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('90b70f52a26f88ab1106671e797faac21265fa6a'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-01-27 Thread Jan Steffens via arch-commits
Date: Saturday, January 27, 2018 @ 23:25:50
  Author: heftig
Revision: 315523

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 315522, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 23:24:52 UTC (rev 315522)
+++ PKGBUILD2018-01-27 23:25:50 UTC (rev 315523)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.50.3
-pkgrel=1
-epoch=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=292106fea5318171aca450901bffc30a42f4680b  # tags/1.50.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib 
--with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 315522, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 23:25:50 UTC (rev 315523)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.50.4
+pkgrel=1
+epoch=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=08046ea1e25ddc682fb529496898a1153ca2fb35  # tags/1.50.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib 
--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-27 Thread Jan Steffens via arch-commits
Date: Saturday, January 27, 2018 @ 23:24:52
  Author: heftig
Revision: 315522

1.50.4-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 22:10:51 UTC (rev 315521)
+++ PKGBUILD2018-01-27 23:24:52 UTC (rev 315522)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.50.3
+pkgver=1.50.4
 pkgrel=1
 epoch=1
 pkgdesc="Javascript Bindings for GNOME"
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection-runtime js52 gtk3)
 makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
 checkdepends=(valgrind)
-_commit=292106fea5318171aca450901bffc30a42f4680b  # tags/1.50.3^0
+_commit=08046ea1e25ddc682fb529496898a1153ca2fb35  # tags/1.50.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-01-27 Thread Gaëtan Bisson via arch-commits
Date: Saturday, January 27, 2018 @ 22:10:10
  Author: bisson
Revision: 315520

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:27:20 UTC (rev 315519)
+++ PKGBUILD2018-01-27 22:10:10 UTC (rev 315520)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a2e152a352bbf02d222d54074199d9c53821c19f700c4cb85f78fa85faed7896'
+sha256sums=('431a85d6933ddf75cae51c9966c17d33e32fb0588cb3bbec9d32e01b267b76e1'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
@@ -43,7 +43,5 @@
make DESTDIR="${pkgdir}" install
 
rm "${pkgdir}"/etc/mime.types{,.dist}
-   rm "${pkgdir}"/usr/bin/{flea,muttbug}
-   rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
 }


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

2018-01-27 Thread Gaëtan Bisson via arch-commits
Date: Saturday, January 27, 2018 @ 22:10:51
  Author: bisson
Revision: 315521

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 22:10:10 UTC (rev 315520)
+++ PKGBUILD2018-01-27 22:10:51 UTC (rev 315521)
@@ -1,49 +0,0 @@
-# $Id$
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.9.2
-pkgrel=2
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('3e35f3d27f1444bcee38e98fe62d41c7fa5b56ac9d5010b1c2cbf034c1e707491a09ccc7387b8d90d8c6c7150edf1d9093fec981d348cf9495313859d373b339'
-'SKIP')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --with-curses=/usr \
-   --with-regex \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sasl \
-   --with-idn \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   rm "${pkgdir}"/usr/bin/{flea,muttbug}
-   rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 315520, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 22:10:51 UTC (rev 315521)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('431a85d6933ddf75cae51c9966c17d33e32fb0588cb3bbec9d32e01b267b76e1'
+'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --with-curses=/usr \
+   --with-regex \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2018-01-27 Thread Balló György via arch-commits
Date: Saturday, January 27, 2018 @ 21:15:19
  Author: bgyorgy
Revision: 287562

upgpkg: qstardict 1.3-1

Update to new upstream version, build with Qt5

Modified:
  qstardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:48:26 UTC (rev 287561)
+++ PKGBUILD2018-01-27 21:15:19 UTC (rev 287562)
@@ -3,23 +3,23 @@
 # Contributor: Alois Nespor 
 
 pkgname=qstardict
-pkgver=1.1
+pkgver=1.3
 pkgrel=1
 pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
 provides=('stardict')
-depends=('qt4')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
 arch=('x86_64')
 url="http://qstardict.ylsoftware.com/index.php;
 license=('GPL2')
 changelog=$pkgname.changelog
 source=(https://github.com/a-rodin/qstardict/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('d804abd17891f29fe5f093f44dc6dba026839fc2c21813907a6510bc6831d6e3')
+sha256sums=('9b083a3177407d66a17403742590471a0aa89a3d31df886926b79fa21e4d41a4')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgname-$pkgver
-  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
 
-  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
+  qmake-qt5 ENABLED_PLUGINS="stardict swac web"
   make
 }
 


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

2018-01-27 Thread Balló György via arch-commits
Date: Saturday, January 27, 2018 @ 21:15:26
  Author: bgyorgy
Revision: 287563

archrelease: copy trunk to community-x86_64

Added:
  qstardict/repos/community-x86_64/PKGBUILD
(from rev 287562, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-x86_64/qstardict.changelog
(from rev 287562, qstardict/trunk/qstardict.changelog)
Deleted:
  qstardict/repos/community-x86_64/PKGBUILD
  qstardict/repos/community-x86_64/qstardict.changelog

-+
 PKGBUILD|   62 +-
 qstardict.changelog |   34 +--
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 21:15:19 UTC (rev 287562)
+++ PKGBUILD2018-01-27 21:15:26 UTC (rev 287563)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=qstardict
-pkgver=1.1
-pkgrel=1
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-provides=('stardict')
-depends=('qt4')
-arch=('i686' 'x86_64')
-url="http://qstardict.ylsoftware.com/index.php;
-license=('GPL2')
-changelog=$pkgname.changelog
-source=(https://github.com/a-rodin/qstardict/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('d804abd17891f29fe5f093f44dc6dba026839fc2c21813907a6510bc6831d6e3')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
-  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
-
-  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
-
-  make INSTALL_ROOT="${pkgdir}" install
-}
-

Copied: qstardict/repos/community-x86_64/PKGBUILD (from rev 287562, 
qstardict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 21:15:26 UTC (rev 287563)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=qstardict
+pkgver=1.3
+pkgrel=1
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+arch=('x86_64')
+url="http://qstardict.ylsoftware.com/index.php;
+license=('GPL2')
+changelog=$pkgname.changelog
+source=(https://github.com/a-rodin/qstardict/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('9b083a3177407d66a17403742590471a0aa89a3d31df886926b79fa21e4d41a4')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
+
+  qmake-qt5 ENABLED_PLUGINS="stardict swac web"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
+
+  make INSTALL_ROOT="${pkgdir}" install
+}
+

Deleted: qstardict.changelog
===
--- qstardict.changelog 2018-01-27 21:15:19 UTC (rev 287562)
+++ qstardict.changelog 2018-01-27 21:15:26 UTC (rev 287563)
@@ -1,17 +0,0 @@
-2015-12-21 Jaroslav Lichtblau 
-   * qstardict 1.1-1
-
-2012-02-24 Jaroslav Lichtblau 
-   * qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau 
-   * Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau 
-   * Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Moved to [community]

Copied: qstardict/repos/community-x86_64/qstardict.changelog (from rev 287562, 
qstardict/trunk/qstardict.changelog)
===
--- qstardict.changelog (rev 0)
+++ qstardict.changelog 2018-01-27 21:15:26 UTC (rev 287563)
@@ -0,0 +1,17 @@
+2015-12-21 Jaroslav Lichtblau 
+   * qstardict 1.1-1
+
+2012-02-24 Jaroslav Lichtblau 
+   * qstardict 1.0.1-1
+
+2011-08-20 Jaroslav Lichtblau 
+   * qstardict 1.0-1
+
+2008-02-15 Jaroslav Lichtblau 
+   * Update to major release 0.13.1
+
+2008-02-04 Jaroslav Lichtblau 
+   * Update to major release 0.13.0
+
+2008-10-05 Jaroslav Lichtblau 
+   * Moved to [community]


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:48:26
  Author: felixonmars
Revision: 287561

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 287560, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
287560, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:48:26 UTC (rev 287561)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=48
+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-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "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=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+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-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:48:01
  Author: felixonmars
Revision: 287560

upgpkg: haskell-yesod-auth 1.4.21-48

rebuild with persistent,2.7.3.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:46:26 UTC (rev 287559)
+++ PKGBUILD2018-01-27 20:48:01 UTC (rev 287560)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=47
+pkgrel=48
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:46:26
  Author: felixonmars
Revision: 287559

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 287558, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 287558, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:46:26 UTC (rev 287559)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.5
+pkgrel=35
+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-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' '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' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3ba0b9e7d03a9d813e41f7f36ca0fa34decf6f04163abea850cb5ff6e322387b60952bfb30f46be817f52b2c79641fba03e62a5d6483b78a7e094c91fbb273a6')
+
+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-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:46:05
  Author: felixonmars
Revision: 287558

upgpkg: hledger-web 1.5-35

rebuild with persistent,2.7.3.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:44:29 UTC (rev 287557)
+++ PKGBUILD2018-01-27 20:46:05 UTC (rev 287558)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.5
-pkgrel=34
+pkgrel=35
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:44:29
  Author: felixonmars
Revision: 287557

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 287556, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 287556, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:44:29 UTC (rev 287557)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180112
+pkgrel=36
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' '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-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-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ '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' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' '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" \
+-fnetwork-uri -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
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:44:08
  Author: felixonmars
Revision: 287556

upgpkg: git-annex 6.20180112-36

rebuild with persistent,2.7.3.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:38:01 UTC (rev 287555)
+++ PKGBUILD2018-01-27 20:44:08 UTC (rev 287556)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180112
-pkgrel=35
+pkgrel=36
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:37:32
  Author: felixonmars
Revision: 287554

upgpkg: stack 1.6.3-51

rebuild with persistent,2.7.3.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:37:14 UTC (rev 287553)
+++ PKGBUILD2018-01-27 20:37:32 UTC (rev 287554)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.3
-pkgrel=50
+pkgrel=51
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:38:01
  Author: felixonmars
Revision: 287555

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 287554, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 287554, stack/trunk/stack.install)

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 287554, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:38:01 UTC (rev 287555)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.3
+pkgrel=51
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('28cb4d65fdcfdb999ef9ef853629b1590cde3fdd736c768c1e41350dec3a8dd3dae8519acef17eca6665c50f46fb3958cc2b9347a10b627842c47c0b9b0cd175')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  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
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+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"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:37:14
  Author: felixonmars
Revision: 287553

archrelease: copy trunk to community-testing-any

Added:
  fail2ban/repos/community-testing-any/
  fail2ban/repos/community-testing-any/PKGBUILD
(from rev 287552, fail2ban/trunk/PKGBUILD)

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

Copied: fail2ban/repos/community-testing-any/PKGBUILD (from rev 287552, 
fail2ban/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-27 20:37:14 UTC (rev 287553)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf
+etc/logrotate.d/fail2ban)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('bc3c7b8caff6f78833cb222aeb57ecaf4ada447610aa6a7187e4e5744ee408eb582d209f012968f9921463dee1d203d86fe5cddabc99974d15ef4f3155e685c1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|self.install_dir|"/usr/bin"|' setup.py
+  sed -i 's/^before = paths-debian.conf/before = paths-arch.conf/' 
config/jail.conf
+}
+
+check() {
+  cd $pkgname-$pkgver
+  ./fail2ban-2to3
+  coverage run bin/fail2ban-testcases || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
+
+  chmod 644 
"$pkgdir/usr/lib/python3.6/site-packages/fail2ban-$pkgver-py3.6.egg-info"/*
+
+  install -Dm644 build/fail2ban.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/fail2ban-logrotate \
+"$pkgdir"/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/fail2ban
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-regex.1
+  install -Dm644 man/fail2ban-server.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-server.1
+  install -Dm644 man/jail.conf.5 "$pkgdir"/usr/share/man/man5/jail.conf.5
+
+  rm -r "$pkgdir/run"
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:36:41
  Author: felixonmars
Revision: 287552

upgpkg: fail2ban 0.10.2-1

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:33:01 UTC (rev 287551)
+++ PKGBUILD2018-01-27 20:36:41 UTC (rev 287552)
@@ -6,8 +6,8 @@
 # Contributor: nbags 
 
 pkgname=fail2ban
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -18,17 +18,13 @@
 backup=(etc/fail2ban/fail2ban.conf
 etc/fail2ban/jail.conf
 etc/logrotate.d/fail2ban)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz;
-
https://github.com/felixonmars/fail2ban/commit/b4d601658209237d932ca3a6574eeb743be1ede9.patch)
-sha512sums=('556e071e439454ef369e7e323cae9652bbfb8e43d697e9b6c19d710e9d59838db489ffe07125443c86837b0a9f0688b7567135178591d1817caaab954ce40366'
-
'ac0220d10164fd7eb6247d6ca383417911c8bf8b5c1463e32cf3d7ca9c1367215c0d45141f6e53e849e54b63beaf9122ff6cd6bfc841d4a880f0bfe27224e3ad')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('bc3c7b8caff6f78833cb222aeb57ecaf4ada447610aa6a7187e4e5744ee408eb582d209f012968f9921463dee1d203d86fe5cddabc99974d15ef4f3155e685c1')
 
 prepare() {
   cd $pkgname-$pkgver
   sed -i 's|self.install_dir|"/usr/bin"|' setup.py
   sed -i 's/^before = paths-debian.conf/before = paths-arch.conf/' 
config/jail.conf
-
-  patch -p1 -i ../b4d601658209237d932ca3a6574eeb743be1ede9.patch
 }
 
 check() {


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:33:01
  Author: felixonmars
Revision: 287551

archrelease: copy trunk to community-testing-x86_64

Added:
  augeas/repos/community-testing-x86_64/
  augeas/repos/community-testing-x86_64/PKGBUILD
(from rev 287550, augeas/trunk/PKGBUILD)

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

Copied: augeas/repos/community-testing-x86_64/PKGBUILD (from rev 287550, 
augeas/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-27 20:33:01 UTC (rev 287551)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Thomas S Hatch 
+# Contributor: Jon Nordby 
+
+pkgname=augeas
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="A configuration editing tool that parses config files and transforms 
them into a tree"
+arch=('x86_64')
+url="http://augeas.net;
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+sha512sums=('e0b320f1d64af054d1ea6b97b34d3a0fccdefc92dde452b6ca6fee2d72006fce89ea85ffb8c3a039af265b8b377a8883faa82a2b07090d856439b93a373bb1ff'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:31:38
  Author: felixonmars
Revision: 287549

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 287548, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
287548, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:31:38 UTC (rev 287549)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.5.9.1
+pkgrel=27
+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-blaze-markup' 
'haskell-case-insensitive' 'haskell-cookie'
+ 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-lifted-base' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9b33af1df7cdc526e4be9339f2ff84f1b2f748d5516f1a851fcd537df2500961a3ac07c74db6311d499cb233ddb802e425efc16f10c1dedb16239fac8b767bed')
+
+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 augeas/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:31:56
  Author: felixonmars
Revision: 287550

upgpkg: augeas 1.10.0-1

Modified:
  augeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:31:38 UTC (rev 287549)
+++ PKGBUILD2018-01-27 20:31:56 UTC (rev 287550)
@@ -3,7 +3,7 @@
 # Contributor: Jon Nordby 
 
 pkgname=augeas
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="A configuration editing tool that parses config files and transforms 
them into a tree"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libxml2' 'gcc-libs')
 validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
 source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-sha256sums=('2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343'
+sha512sums=('e0b320f1d64af054d1ea6b97b34d3a0fccdefc92dde452b6ca6fee2d72006fce89ea85ffb8c3a039af265b8b377a8883faa82a2b07090d856439b93a373bb1ff'
 'SKIP')
 
 build() {


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:31:15
  Author: felixonmars
Revision: 287548

upgpkg: haskell-yesod-test 1.5.9.1-27

rebuild with persistent,2.7.3.1

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:30:11 UTC (rev 287547)
+++ PKGBUILD2018-01-27 20:31:15 UTC (rev 287548)
@@ -4,7 +4,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.5.9.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:30:11
  Author: felixonmars
Revision: 287547

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 287546, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 287546, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:30:11 UTC (rev 287547)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=169
+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-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "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;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:29:51
  Author: felixonmars
Revision: 287546

upgpkg: haskell-yesod 1.4.5-169

rebuild with persistent,2.7.3.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:28:57 UTC (rev 287545)
+++ PKGBUILD2018-01-27 20:29:51 UTC (rev 287546)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=168
+pkgrel=169
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:28:36
  Author: felixonmars
Revision: 287544

upgpkg: haskell-yesod-form 1.4.16-64

rebuild with persistent,2.7.3.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:27:19 UTC (rev 287543)
+++ PKGBUILD2018-01-27 20:28:36 UTC (rev 287544)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.16
-pkgrel=63
+pkgrel=64
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:28:57
  Author: felixonmars
Revision: 287545

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 287544, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
287544, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:28:57 UTC (rev 287545)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.16
+pkgrel=64
+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-semigroups"
+ "haskell-shakespeare" "haskell-text" "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=('ca350cea4dd1cdd1645ad20c2d54f929cf7cb6d6f45cdf1c7ab0bb5475199bf65f5f5ac79dedf8b6b9013e6eeda7bf4a8fd190666253709a0a63800c7f560dd0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:27:19
  Author: felixonmars
Revision: 287543

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 287542, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 287542, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:27:19 UTC (rev 287543)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.3
+pkgrel=44
+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' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d609ed1f49d11936fb162eb643006b0e2bebe707a1d94e595d38b568769b30bb507f368fbf2801330f34824609e60e9230db3a24b7ca51b6a13f29b6cbd9af9b')
+
+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-persistent/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:26:47
  Author: felixonmars
Revision: 287541

upgpkg: haskell-yesod-persistent 1.4.3-44

rebuild with persistent,2.7.3.1

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:26:40 UTC (rev 287540)
+++ PKGBUILD2018-01-27 20:26:47 UTC (rev 287541)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.3
-pkgrel=43
+pkgrel=44
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:25:47
  Author: felixonmars
Revision: 287536

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 287535, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:25:47 UTC (rev 287536)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.4
+pkgrel=26
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-monad-control'
+ 'haskell-microlens-th' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-persistent'
+ 'haskell-resource-pool' 'haskell-resourcet' 'haskell-text' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f8ae4f0b501505b839306c283a8a4c854c62c8b325b25219b890339f4b0b4e6d669176e79b7e35fb9d4cf5fd4627117d464aa141840c7fade8ceac669ca86aa5')
+
+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 \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${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-persistent-sqlite/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:25:22
  Author: felixonmars
Revision: 287535

upgpkg: haskell-persistent-sqlite 2.6.4-26

rebuild with persistent,2.7.3.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:24:22 UTC (rev 287534)
+++ PKGBUILD2018-01-27 20:25:22 UTC (rev 287535)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.4
-pkgrel=25
+pkgrel=26
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:24:22
  Author: felixonmars
Revision: 287534

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 287533, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:24:22 UTC (rev 287534)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.3
+pkgrel=28
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9054dd5e9faa3a5790ebe9265eb31c1a18198b94626761acf6bca3e341d4a62ad825e636d8792a7982a39fa63f064feb155191ccc8944fe8705fce7735407392')
+
+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-persistent-template/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:24:00
  Author: felixonmars
Revision: 287533

upgpkg: haskell-persistent-template 2.5.3-28

rebuild with persistent,2.7.3.1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:20:12 UTC (rev 287532)
+++ PKGBUILD2018-01-27 20:24:00 UTC (rev 287533)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.3
-pkgrel=27
+pkgrel=28
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-01-27 Thread Christian Hesse via arch-commits
Date: Saturday, January 27, 2018 @ 20:20:41
  Author: eworm
Revision: 315518

update upstream url

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 19:01:47 UTC (rev 315517)
+++ PKGBUILD2018-01-27 20:20:41 UTC (rev 315518)
@@ -9,7 +9,7 @@
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
 license=('GPL2')
-url='https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git'
+url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
 depends=('glibc' 'iptables' 'libelf')
 optdepends=('linux-atm: ATM support')
 groups=('base')


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:20:12
  Author: felixonmars
Revision: 287532

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
287531, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:20:12 UTC (rev 287532)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3
+pkgrel=48
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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-jsonpointer/repos (3 files)

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:19:43
  Author: felixonmars
Revision: 287530

archrelease: copy trunk to community-testing-any

Added:
  python-jsonpointer/repos/community-testing-any/
  python-jsonpointer/repos/community-testing-any/COPYING
(from rev 287529, python-jsonpointer/trunk/COPYING)
  python-jsonpointer/repos/community-testing-any/PKGBUILD
(from rev 287529, python-jsonpointer/trunk/PKGBUILD)

--+
 COPYING  |   26 ++
 PKGBUILD |   52 
 2 files changed, 78 insertions(+)

Copied: python-jsonpointer/repos/community-testing-any/COPYING (from rev 
287529, python-jsonpointer/trunk/COPYING)
===
--- community-testing-any/COPYING   (rev 0)
+++ community-testing-any/COPYING   2018-01-27 20:19:43 UTC (rev 287530)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl 
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Copied: python-jsonpointer/repos/community-testing-any/PKGBUILD (from rev 
287529, python-jsonpointer/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-27 20:19:43 UTC (rev 287530)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-jsonpointer
+pkgname=(python2-jsonpointer python-jsonpointer)
+pkgver=2.0
+pkgrel=1
+pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
+arch=('any')
+url="https://github.com/stefankoegl/python-json-pointer;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/j/jsonpointer/jsonpointer-$pkgver.tar.gz;)
+sha512sums=('e8e2b03c12c3fc5f65816fc71d1c07135ef74a0c912286f5b8bef2d9e21b8ae6e766d1aa2104b3eeb0e53928034321f25b203386ac3f5641b54b0641f6a08137')
+
+prepare(){
+cp -a jsonpointer-$pkgver jsonpointer-$pkgver-2
+find jsonpointer-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+cd "$srcdir"/jsonpointer-$pkgver
+python setup.py build
+
+cd "$srcdir"/jsonpointer-$pkgver-2
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir"/jsonpointer-$pkgver
+python tests.py
+
+cd "$srcdir"/jsonpointer-$pkgver-2
+python2 tests.py
+}
+
+package_python-jsonpointer() {
+depends=('python')
+
+cd jsonpointer-$pkgver
+python setup.py install --prefix=/usr --root="$pkgdir"
+install -Dm644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+package_python2-jsonpointer() {
+depends=('python2')
+
+cd jsonpointer-$pkgver-2
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+mv "$pkgdir"/usr/bin/jsonpointer{,2}
+install -Dm644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:19:22
  Author: felixonmars
Revision: 287529

upgpkg: python-jsonpointer 2.0-1

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:17:48 UTC (rev 287528)
+++ PKGBUILD2018-01-27 20:19:22 UTC (rev 287529)
@@ -4,7 +4,7 @@
 
 pkgbase=python-jsonpointer
 pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.14
+pkgver=2.0
 pkgrel=1
 pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://pypi.io/packages/source/j/jsonpointer/jsonpointer-$pkgver.tar.gz;)
-sha512sums=('910067b323ed0a6a3a42214b21a22b6028494a1fcdf7a79a9f2315736ff71621a504283918750bb29d619d19529ae89c85040f38f13eedb0bcaa149dda3fb17f')
+sha512sums=('e8e2b03c12c3fc5f65816fc71d1c07135ef74a0c912286f5b8bef2d9e21b8ae6e766d1aa2104b3eeb0e53928034321f25b203386ac3f5641b54b0641f6a08137')
 
 prepare(){
 cp -a jsonpointer-$pkgver jsonpointer-$pkgver-2


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:19:50
  Author: felixonmars
Revision: 287531

upgpkg: haskell-esqueleto 2.5.3-48

rebuild with persistent,2.7.3.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:19:43 UTC (rev 287530)
+++ PKGBUILD2018-01-27 20:19:50 UTC (rev 287531)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.3
-pkgrel=47
+pkgrel=48
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:17:48
  Author: felixonmars
Revision: 287528

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
287527, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 20:17:48 UTC (rev 287528)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.7.3.1
+pkgrel=1
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 
'haskell-exceptions'
+ 'haskell-fast-logger' 'haskell-http-api-data' 'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mtl' 
'haskell-old-locale'
+ 'haskell-path-pieces' 'haskell-resource-pool' 'haskell-resourcet' 
'haskell-scientific'
+ 'haskell-silently' 'haskell-src-meta' 'haskell-tagged' 'haskell-text'
+ 'haskell-transformers-base' 'haskell-unordered-containers' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8eaa8c66e9d30e4ebe2efb74ef320d1eaf1122b635775cbefb41c1927a68486b0e33b614f0d012f5958d780da4b25d34836aa7c774b89e75ec7dcbcda75559fe')
+
+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 \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${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-persistent/trunk (PKGBUILD)

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 20:17:17
  Author: felixonmars
Revision: 287527

upgpkg: haskell-persistent 2.7.3.1-1

rebuild with persistent,2.7.3.1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:14:32 UTC (rev 287526)
+++ PKGBUILD2018-01-27 20:17:17 UTC (rev 287527)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.7.3
-pkgrel=18
+pkgver=2.7.3.1
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -19,7 +19,7 @@
  'haskell-transformers-base' 'haskell-unordered-containers' 
'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('681cdbd86eeb8fbe1bbe1648c8ff3dce961350e6cc379ef4d47ed0cf85ceabf91e1893f12e3bb637a30aeeff127c057d11a61b1f3ace61e86df21db0416953e9')
+sha512sums=('8eaa8c66e9d30e4ebe2efb74ef320d1eaf1122b635775cbefb41c1927a68486b0e33b614f0d012f5958d780da4b25d34836aa7c774b89e75ec7dcbcda75559fe')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-01-27 Thread Dan Printzell via arch-commits
Date: Saturday, January 27, 2018 @ 20:10:27
  Author: wild
Revision: 287520

archrelease: copy trunk to community-x86_64

Added:
  dscanner/repos/community-x86_64/PKGBUILD
(from rev 287519, dscanner/trunk/PKGBUILD)
Deleted:
  dscanner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 20:10:09 UTC (rev 287519)
+++ PKGBUILD2018-01-27 20:10:27 UTC (rev 287520)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-
-pkgname=('dscanner')
-pkgver=0.4.1
-pkgrel=1
-_pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
-pkgdesc="Swiss-army knife for D source code"
-arch=('x86_64')
-url="https://github.com/dlang-community/D-Scanner;
-license=("custom")
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-source=(
-   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/burner/inifiled;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/dsymbol;
-   "git+https://github.com/economicmodeling/libddoc;
-)
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-)
-
-prepare() {
-   cd "$srcdir/D-Scanner"
-
-   git submodule init
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.inifiled.url "$srcdir/inifiled"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git config submodule.libddoc.url "$srcdir/libddoc"
-   git submodule update
-}
-
-build() {
-   cd "$srcdir/D-Scanner"
-   make
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
-
-   # license
-   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dscanner/repos/community-x86_64/PKGBUILD (from rev 287519, 
dscanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 20:10:27 UTC (rev 287520)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dscanner')
+pkgver=0.4.2
+pkgrel=1
+_pkgcommit=401ee0e7c27fa78a032d4962baf81ec57d8a7b8f
+pkgdesc="Swiss-army knife for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/burner/inifiled;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/dsymbol;
+   "git+https://github.com/economicmodeling/libddoc;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/D-Scanner"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.inifiled.url "$srcdir/inifiled"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git config submodule.libddoc.url "$srcdir/libddoc"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/D-Scanner"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
+
+   # license
+   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-01-27 Thread Dan Printzell via arch-commits
Date: Saturday, January 27, 2018 @ 20:10:09
  Author: wild
Revision: 287519

upgpkg: dscanner 0.4.2-1

Updated to 0.4.2

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:03:27 UTC (rev 287518)
+++ PKGBUILD2018-01-27 20:10:09 UTC (rev 287519)
@@ -2,9 +2,9 @@
 # Maintainer: Dan Printzell 
 
 pkgname=('dscanner')
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
-_pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
+_pkgcommit=401ee0e7c27fa78a032d4962baf81ec57d8a7b8f
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/D-Scanner;


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

2018-01-27 Thread Dan Printzell via arch-commits
Date: Saturday, January 27, 2018 @ 20:03:27
  Author: wild
Revision: 287518

archrelease: copy trunk to community-x86_64

Added:
  dfmt/repos/community-x86_64/PKGBUILD
(from rev 287517, dfmt/trunk/PKGBUILD)
Deleted:
  dfmt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 20:03:15 UTC (rev 287517)
+++ PKGBUILD2018-01-27 20:03:27 UTC (rev 287518)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-
-pkgname=('dfmt')
-pkgver=0.5.0
-pkgrel=4
-_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
-pkgdesc="Dfmt is a formatter for D source code"
-arch=('i686' 'x86_64')
-url="https://github.com/dlang-community/dfmt;
-license=("custom")
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-source=(
-   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
-   "git+https://github.com/dlang-community/libdparse;
-)
-sha256sums=(
-   'SKIP'
-   'SKIP'
-)
-
-prepare() {
-   cd "$srcdir/dfmt"
-
-   git submodule init
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git submodule update
-}
-
-build() {
-   cd "$srcdir/dfmt"
-   make
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
-
-   # license
-   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dfmt/repos/community-x86_64/PKGBUILD (from rev 287517, 
dfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 20:03:27 UTC (rev 287518)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dfmt')
+pkgver=0.5.2
+pkgrel=1
+_pkgcommit=0b7189107276163b250c311f35b9121b34d11808
+pkgdesc="Dfmt is a formatter for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/dfmt;
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/sociomantic-tsunami/makd;
+   "git+https://github.com/sociomantic-tsunami/beaver;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/dfmt"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.makd.url "$srcdir/makd"
+   git config submodule.beaver.url "$srcdir/beaver"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/dfmt"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
+
+   # license
+   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-01-27 Thread Dan Printzell via arch-commits
Date: Saturday, January 27, 2018 @ 20:03:15
  Author: wild
Revision: 287517

upgpkg: dfmt 0.5.2-1

Updated to 0.5.2

Modified:
  dfmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 19:01:32 UTC (rev 287516)
+++ PKGBUILD2018-01-27 20:03:15 UTC (rev 287517)
@@ -2,9 +2,9 @@
 # Maintainer: Dan Printzell 
 
 pkgname=('dfmt')
-pkgver=0.5.0
-pkgrel=4
-_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
+pkgver=0.5.2
+pkgrel=1
+_pkgcommit=0b7189107276163b250c311f35b9121b34d11808
 pkgdesc="Dfmt is a formatter for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/dfmt;
@@ -16,10 +16,14 @@
 source=(
"git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
"git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/sociomantic-tsunami/makd;
+   "git+https://github.com/sociomantic-tsunami/beaver;
 )
 sha256sums=(
'SKIP'
'SKIP'
+   'SKIP'
+   'SKIP'
 )
 
 prepare() {
@@ -27,6 +31,8 @@
 
git submodule init
git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.makd.url "$srcdir/makd"
+   git config submodule.beaver.url "$srcdir/beaver"
git submodule update
 }
 


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

2018-01-27 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 27, 2018 @ 19:01:47
  Author: bpiotrowski
Revision: 315517

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/PKGBUILD
(from rev 315516, libtool/trunk/PKGBUILD)
Deleted:
  libtool/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 19:01:25 UTC (rev 315516)
+++ PKGBUILD2018-01-27 19:01:47 UTC (rev 315517)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=libtool
-pkgver=2.4.6+40+g6ca5e224
-pkgrel=3
-_gccver=7.3.0
-pkgdesc='A generic library support script'
-arch=(x86_64)
-url='http://www.gnu.org/software/libtool;'
-license=(GPL)
-groups=(base-devel)
-depends=(sh tar glibc)
-makedepends=("gcc=$_gccver" git help2man)
-provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
-conflicts=('libltdl' 'libtool-multilib')
-replaces=('libltdl' 'libtool-multilib')
-_commit=6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f
-source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit)
-md5sums=('SKIP')
-
-
-pkgver() {
-  cd libtool
-  git describe --tags | sed 's/-/+/g;s/^v//'
-}
-
-prepare() {
-  cd libtool
-  ./bootstrap
-}
-
-build() {
-  cd libtool
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
-  make
-}
-
-check() {
-  cd libtool
-  make check || :
-}
-
-package() {
-  cd libtool
-  make DESTDIR="$pkgdir" install
-}

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 315516, 
libtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 19:01:47 UTC (rev 315517)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6+40+g6ca5e224
+pkgrel=4
+_gccver=7.3.0
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='http://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc=$_gccver" git help2man)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=('libltdl' 'libtool-multilib')
+replaces=('libltdl' 'libtool-multilib')
+_commit=6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit)
+md5sums=('SKIP')
+
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+  ./bootstrap
+}
+
+build() {
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
+  make
+}
+
+check() {
+  cd libtool
+  make check || :
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in crypto++/repos/community-staging-x86_64 (9 files)

2018-01-27 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 27, 2018 @ 19:01:32
  Author: zorun
Revision: 287516

archrelease: copy trunk to community-staging-x86_64

Added:
  crypto++/repos/community-staging-x86_64/PKGBUILD
(from rev 287515, crypto++/trunk/PKGBUILD)
  crypto++/repos/community-staging-x86_64/crypto++.install
(from rev 287515, crypto++/trunk/crypto++.install)
  crypto++/repos/community-staging-x86_64/fix-cxxflags.patch
(from rev 287515, crypto++/trunk/fix-cxxflags.patch)
  crypto++/repos/community-staging-x86_64/libcrypto++.pc
(from rev 287515, crypto++/trunk/libcrypto++.pc)
Deleted:
  crypto++/repos/community-staging-x86_64/PKGBUILD
  crypto++/repos/community-staging-x86_64/crypto++.install
  crypto++/repos/community-staging-x86_64/fix-cxxflags.patch
  crypto++/repos/community-staging-x86_64/fix-simon-speck-simd-build.patch
  crypto++/repos/community-staging-x86_64/libcrypto++.pc

--+
 PKGBUILD |  117 +++--
 crypto++.install |8 +-
 fix-cxxflags.patch   |   98 +++---
 fix-simon-speck-simd-build.patch |   59 --
 libcrypto++.pc   |   22 +++---
 5 files changed, 114 insertions(+), 190 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 19:00:55 UTC (rev 287515)
+++ PKGBUILD2018-01-27 19:01:32 UTC (rev 287516)
@@ -1,67 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kritoke 
-# Contributor: jlvsimoes 
-
-pkgname=crypto++
-pkgver=6.0.0
-_srcver=${pkgver//./}
-pkgrel=1
-pkgdesc="A free C++ class library of cryptographic schemes"
-arch=('x86_64')
-url="https://www.cryptopp.com/;
-license=('custom')
-depends=('gcc-libs')
-makedepends=('unzip')
-# Fix https://bugs.archlinux.org/task/56689
-install="crypto++.install"
-source=("https://www.cryptopp.com/cryptopp${_srcver}.zip;
-"fix-simon-speck-simd-build.patch"
-'libcrypto++.pc')
-# Checksums from https://www.cryptopp.com/release600.html
-sha1sums=('290dfc1948b860b29da40f8c5559f6559ce787db'
-  'a4be3000116568260a8fe3169b948deca5576fdf'
-  '7a6c6fc7aed96ff7be554eee60450a1914b0cd95')
-sha256sums=('64ac2db96b3f1b7a23675e2be95d16c96055edffa2d5e2de6245fdb6baa92dda'
-'80d43fe472f2ccffa56097eda5e56820d0944c1d585a68d944049a1d00d395c3'
-'14228b0d1a6f07572090ab17b60bf9829308d174e763eb31966f723b0cb51134')
-sha512sums=('7a60c28be1fc9418adeabe8c66d868b46e65fb3d77d308b9431b16905cde7faa670180619150e849ae44d70f44aa8501a0a0c4354ec84f194fd8138d14aca9bf'
-
'80378bb6b19427fa316892126a3b533a98831405215df6f8c0b251e319b05c625a5d437f7217641ca8e41e5be153a796204686c4844338befdfc42e43a8ece6e'
-
'bba4ff9c01e353f0336e01836fd1418a08f43ab9215f678cc80cc94954d689e94e1425c7ed95f9b12d210bfc73574c98d0579b1356232c50f32f342395408ac2')
-
-prepare() {
-  patch -p1 < "$srcdir"/fix-simon-speck-simd-build.patch
-}
-
-build() {
-  make -f GNUmakefile-cross dynamic cryptest.exe \
-CXXFLAGS+=" -DNDEBUG -fPIC" HAS_SOLIB_VERSION=1 \
-ARIA_FLAG="-mssse3" \
-SIMON_FLAG="-mssse3 -msse4.1" \
-SPECK_FLAG="-mssse3 -msse4.1" \
-SSSE3_FLAG="-mssse3" \
-BLAKE2_FLAG="-msse4.2" \
-CRC_FLAG="-msse4.2" \
-GCM_FLAG="-mssse3 -mpclmul" \
-AES_FLAG="-msse4.1 -maes" \
-SHA_FLAG="-msse4.2 -msha"
-}
-
-check() {
-  make test
-}
-
-package() {
-  make -f GNUmakefile-cross install DESTDIR="$pkgdir" PREFIX="/usr" 
HAS_SOLIB_VERSION=1
-  # Install pkgconfig file
-  install -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 "${srcdir}/libcrypto++.pc" 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
-  # Remove crypttest.exe: it's only needed for check(), and does not even work 
when
-  # installed in /usr/bin (it needs additional files)
-  rm "${pkgdir}/usr/bin/cryptest.exe"
-  rmdir "${pkgdir}/usr/bin/"
-  # Install license
-  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: crypto++/repos/community-staging-x86_64/PKGBUILD (from rev 287515, 
crypto++/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 19:01:32 UTC (rev 287516)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kritoke 
+# Contributor: jlvsimoes 
+
+pkgname=crypto++
+pkgver=6.0.0
+_srcver=${pkgver//./}
+pkgrel=2
+pkgdesc="A free C++ class library of cryptographic schemes"
+arch=('x86_64')
+url="https://www.cryptopp.com/;

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

2018-01-27 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 27, 2018 @ 19:01:25
  Author: bpiotrowski
Revision: 315516

2.4.6+40+g6ca5e224-4: fix upstream url (FS#57019)

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 17:48:59 UTC (rev 315515)
+++ PKGBUILD2018-01-27 19:01:25 UTC (rev 315516)
@@ -7,11 +7,11 @@
 
 pkgname=libtool
 pkgver=2.4.6+40+g6ca5e224
-pkgrel=3
+pkgrel=4
 _gccver=7.3.0
 pkgdesc='A generic library support script'
 arch=(x86_64)
-url='http://www.gnu.org/software/libtool;'
+url='http://www.gnu.org/software/libtool'
 license=(GPL)
 groups=(base-devel)
 depends=(sh tar glibc)


[arch-commits] Commit in crypto++/trunk (PKGBUILD fix-simon-speck-simd-build.patch)

2018-01-27 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 27, 2018 @ 19:00:55
  Author: zorun
Revision: 287515

crypto++: simpler build procedure

Modified:
  crypto++/trunk/PKGBUILD
Deleted:
  crypto++/trunk/fix-simon-speck-simd-build.patch

--+
 PKGBUILD |   29 +++---
 fix-simon-speck-simd-build.patch |   59 -
 2 files changed, 6 insertions(+), 82 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 18:50:31 UTC (rev 287514)
+++ PKGBUILD2018-01-27 19:00:55 UTC (rev 287515)
@@ -8,7 +8,7 @@
 pkgname=crypto++
 pkgver=6.0.0
 _srcver=${pkgver//./}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free C++ class library of cryptographic schemes"
 arch=('x86_64')
 url="https://www.cryptopp.com/;
@@ -18,35 +18,17 @@
 # Fix https://bugs.archlinux.org/task/56689
 install="crypto++.install"
 source=("https://www.cryptopp.com/cryptopp${_srcver}.zip;
-"fix-simon-speck-simd-build.patch"
 'libcrypto++.pc')
 # Checksums from https://www.cryptopp.com/release600.html
 sha1sums=('290dfc1948b860b29da40f8c5559f6559ce787db'
-  'a4be3000116568260a8fe3169b948deca5576fdf'
   '7a6c6fc7aed96ff7be554eee60450a1914b0cd95')
 sha256sums=('64ac2db96b3f1b7a23675e2be95d16c96055edffa2d5e2de6245fdb6baa92dda'
-'80d43fe472f2ccffa56097eda5e56820d0944c1d585a68d944049a1d00d395c3'
 '14228b0d1a6f07572090ab17b60bf9829308d174e763eb31966f723b0cb51134')
 
sha512sums=('7a60c28be1fc9418adeabe8c66d868b46e65fb3d77d308b9431b16905cde7faa670180619150e849ae44d70f44aa8501a0a0c4354ec84f194fd8138d14aca9bf'
-
'80378bb6b19427fa316892126a3b533a98831405215df6f8c0b251e319b05c625a5d437f7217641ca8e41e5be153a796204686c4844338befdfc42e43a8ece6e'
 
'bba4ff9c01e353f0336e01836fd1418a08f43ab9215f678cc80cc94954d689e94e1425c7ed95f9b12d210bfc73574c98d0579b1356232c50f32f342395408ac2')
 
-prepare() {
-  patch -p1 < "$srcdir"/fix-simon-speck-simd-build.patch
-}
-
 build() {
-  make -f GNUmakefile-cross dynamic cryptest.exe \
-CXXFLAGS+=" -DNDEBUG -fPIC" HAS_SOLIB_VERSION=1 \
-ARIA_FLAG="-mssse3" \
-SIMON_FLAG="-mssse3 -msse4.1" \
-SPECK_FLAG="-mssse3 -msse4.1" \
-SSSE3_FLAG="-mssse3" \
-BLAKE2_FLAG="-msse4.2" \
-CRC_FLAG="-msse4.2" \
-GCM_FLAG="-mssse3 -mpclmul" \
-AES_FLAG="-msse4.1 -maes" \
-SHA_FLAG="-msse4.2 -msha"
+  CXXFLAGS+=" -DNDEBUG -fPIC" make dynamic cryptest.exe
 }
 
 check() {
@@ -54,14 +36,15 @@
 }
 
 package() {
-  make -f GNUmakefile-cross install DESTDIR="$pkgdir" PREFIX="/usr" 
HAS_SOLIB_VERSION=1
+  make install DESTDIR="$pkgdir" PREFIX="/usr"
   # Install pkgconfig file
   install -d "${pkgdir}/usr/lib/pkgconfig"
   install -m644 "${srcdir}/libcrypto++.pc" 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
-  # Remove crypttest.exe: it's only needed for check(), and does not even work 
when
-  # installed in /usr/bin (it needs additional files)
+  # Remove cryptest.exe and test files, only needed for check() and bloats the 
package
+  # because cryptest.exe is linked statically.
   rm "${pkgdir}/usr/bin/cryptest.exe"
   rmdir "${pkgdir}/usr/bin/"
+  rm -r "${pkgdir}/usr/share/cryptopp/"
   # Install license
   install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Deleted: fix-simon-speck-simd-build.patch
===
--- fix-simon-speck-simd-build.patch2018-01-27 18:50:31 UTC (rev 287514)
+++ fix-simon-speck-simd-build.patch2018-01-27 19:00:55 UTC (rev 287515)
@@ -1,59 +0,0 @@
-diff --git a/GNUmakefile-cross b/GNUmakefile-cross
-index 7ab6ccfe..98d10a9a 100755
 a/GNUmakefile-cross
-+++ b/GNUmakefile-cross
-@@ -220,12 +220,16 @@ ifeq ($(IS_NEON),1)
- GCM_FLAG += -mfpu=neon
- ARIA_FLAG += -mfpu=neon
- BLAKE2_FLAG += -mfpu=neon
-+SIMON_FLAG += -mfpu=neon
-+SPECK_FLAG += -mfpu=neon
- ifeq ($(IS_ANDROID),1)
-   ifeq ($(findstring -mfloat-abi=softfp,$(CXXFLAGS)),)
- NEON_FLAG += -mfloat-abi=softfp
- GCM_FLAG += -mfloat-abi=softfp
- ARIA_FLAG += -mfloat-abi=softfp
- BLAKE2_FLAG += -mfloat-abi=softfp
-+SIMON_FLAG += -mfloat-abi=softfp
-+SPECK_FLAG += -mfloat-abi=softfp
-   endif
- endif
-   endif
-@@ -238,6 +242,8 @@ ifneq ($(IS_ARMv8),0)
- ARIA_FLAG = -march=armv8-a
- BLAKE2_FLAG = -march=armv8-a
- NEON_FLAG = -march=armv8-a
-+SIMON_FLAG = -march=armv8-a
-+SPECK_FLAG = -march=armv8-a
-   endif
-   HAVE_CRC := $(shell echo | $(CXX) -x c++ $(CXXFLAGS) -march=armv8-a+crc -dM 
-E - 2>/dev/null | $(EGREP) -i -c __ARM_FEATURE_CRC32)
-   ifeq ($(HAVE_CRC),1)
-@@ -257,6 +263,13 @@ ifneq ($(IS_i686)$(IS_x86_64),00)
-   ifeq ($(HAVE_SSSE3),1)
- ARIA_FLAG = -mssse3
- SSSE3_FLAG = -mssse3
-+SIMON_FLAG = -mssse3
-+SPECK_FLAG = -mssse3
-+  endif
-+  HAVE_SSE4 = $(shell echo | $(CXX) -x c++ $(CXXFLAGS) -msse4.1 -dM -E - 

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

2018-01-27 Thread David Runge via arch-commits
Date: Saturday, January 27, 2018 @ 18:50:31
  Author: dvzrv
Revision: 287514

archrelease: copy trunk to community-testing-any

Added:
  rtirq/repos/community-testing-any/
  rtirq/repos/community-testing-any/PKGBUILD
(from rev 287513, rtirq/trunk/PKGBUILD)

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

Copied: rtirq/repos/community-testing-any/PKGBUILD (from rev 287513, 
rtirq/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-27 18:50:31 UTC (rev 287514)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: Corey Mwamba 
+# Contributor: Corey Mwamba 
+
+pkgname=rtirq
+pkgver=20150216
+pkgrel=2
+pkgdesc="Realtime IRQ thread system tuning."
+arch=('any')
+url="https://www.rncbc.org/jack/;
+license=('GPL2')
+depends=('bash')
+backup=('etc/conf.d/rtirq')
+source=("https://www.rncbc.org/jack/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4cb4e3a8e314cec238c2a21c975bec258f229b660e0994893b73aa0b16f6041179ff4e220532fde237d70e15fd5420e22ee5dbf84168148060e760d76617b59c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -e "s|etc/sysconfig/rtirq|etc/conf.d/rtirq|" \
+  -e "s|IRQ\.|irq/|" \
+  -i "${pkgname}.sh"
+  sed -e "s|etc/init.d|usr/bin|" -i "${pkgname}.service"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -vDm755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -vDm644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  install -vDm644 "${pkgname}.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+}
+


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

2018-01-27 Thread David Runge via arch-commits
Date: Saturday, January 27, 2018 @ 18:48:16
  Author: dvzrv
Revision: 287513

Adding rtirq from AUR (49 votes).

Added:
  rtirq/
  rtirq/repos/
  rtirq/trunk/
  rtirq/trunk/PKGBUILD

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

Added: rtirq/trunk/PKGBUILD
===
--- rtirq/trunk/PKGBUILD(rev 0)
+++ rtirq/trunk/PKGBUILD2018-01-27 18:48:16 UTC (rev 287513)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: Corey Mwamba 
+# Contributor: Corey Mwamba 
+
+pkgname=rtirq
+pkgver=20150216
+pkgrel=2
+pkgdesc="Realtime IRQ thread system tuning."
+arch=('any')
+url="https://www.rncbc.org/jack/;
+license=('GPL2')
+depends=('bash')
+backup=('etc/conf.d/rtirq')
+source=("https://www.rncbc.org/jack/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4cb4e3a8e314cec238c2a21c975bec258f229b660e0994893b73aa0b16f6041179ff4e220532fde237d70e15fd5420e22ee5dbf84168148060e760d76617b59c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -e "s|etc/sysconfig/rtirq|etc/conf.d/rtirq|" \
+  -e "s|IRQ\.|irq/|" \
+  -i "${pkgname}.sh"
+  sed -e "s|etc/init.d|usr/bin|" -i "${pkgname}.service"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -vDm755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -vDm644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  install -vDm644 "${pkgname}.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+}
+


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


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

2018-01-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 27, 2018 @ 17:52:23
  Author: svenstaro
Revision: 287511

upgpkg: telegram-desktop 1.2.8-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 17:52:14 UTC (rev 287510)
+++ PKGBUILD2018-01-27 17:52:23 UTC (rev 287511)
@@ -5,8 +5,8 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.2.6
-pkgrel=5
+pkgver=1.2.8
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (14 files)

2018-01-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 27, 2018 @ 17:52:50
  Author: svenstaro
Revision: 287512

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 287511, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 287511, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 287511, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 287511, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 287511, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
(from rev 287511, telegram-desktop/trunk/telegram-desktop.desktop)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 287511, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
  telegram-desktop/repos/community-x86_64/tg.protocol

--+
 CMakeLists.inj   |   28 -
 PKGBUILD |  184 +++
 libtgvoip.patch  |   36 -
 no-gtk2.patch|   56 +-
 tdesktop.patch   | 1156 ++---
 telegram-desktop.desktop |   22 
 tg.protocol  |   22 
 7 files changed, 752 insertions(+), 752 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-01-27 17:52:23 UTC (rev 287511)
+++ CMakeLists.inj  2018-01-27 17:52:50 UTC (rev 287512)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
287511, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-01-27 17:52:50 UTC (rev 287512)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 17:52:23 UTC (rev 287511)
+++ PKGBUILD2018-01-27 17:52:50 UTC (rev 287512)
@@ -1,92 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.6
-pkgrel=5
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: desktop notifications')
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"telegram-desktop.desktop"
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"no-gtk2.patch"
-"libtgvoip.patch"
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-

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

2018-01-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 27, 2018 @ 17:52:14
  Author: svenstaro
Revision: 287510

Prepare 1.5.0

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 17:33:45 UTC (rev 287509)
+++ PKGBUILD2018-01-27 17:52:14 UTC (rev 287510)
@@ -4,9 +4,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=1.4.1
-_pkgver=1.4.1
-pkgrel=3
+pkgver=1.5.0
+_pkgver=1.5.0
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -15,9 +15,12 @@
  'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
-sha512sums=('618e0a740c79ad9582944a827f43bbdafb1d51a1e621f6f5e5cc7f3f18eb239f0656f81fbbae20c69029a1fa8b4bab56ff5be0907f073eccbe4732e52c7511d6')
+sha512sums=('63240d72b9946db29279800b1081adc4cc08b6cd7dc35155a529cc335bfc1dd16fb525fb6047f6cc0dcec547a54e7e100698a176ee93f5633965cfab2a8ad9eb')
 
 prepare() {
+  # Trick tensorflow into not building Android
+  echo "android_sdk_repository" > tensorflow-${_pkgver}/WORKSPACE
+
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
@@ -25,6 +28,7 @@
   export PYTHON_BIN_PATH=/usr/bin/python
   export USE_DEFAULT_PYTHON_LIB_PATH=1
   export TF_NEED_JEMALLOC=1
+  export TF_NEED_OPENCL_SYCL=0
   export TF_NEED_GCP=0
   export TF_NEED_HDFS=0
   export TF_NEED_S3=0
@@ -36,12 +40,12 @@
 }
 
 build() {
-  _bazel_09_fix="--incompatible_load_argument_is_label=false"
+  # _bazel_09_fix="--incompatible_load_argument_is_label=false"
   cd ${srcdir}/tensorflow-${_pkgver}
   export CC_OPT_FLAGS="-march=x86-64"
   export TF_NEED_CUDA=0
   ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package ${_bazel_09_fix}
+  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package# ${_bazel_09_fix}
   bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
 
   cd ${srcdir}/tensorflow-${_pkgver}-cuda


[arch-commits] Commit in qemu/repos (6 files)

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 27, 2018 @ 17:48:59
  Author: anatolik
Revision: 315515

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 315514, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 315514, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/allow_elf64.patch
(from rev 315514, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 315514, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 315514, qemu/trunk/qemu.install)

---+
 65-kvm.rules  |1 
 PKGBUILD  |  222 
 allow_elf64.patch |   27 ++
 qemu-ga.service   |9 ++
 qemu.install  |8 +
 5 files changed, 267 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 315514, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2018-01-27 17:48:59 UTC (rev 315515)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 315514, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-27 17:48:59 UTC (rev 315515)
@@ -0,0 +1,222 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=2.11.0
+pkgrel=4
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="http://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules
+allow_elf64.patch)
+sha256sums=('c9d34a79024eae080ce3853aa9afe503824520eefb440190383003081ce7f437'
+'SKIP'
+'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
+'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
+'13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/vte-2\.90/vte-2.91/g' configure
+
+  patch -p1 < ../allow_elf64.patch
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--with-gtkabi=3.0 \
+--with-sdlabi=2.0 \
+--enable-modules \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip)
+
+  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+  tidy_strip
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  

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

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 27, 2018 @ 17:48:06
  Author: anatolik
Revision: 315514

upgpkg: qemu 2.11.0-4

Recompile with spice-0.14.0

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 17:20:15 UTC (rev 315513)
+++ PKGBUILD2018-01-27 17:48:06 UTC (rev 315514)
@@ -7,7 +7,7 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=2.11.0
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="http://wiki.qemu.org/;


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

2018-01-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 27, 2018 @ 17:33:18
  Author: svenstaro
Revision: 287508

upgpkg: gitlab 10.4.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 17:29:48 UTC (rev 287507)
+++ PKGBUILD2018-01-27 17:33:18 UTC (rev 287508)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=10.4.0
+pkgver=10.4.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -36,7 +36,7 @@
 gitlab.logrotate
 yarn.lock)
 install='gitlab.install'
-sha512sums=('280e103e9738173dd0520cd4532b4eb6cb8144816099a6fd0e748f0e50abb16aa3ee35df2407af3210ec7b69342db76d60e6f0ab6f54863f6650ee99066525e5'
+sha512sums=('f715c1c0dab2cd49a6145208437d5bda1ae5c5bf7b0538161ae4e156f1011e6e2249a2450068417f4bfdf5ea9c2c4c7cd8feca196e49d6e83d64f56cf21fd989'
 
'7c0fefe753eda3b80f892f62ef5ca733495b05a0bc94bf6a3db6e455c491f3e534e758f55f320898dfecfc1a799dedfeb573d555ad006a43eb6d0ab289dcd753'
 
'14f428525309397f8e9e7dca38b107a5267a124c03cdea67c10ebf271f8e18cefe5b52dd8af0ab146ab41f1a8eef4e05be746171ea11cb43464254965f12436a'
 
'bfc98f3890dfbe11a6f7fa3275f2b04b54b8e31455dcf70abfdc7f1021ff9acb1243f7af8381465346cd780bc76fa2b1c80fada860b8c3c87c7c56bb5229c1ee'


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2018-01-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 27, 2018 @ 17:33:45
  Author: svenstaro
Revision: 287509

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 287508, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 287508, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 287508, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 287508, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 287508, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 287508, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 287508, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 287508, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 287508, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 287508, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 287508, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 287508, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

-+
 PKGBUILD|  432 -
 gitlab-backup.service   |   38 
 gitlab-backup.timer |   20 
 gitlab-mailroom.service |   40 
 gitlab-sidekiq.service  |   58 
 gitlab-unicorn.service  |   58 
 gitlab.install  |   40 
 gitlab.logrotate|   22 
 gitlab.target   |   14 
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 
 yarn.lock   |13204 +++---
 12 files changed, 6999 insertions(+), 6999 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 287508:287509 to see the changes.


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

2018-01-27 Thread David Runge via arch-commits
Date: Saturday, January 27, 2018 @ 17:29:48
  Author: dvzrv
Revision: 287507

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 287506, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/tmpfiles.conf
(from rev 287506, cacti/trunk/tmpfiles.conf)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/tmpfiles.conf

---+
 PKGBUILD  |  120 
 tmpfiles.conf |4 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 17:29:36 UTC (rev 287506)
+++ PKGBUILD2018-01-27 17:29:48 UTC (rev 287507)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=1.1.30
-pkgrel=1
-pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
-arch=('any')
-url="https://www.cacti.net;
-license=('GPL2')
-depends=('rrdtool' 'mariadb' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess'
-'etc/webapps/cacti/config.php')
-source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.conf')
-sha512sums=('2516deffcbd5a2394b2fdde0359f9a52eeabe019d340ebd7c9f26de454984243760b54733fd4d0e63e3d04fc2b511d3e0066bfc8ed9aaa6374c809705d06e828'
-
'272a5e666e5f1c61b3165dcf1b229a88e8c1bb9c75e857721f65961795abf9cecf691d6291cba9401ce70733183191dfdfb8e4e941426cfdb06f2c9e0b129b0a')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove unneeded executable bits
-  find . -executable -type f -and -not -path "*scripts*" -exec chmod 644 {} \;
-}
-
-package() {
-  # create directories
-  install -dm0755 "${pkgdir}/usr/share/webapps/${pkgname}" \
-"${pkgdir}/etc/webapps/${pkgname}" \
-"${pkgdir}/var/log/" "${pkgdir}/var/lib/${pkgname}/"
-
-  # move sources
-  mv "$srcdir/${pkgname}-${pkgver}"/* \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-
-  # move and symlink configuration
-  echo "Require all denied" >> "${pkgdir}/etc/webapps/${pkgname}/.htaccess"
-  mv "${pkgdir}/usr/share/webapps/${pkgname}/include/config.php" \
-"${pkgdir}/etc/webapps/${pkgname}"
-  ln -s "/etc/webapps/${pkgname}/.htaccess" \
-"${pkgdir}/usr/share/webapps/${pkgname}/.htaccess"
-  ln -s "/etc/webapps/${pkgname}/config.php" \
-"${pkgdir}/usr/share/webapps/${pkgname}/include/config.php"
-
-  # move and symlink var directory
-  mv "${pkgdir}/usr/share/webapps/${pkgname}/rra" \
-"${pkgdir}/var/lib/${pkgname}/rra"
-  ln -s "/var/lib/${pkgname}/rra" \
-"${pkgdir}/usr/share/webapps/${pkgname}/rra"
-
-  # move and symlink log directory
-  mv "${pkgdir}/usr/share/webapps/${pkgname}/log" \
-"${pkgdir}/var/log/${pkgname}"
-  ln -s "/var/log/${pkgname}" "${pkgdir}/usr/share/webapps/${pkgname}/log"
-
-  # tmpfiles.d
-  install -Dm644 "${srcdir}/tmpfiles.conf" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 287506, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 17:29:48 UTC (rev 287507)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Sergej Pupykin 
+# Contributor: tuxbubling 
+
+pkgname=cacti
+pkgver=1.1.30
+pkgrel=2
+pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
+arch=('any')
+url="https://www.cacti.net;
+license=('GPL2')
+depends=('rrdtool' 'mariadb' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess'
+'etc/webapps/cacti/config.php')
+source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.conf')
+sha512sums=('2516deffcbd5a2394b2fdde0359f9a52eeabe019d340ebd7c9f26de454984243760b54733fd4d0e63e3d04fc2b511d3e0066bfc8ed9aaa6374c809705d06e828'
+
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove unneeded executable bits
+  find . -executable -type f -and -not -path "*scripts*" -exec chmod 644 {} \;
+}
+
+package() {
+  # create directories
+  install -dm0755 "${pkgdir}/usr/share/webapps/${pkgname}" \
+"${pkgdir}/etc/webapps/${pkgname}" \
+"${pkgdir}/var/log/" "${pkgdir}/var/lib/${pkgname}/"
+
+  # move sources
+  mv "$srcdir/${pkgname}-${pkgver}"/* \
+"${pkgdir}/usr/share/webapps/${pkgname}"
+
+  # move and symlink configuration
+  echo "Require all denied" >> "${pkgdir}/etc/webapps/${pkgname}/.htaccess"
+  mv 

[arch-commits] Commit in cacti/trunk (PKGBUILD tmpfiles.conf)

2018-01-27 Thread David Runge via arch-commits
Date: Saturday, January 27, 2018 @ 17:29:36
  Author: dvzrv
Revision: 287506

upgpkg: cacti 1.1.30-2

Fixing broken user name in tmpfiles.d file.

Modified:
  cacti/trunk/PKGBUILD
  cacti/trunk/tmpfiles.conf

---+
 PKGBUILD  |4 ++--
 tmpfiles.conf |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 17:22:24 UTC (rev 287505)
+++ PKGBUILD2018-01-27 17:29:36 UTC (rev 287506)
@@ -5,7 +5,7 @@
 
 pkgname=cacti
 pkgver=1.1.30
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
 arch=('any')
 url="https://www.cacti.net;
@@ -16,7 +16,7 @@
 source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.conf')
 
sha512sums=('2516deffcbd5a2394b2fdde0359f9a52eeabe019d340ebd7c9f26de454984243760b54733fd4d0e63e3d04fc2b511d3e0066bfc8ed9aaa6374c809705d06e828'
-
'272a5e666e5f1c61b3165dcf1b229a88e8c1bb9c75e857721f65961795abf9cecf691d6291cba9401ce70733183191dfdfb8e4e941426cfdb06f2c9e0b129b0a')
+
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
 
 prepare() {
   cd "${pkgname}-${pkgver}"

Modified: tmpfiles.conf
===
--- tmpfiles.conf   2018-01-27 17:22:24 UTC (rev 287505)
+++ tmpfiles.conf   2018-01-27 17:29:36 UTC (rev 287506)
@@ -1,2 +1,2 @@
-d /var/log/cacti 0755 http:http -
-d /var/lib/cacti/rra 0755 http:http -
+d /var/log/cacti 0755 http http
+d /var/lib/cacti/rra 0755 http http


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

2018-01-27 Thread Antonio Rojas via arch-commits
Date: Saturday, January 27, 2018 @ 17:22:24
  Author: arojas
Revision: 287505

archrelease: copy trunk to community-staging-x86_64

Added:
  cryfs/repos/community-staging-x86_64/
  cryfs/repos/community-staging-x86_64/PKGBUILD
(from rev 287504, cryfs/trunk/PKGBUILD)

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

Copied: cryfs/repos/community-staging-x86_64/PKGBUILD (from rev 287504, 
cryfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 17:22:24 UTC (rev 287505)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andy Weidenbaum 
+# Contributor: kaylyn
+# Contributor: Giuseppe Calà 
+
+pkgname=cryfs
+pkgver=0.9.8
+pkgrel=2
+pkgdesc="Cryptographic filesystem for the cloud"
+arch=(x86_64)
+depends=(crypto++ fuse2 curl)
+makedepends=(cmake python boost)
+url="https://www.cryfs.org;
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::"https://codeload.github.com/cryfs/$pkgname/tar.gz/$pkgver;)
+sha256sums=('98f977536ccb3094691ef43682e02c434cc7e606f1926c6c588b70c0c298f86f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCRYFS_UPDATE_CHECKS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm 644 "$srcdir"/$pkgname-$pkgver/README.md -t 
"$pkgdir"/usr/share/doc/$pkgname
+}


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

2018-01-27 Thread Antonio Rojas via arch-commits
Date: Saturday, January 27, 2018 @ 17:21:49
  Author: arojas
Revision: 287504

crypto++ 6.0 rebuild

Modified:
  cryfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 16:54:33 UTC (rev 287503)
+++ PKGBUILD2018-01-27 17:21:49 UTC (rev 287504)
@@ -5,7 +5,7 @@
 
 pkgname=cryfs
 pkgver=0.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Cryptographic filesystem for the cloud"
 arch=(x86_64)
 depends=(crypto++ fuse2 curl)


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

2018-01-27 Thread Andreas Radke via arch-commits
Date: Saturday, January 27, 2018 @ 17:20:15
  Author: andyrtr
Revision: 315513

archrelease: copy trunk to staging-x86_64

Added:
  liborcus/repos/staging-x86_64/
  liborcus/repos/staging-x86_64/PKGBUILD
(from rev 315512, liborcus/trunk/PKGBUILD)

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

Copied: liborcus/repos/staging-x86_64/PKGBUILD (from rev 315512, 
liborcus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-01-27 17:20:15 UTC (rev 315513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=liborcus
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md;
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9eb69cdd636bdaea22c9073c9f480ebaae05ef62bd483d68c8d4c05af927ea43')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


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

2018-01-27 Thread Andreas Radke via arch-commits
Date: Saturday, January 27, 2018 @ 17:20:02
  Author: andyrtr
Revision: 315512

upgpkg: liborcus 0.13.2-1

upstream update 0.13.2

Modified:
  liborcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 17:09:39 UTC (rev 315511)
+++ PKGBUILD2018-01-27 17:20:02 UTC (rev 315512)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Arnhold 
 
 pkgname=liborcus
-pkgver=0.12.1
-pkgrel=4
+pkgver=0.13.2
+pkgrel=1
 pkgdesc="File import filter library for spreadsheet documents."
 arch=('x86_64')
 url="https://gitlab.com/orcus/orcus/blob/master/README.md;
@@ -12,7 +12,7 @@
 depends=('libixion')
 makedepends=('boost' 'mdds')
 source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d1b936c66944d23e1b2582d0e7129e44670052510d03f19fef644e9814ae2b9c')
+sha256sums=('9eb69cdd636bdaea22c9073c9f480ebaae05ef62bd483d68c8d4c05af927ea43')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-01-27 Thread Andreas Radke via arch-commits
Date: Saturday, January 27, 2018 @ 17:09:39
  Author: andyrtr
Revision: 315511

archrelease: copy trunk to staging-x86_64

Added:
  libixion/repos/staging-x86_64/
  libixion/repos/staging-x86_64/PKGBUILD
(from rev 315510, libixion/trunk/PKGBUILD)

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

Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 315510, 
libixion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-01-27 17:09:39 UTC (rev 315511)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=libixion
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md;
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz;)
+sha256sums=('5ae360c52ba2d17c4abf5ae21fa947f75925459e085acef5972395f77333c7e5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2018-01-27 Thread Andreas Radke via arch-commits
Date: Saturday, January 27, 2018 @ 17:09:19
  Author: andyrtr
Revision: 315510

upgpkg: libixion 0.13.0-1

upstream update 0.13.0

Modified:
  libixion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 16:42:27 UTC (rev 315509)
+++ PKGBUILD2018-01-27 17:09:19 UTC (rev 315510)
@@ -3,8 +3,8 @@
 # Contributor: kusakata 
 
 pkgname=libixion
-pkgver=0.12.2
-pkgrel=4
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('x86_64')
 url="https://gitlab.com/ixion/ixion/blob/master/README.md;
@@ -12,7 +12,7 @@
 depends=('boost-libs' 'python')
 makedepends=('boost' 'mdds')
 source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz;)
-sha256sums=('8b44008836bb4e1a3dff4d3e40afec6c73037e3518e72cc85b5cc675fbc2daae')
+sha256sums=('5ae360c52ba2d17c4abf5ae21fa947f75925459e085acef5972395f77333c7e5')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-01-27 Thread Evgeniy Alekseev via arch-commits
Date: Saturday, January 27, 2018 @ 16:54:33
  Author: arcanis
Revision: 287503

archrelease: copy trunk to community-staging-x86_64

Added:
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 287502, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 287502, vtk/trunk/PKGBUILD)

--+
 .contrib |6 ++
 PKGBUILD |  130 +
 2 files changed, 136 insertions(+)

Copied: vtk/repos/community-staging-x86_64/.contrib (from rev 287502, 
vtk/trunk/.contrib)
===
--- community-staging-x86_64/.contrib   (rev 0)
+++ community-staging-x86_64/.contrib   2018-01-27 16:54:33 UTC (rev 287503)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-x86_64/PKGBUILD (from rev 287502, 
vtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 16:54:33 UTC (rev 287503)
@@ -0,0 +1,130 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic 
+
+pkgname=vtk
+pkgver=8.1.0
+_majorver=8.1
+pkgrel=3
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
+arch=('x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
+ 'hdf5' 'java-environment' 'jsoncpp' 'lz4'
+ 'mariadb' 'netcdf' 'openmpi' 'proj' 'python2-autobahn' 
'python2-constantly'
+ 'python2-incremental' 'python2-matplotlib'
+ 'python2-mpi4py' 'python2-twisted' 'qt5-base' 'qt5-tools'
+ 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools'
+'python2-constantly'
+'python2-incremental'
+'python2-matplotlib: for Matplotlib rendering'
+'python2-twisted: for vtkWeb'
+'python2-autobahn: for vtkWeb'
+'python2-mpi4py: OpenMPI python support'
+'openmpi: OpenMPI support'
+'qt5-x11extras'
+'qt5-webkit: WebKit support'
+'ffmpeg'
+'gdal'
+'glew'
+'hdf5'
+'jsoncpp'
+'lz4'
+'mariadb'
+'netcdf'
+'proj'
+'unixodbc')
+source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;)
+options=(staticlibs)
+sha512sums=('3d5efd1a18939e21045278a387817421a98919cbaaa6ed65167c16999e1bb882b849b698d201a294da9920dbc96d1fbc987013462b1c7cbb12920bfff9b6f2a3'
+
'0a63f87896320aa38970932bf47c9e3f65a8bdd5413e51f95c53e321348b5b4e1eca2405d755eabb785c03939e1936245cc9f1b0f7ad0988c41362ac6f1e3047'
+
'9dfd64b5125205ba7d8cba5665da40874d0a9781f3bd2595058d939207d96980c9a68009ce9ed1476931e1b929199c4888ccf6d590f23d2412873ca6907abc31')
+
+prepare() {
+  rm -rf "build"
+  mkdir "build"
+}
+
+build() {
+  cd "build"
+
+  # to help cmake find java
+  export JAVA_HOME=/usr/lib/jvm/default
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  # TODO: try to use system provided XDMF2, XDMF3, NETCDF, GL2PS
+  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
+  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
+  # libharu needs to be patched, see 
https://github.com/libharu/libharu/pull/157
+  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
+  # system gl2ps is not used because of 
http://www.vtk.org/Bug/view.php?id=16083
+  for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE 
SIX AUTOBAHN MPI4PY JSONCPP GLEW HDF HDF5 LIBPROJ4 TXAIO HYPERLINK CONSTANTLY 
INCREMENTAL LZ4 NETCDF; do
+cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
+  done
+
+  local _tkver=$(echo 'puts $tcl_version' | tclsh)
+
+  cmake \
+-Wno-dev \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS:BOOL=ON \
+-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
+-DBUILD_DOCUMENTATION:BOOL=OFF \
+-DDOXYGEN_KEEP_TEMP:BOOL=ON \
+-DDOCUMENTATION_HTML_HELP:BOOL=OFF \
+

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

2018-01-27 Thread Evgeniy Alekseev via arch-commits
Date: Saturday, January 27, 2018 @ 16:54:12
  Author: arcanis
Revision: 287502

upgpkg: vtk 8.1.0-3

libjsoncpp.so.20 rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 16:49:35 UTC (rev 287501)
+++ PKGBUILD2018-01-27 16:54:12 UTC (rev 287502)
@@ -7,7 +7,7 @@
 pkgname=vtk
 pkgver=8.1.0
 _majorver=8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
 arch=('x86_64')
 url='http://www.vtk.org/'


[arch-commits] Commit in crypto++/repos (6 files)

2018-01-27 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 27, 2018 @ 16:49:35
  Author: zorun
Revision: 287501

archrelease: copy trunk to community-staging-x86_64

Added:
  crypto++/repos/community-staging-x86_64/
  crypto++/repos/community-staging-x86_64/PKGBUILD
(from rev 287500, crypto++/trunk/PKGBUILD)
  crypto++/repos/community-staging-x86_64/crypto++.install
(from rev 287500, crypto++/trunk/crypto++.install)
  crypto++/repos/community-staging-x86_64/fix-cxxflags.patch
(from rev 287500, crypto++/trunk/fix-cxxflags.patch)
  crypto++/repos/community-staging-x86_64/fix-simon-speck-simd-build.patch
(from rev 287500, crypto++/trunk/fix-simon-speck-simd-build.patch)
  crypto++/repos/community-staging-x86_64/libcrypto++.pc
(from rev 287500, crypto++/trunk/libcrypto++.pc)

--+
 PKGBUILD |   67 +
 crypto++.install |4 ++
 fix-cxxflags.patch   |   49 +++
 fix-simon-speck-simd-build.patch |   59 
 libcrypto++.pc   |   11 ++
 5 files changed, 190 insertions(+)

Copied: crypto++/repos/community-staging-x86_64/PKGBUILD (from rev 287500, 
crypto++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-27 16:49:35 UTC (rev 287501)
@@ -0,0 +1,67 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kritoke 
+# Contributor: jlvsimoes 
+
+pkgname=crypto++
+pkgver=6.0.0
+_srcver=${pkgver//./}
+pkgrel=1
+pkgdesc="A free C++ class library of cryptographic schemes"
+arch=('x86_64')
+url="https://www.cryptopp.com/;
+license=('custom')
+depends=('gcc-libs')
+makedepends=('unzip')
+# Fix https://bugs.archlinux.org/task/56689
+install="crypto++.install"
+source=("https://www.cryptopp.com/cryptopp${_srcver}.zip;
+"fix-simon-speck-simd-build.patch"
+'libcrypto++.pc')
+# Checksums from https://www.cryptopp.com/release600.html
+sha1sums=('290dfc1948b860b29da40f8c5559f6559ce787db'
+  'a4be3000116568260a8fe3169b948deca5576fdf'
+  '7a6c6fc7aed96ff7be554eee60450a1914b0cd95')
+sha256sums=('64ac2db96b3f1b7a23675e2be95d16c96055edffa2d5e2de6245fdb6baa92dda'
+'80d43fe472f2ccffa56097eda5e56820d0944c1d585a68d944049a1d00d395c3'
+'14228b0d1a6f07572090ab17b60bf9829308d174e763eb31966f723b0cb51134')
+sha512sums=('7a60c28be1fc9418adeabe8c66d868b46e65fb3d77d308b9431b16905cde7faa670180619150e849ae44d70f44aa8501a0a0c4354ec84f194fd8138d14aca9bf'
+
'80378bb6b19427fa316892126a3b533a98831405215df6f8c0b251e319b05c625a5d437f7217641ca8e41e5be153a796204686c4844338befdfc42e43a8ece6e'
+
'bba4ff9c01e353f0336e01836fd1418a08f43ab9215f678cc80cc94954d689e94e1425c7ed95f9b12d210bfc73574c98d0579b1356232c50f32f342395408ac2')
+
+prepare() {
+  patch -p1 < "$srcdir"/fix-simon-speck-simd-build.patch
+}
+
+build() {
+  make -f GNUmakefile-cross dynamic cryptest.exe \
+CXXFLAGS+=" -DNDEBUG -fPIC" HAS_SOLIB_VERSION=1 \
+ARIA_FLAG="-mssse3" \
+SIMON_FLAG="-mssse3 -msse4.1" \
+SPECK_FLAG="-mssse3 -msse4.1" \
+SSSE3_FLAG="-mssse3" \
+BLAKE2_FLAG="-msse4.2" \
+CRC_FLAG="-msse4.2" \
+GCM_FLAG="-mssse3 -mpclmul" \
+AES_FLAG="-msse4.1 -maes" \
+SHA_FLAG="-msse4.2 -msha"
+}
+
+check() {
+  make test
+}
+
+package() {
+  make -f GNUmakefile-cross install DESTDIR="$pkgdir" PREFIX="/usr" 
HAS_SOLIB_VERSION=1
+  # Install pkgconfig file
+  install -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 "${srcdir}/libcrypto++.pc" 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
+  # Remove crypttest.exe: it's only needed for check(), and does not even work 
when
+  # installed in /usr/bin (it needs additional files)
+  rm "${pkgdir}/usr/bin/cryptest.exe"
+  rmdir "${pkgdir}/usr/bin/"
+  # Install license
+  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: crypto++/repos/community-staging-x86_64/crypto++.install (from rev 
287500, crypto++/trunk/crypto++.install)
===
--- community-staging-x86_64/crypto++.install   (rev 0)
+++ community-staging-x86_64/crypto++.install   2018-01-27 16:49:35 UTC (rev 
287501)
@@ -0,0 +1,4 @@
+pre_upgrade() {
+   # Up to crypto++ 5.6.5-3, libcryptopp.so.5.6 was not tracked by pacman 
(symlinked at install time)
+   [ -L /usr/lib/libcryptopp.so.5.6 ] && unlink 
/usr/lib/libcryptopp.so.5.6 || true
+}

Copied: crypto++/repos/community-staging-x86_64/fix-cxxflags.patch (from rev 
287500, crypto++/trunk/fix-cxxflags.patch)

[arch-commits] Commit in crypto++/trunk (4 files)

2018-01-27 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 27, 2018 @ 16:49:04
  Author: zorun
Revision: 287500

crypto++: Update to 6.0.0

Added:
  crypto++/trunk/crypto++.install
  crypto++/trunk/fix-simon-speck-simd-build.patch
Modified:
  crypto++/trunk/PKGBUILD
  crypto++/trunk/libcrypto++.pc

--+
 PKGBUILD |   67 +++--
 crypto++.install |4 ++
 fix-simon-speck-simd-build.patch |   59 
 libcrypto++.pc   |4 +-
 4 files changed, 108 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 16:02:01 UTC (rev 287499)
+++ PKGBUILD2018-01-27 16:49:04 UTC (rev 287500)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Baptiste Jonglez 
+# Contributor: Giovanni Scafora 
 # Contributor: Alexander Rødseth 
 # Contributor: Andrea Scarpino 
 # Contributor: Kritoke 
@@ -6,43 +6,62 @@
 # Contributor: jlvsimoes 
 
 pkgname=crypto++
-pkgver=5.6.5
+pkgver=6.0.0
 _srcver=${pkgver//./}
-pkgrel=3
+pkgrel=1
 pkgdesc="A free C++ class library of cryptographic schemes"
 arch=('x86_64')
-url="http://www.cryptopp.com/;
+url="https://www.cryptopp.com/;
 license=('custom')
 depends=('gcc-libs')
 makedepends=('unzip')
+# Fix https://bugs.archlinux.org/task/56689
+install="crypto++.install"
 source=("https://www.cryptopp.com/cryptopp${_srcver}.zip;
-"fix-cxxflags.patch"
+"fix-simon-speck-simd-build.patch"
 'libcrypto++.pc')
-# Checksums from https://www.cryptopp.com/release565.html
-sha1sums=('a74f207a315b6a133af9640a45bde9d6e378af4d'
-  'f044b55c615ed0d6c0239bd43dda67db1fdb4cca'
-  'e4e2fc3172b4a85bffad812a0de8531843912ff1')
-sha256sums=('a75ef486fe3128008bbb201efee3dcdcffbe791120952910883b26337ec32c34'
-'e27679cd5e1068e84c84c18395d4f32254fa900887ee89a15c38580236490dc5'
-'aee5ca989bfd25236095fccb245a5c7f559eae97c41979e952ac35b29453d8b5')
-sha512sums=('f13718d02ca69b0129aaf9e767c9d2e0333aa7538355f9c63d9eaf1ff369062084a18dc01489439ebf37797b3ea81b01beb072057d47ec962bfb824ddc72abc7'
-
'49a81998489e65dcb270de77f6149a3dcf03c9a04bd2c9baf2e92f6bd749fe69aca5de0803b94757778f272357d2357e873b652c9bb06e8f03b7bf9b55bbc9d4'
-
'798ff42e3dcc4edd33b9fb1b605e608dd53a668afb28032620927b49f17fcb5b212f6cf4e9af30cc2b36bf74bb9f0152dad4f40fdb19d8f557dfed196ea0921d')
+# Checksums from https://www.cryptopp.com/release600.html
+sha1sums=('290dfc1948b860b29da40f8c5559f6559ce787db'
+  'a4be3000116568260a8fe3169b948deca5576fdf'
+  '7a6c6fc7aed96ff7be554eee60450a1914b0cd95')
+sha256sums=('64ac2db96b3f1b7a23675e2be95d16c96055edffa2d5e2de6245fdb6baa92dda'
+'80d43fe472f2ccffa56097eda5e56820d0944c1d585a68d944049a1d00d395c3'
+'14228b0d1a6f07572090ab17b60bf9829308d174e763eb31966f723b0cb51134')
+sha512sums=('7a60c28be1fc9418adeabe8c66d868b46e65fb3d77d308b9431b16905cde7faa670180619150e849ae44d70f44aa8501a0a0c4354ec84f194fd8138d14aca9bf'
+
'80378bb6b19427fa316892126a3b533a98831405215df6f8c0b251e319b05c625a5d437f7217641ca8e41e5be153a796204686c4844338befdfc42e43a8ece6e'
+
'bba4ff9c01e353f0336e01836fd1418a08f43ab9215f678cc80cc94954d689e94e1425c7ed95f9b12d210bfc73574c98d0579b1356232c50f32f342395408ac2')
 
 prepare() {
-  # Upstream patch for https://bugs.archlinux.org/task/51605
-  patch -p1 < "$srcdir"/fix-cxxflags.patch
+  patch -p1 < "$srcdir"/fix-simon-speck-simd-build.patch
 }
 
 build() {
-  CXXFLAGS+=" -DNDEBUG -fPIC" make -f GNUmakefile-cross  
-  make libcryptopp.so
+  make -f GNUmakefile-cross dynamic cryptest.exe \
+CXXFLAGS+=" -DNDEBUG -fPIC" HAS_SOLIB_VERSION=1 \
+ARIA_FLAG="-mssse3" \
+SIMON_FLAG="-mssse3 -msse4.1" \
+SPECK_FLAG="-mssse3 -msse4.1" \
+SSSE3_FLAG="-mssse3" \
+BLAKE2_FLAG="-msse4.2" \
+CRC_FLAG="-msse4.2" \
+GCM_FLAG="-mssse3 -mpclmul" \
+AES_FLAG="-msse4.1 -maes" \
+SHA_FLAG="-msse4.2 -msha"
 }
 
+check() {
+  make test
+}
+
 package() {
-  install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
-  install -m644 *.h ${pkgdir}/usr/include/cryptopp/
-  install -m644 libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
-  install -m644 ${srcdir}/libcrypto++.pc 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
+  make -f GNUmakefile-cross install DESTDIR="$pkgdir" PREFIX="/usr" 
HAS_SOLIB_VERSION=1
+  # Install pkgconfig file
+  install -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 "${srcdir}/libcrypto++.pc" 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
+  # Remove crypttest.exe: it's only needed for check(), and does not even work 
when
+  # installed in /usr/bin (it needs additional files)
+  rm "${pkgdir}/usr/bin/cryptest.exe"
+  rmdir "${pkgdir}/usr/bin/"
+  # Install license
   install -D 

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

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 27, 2018 @ 16:42:27
  Author: anatolik
Revision: 315509

archrelease: copy trunk to testing-x86_64

Added:
  spice/repos/testing-x86_64/
  spice/repos/testing-x86_64/PKGBUILD
(from rev 315508, spice/trunk/PKGBUILD)

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

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 315508, 
spice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-27 16:42:27 UTC (rev 315509)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
+source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
+
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
+sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
+'SKIP')
+validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau 
(teuf) 
+
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
+  make
+}
+
+check() {
+  cd spice-$pkgver
+  make check
+}
+
+package() {
+  cd spice-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 27, 2018 @ 16:41:50
  Author: anatolik
Revision: 315508

upgpkg: spice 0.14.0-1

Modified:
  spice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 16:01:32 UTC (rev 315507)
+++ PKGBUILD2018-01-27 16:41:50 UTC (rev 315508)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.8+8+ga957a90b
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="SPICE server"
 arch=('x86_64')
@@ -11,35 +11,24 @@
 license=('LGPL2.1')
 depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
 makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
-_commit=a957a90baf2c62d31f3547e56bba7d0e812d2331  # 0.12
-source=("git+https://anongit.freedesktop.org/git/spice/spice#commit=$_commit;
-"git+https://anongit.freedesktop.org/git/spice/spice-common;)
-sha256sums=('SKIP'
+source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
+
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
+sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
 'SKIP')
+validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau 
(teuf) 
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
+  make
 }
 
 check() {
-  cd $pkgname
-  rm -rf .git
+  cd spice-$pkgver
   make check
 }
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
-  make
-}
-
 package() {
-  cd "$srcdir/$pkgname"
+  cd spice-$pkgver
   make DESTDIR="$pkgdir/" install
 }


  1   2   3   >